/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.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;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.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: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.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 table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1230px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}address,hr{margin-bottom:1rem}hr{box-sizing:content-box;height:0;overflow:visible;margin-top:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}dl,h1,h2,h3,h4,h5,h6,ol,p,ul{margin-top:0}dl,ol,p,ul{margin-bottom:1rem}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote,figure{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}samp{font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar;display:block;font-size:87.5%;color:#212529}img,svg{vertical-align:middle}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.display-1,.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;line-height:1.2}.display-2,.display-3,.display-4{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3,.display-4{font-size:4.5rem}.display-4{font-size:3.5rem}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd{font-size:87.5%}code{word-break:break-word;color:#e83e8c}a>code,pre code{color:inherit}kbd{padding:.2rem .4rem;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre code{font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:750px}}@media (min-width:992px){.container{max-width:970px}}@media (min-width:1230px){.container{max-width:1200px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.card>hr,.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col-auto{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-2,.col-3{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.col-2,.col-3{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4,.col-5,.col-6{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}.col-5,.col-6{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7,.col-8,.col-9{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.col-8,.col-9{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10,.col-11,.col-12{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}.col-11,.col-12{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;order:-1}.order-last{-webkit-box-ordinal-group:14;order:13}.order-0{-webkit-box-ordinal-group:1;order:0}.order-1{-webkit-box-ordinal-group:2;order:1}.order-2{-webkit-box-ordinal-group:3;order:2}.order-3{-webkit-box-ordinal-group:4;order:3}.order-4{-webkit-box-ordinal-group:5;order:4}.order-5{-webkit-box-ordinal-group:6;order:5}.order-6{-webkit-box-ordinal-group:7;order:6}.order-7{-webkit-box-ordinal-group:8;order:7}.order-8{-webkit-box-ordinal-group:9;order:8}.order-9{-webkit-box-ordinal-group:10;order:9}.order-10{-webkit-box-ordinal-group:11;order:10}.order-11{-webkit-box-ordinal-group:12;order:11}.order-12{-webkit-box-ordinal-group:13;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}.col-sm-1,.col-sm-2{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3,.col-sm-4{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5,.col-sm-6{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7,.col-sm-8{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-10,.col-sm-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11,.col-sm-12{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;order:13}.order-sm-0{-webkit-box-ordinal-group:1;order:0}.order-sm-1{-webkit-box-ordinal-group:2;order:1}.order-sm-2{-webkit-box-ordinal-group:3;order:2}.order-sm-3{-webkit-box-ordinal-group:4;order:3}.order-sm-4{-webkit-box-ordinal-group:5;order:4}.order-sm-5{-webkit-box-ordinal-group:6;order:5}.order-sm-6{-webkit-box-ordinal-group:7;order:6}.order-sm-7{-webkit-box-ordinal-group:8;order:7}.order-sm-8{-webkit-box-ordinal-group:9;order:8}.order-sm-9{-webkit-box-ordinal-group:10;order:9}.order-sm-10{-webkit-box-ordinal-group:11;order:10}.order-sm-11{-webkit-box-ordinal-group:12;order:11}.order-sm-12{-webkit-box-ordinal-group:13;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}.col-md-1,.col-md-2{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3,.col-md-4{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5,.col-md-6{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7,.col-md-8{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-10,.col-md-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11,.col-md-12{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;order:-1}.order-md-last{-webkit-box-ordinal-group:14;order:13}.order-md-0{-webkit-box-ordinal-group:1;order:0}.order-md-1{-webkit-box-ordinal-group:2;order:1}.order-md-2{-webkit-box-ordinal-group:3;order:2}.order-md-3{-webkit-box-ordinal-group:4;order:3}.order-md-4{-webkit-box-ordinal-group:5;order:4}.order-md-5{-webkit-box-ordinal-group:6;order:5}.order-md-6{-webkit-box-ordinal-group:7;order:6}.order-md-7{-webkit-box-ordinal-group:8;order:7}.order-md-8{-webkit-box-ordinal-group:9;order:8}.order-md-9{-webkit-box-ordinal-group:10;order:9}.order-md-10{-webkit-box-ordinal-group:11;order:10}.order-md-11{-webkit-box-ordinal-group:12;order:11}.order-md-12{-webkit-box-ordinal-group:13;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}.col-lg-1,.col-lg-2{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3,.col-lg-4{-webkit-box-flex:0;flex:0 0 25%;max-width:8%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5,.col-lg-6{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7,.col-lg-8{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-10,.col-lg-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11,.col-lg-12{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;order:13}.order-lg-0{-webkit-box-ordinal-group:1;order:0}.order-lg-1{-webkit-box-ordinal-group:2;order:1}.order-lg-2{-webkit-box-ordinal-group:3;order:2}.order-lg-3{-webkit-box-ordinal-group:4;order:3}.order-lg-4{-webkit-box-ordinal-group:5;order:4}.order-lg-5{-webkit-box-ordinal-group:6;order:5}.order-lg-6{-webkit-box-ordinal-group:7;order:6}.order-lg-7{-webkit-box-ordinal-group:8;order:7}.order-lg-8{-webkit-box-ordinal-group:9;order:8}.order-lg-9{-webkit-box-ordinal-group:10;order:9}.order-lg-10{-webkit-box-ordinal-group:11;order:10}.order-lg-11{-webkit-box-ordinal-group:12;order:11}.order-lg-12{-webkit-box-ordinal-group:13;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1230px){.col-xl{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:none}.col-xl-1,.col-xl-2{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3,.col-xl-4{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5,.col-xl-6{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7,.col-xl-8{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-10,.col-xl-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11,.col-xl-12{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;order:13}.order-xl-0{-webkit-box-ordinal-group:1;order:0}.order-xl-1{-webkit-box-ordinal-group:2;order:1}.order-xl-2{-webkit-box-ordinal-group:3;order:2}.order-xl-3{-webkit-box-ordinal-group:4;order:3}.order-xl-4{-webkit-box-ordinal-group:5;order:4}.order-xl-5{-webkit-box-ordinal-group:6;order:5}.order-xl-6{-webkit-box-ordinal-group:7;order:6}.order-xl-7{-webkit-box-ordinal-group:8;order:7}.order-xl-8{-webkit-box-ordinal-group:9;order:8}.order-xl-9{-webkit-box-ordinal-group:10;order:9}.order-xl-10{-webkit-box-ordinal-group:11;order:10}.order-xl-11{-webkit-box-ordinal-group:12;order:11}.order-xl-12{-webkit-box-ordinal-group:13;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th,.table-dark.table-bordered{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1229.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:-webkit-calc(2.25rem + 2px);height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:-webkit-calc(.375rem + 1px);padding-top:calc(.375rem + 1px);padding-bottom:-webkit-calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:-webkit-calc(.5rem + 1px);padding-top:calc(.5rem + 1px);padding-bottom:-webkit-calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:-webkit-calc(.25rem + 1px);padding-top:calc(.25rem + 1px);padding-bottom:-webkit-calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:-webkit-calc(1.8125rem + 2px);height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:-webkit-calc(2.875rem + 2px);height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center}.form-inline .form-check,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}@media (min-width:576px){.form-inline .form-group,.form-inline label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline label{-webkit-box-pack:center;justify-content:center}.form-inline .form-group{-webkit-box-flex:0;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link,.btn-link:hover{background-color:transparent}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3;text-decoration:underline;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after,.dropleft .dropdown-toggle:empty::after,.dropright .dropdown-toggle:empty::after,.dropup .dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropright .dropdown-toggle::after,.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid;vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent;vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{-webkit-box-align:center;align-items:center}.input-group-append,.input-group-prepend,.input-group>.custom-file{display:-webkit-box;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-prepend{margin-right:-1px}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:-webkit-calc(2.875rem + 2px);height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:-webkit-calc(1.8125rem + 2px);height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::after,.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label::before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:-webkit-calc(2.25rem + 2px);height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-lg,.custom-select-sm{height:-webkit-calc(1.8125rem + 2px);height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:-webkit-calc(2.875rem + 2px);height:calc(2.875rem + 2px);font-size:125%}.custom-file,.custom-file-input{position:relative;width:100%;height:-webkit-calc(2.25rem + 2px);height:calc(2.25rem + 2px)}.custom-file{display:inline-block;margin-bottom:0}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label,.custom-file-label::after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label{left:0;height:-webkit-calc(2.25rem + 2px);height:calc(2.25rem + 2px);border:1px solid #ced4da;z-index:1;background-color:#fff;border-radius:.25rem}.custom-file-label::after{bottom:0;z-index:3;display:block;height:2.25rem;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;-webkit-box-flex:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;-webkit-box-flex:1;flex-grow:1;-webkit-box-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm,.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-sm{flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md,.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-md{flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg,.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-lg{flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1229.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1230px){.navbar-expand-xl,.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-xl{flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand,.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand{flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:-webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:-webkit-calc(.25rem - 1px);border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:-webkit-calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:-webkit-calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:-webkit-calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:-webkit-calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb,.pagination{display:-webkit-box;display:flex;list-style:none;border-radius:.25rem}.breadcrumb{flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;background-color:#e9ecef}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{padding-left:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.progress,.progress-bar{display:-webkit-box;display:flex}.progress{height:1rem;overflow:hidden;font-size:.75rem;border-radius:.25rem;background-color:#e9ecef}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;flex:1}.list-group{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:-webkit-calc(100% - (.5rem*2));min-height:calc(100% - (.5rem*2))}.modal-dialog-centered::before{display:block;height:-webkit-calc(100vh - (.5rem*2));height:calc(100vh - (.5rem*2));content:""}.modal-content{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:-webkit-calc(100% - (1.75rem*2));min-height:calc(100% - (1.75rem*2))}.modal-dialog-centered::before{height:-webkit-calc(100vh - (1.75rem*2));height:calc(100vh - (1.75rem*2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip,.tooltip .arrow{position:absolute;display:block}.tooltip{z-index:1070;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover,.popover .arrow{position:absolute;display:block}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:-webkit-calc((.5rem + 1px)*-1);bottom:calc((.5rem + 1px)*-1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:-webkit-calc((.5rem + 1px)*-1);left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:-webkit-calc((.5rem + 1px)*-1);top:calc((.5rem + 1px)*-1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:-webkit-calc((.5rem + 1px)*-1);right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:-webkit-calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:-webkit-calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel,.carousel-inner{position:relative}.carousel-inner{width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;-webkit-transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::after,.carousel-indicators li::before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::before{top:-10px}.carousel-indicators li::after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{clear:both}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media (min-width:1230px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.clearfix::after,.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-column,.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-column,.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-sm-column-reverse,.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-column,.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-md-column-reverse,.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-column,.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-lg-column-reverse,.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1230px){.flex-xl-column,.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.flex-xl-column-reverse,.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1230px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-top{top:0}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1230px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1230px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}thead{display:table-header-group}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.eot);src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.woff) format("woff"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.eot);src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.woff) format("woff"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.eot);src:url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.woff) format("woff"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/Redgiant/berserk/en_GB/fontawesome5.5/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Redgiant/berserk/en_GB/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.squares-clear{clear:both}.squares-element{float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.squares-element>*{margin:0}.squares-element img,.squares-element video{max-width:100%}.squares-button{text-decoration:none;text-align:center}.squares-button:hover{filter:brightness(1.1);-moz-filter:brightness(1.1);-webkit-filter:brightness(1.1)}.squares-button:active{filter:brightness(.9);-moz-filter:brightness(.9);-webkit-filter:brightness(.9)}@media (max-width:767px){.sq-hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.sq-hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.sq-hidden-md{display:none!important}}@media (min-width:1200px){.sq-hidden-lg{display:none!important}}.sq-col-lg-1,.sq-col-lg-10,.sq-col-lg-11,.sq-col-lg-12,.sq-col-lg-2,.sq-col-lg-3,.sq-col-lg-4,.sq-col-lg-5,.sq-col-lg-6,.sq-col-lg-7,.sq-col-lg-8,.sq-col-lg-9,.sq-col-md-1,.sq-col-md-10,.sq-col-md-11,.sq-col-md-12,.sq-col-md-2,.sq-col-md-3,.sq-col-md-4,.sq-col-md-5,.sq-col-md-6,.sq-col-md-7,.sq-col-md-8,.sq-col-md-9,.sq-col-sm-1,.sq-col-sm-10,.sq-col-sm-11,.sq-col-sm-12,.sq-col-sm-2,.sq-col-sm-3,.sq-col-sm-4,.sq-col-sm-5,.sq-col-sm-6,.sq-col-sm-7,.sq-col-sm-8,.sq-col-sm-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;width:100%}.sq-col-xs-1,.sq-col-xs-10,.sq-col-xs-11,.sq-col-xs-12,.sq-col-xs-2,.sq-col-xs-3,.sq-col-xs-4,.sq-col-xs-5,.sq-col-xs-6,.sq-col-xs-7,.sq-col-xs-8,.sq-col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;float:left}.sq-col-xs-12{width:100%}.sq-col-xs-11{width:91.66666667%}.sq-col-xs-10{width:83.33333333%}.sq-col-xs-9{width:75%}.sq-col-xs-8{width:66.66666667%}.sq-col-xs-7{width:58.33333333%}.sq-col-xs-6{width:50%}.sq-col-xs-5{width:41.66666667%}.sq-col-xs-4{width:33.33333333%}.sq-col-xs-3{width:25%}.sq-col-xs-2{width:16.66666667%}.sq-col-xs-1{width:8.33333333%}@media (min-width:768px){.sq-col-sm-1,.sq-col-sm-10,.sq-col-sm-11,.sq-col-sm-12,.sq-col-sm-2,.sq-col-sm-3,.sq-col-sm-4,.sq-col-sm-5,.sq-col-sm-6,.sq-col-sm-7,.sq-col-sm-8,.sq-col-sm-9{float:left}.sq-col-sm-12{width:100%}.sq-col-sm-11{width:91.66666667%}.sq-col-sm-10{width:83.33333333%}.sq-col-sm-9{width:75%}.sq-col-sm-8{width:66.66666667%}.sq-col-sm-7{width:58.33333333%}.sq-col-sm-6{width:50%}.sq-col-sm-5{width:41.66666667%}.sq-col-sm-4{width:33.33333333%}.sq-col-sm-3{width:25%}.sq-col-sm-2{width:16.66666667%}.sq-col-sm-1{width:8.33333333%}}@media (min-width:992px){.sq-col-md-1,.sq-col-md-10,.sq-col-md-11,.sq-col-md-12,.sq-col-md-2,.sq-col-md-3,.sq-col-md-4,.sq-col-md-5,.sq-col-md-6,.sq-col-md-7,.sq-col-md-8,.sq-col-md-9{float:left}.sq-col-md-12{width:100%}.sq-col-md-11{width:91.66666667%}.sq-col-md-10{width:83.33333333%}.sq-col-md-9{width:75%}.sq-col-md-8{width:66.66666667%}.sq-col-md-7{width:58.33333333%}.sq-col-md-6{width:50%}.sq-col-md-5{width:41.66666667%}.sq-col-md-4{width:33.33333333%}.sq-col-md-3{width:25%}.sq-col-md-2{width:16.66666667%}.sq-col-md-1{width:8.33333333%}}@media (min-width:1200px){.sq-col-lg-1,.sq-col-lg-10,.sq-col-lg-11,.sq-col-lg-12,.sq-col-lg-2,.sq-col-lg-3,.sq-col-lg-4,.sq-col-lg-5,.sq-col-lg-6,.sq-col-lg-7,.sq-col-lg-8,.sq-col-lg-9{float:left}.sq-col-lg-12{width:100%}.sq-col-lg-11{width:91.66666667%}.sq-col-lg-10{width:83.33333333%}.sq-col-lg-9{width:75%}.sq-col-lg-8{width:66.66666667%}.sq-col-lg-7{width:58.33333333%}.sq-col-lg-6{width:50%}.sq-col-lg-5{width:41.66666667%}.sq-col-lg-4{width:33.33333333%}.sq-col-lg-3{width:25%}.sq-col-lg-2{width:16.66666667%}.sq-col-lg-1{width:8.33333333%}}.imp-wrap,.imp-zoom-wrap>img{position:relative;width:auto;height:auto;-webkit-tap-highlight-color:transparent}.hs-loader-wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.imp-zoom-wrap>img{position:relative!important;z-index:0!important;width:100%!important;height:100%!important;margin:0!important;max-width:none!important;max-height:none!important;display:block!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imp-zoom-outer-wrap,body.imp-fullscreen-mode{overflow:hidden}#imp-fullscreen-wrap .imp-zoom-outer-wrap{overflow:visible}#imp-fullscreen-wrap .imp-wrap{position:inherit}.imp-zoom-wrap{-webkit-transform:scale(1,1) translate(0,0);transform:scale(1,1) translate(0,0);-webkit-transform-origin:0 0;transform-origin:0 0}#imp-fullscreen-wrap,.imp-shape-container{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.imp-shape{cursor:pointer;pointer-events:all;transition:all .25s cubic-bezier(.55,0,.1,1);-moz-transition:all .25s cubic-bezier(.55,0,.1,1);-webkit-transition:all .25s cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-shape-oval,.imp-shape-rect,.imp-shape-spot,.imp-shape-text{position:absolute}.imp-shape-text{cursor:default}.imp-shape-spot{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;transition:all .4s cubic-bezier(.075,.82,.165,1);-moz-transition:all .4s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .4s cubic-bezier(.075,.82,.165,1)}.imp-shape-spot-pin{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.imp-spot-fontawesome-icon .fa{transition:all .4s cubic-bezier(.075,.82,.165,1);-moz-transition:all .4s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .4s cubic-bezier(.075,.82,.165,1)}.imp-shape-icon-shadow{position:absolute;left:0;bottom:0;z-index:0;-webkit-transform:scale(1,.25);transform:scale(1,.25);background:radial-gradient(ellipse at center,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,transparent 67%,transparent 100%)}.imp-shape img{width:100%}.imp-tooltip{display:none;z-index:1;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-shadow:0 6px 30px rgba(0,0,0,.12)}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible,.imp-tooltip.imp-tooltip-visible{opacity:1!important;z-index:4;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important}.hs-arrow,.imp-tooltip{position:absolute}.hs-arrow-bottom,.hs-arrow-top{left:50%;margin-left:-10px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent}.hs-arrow-top{border-bottom:10px solid #000;top:0;margin-top:-10px}.hs-arrow-bottom{top:100%;margin-top:0;border-top:10px solid #000}.hs-arrow-left,.hs-arrow-right{top:50%;margin-top:-10px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.hs-arrow-right{border-left:10px solid #000;left:100%;margin-left:0}.hs-arrow-left{left:0;margin-left:-10px;border-right:10px solid #000}.imp-tooltip-buffer{position:absolute}.imp-tooltip-buffer-bottom,.imp-tooltip-buffer-top{left:0;top:-20px;width:100%;height:20px}.imp-tooltip-buffer-bottom{top:100%}.imp-tooltip-buffer-left,.imp-tooltip-buffer-right{left:-20px;top:0;width:20px;height:100%}.imp-tooltip-buffer-right{left:100%}.imp-tooltip-buffer-top.imp-tooltip-buffer-large{left:0;top:-60px;width:100%;height:60px}.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large{left:0;top:100%;width:100%;height:60px}.imp-tooltip-buffer-left.imp-tooltip-buffer-large{left:-60px;top:0;width:60px;height:100%}.imp-tooltip-buffer-right.imp-tooltip-buffer-large{left:100%;top:0;width:60px;height:100%}.imp-fullscreen-tooltips-container{display:none;position:fixed;width:100%;height:100%;left:0;top:0;overflow-y:auto;z-index:2147483647}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip{display:none;position:absolute;left:0;top:0;width:100%;min-height:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1)}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible{z-index:3}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button{position:absolute;right:0;top:0;width:44px;height:44px;font-size:24px;line-height:44px;text-align:center;color:#fff;cursor:pointer;z-index:99}.imp-fullscreen-button{position:absolute;height:44px;line-height:44px;padding:0 12px;background:#fff;border-radius:5px;color:#222;z-index:3;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imp-fullscreen-button i{margin-right:3px}.imp-fullscreen-button-position-0{left:10px;top:10px}.imp-fullscreen-button-position-1{left:50%;top:10px}.imp-fullscreen-button-position-2{right:10px;top:10px}.imp-fullscreen-button-position-3{right:10px;bottom:10px}.imp-fullscreen-button-position-4{left:50%;bottom:10px}.imp-fullscreen-button-position-5{left:10px;bottom:10px}.imp-fullscreen-button-icon-only{width:44px;text-align:center;font-size:18px;padding:0}.imp-fullscreen-button-icon-only i{margin:0}#imp-fullscreen-wrap{position:fixed;z-index:999999;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.imp-ui{z-index:1}.imp-ui-navigator-root{position:absolute;left:20px;bottom:20px;z-index:1;cursor:pointer;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imp-ui-navigator-root img{position:relative;z-index:1;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-navigator-window{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;opacity:.5;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:2}.imp-ui-navigator-background{position:absolute;background:#000;z-index:0}.imp-ui-zoom-button{position:absolute;right:20px;bottom:20px;width:30px;height:30px;cursor:pointer;background:#fff;color:#000;text-align:center;line-height:30px;font-size:12px;z-index:1;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-zoom-button-zoom-in{bottom:54px}
/*# sourceMappingURL=maps/image-map-pro.css.map */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0%,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:none}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Redgiant/berserk/en_GB/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'berserk-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\e616';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'berserk-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.page-main {
  margin-top: 80px;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 -15px;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.message {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
  border-left: 3px solid;
  position: relative;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'berserk-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'berserk-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'berserk-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'berserk-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'berserk-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Redgiant/berserk/en_GB/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.brk-form-strict [type=email]:not([disabled]),
.brk-form-strict [type=password]:not([disabled]),
.brk-form-strict [type=search]:not([disabled]),
.brk-form-strict [type=tel]:not([disabled]),
.brk-form-strict [type=text]:not([disabled]),
.brk-form-strict textarea:not([disabled]) {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none;
}
.brk-form-strict [type=email],
.brk-form-strict [type=password],
.brk-form-strict [type=search],
.brk-form-strict [type=tel],
.brk-form-strict [type=text] {
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 21px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: #272727;
}
.brk-form-wrap .input-label {
  cursor: text;
}
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.brk-form-checkbox,
.brk-form-checkbox-label,
.brk-form-radio,
.brk-form-radio-label,
.brk-form-strict .brk-form-date-wrap,
.brk-form-strict .jq-selectbox,
.brk-form-wrap,
[type=file] ~ .file-info {
  margin-top: 30px;
}
.brk-form-strict .brk-form-date-wrap,
.brk-form-wrap {
  position: relative;
}
.brk-form-strict .brk-form-checkbox-label {
  font-size: 14px;
  line-height: 22px;
  padding-left: 8px;
  cursor: pointer;
  color: #272727;
}
.brk-form-wrap-active [type=email],
.brk-form-wrap-active [type=password],
.brk-form-wrap-active [type=search],
.brk-form-wrap-active [type=tel],
.brk-form-wrap-active [type=text] {
  border-bottom-color: #2775ff;
}
.brk-form-strict [type=email] + .input-label,
.brk-form-strict [type=password] + .input-label,
.brk-form-strict [type=search] + .input-label,
.brk-form-strict [type=tel] + .input-label,
.brk-form-strict [type=text] + .input-label {
  position: absolute;
  top: 22px;
  left: 21px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-strict [type=email] ~ .input-label,
.brk-form-strict [type=password] ~ .input-label,
.brk-form-strict [type=search] ~ .input-label,
.brk-form-strict [type=tel] ~ .input-label,
.brk-form-strict [type=text] ~ .input-label {
  position: absolute;
  top: 22px;
  left: 21px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-wrap-active [type=email] ~ .input-label,
.brk-form-wrap-active [type=password] ~ .input-label,
.brk-form-wrap-active [type=search] ~ .input-label,
.brk-form-wrap-active [type=tel] ~ .input-label,
.brk-form-wrap-active [type=text] ~ .input-label,
.brk-form-wrap-active textarea ~ .input-label {
  top: 0;
  left: 12px;
  font-size: 12px;
  letter-spacing: -.72px;
}
.brk-form-wrap-active [type=email] + .input-label,
.brk-form-wrap-active [type=password] + .input-label,
.brk-form-wrap-active [type=search] + .input-label,
.brk-form-wrap-active [type=tel] + .input-label,
.brk-form-wrap-active [type=text] + .input-label,
.brk-form-wrap-active textarea + .input-label {
  top: 0;
  left: 12px;
  font-size: 12px;
  letter-spacing: -.72px;
}
.brk-form-strict textarea,
.brk-form-strict textarea + .input-label {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brk-form-strict textarea ~ .input-label {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brk-form-strict textarea + .input-label {
  position: absolute;
  top: 21px;
  left: 26px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-strict textarea ~ .input-label {
  position: absolute;
  top: 21px;
  left: 26px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-wrap-active textarea + .input-label {
  top: -25px;
}
.brk-form-wrap-active textarea ~ .input-label {
  top: -25px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.brk-form-round [type=text] {
  width: 100%;
  height: 54px;
  border-radius: 27px;
  font-size: 14px;
  padding: 0 20px 0 30px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid rgba(205, 205, 205, 0.2);
  color: #272727;
}
.brk-form-round-btn-inside-full button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brk-form-round .jq-selectbox {
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin: 0;
}
.brk-form-round .jq-selectbox.opened .jq-selectbox__select {
  border-color: #00c6ff;
  border-bottom-color: transparent;
  border-radius: 27px 27px 0 0;
}
.brk-form-round .jq-selectbox.opened .jq-selectbox__select-text {
  color: #272727;
}
.brk-form-round .jq-selectbox__select {
  width: 100%;
  height: 42px;
  border-radius: 27px;
  border: 2px solid rgba(205, 205, 205, 0.2);
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-round .jq-selectbox__select-text {
  height: 35px;
  line-height: 40px;
  padding: 0 15px 0 29px;
  vertical-align: middle;
}
.brk-form-round .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 41px;
}
.brk-form-round .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  left: 12px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #00c6ff;
}
.brk-form-round .jq-selectbox__trigger-arrow:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -4px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #fff;
}
.brk-form-round .jq-selectbox__dropdown {
  width: 100%;
  border-top: transparent;
  border-radius: 0 0 27px 27px;
  padding: 0 1px 21px 0;
  padding-bottom: 0;
  top: 41px !important;
  bottom: auto !important;
  background-color: #fff;
  border: 2px solid #00c6ff;
  box-shadow: 0 8px 16px rgba(165, 165, 165, 0.5);
}
.brk-form-round .jq-selectbox__dropdown:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background-color: #fff;
}
.brk-form-strict .jq-selectbox__dropdown {
  border-top: transparent;
  background-color: #fff;
  border: 1px solid #2775ff;
}
.brk-form-round .jq-select-multiple ul li,
.brk-form-round .jq-selectbox__dropdown ul li,
.brk-form-strict .jq-select-multiple ul li,
.brk-form-strict .jq-selectbox__dropdown ul li,
.brk-form-strict [type=file] ~ .file-info,
.brk-form-transparent .jq-selectbox__dropdown ul li {
  padding: 0 10px 0 30px;
  line-height: 34px;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-round .jq-selectbox__dropdown ul li.sel,
.brk-form-round .jq-selectbox__dropdown ul li.selected,
.brk-form-round .jq-selectbox__dropdown ul li:hover {
  color: #00c6ff;
}
.brk-sc-sorting__sort-select {
  width: 140px;
}
.brk-sc-sorting__show-count {
  width: 100px;
}
.brk-form-checkbox {
  display: inline-block;
}
.brk-form-checkbox input {
  display: none;
}
.brk-form-checkbox input:checked + .checkbox-custom {
  border-color: #2775ff;
}
.brk-form-checkbox input:checked + .checkbox-custom i {
  opacity: 1;
  visibility: visible;
  color: #2775ff;
}
.brk-form-checkbox .checkbox-custom {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 1px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.brk-form-checkbox .checkbox-custom i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  line-height: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.brk-form-wrap {
  position: relative;
}
.brk-form-wrap > .label {
  position: absolute;
  top: 22px;
  left: 21px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: rgba(39, 39, 39, 0.4);
}
.brk-form-wrap.brk-form-wrap-active > .label {
  top: 0;
  left: 12px;
  font-size: 12px;
  letter-spacing: -0.72px;
}
.rotation-slider {
  width: 100%;
  max-width: 710px;
}
.rotation-slider img {
  width: 100%;
  height: 100%;
}
.rotation-slider .slick-slide {
  position: relative;
  z-index: 7;
}
.rotation-slider .slick-slide .brk-slid {
  position: relative;
  transition: \transform 0.3s;
}
.rotation-slider .slick-slide .brk-slid:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: visible;
  transition: background-color 0.2s;
  z-index: 4;
}
.rotation-slider .slick-slide .brk-slid a {
  display: block;
}
.rotation-slider .slick-slide.prev-slid-index .brk-slid {
  transform: translateX(20%) scale(0.85);
}
@media (max-width: 575px) {
  .rotation-slider .slick-slide.prev-slid-index .brk-slid {
    transform: translateX(0) scale(1);
  }
}
.rotation-slider .slick-slide.next-slid-index .brk-slid {
  transform: translateX(-20%) scale(0.85);
}
@media (max-width: 575px) {
  .rotation-slider .slick-slide.next-slid-index .brk-slid {
    transform: translateX(0) scale(1);
  }
}
.rotation-slider .slick-slide.slick-current,
.rotation-slider .slick-slide.slick-center,
.rotation-slider .slick-slide.slick-active {
  z-index: 8;
}
.rotation-slider .slick-slide.slick-current .brk-slid,
.rotation-slider .slick-slide.slick-center .brk-slid,
.rotation-slider .slick-slide.slick-active .brk-slid {
  transform: scale(1);
}
.rotation-slider .slick-slide.slick-current .brk-slid:before,
.rotation-slider .slick-slide.slick-center .brk-slid:before,
.rotation-slider .slick-slide.slick-active .brk-slid:before {
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.rotation-slider_full-width {
  max-width: none;
}
.arrows-classic .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  z-index: 9;
  opacity: .9;
  transition: opacity .3s;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
@media (max-width: 576px) {
  .arrows-classic .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.arrows-classic .slick-arrow:hover {
  outline: none;
  opacity: 1;
}
.arrows-classic .slick-arrow:before {
  content: '';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: 3px;
  font-size: 22px;
  transform: translate(-50%, -50%);
  color: #2775ff;
}
.arrows-classic .slick-prev {
  left: 10px;
}
.arrows-classic .slick-prev:before {
  content: '\f104';
}
.arrows-classic .slick-next {
  right: 10px;
}
.arrows-classic .slick-next:before {
  content: '\f105';
}
.arrows-classic .slick-disabled {
  background-color: #E6E6E6 !important;
  cursor: default;
}
.arrows-classic .slick-disabled:before {
  color: #828282 !important;
}
.arrows-classic_shop .slick-prev {
  left: -25px;
}
.arrows-classic_shop .slick-next {
  right: -25px;
}
.arrows-classic_shop .slick-prev,
.arrows-classic_shop .slick-next {
  top: calc(5%);
}
.arrows-classic .brk-form-strict .jq-selectbox {
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.arrows-classic .brk-form-strict .jq-selectbox__select {
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: rgba(39, 39, 39, 0.4);
}
.arrows-classic .brk-form-strict .jq-selectbox__select-text {
  line-height: 54px;
  padding: 0 15px 0 21px;
}
.arrows-classic .brk-form-strict .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 41px;
}
.arrows-classic .brk-form-strict .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 27px;
  left: 18px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown {
  width: 100%;
  border-top: transparent;
  background-color: #fff;
  border: 1px solid #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul {
  max-height: 170px;
  padding: 12px 0;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li {
  padding: 0 10px 0 30px;
  line-height: 34px;
  color: rgba(39, 39, 39, 0.4);
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.sel {
  color: #e8ecff;
}
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li:hover,
.arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.selected {
  color: #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select {
  border-bottom-color: #2775ff;
}
.arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select-text {
  color: #272727;
}
.arrows-classic .jq-selectbox,
.arrows-classic .jq-select-multiple {
  position: relative;
  display: inline-block;
}
.arrows-classic .jq-selectbox select,
.arrows-classic .jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.arrows-classic .jq-selectbox li,
.arrows-classic .jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.arrows-classic .jq-selectbox {
  z-index: 10;
}
.arrows-classic .jq-selectbox__select {
  position: relative;
}
.arrows-classic .jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arrows-classic .jq-selectbox__dropdown {
  position: absolute;
}
.arrows-classic .jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
}
@font-face {
  font-family: 'berserk-icons';
  src: url('../../frontend/Redgiant/berserk/en_GB/fonts/Berserk-Icons.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/Berserk-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.border-radius-50 {
  border-radius: 50px;
}
a:hover {
  color: #0f5ae0;
  text-decoration: none;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: inherit;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px;
}
.brk-header__btn.btn-inside-out {
  font-size: 11px;
}
.btn-no-shadow {
  box-shadow: none !important;
}
.btn-lg {
  padding: 15px 33px;
  font-size: 16px;
}
.btn-inside-out {
  overflow: hidden;
  border: 0;
  -webkit-transition: background 0.4s ease 0.3s, box-shadow 0.4s;
  transition: background 0.4s ease 0.3s, box-shadow 0.4s;
  will-change: background;
}
.btn-inside-out:hover {
  background: #7202bb;
  border: 0;
  border-color: transparent;
  -webkit-transition: background .4s;
  transition: background .4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
  box-shadow: 0 5px 10px -2px #7202bb;
}
.btn-inside-out:hover > .before {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}
.btn-inside-out:hover > span.text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-inside-out:hover > .after {
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
}
.btn-inside-out:hover.btn-shadow {
  box-shadow: 0 5px 10px -2px #7202bb !important;
}
.btn-inside-out > .after,
.btn-inside-out > .before {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  background: #2775ff;
  color: #fff;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.btn-inside-out > .before {
  top: 0;
  padding-top: 8px;
}
.btn-inside-out > .after {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  line-height: 0;
  overflow: hidden;
  background: #2775ff;
  color: #fff;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.btn-inside-out > span.text {
  display: inline-block;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  -webkit-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.btn-inside-out-invert span.text,
.btn-inside-out-invert-light span.text,
.btn-inside-out-invert-light.btn-icon [class*=fa-]:before,
.btn-inside-out-invert-light:hover.btn-icon [class*=fa-]:before,
.btn-inside-out-invert.btn-icon [class*=fa-]:before {
  color: #2775ff;
}
.btn-inside-out-invert-light > .after,
.btn-inside-out-invert-light > .before,
.btn-inside-out-invert > .after,
.btn-inside-out-invert > .before {
  background: #fff;
  color: #2775ff;
}
.btn-inside-out-invert:hover span.text,
.btn-inside-out-invert:hover.btn-icon [class*=fa-]:before {
  color: #fff;
}
.btn-prime {
  color: #2775ff;
  background: #fff;
  border: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-prime:hover {
  color: #2775ff !important;
}
.btn-prime:hover > .after,
.btn-prime:hover > .before {
  height: 50%;
  background: #e8ecff !important;
}
.btn-prime > .after,
.btn-prime > .before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2775ff;
  -webkit-transition: background .4s, height .4s;
  transition: background .4s, height .4s;
  z-index: -1;
}
.btn-prime > .before {
  top: 0;
}
.btn-prime > .after {
  bottom: 0;
}
.btn-prime .border-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #2775ff;
  z-index: -1;
}
.btn-prime-primary-transparent,
.btn-prime-white-transparent {
  background: 0 0;
}
.btn-prime-primary-transparent,
.btn-prime-white-transparent,
.btn-prime-primary-transparent:visited,
.btn-prime-white-transparent:visited {
  color: #fff;
}
.btn-prime-primary-transparent:hover > .after,
.btn-prime-white-transparent:hover > .after,
.btn-prime-primary-transparent:hover > .before,
.btn-prime-white-transparent:hover > .before {
  background: #fff !important;
}
.border-radius-0,
.border-radius-0.btn-ice .btn-text,
.border-radius-0.btn-ice .left-border,
.border-radius-0.btn-lightning span.bg,
.border-radius-0.btn-prime .border-btn,
.border-radius-0.btn-slice span,
.border-radius-0.btn-two-bg .after,
.border-radius-0.btn-two-bg .before {
  border-radius: 0;
}
.btn-prime-white-transparent .border-btn {
  border-color: #fff;
}
.btn-min-width-200 {
  min-width: 200px;
}
.btn-lg.btn-inside-out > .before {
  padding-top: 15px;
}
.btn-md.btn-inside-out > .before {
  padding-top: 10px;
}
.btn-md i.icon-inside {
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}
.btn-sm-1 {
  padding: 8px 26px;
  font-size: 13px;
}
.btn-sm-1 i.icon-inside {
  font-size: 13px;
}
.btn-sm-1.btn-inside-out > .before {
  padding-top: 8px;
}
.btn-sm-1.btn-simple {
  min-width: 130px;
}
.btn-icon [class*=fa-] {
  position: relative;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}
.btn-inside-out .icon-inside ~ .after,
.btn-inside-out .icon-inside ~ .before {
  padding-left: 24px;
}
.btn-inside-out-invert {
  border: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
.brk-sc-tiles-banner__btn {
  align-self: flex-start;
  margin: 0;
}
.btn-md {
  padding: 10px 33px;
  font-size: 14px;
}
.btn-no-shadow {
  box-shadow: none !important;
}
.btn-shadow {
  box-shadow: 0 5px 10px -2px #69adff !important;
}
.btn-prime {
  color: #2775ff;
  background: #fff;
  border: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-prime .border-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #2775ff;
  z-index: -1;
}
.border-radius-25 {
  border-radius: 25px;
}
.border-radius-25.btn-prime .border-btn {
  border-radius: 25px;
}
.btn-lg {
  padding: 15px 33px;
  font-size: 16px;
}
.icon__btn {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 3;
}
.icon__btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600 !important;
  font-family: "Font Awesome\ 5 Free" !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon__btn > .after,
.icon__btn > .before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2775ff;
  border-radius: 50%;
  z-index: -1;
  opacity: .2;
}
.icon__btn:hover > .before {
  -webkit-animation: 1.5s brk-pulse 0.3s infinite;
  animation: 1.5s brk-pulse 0.3s infinite;
}
.icon__btn-invert > .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100%;
  background: #fff;
}
.icon__btn-invert,
.icon__btn-invert:hover,
.icon__btn-white {
  background: #fff;
  color: #2775ff;
}
.icon__btn > .before {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  opacity: .1;
}
@-webkit-keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.icon__btn {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  color: #fff;
  background: #2775ff;
  position: relative;
  z-index: 3;
}
.brk-bordered-theme .icon__btn {
  border-radius: inherit;
}
.icon__btn .spike {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #2775ff;
  z-index: -1;
}
.icon__btn .spike:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon__btn .spike:nth-child(2) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.icon__btn .spike:nth-child(3) {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.icon__btn .spike:nth-child(4) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.icon__btn .spike:nth-child(5) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.icon__btn .spike:nth-child(6) {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.icon__btn .spike:nth-child(7) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.icon__btn .spike:nth-child(8) {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.icon__btn .spike:nth-child(9) {
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}
.icon__btn .spike:nth-child(10) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon__btn > .before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  opacity: .1;
  background-color: #2775ff;
  border-radius: 50%;
  z-index: -1;
}
.brk-bordered-theme .icon__btn > .before {
  border-radius: inherit;
}
.icon__btn > .after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-color: #2775ff;
  border-radius: 50%;
  z-index: -1;
}
.brk-bordered-theme .icon__btn > .after {
  border-radius: inherit;
}
.icon__btn_clear > .before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon__btn:hover {
  color: #fff;
}
.icon__btn:hover > .before {
  -webkit-animation: 1.5s brk-pulse 0.3s infinite;
  animation: 1.5s brk-pulse 0.3s infinite;
}
.icon__btn:hover > .after {
  -webkit-animation: brk-pulse 1.5s infinite;
  animation: brk-pulse 1.5s infinite;
}
.icon__btn-circled > .before {
  top: -33px;
  left: -33px;
  right: -33px;
  bottom: -33px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon__btn-circled > .after {
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
}
.icon__btn-circled:hover > .before {
  -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;
  animation: 1s brk-pulse-paused 0.2s ease-in infinite;
}
.icon__btn-circled:hover > .after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
}
.icon__btn-circled_active > .before {
  -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;
  animation: 1s brk-pulse-paused 0.2s ease-in infinite;
}
.icon__btn-circled_active > .after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
}
.icon__btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon__btn-invert {
  background: #fff;
  color: #2775ff;
}
.icon__btn-invert > .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100%;
  background: #fff;
}
.brk-bordered-theme .icon__btn-invert > .bg {
  border-radius: inherit;
}
.icon__btn-invert:hover {
  background: #fff;
  color: #2775ff;
}
.icon__btn-white {
  background: #fff;
  color: #2775ff;
}
.icon__btn-white > .before {
  background-color: #fff;
}
.icon__btn-white > .after {
  background-color: #fff;
}
.icon__btn-white:hover {
  background: #fff;
  color: #2775ff;
}
.icon__btn-sm {
  font-size: 14px;
  width: 41px;
  height: 41px;
}
.icon__btn-md {
  font-size: 16px;
  width: 52px;
  height: 52px;
}
.icon__btn-md_1 {
  font-size: 26px;
  width: 70px;
  height: 70px;
}
.icon__btn-lg {
  font-size: 21px;
  width: 68px;
  height: 68px;
}
.icon__btn-xl {
  font-size: 21px;
  width: 86px;
  height: 86px;
}
.icon__btn-center [class*="fa-"] {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.icon__btn.icon__btn-svg {
  background: transparent !important;
}
@-webkit-keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes brk-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes brk-pulse-paused {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes brk-pulse-paused {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn-violet {
  font-size: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;
}
.btn-violet:hover {
  background: rgba(114, 2, 187, 0.05);
}
.btn-violet .before,
.btn-violet .after {
  padding-left: 0 !important;
  padding-right: 10px;
  color: #7202bb;
}
.btn-violet .text {
  color: #7202bb !important;
  margin-right: 10px;
}
.btn-violet i {
  position: absolute !important;
  top: 50%;
  right: 20px;
  margin-right: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-violet i:before {
  color: #7202bb !important;
}
.border-radius-30 {
  border-radius: 30px !important;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'berserk-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Redgiant/berserk/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Redgiant/berserk/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Redgiant/berserk/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Redgiant/berserk/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Redgiant/berserk/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 36px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
hr.bss_product_tab {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
  padding-bottom: 1px;
}
.catalog-product-view .product.data.items > .item.title.active > .switch:focus {
  padding-bottom: 1px;
}
.catalog-product-view .product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 1px;
}
.bss-tab-hidden {
  display: none;
}
@media (min-width: 769px) {
  .product.data.items {
    display: flex;
    flex-wrap: wrap;
  }
  .product.detailed .product.data.items > .item.content {
    order: 99;
    margin: 0;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .products-grid .product-item-actions.actions {
    margin-top: 8px;
  }
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field #vatid-retry {
  cursor: pointer;
}
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
.buy-now-btn {
  margin-right: 1%;
  width: 49%;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.download-attachment {
  text-align: center;
}
.download-attachment a {
  color: #333;
  font-size: 0;
  text-decoration: none;
}
.download-attachment a:before {
  background: url("../../frontend/Redgiant/berserk/en_GB/Mageprince_Productattach/images/download.svg") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  font-size: 25px;
  height: 20px;
  width: 20px;
}
.product-info-main .table.attachment-table {
  width: 100%;
}
.all-attachment-block .table.attachment-table {
  width: 100%;
}
.table.attachment-table {
  width: 70%;
}
.table.attachment-table th.download {
  width: 10%;
}
.table.attachment-table td.attachment-icon img {
  width: 40px;
}
.product-attachment {
  line-height: 30px;
  margin-bottom: 10px;
}
.product-attachment .attachment-icon {
  float: left;
  padding-right: 10px;
}
.product-attachment .attachment-icon img {
  width: 30px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Redgiant/berserk/en_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Redgiant/berserk/en_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Redgiant/berserk/en_GB/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.product-info-stock-sku .stock.available {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-stock-sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-stock-sku .type:after {
  content: '#:';
}
.product-info-stock-sku .value {
  display: inline-block;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .product-social-links {
  margin-bottom: 20px;
}
.bundle-options-container .product-social-links a.action {
  color: #575757;
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.bundle-options-container .product-social-links a.action:hover {
  color: #2775ff;
}
.bundle-options-container .price {
  font-weight: 300 !important;
}
.bundle-options-container .price-box {
  margin-top: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="radio"],
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="checkbox"] {
  margin-right: 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(159, 159, 159, 0.3);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="radio"]:checked:before,
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="checkbox"]:checked:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  color: #2775ff;
  font-size: 8px;
  font-weight: 600;
}
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="radio"] {
  border-radius: 100%;
}
.bundle-options-container .product-options-wrapper .fieldset > .field input[type="radio"]:checked:before {
  content: '\f111';
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
  color: #2775ff;
}
.bundle-options-container .action.back:hover {
  color: #2775ff;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  position: relative;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .control input {
  border-color: #ebebeb;
  height: 51px;
  width: 94px;
  border-radius: 25px;
}
.bundle-options-container .block-bundle-summary .box-tocart .qty-changer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-50%);
  border-left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}
.bundle-options-container .block-bundle-summary .box-tocart .qty-changer > a {
  font-size: 10px;
  line-height: 16px;
  padding: 2px 4px;
  pointer-events: all;
}
.bundle-options-container .block-bundle-summary .box-tocart .qty-changer > a:first-child {
  margin-left: 7px;
}
.bundle-options-container .block-bundle-summary .box-tocart .qty-changer > a:last-child {
  margin-right: 7px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  padding-left: 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  display: block !important;
}
.bundle-options-container .nested .field.qty .control {
  width: auto !important;
  display: inline-block;
  position: relative;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  text-align: center;
}
.products-grid .product-item div[class*="swatch-opt-"] {
  flex: 0 0 100%;
  order: 1;
  display: flex;
  flex-direction: column;
}
.product-item .countdown__flip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  margin: 0;
}
.product-item .countdown__flip .time {
  width: 35px !important;
  height: 50px !important;
}
.product-item .countdown__flip .time:before,
.product-item .countdown__flip .time:after {
  display: none;
}
.product-item .countdown__flip .label {
  display: none;
}
.product-item .countdown__flip .count {
  font-size: 16px;
}
.product-item .countdown__flip .count.top {
  line-height: 50px;
}
.product-item .countdown__section {
  margin-top: 0;
  padding: 0 3px;
}
.product-item form input[type="text"] {
  visibility: hidden;
  position: absolute;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
  padding: 0 20px;
}
.product-item-name.product.name a {
  color: #222;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.product-item .product-image-photo {
  width: 100%;
  position: static;
}
.product-item .reviews-actions {
  display: none !important;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .price-box .price-from:after {
  content: ' - ';
  font-size: 16px;
  font-weight: 600;
}
.product-item .price-box .price-from .old-price,
.product-item .price-box .price-to .old-price {
  display: none;
}
.product-item .flip_vertical .flip__back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.product-item .flip_horizontal .flip__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item a.product.photo.product-item-photo {
  width: 100%;
  display: block;
}
.product-item .flip-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  -webkit-perspective: 600px;
  perspective: 600px;
  margin-bottom: 30px;
}
.product-item .flip-box:hover .flip_vertical {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: 9;
}
.product-item .flip-box:hover .flip_horizontal {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 9;
}
.product-item .flip-box__split-info {
  background-color: #fff;
  position: relative;
  padding: 25px 0;
}
.product-item .flip {
  -webkit-transition: transform .6s;
  transition: transform .6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
}
.product-item .flip-box__split {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}
.product-item .flip-box__split .flip__back {
  background: no-repeat center center;
  background-size: cover;
}
.product-item .flip-box__split .flip__back .product-item-description {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  font-family: 'Open Sans', sans-serif;
  pointer-events: all;
}
.product-item .flip-box__split .flip__back .flip-box__split-info {
  background: transparent;
}
.product-item .flip-box__split-content,
.product-item .flip-box__split-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.product-item .flip-box__split-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 2;
  pointer-events: none;
}
.product-item .product-item-inner {
  pointer-events: all;
}
.product-item .flip__back,
.product-item .flip__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item .flip__front {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-item .flip__front .product-photo-container {
  border-bottom: 1px solid #f3f3f3;
}
.product-item .flip-box__split-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
[dir=rtl] .product-item .flip-box__split-list {
  padding-left: 30px;
  padding-right: 20px;
}
.product-item .flip-box__split-list::-webkit-scrollbar {
  width: 7px;
}
.product-item .flip-box__split-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.product-item .flip-box__split-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.product-item .flip-box__split-list ul {
  text-align: left;
}
.product-item .flip-box__split-list i {
  color: #00f6ff;
  position: relative;
  padding-right: 25px;
  line-height: inherit;
  font-weight: 600;
}
.product-item .flip__back {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
}
.product-item .flip-box.type1 .flip__back .product.name a {
  color: #fff;
}
.product-item .flip-box.type1 .flip__back .price-box .price-label,
.product-item .flip-box.type1 .flip__back .price-box .price {
  color: #fff;
}
.product-item .flip-box.type1 .flip__back .price-box .old-price {
  color: #fff;
}
.product-item .flip-box.type1 .flip__back .price-box .price-from:after {
  color: #fff;
}
.product-item .flip-box.type1 .flip__back .product-photo-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .flip-box.type1 .flip__back .product-item-name {
  text-align: center;
}
.product-item .flip-box.type1 .flip__back .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.product-item .flip-box.type1 .flip__back .product-reviews-summary .rating-summary .rating-result::before {
  color: #9f9f9f;
}
.product-item .flip-box.type1 .flip__back .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
}
.product-item .flip-box.type1 .flip__back .product-item-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.product-item .flip-box.type1 .flip__back .product-item-inner > a.weltpixel-quickview {
  display: block;
  order: 3;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.product-item .flip-box.type1 .flip__back .product-item-inner > a.weltpixel-quickview:hover {
  background: #eaeaea;
  border: inherit;
}
.product-item .flip-box.type1 .flip__back .product-item-inner > .actions-primary {
  order: 2;
}
.product-item .flip-box.type1 .flip__back .product-item-inner > .actions-secondary {
  order: 4;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .tocart {
  width: 50px;
  height: 45px;
  color: #2775ff;
  background-color: #fff;
  border-radius: 27px 0 0 27px;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .tocart:hover {
  background: #eaeaea;
  border: inherit;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary {
  display: flex;
  padding-left: 0;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action {
  margin: 0;
  width: 45px;
  height: 45px;
  color: #2775ff;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action:hover {
  background-color: #eaeaea;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action.towishlist:before {
  display: none;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action.tocompare {
  width: 50px;
  border-radius: 0 27px 27px 0;
}
.product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action.tocompare:before {
  display: none;
}
.product-item .flip-box.type2 .flip__back .weltpixel-quickview,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.3);
  width: 54px;
  height: 54px;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}
.product-item .flip-box.type2 .flip__back .weltpixel-quickview:hover,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview:hover,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview:hover,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview:hover {
  z-index: 5;
  opacity: 1;
}
.product-item .flip-box.type2 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type2 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
}
.product-item .flip-box.type2 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview:before,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview:before {
  -webkit-animation: 1.5s brk-pulse 0.3s infinite;
  animation: 1.5s brk-pulse 0.3s infinite;
}
.product-item .flip-box.type2 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type3 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type4 .flip__back .weltpixel-quickview:after,
.product-item .flip-box.type5 .flip__back .weltpixel-quickview:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: brk-pulse 1.5s infinite;
  animation: brk-pulse 1.5s infinite;
}
.product-item .flip-box.type2 .flip {
  height: 100%;
  padding: 20px 0;
}
.product-item .flip-box.type2 .flip-box__split {
  box-shadow: none;
}
.product-item .flip-box.type2 .flip__front,
.product-item .flip-box.type2 .flip__back {
  border-radius: 5px;
  background-color: #fff;
}
.product-item .flip-box.type2 .flip__front {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.product-item .flip-box.type2 .flip__front .flip-box__split-info {
  border-radius: 5px;
  flex-direction: column-reverse;
  display: flex;
}
.product-item .flip-box.type2 .flip__front .flip-box__split-info .product.name {
  margin-top: 20px;
}
.product-item .flip-box.type2 .flip__front .flip-box__split-info .product.name a {
  color: #9f9f9f;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.product-item .flip-box.type2 .flip__front .flip-box__split-info .price-box {
  margin-top: 10px;
}
.product-item .flip-box.type2 .flip__front .flip-box__split-info .price-box .price-from:after {
  color: #fff;
}
.product-item .flip-box.type2 .flip__front .product-photo-container {
  border-bottom: 0;
  border-radius: 5px;
}
.product-item .flip-box.type2 .flip__front .product-photo-container img {
  border-radius: 5px;
}
.product-item .flip-box.type2 .flip__back .brk-base-bg-gradient-10deg {
  background-image: none;
  background-color: #fff;
  border-radius: 5px;
}
.product-item .flip-box.type2 .flip__back .flip-box__split-info {
  padding: 30px 0;
}
.product-item .flip-box.type2 .flip__back .product-item-description {
  overflow-y: auto;
}
.product-item .flip-box.type2 .flip__back .product-reviews-summary {
  margin-bottom: 0;
}
.product-item .flip-box.type2 .flip__back .product-item-inner {
  margin-top: 15px;
}
.product-item .flip-box.type2 .flip__back .product-item-inner .tocart {
  padding: 10px 33px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  border-radius: 25px;
  box-shadow: none;
  border: 0;
  margin-bottom: 30px;
}
.product-item .flip-box.type2 .flip__back .product-item-inner .tocart .icon-inside {
  font-weight: 600 !important;
  color: #fff;
  z-index: 2;
}
.product-item .flip-box.type2 .flip__back .product-item-inner .actions-secondary {
  display: none;
}
.product-item .flip-box.type2 .flip__back .product.name a {
  color: #222;
  font-weight: 500;
}
.product-item .flip-box.type2 .flip__back .price-box {
  display: none;
}
.product-item .flip-box.type2 .flip__back .flip-box__split-list {
  color: #222;
}
.product-item .flip-box.type2 .flip__back .flip-box__split-list ul li i {
  color: #2775ff;
}
.product-item .flip-box.type2 .flip__back .reviews-actions a {
  color: #222;
}
.product-item .flip-box.type2 .flip__back .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.product-item .flip-box.type2 .flip__back .rating-summary .rating-result > span:before {
  color: #2775ff;
}
.product-item .flip-box.type2 .flip__back .flip-box__split-content {
  position: relative;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
  background-color: inherit;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.product-item .flip-box.type2 .flip__back .flip-box__split-content .flip-box__split-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.product-item .flip-box.type2 .flip__back .flip-box__split-content .flip-box__split-list::-webkit-scrollbar-thumb {
  background-color: rgba(39, 117, 255, 0.2);
}
.product-item .flip-box.type2 .flip__back:before,
.product-item .flip-box.type2 .flip__back:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 40px;
  width: 30px;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 1;
  background-color: #fff;
}
.product-item .flip-box.type2 .flip__back:before {
  left: 0;
  -webkit-transition: left 0.3s ease-in-out 0.4s;
  transition: left 0.3s ease-in-out 0.4s;
}
.product-item .flip-box.type2 .flip__back:after {
  right: 0;
  -webkit-transition: right 0.3s ease-in-out 0.4s;
  transition: right 0.3s ease-in-out 0.4s;
}
.product-item .flip-box.type2:hover .flip__back:before {
  left: -15px;
}
.product-item .flip-box.type2:hover .flip__back:after {
  right: -15px;
}
.product-item .flip-box.type3 .brk-base-bg-gradient-10deg {
  background-image: none;
  background-color: #fff;
}
.product-item .flip-box.type3 .flip__front .flip-box__split-info {
  position: relative;
}
.product-item .flip-box.type3 .flip__front .brk-sc-flip-four__cat {
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  height: 23px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  padding: 0 17px;
}
.product-item .flip-box.type3 .product-reviews-summary {
  margin: -5px 0 0;
}
.product-item .flip-box.type3 .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.product-item .flip-box.type3 .rating-summary .rating-result > span:before {
  color: #2775ff;
}
.product-item .flip-box.type3 .flip__back .flip-box__split-info {
  display: none;
}
.product-item .flip-box.type3 .flip__back .product-item-description {
  visibility: hidden;
}
.product-item .flip-box.type3 .flip__back .product-photo-container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.product-item .flip-box.type3 .flip__back .product-photo-container img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-item .flip-box.type3 .flip__back .product-photo-container a.product.photo.product-item-photo {
  height: 100%;
}
.product-item .flip-box.type3 .flip__back .product-item-inner .tocart {
  padding: 10px 33px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  border-radius: 25px;
  box-shadow: none;
  border: 0;
  margin-bottom: -20px;
}
.product-item .flip-box.type3 .flip__back .product-item-inner .tocart .icon-inside {
  font-weight: 600 !important;
  color: #fff;
  z-index: 2;
}
.product-item .flip-box.type3 .flip__back .product-item-inner .actions-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .flip-box.type3 .flip__back .product-item-inner .actions-secondary {
  display: none;
}
.product-item .flip-box.type4 .product-item-name {
  text-align: center;
}
.product-item .flip-box.type4 .brk-sc-flip-three__title {
  margin-top: 42px;
}
.product-item .flip-box.type4 .brk-sc-flip-three__title .product.name a {
  color: #292b2c;
  font-weight: 500;
}
.product-item .flip-box.type4 .flip-box__split-info {
  padding: 0;
}
.product-item .flip-box.type4 .flip-box__split-info .product-item-name {
  display: none;
}
.product-item .flip-box.type4 .flip__back .price-box {
  display: none;
}
.product-item .flip-box.type4 .flip__back .flip-box__split-list {
  border-bottom: 0;
  border-top: 0;
  overflow-y: auto;
  padding-top: 40px;
}
.product-item .flip-box.type4 .flip__back .flip-box__split-list ul li i {
  color: #fff;
}
.product-item .flip-box.type4 .flip__back .product-photo-container {
  position: absolute;
}
.product-item .flip-box.type4 .flip__back .product-reviews-summary {
  margin-bottom: 10px;
  text-align: center;
}
.product-item .flip-box.type4 .flip__back .product-reviews-summary .rating-result:before {
  color: #9f9f9f;
}
.product-item .flip-box.type4 .flip__back .product-reviews-summary .rating-result > span:before {
  color: #fff;
}
.product-item .flip-box.type4 .flip__back .product-item-inner .tocart {
  padding: 10px 25px;
  font-size: 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  box-shadow: none;
  border: 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #2775ff;
  margin-bottom: -20px;
}
.product-item .flip-box.type4 .flip__back .product-item-inner .tocart:hover {
  box-shadow: 0 5px 10px -2px #7202bb;
  background-color: #7202bb;
}
.product-item .flip-box.type4 .flip__back .product-item-inner .tocart .icon-inside {
  font-weight: 600 !important;
  color: #fff;
  z-index: 2;
  top: 0;
  margin: 0;
}
.product-item .flip-box.type4 .flip__back .product-item-inner .actions-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .flip-box.type4 .flip__back .product-item-inner .actions-secondary {
  display: none;
}
.product-item .flip-box.type4 .flip__front .product-photo-container {
  border: 0;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 46px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 46px;
  padding: 0 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  background-color: #2775ff;
  z-index: 2;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price,
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price,
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price .price {
  color: #fff;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price {
  padding-right: 5px;
  line-height: 30px;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price .price {
  font-size: 12px;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .special-price .price {
  font-size: 14px;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-label {
  display: none;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from,
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-to {
  line-height: 30px;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from .price,
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-to .price {
  font-size: 12px;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from {
  margin-right: 0;
}
.product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from:after {
  content: " - ";
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 5px 0 0;
}
.product-item .flip-box.type5 {
  max-width: 400px;
}
.product-item .flip-box.type5 .countdown__flip {
  bottom: 39px;
  right: 10px;
  left: auto;
  top: auto;
  transform: translateX(100%);
}
.product-item .flip-box.type5 .side-labels {
  position: relative;
  right: initial;
  top: initial;
  flex-direction: row;
  letter-spacing: -.44px;
}
.product-item .flip-box.type5 .side-labels .brk-sc-card-label {
  min-width: initial;
  height: 16px;
  padding: 0 5px;
  line-height: 16px;
  margin: 1px 3px 1px 0;
}
.product-item .flip-box.type5 .side-labels .brk-sc-card-label.new-label {
  background-color: #02cfa4;
}
.product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__text {
  font-size: 11px;
  font-weight: 400;
}
.product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-1,
.product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-2,
.product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {
  display: none;
}
.product-item .flip-box.type5 .brk-sc-flip-four__cat {
  display: inline-block;
  height: 16px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
  letter-spacing: -.44px;
  margin: 1px 3px 1px 0;
}
.product-item .flip-box.type5 .flip-box__split {
  position: relative;
}
.product-item .flip-box.type5 .old-price {
  margin: 0;
}
.product-item .flip-box.type5 .flip__front {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  height: 100%;
}
.product-item .flip-box.type5 .flip__front .product-photo-container {
  order: 2;
  position: relative;
  right: 15px;
  border: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex: 0 0 41%;
  width: 41%;
  padding: 40px 0;
}
.product-item .flip-box.type5 .flip__front .flip-box__split-info {
  order: 1;
  padding: 40px 0 40px 40px;
  background: transparent;
  text-align: left;
  width: -webkit-calc(59% - 15px);
  width: calc(59% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-item .flip-box.type5 .flip__front .flip-box__split-info .product-item-name {
  margin-bottom: 30px;
}
.product-item .flip-box.type5 .flip__front .price-box {
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.product-item .flip-box.type5 .flip__front .price-box .old-price .price-label {
  display: none;
}
.product-item .flip-box.type5 .flip__front .price-box .old-price .price {
  font-size: 14px;
}
.product-item .flip-box.type5 .flip__back.configurable {
  height: calc(100% + 45px);
  height: -webkit-calc(100% + 45px);
  top: -20px;
}
.product-item .flip-box.type5 .flip__back.configurable .product-item-description {
  height: 50px;
}
.product-item .flip-box.type5 .flip__back .flip-box__split-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 90, 224, 0.95)), to(rgba(114, 2, 187, 0.95)));
  background: linear-gradient(to right, rgba(15, 90, 224, 0.95), rgba(114, 2, 187, 0.95));
  z-index: 1;
}
.product-item .flip-box.type5 .flip__back .flip-box__split-content {
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.product-item .flip-box.type5 .flip__back .flip-box__split-info {
  flex: 0 0 70%;
  order: 0;
  padding: 40px 33px 0 39px;
  text-align: left;
}
.product-item .flip-box.type5 .flip__back .price-box {
  display: none;
}
.product-item .flip-box.type5 .flip__back .product-item-description {
  flex: 0 0 100%;
  padding: 0 0 20px 39px;
  border: 0;
  order: 2;
  height: 70px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-item .flip-box.type5 .flip__back .product-item-description ul > li,
.product-item .flip-box.type5 .flip__back .product-item-description ol > li {
  margin: 0;
}
.product-item .flip-box.type5 .flip__back .product-item-description i {
  padding-right: 15px;
}
.product-item .flip-box.type5 .flip__back .product-photo-container {
  position: absolute;
  right: 0;
  width: 41%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
}
.product-item .flip-box.type5 .flip__back .product-reviews-summary {
  order: 1;
  padding-left: 39px;
  display: none;
}
.product-item .flip-box.type5 .flip__back .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #00c6ff;
}
.product-item .flip-box.type5 .flip__back .product-item-inner {
  display: block;
  padding: 10px 33px 0 39px;
  max-height: 60px;
}
.product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary {
  order: 0;
  position: absolute;
  top: 42px;
  right: 30px;
}
.product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary .tocart {
  padding: 10px 25px;
  font-size: 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  box-shadow: none;
  border: 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 0;
}
.product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary .tocart .icon-inside {
  font-weight: 600 !important;
  color: #fff;
  z-index: 2;
  top: 0;
  margin: 0;
}
.product-item .flip-box.type5 .flip__back .product-item-inner .weltpixel-quickview {
  order: 1;
}
.product-item .flip-box.type5 .flip__back .product-item-inner .actions-secondary {
  order: 2;
  display: none;
}
.product-item .flip-box.type5 .flip__back .product-item-name a {
  color: #fff;
}
.product-item .flip-box.type5 .product-item-name {
  padding: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.product-item .flip-box.type5 .product-item-name a {
  font-size: 18px;
  display: block;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
  text-transform: lowercase;
  font-family: 'Montserrat', sans-serif;
}
.product-item .product-reviews-summary .reviews-actions a {
  color: #fff;
}
.product-item .price-box {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.product-item .price-box .price {
  font-weight: 600;
  white-space: nowrap;
  color: #2775ff;
  font-size: 17px;
}
.product-item .price-box .price-label {
  color: #c4c4c4;
  font-size: 16px;
  margin-right: 15px;
}
.product-item .price-box .price-from {
  margin-right: 10px;
}
.product-item .old-price {
  margin: 5px 0;
  text-decoration: line-through;
  padding-right: 13px;
  color: #c4c4c4;
}
.product-item .old-price .price-label {
  display: none;
}
.product-item .old-price .price {
  font-weight: 400;
  color: #c4c4c4;
  font-size: 16px;
}
.product-item .minimal-price .price-container {
  display: inline;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-photo {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.side-labels {
  position: absolute;
  right: -5px;
  top: 86px;
  width: auto;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 1;
}
.side-labels .brk-sc-card-label {
  padding: 8px 10px 10px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 60px;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.side-labels .brk-sc-card-label.sale-label {
  background-color: #7202bb;
}
.side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-1,
.side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-1,
.side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-2,
.side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-2,
.side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-3,
.side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-3 {
  background-color: #7202bb;
}
.side-labels .brk-sc-card-label.new-label {
  background-color: #2775ff;
}
.side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-1,
.side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-1,
.side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-2,
.side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-2,
.side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-3,
.side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-3 {
  background-color: #2775ff;
}
.side-labels .brk-sc-card-label__additional-3 {
  position: absolute;
  right: 0;
  bottom: -6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-clip-path: polygon(0 100%, 100% -1px, 0 -1px);
  clip-path: polygon(0 100%, 100% -1px, 0 -1px);
}
.side-labels .brk-sc-card-label__additional-2 {
  display: none;
}
.side-labels .brk-sc-card-label__additional-1 {
  position: absolute;
  display: inline-block;
  height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  top: 0;
  width: 11px;
  left: -10px;
}
.side-labels-cornered .brk-sc-card-label__additional-1 {
  clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%, 100% 50%);
}
.top-labels {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.top-labels .brk-sc-card-label {
  width: 86px;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.top-labels .brk-sc-card-label:nth-child(1) {
  right: -5px;
  top: -5px;
}
.top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__text {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-1 {
  top: 0;
  left: 0;
}
.top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-2 {
  right: 0;
  bottom: 0;
}
.top-labels .brk-sc-card-label:nth-child(2) {
  left: -5px;
  top: -5px;
}
.top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__text {
  bottom: -9px;
  left: -19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-1 {
  bottom: 0;
  left: 0;
}
.top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-2 {
  right: 0;
  top: 0;
}
.top-labels .brk-sc-card-label.sale-label .brk-sc-card-label__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#7202bb), to(#2775ff));
  background-image: linear-gradient(to right, #7202bb, #2775ff);
}
.top-labels .brk-sc-card-label.new-label .brk-sc-card-label__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#2775ff), to(#2775ff));
  background-image: linear-gradient(to right, #2775ff, #2775ff);
}
.top-labels .brk-sc-card-label__text {
  position: absolute;
  width: 122px;
  height: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 9;
}
.top-labels .brk-sc-card-label__additional-1,
.top-labels .brk-sc-card-label__additional-2 {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #7202bb;
}
/**********List Mode**********/
.product-item div[class*="swatch-opt-"]:first-child {
  margin-bottom: 10px;
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute {
  margin-bottom: 0;
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 22px;
  height: 22px;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
  margin: 0 5px 5px 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.6);
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  color: #2775ff;
  font-weight: 600;
  border: 1px solid #2775ff;
  border-radius: 4px;
}
.product-item div[class*="swatch-opt-"] > .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border: 1px solid #fff;
}
.products-list .products.list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.products-list .products.list .product-item-info {
  margin-bottom: 20px;
}
.products-list .products.list .product-item:hover .flip-box__split {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.14);
}
.products-list .products.list .product-item:hover .flip-box__split .flip__front {
  border-color: rgba(39, 117, 255, 0.92);
  border-right-color: transparent;
}
.products-list .products.list .product-item:hover .flip-box__split .flip__front:before {
  height: 100%;
}
.products-list .products.list .product-item:hover .flip-box__split .flip__front .flip-box__split-info {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.products-list .products.list .product-item:hover .flip-box__split .flip__back .product-item-details {
  border-color: #2775ff;
}
.products-list .products.list .product-item .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.products-list .products.list .product-item .rating-summary .rating-result > span:before {
  color: #2775ff;
}
.products-list .products.list .product-item .flip-box__split {
  display: flex;
  flex-direction: row;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
}
.products-list .products.list .product-item .flip-box__split .flip__front {
  transform: none;
  -webkit-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 3px solid #f2f2f2;
  height: auto;
  border-right: 1px solid #f2f2f2;
}
.products-list .products.list .product-item .flip-box__split .flip__front .product-item-photo {
  width: 100%;
  display: block;
}
.products-list .products.list .product-item .flip-box__split .flip__front .product-photo-container {
  border-bottom: 0;
  max-width: 100%;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  margin: auto;
  max-width: -webkit-calc(70%);
  max-width: calc(70%);
  box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: .3s ease transform .1s;
  transition: .3s ease transform .1s;
  border-radius: 27px;
  padding-top: 0;
  padding-bottom: 0;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info form input[type="text"] {
  visibility: hidden;
  position: absolute;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .tocart {
  width: 50px;
  height: 45px;
  color: #2775ff;
  background-color: #fff;
  border-radius: 27px 0 0 27px;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .tocart:hover {
  background: #eaeaea;
  border: inherit;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary {
  display: flex;
  padding-left: 0;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary > .action {
  margin: 0;
  width: 45px;
  height: 45px;
  color: #2775ff;
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary > .action:hover {
  background-color: #eaeaea;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary > .action.towishlist:before {
  display: none;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary > .action.tocompare {
  width: 50px;
  border-radius: 0 27px 27px 0;
}
.products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary + .actions-secondary > .action.tocompare:before {
  display: none;
}
.products-list .products.list .product-item .flip-box__split .flip__front:before {
  content: '';
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 0;
  bottom: 0;
  -webkit-transition: .3s ease height;
  transition: .3s ease height;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 2, 187, 0.92)), to(rgba(39, 117, 255, 0.92)));
  background-image: linear-gradient(to bottom, rgba(114, 2, 187, 0.92), rgba(39, 117, 255, 0.92));
}
.products-list .products.list .product-item .flip-box__split .flip__back {
  position: relative;
  -webkit-transform: none;
  transform: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.products-list .products.list .product-item .flip-box__split .flip__back .price-box {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.products-list .products.list .product-item .flip-box__split .flip__back .price-box .price-label {
  color: #9f9f9f;
  font-size: 14px;
}
.products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute {
  margin-bottom: 5px;
}
.products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute:last-child {
  margin-bottom: 0;
}
.products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options {
  justify-content: flex-start;
}
.products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border: 2px solid #ececec;
}
.products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
  background: transparent;
}
.products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {
  padding: 40px 35px 35px 38px;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}
.products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info .product-item-name {
  padding: 0;
}
.products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info .product-item-name > a:hover {
  color: #0f5ae0;
  text-decoration: none;
}
.products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-overlay {
  display: none;
}
.products-list .products.list .product-item .flip-box__split .flip__back .product-item-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  height: 100%;
  border-bottom: 3px solid #f2f2f2;
  -webkit-transition: .3s ease border;
  transition: .3s ease border;
}
.products-list .products.list .product-item .flip-box__split .flip__back .description {
  flex: 0 0 100%;
  background-color: #fbfbfb;
  padding: 32px 35px 32px 45px;
  color: #222;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03);
}
.products-list .products.list .product-item .flip-box__split .flip__back .description ul {
  display: flex;
  flex-wrap: wrap;
}
.products-list .products.list .product-item .flip-box__split .flip__back .description ul li.item {
  width: 50%;
}
.products-list .products.list .product-item .flip-box__split .flip__back .description ul li.item i {
  padding-right: 23px;
  color: #2775ff;
}
.products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {
  position: absolute;
  top: 40px;
  right: 10px;
}
.products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary .reviews-actions .action {
  color: #222;
}
.products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.products.products-grid .col-xl-3-custom,
.filterproducts .col-xl-3-custom {
  flex: 0 0 20%;
  max-width: 20%;
}
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip-box__split .flip__back .flip-box__split-info,
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner {
  padding: 30px 0;
}
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner > a.weltpixel-quickview,
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .tocart,
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action {
  width: 72px;
  height: 54px;
  font-size: 15px;
}
.page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary + .actions-secondary > .action.tocompare {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .products-list .products.list .product-item .flip-box__split {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {
    display: none;
  }
  .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.toolbar {
  text-align: center;
  padding: 7px 0 29px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.toolbar select {
  width: 100%;
  height: 42px;
  border-radius: 27px;
  border: 2px solid rgba(205, 205, 205, 0.2);
  color: rgba(39, 39, 39, 0.4);
  padding: 0 15px 0 29px;
}
.toolbar-amount,
.toolbar .modes .modes-label {
  display: none;
}
.toolbar > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .sorter .brk-sc-sorting__label {
  flex-shrink: 0;
}
.toolbar .sorter-action {
  color: #2775ff;
}
.toolbar .sorter-action:before {
  display: none;
}
.toolbar .limiter {
  margin-left: auto;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.toolbar .modes.brk-sc-view-swiper {
  position: relative;
  min-width: 140px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 2px solid rgba(205, 205, 205, 0.2);
  border-radius: 25px;
  padding: 5px 23px;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn {
  color: #222;
  border: 0;
  border-right: 0;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:before {
  color: #222;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '';
  width: 16px;
  height: 16px;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.mode-grid:before {
  content: "\f00a";
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.mode-list:before {
  content: "\f0c9";
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:hover {
  color: #0f5ae0;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:last-child {
  border-radius: 0 3px 3px 0;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:last-child.active:after {
  left: -webkit-calc(42%);
  left: calc(42%);
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active {
  color: #fff;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active:before {
  color: #fff;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: -webkit-calc(100%);
  height: calc(100%);
  width: -webkit-calc(58%);
  width: calc(58%);
  border-radius: 25px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  z-index: -1;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  background-color: #0f5ae0;
}
.toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn i {
  z-index: 4;
}
.toolbar .modes.brk-sc-view-swiper,
.toolbar .modes.brk-sc-view-swiper__btn {
  display: -webkit-inline-box;
  display: inline-flex;
}
.products.wrapper ~ .toolbar .toolbar .modes {
  display: none;
}
.products.wrapper ~ .toolbar {
  border-bottom: 0;
}
.products.wrapper ~ .toolbar .sorter,
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.products.wrapper ~ .toolbar .pages {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .toolbar.brk-sc-sorting {
    padding: 20px 0 20px;
  }
  .toolbar.brk-sc-sorting .toolbar-amount {
    display: none;
  }
  .toolbar.brk-sc-sorting .modes .modes-label {
    display: none;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter {
    margin: 0 !important;
  }
  .products.wrapper ~ .toolbar .pages {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .toolbar.brk-sc-sorting {
    flex-direction: column;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter,
  .toolbar.brk-sc-sorting .limiter {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px !important;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter > label,
  .toolbar.brk-sc-sorting .limiter > label {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .toolbar.brk-sc-sorting .toolbar-sorter > div {
    width: calc(100% - 25px);
  }
  .toolbar.brk-sc-sorting .limiter > div {
    width: 100%;
  }
}
body.product-page-type2 .top-container {
  display: none !important;
}
body.product-page-type2 .columns {
  padding-top: 100px;
}
body.product-page-type2 .fotorama__stage {
  border-radius: 10px !important;
}
body.product-page-type2 .fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  background: none !important;
}
.page-header a.action.compare > span {
  display: none;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-view .column.main {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.product.media {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-bottom: 100px !important;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product-info-main {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.product-info-main .product-info-price {
  color: #575757;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product.info.detailed {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-info-main .product.attribute.overview li i {
  margin-right: 10px;
}
.product-addto-links {
  display: inline;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/************For Berserk***********/
.fotorama-item .fotorama__arr {
  width: 50px !important;
  display: block !important;
}
.fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon,
.fotorama-item .fotorama-sprite,
.fotorama-item .fotorama__zoom-in,
.fotorama-item .fotorama__zoom-out,
.fotorama-item .fotorama__arr .fotorama__arr__arr,
.fotorama-item .fotorama__fullscreen-icon,
.fotorama-item .fotorama__thumb__arr {
  background: none !important;
  color: #2775ff;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  display: block !important;
}
.fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon:before,
.fotorama-item .fotorama-sprite:before,
.fotorama-item .fotorama__zoom-in:before,
.fotorama-item .fotorama__zoom-out:before,
.fotorama-item .fotorama__arr .fotorama__arr__arr:before,
.fotorama-item .fotorama__fullscreen-icon:before,
.fotorama-item .fotorama__thumb__arr:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon {
  padding: 0;
}
.fotorama-item .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: '\f104';
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: '\f105';
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__fullscreen-icon:before {
  content: '\f002';
  font-size: 16px;
  line-height: 50px;
}
.fotorama-item .fotorama__arr,
.fotorama-item .fotorama__thumb__arr {
  background: transparent !important;
}
.fotorama-item .fotorama__arr--next .fotorama__arr__arr:before {
  content: '\f105';
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__arr--prev .fotorama__arr__arr:before {
  content: '\f104';
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__zoom-in:before {
  background: none;
  content: "\f067";
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__zoom-out:before {
  content: "\f068";
  font-size: 21px;
  line-height: 50px;
}
.fotorama-item .fotorama__stage {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 10px;
}
.fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  background: rgba(255, 255, 255, 0.16);
}
.fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav {
  text-align: center;
}
.fotorama-item .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #2775ff !important;
}
.fotorama-item .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb {
  border: 1px solid rgba(235, 235, 235, 0.5);
}
.fotorama-item .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__thumb__arr {
  left: 50%;
  transform: translateX(-50%);
}
.fotorama-item .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb__arr {
  top: 50%;
  transform: translateY(-50%);
}
.fotorama-item.fotorama--fullscreen {
  border-radius: 0;
}
.fotorama-item.fotorama--fullscreen .fotorama__stage {
  border-radius: 0;
}
.fotorama-item.fotorama--fullscreen .fotorama__nav-wrap {
  transform: none;
}
.product-custom-block__bg {
  box-shadow: inset 0 5px 26px rgba(0, 0, 0, 0.03);
  background-color: #f9f9f9;
  margin-top: 150px;
}
.product-custom-block__bg .brk-sc-bonus {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border-radius: 10px;
  top: -109px;
}
.product-custom-block__bg .brk-sc-bonus__subtitle {
  position: absolute;
  display: inline-block;
  padding: 9px 16px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  border-radius: 25px;
  color: #fff;
  margin: 0;
  background-color: #2775ff;
}
.brk-sc-item-page-tabs {
  z-index: 1;
  margin-top: -63px;
  padding-bottom: 80px;
}
.brk-sc-item-page-tabs__title {
  position: relative;
  padding-right: 32px;
  padding-left: 25px;
  margin-bottom: 39px;
}
.brk-sc-item-page-tabs__title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 42px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6ff), to(#00f6ff));
  background-image: linear-gradient(to top, #00c6ff 0%, #00f6ff 100%);
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth {
  display: -webkit-box;
  display: flex;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-nav {
  min-width: 200px;
  flex-shrink: 0;
  text-align: right;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab {
  cursor: pointer;
  margin-bottom: 27px;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab.active a {
  color: #000 !important;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a {
  color: #b6b6b6;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a.active,
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a:hover {
  color: #000 !important;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content {
  text-align: left;
  margin-left: 45px;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item {
  margin-top: -68px;
  padding-left: 17px;
}
.brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item h3 {
  margin-top: 0;
}
.brk-products-tabs .tabs-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(39, 117, 255, 0.92)), to(rgba(114, 2, 87, 0.92)));
  background-image: linear-gradient(90deg, rgba(39, 117, 255, 0.92), rgba(114, 2, 87, 0.92));
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.brk-products-tabs .product-photo-container {
  background: #fff;
}
.brk-products-tabs .type3 .flip__back .product-item-details {
  position: absolute;
}
.brk-products-tabs .type4 .product-item-name a {
  color: #fff !important;
}
.brk-products-tabs .product-item-details {
  height: 100%;
}
.brk-products-tabs .product-item-details .product-item-description {
  border-bottom: 0;
}
.brk-products-tabs input[type="checkbox"] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(159, 159, 159, 0.3);
  background: #fff;
}
.brk-products-tabs input[type="checkbox"]:checked:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  color: #2775ff;
  font-size: 14px;
  font-weight: 600;
}
.brk-products-tabs .owl-carousel.owl-drag .owl-item {
  box-shadow: none;
}
.brk-products-tabs .block-actions {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.brk-products-tabs .block-actions .action.select {
  color: #2775ff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.brk-products-tabs .block-title.title {
  display: none;
}
.brk-products-tabs .block-content {
  position: relative;
}
.brk-products-tabs .block-content .products {
  margin-bottom: 0;
  margin-top: 0;
}
.brk-products-tabs .block-content .owl-dots {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  z-index: 2;
  align-items: center;
}
.brk-products-tabs .block-content .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  border-radius: 100%;
  margin-right: 3px;
}
.brk-products-tabs .block-content .owl-dots .owl-dot:hover,
.brk-products-tabs .block-content .owl-dots .owl-dot.active {
  border: 1px solid #dbdbdb;
}
.brk-products-tabs .block-content .owl-dots .owl-dot:hover span,
.brk-products-tabs .block-content .owl-dots .owl-dot.active span {
  width: 0;
  height: 0;
}
.brk-products-tabs .block-content .owl-dots .owl-dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-color: #2775ff;
  -webkit-transition-property: width,height;
  transition-property: width,height;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.brk-products-tabs .block-content .owl-nav {
  min-width: 182px;
  height: 54px;
  border-radius: 27px;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.brk-products-tabs .block-content .owl-nav .owl-prev,
.brk-products-tabs .block-content .owl-nav .owl-next {
  color: #2775ff;
  background: transparent;
  width: auto;
  height: auto;
  font-size: 24px;
}
.brk-products-tabs .block-content .owl-nav .owl-prev {
  margin-left: 20px;
}
.brk-products-tabs .block-content .owl-nav .owl-next {
  margin-right: 20px;
}
.brk-products-tabs .brk-tabs-content__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}
.brk-products-tabs .brk-tabs-nav {
  min-height: 58px;
  margin-top: -58px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 30px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  display: inline-flex;
}
.brk-products-tabs .brk-tabs-nav .brk-tab {
  margin: 0;
  cursor: pointer;
}
.brk-products-tabs .brk-tabs-nav .brk-tab a {
  height: 50px;
  display: block;
  opacity: .4;
  position: relative;
  border-radius: 25px;
  -webkit-transition: 0.3s ease color, 0.3s ease opacity, 0.3s ease box-shadow;
  transition: 0.3s ease color, 0.3s ease opacity, 0.3s ease box-shadow;
  z-index: 1;
  padding: 0 40px;
  color: #2775ff;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
}
.brk-products-tabs .brk-tabs-nav .brk-tab a i {
  margin-right: 10px;
  margin-top: -4px;
}
.brk-products-tabs .brk-tabs-nav .brk-tab a.active {
  opacity: 1;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  color: #fff;
}
.brk-products-tabs .brk-tabs-nav .brk-tab a.active:before {
  background-color: #2775ff;
}
.brk-products-tabs .brk-tabs-nav .brk-tab a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #fff;
  border-radius: 25px;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
.product.page-title-wrapper .page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #000;
  padding-right: 70px;
}
.product.info.detailed .additional-attributes {
  color: #9f9f9f;
  font-family: 'Montserrat', sans-serif;
}
.product.info.detailed .additional-attributes th.label {
  color: #222;
  font-weight: 600;
}
.product.info.detailed .review-toolbar {
  border: 0;
}
.product.info.detailed .review-form {
  font-family: 'Montserrat', sans-serif;
  max-width: 100% !important;
}
.product.info.detailed .review-form .review-field-ratings {
  margin-left: 20px;
}
.product.info.detailed .review-form .fieldset.review-fieldset {
  margin: 0;
}
.product.info.detailed .review-form .review-form-actions {
  text-align: center;
}
.product.info.detailed .review-form .review-form-actions .primary.actions-primary {
  float: none;
}
.product.info.detailed .review-form .review-form-actions .primary.actions-primary .action.submit {
  transform: translateY(-50%);
}
.product.info.detailed .review-form textarea {
  border: 1px solid #e8ecff;
  padding: 20px;
}
.product.info.detailed .review-form .review-field-rating .label,
.product.info.detailed .review-form .review-field-ratings > .label {
  display: none;
}
.product.info.detailed .review-form .legend.review-legend {
  font-size: 21px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product.info.detailed .review-form .review-control-vote {
  margin-bottom: 0;
  margin-top: 35px;
}
.product.info.detailed .review-form .review-control-vote:before,
.product.info.detailed .review-form .review-control-vote label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #2775ff;
}
.product.info.detailed .review-form .review-control-vote:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  color: #9f9f9f;
}
.product.info.detailed .review-form .review-control-vote .rating-1:before {
  content: '\f005';
}
.product.info.detailed .review-form .review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.product.info.detailed .review-form .review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.product.info.detailed .review-form .review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.product.info.detailed .review-form .review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.product.info.detailed .product.data.items > .item.content {
  border: 0;
  border-top: 1px solid #ebebeb;
  margin-top: 49px;
}
.product.info.detailed .product.data.items > .item.content p {
  color: #9f9f9f;
  line-height: 26px;
  font-size: 16px;
}
.product.info.detailed .product.data.items > .item.content ul {
  padding-top: 30px;
  padding-left: 40px;
  list-style: none;
}
.product.info.detailed .product.data.items > .item.content ul i {
  margin-right: 10px;
}
.product.info.detailed .product.data.items > .item.content .block.review-list .block-title {
  display: none;
}
.product.info.detailed .product.data.items > .item.content .item.review-item {
  padding: 0 0 20px 70px;
  border: 0;
  color: #9f9f9f;
  position: relative;
  margin-bottom: 30px;
}
.product.info.detailed .product.data.items > .item.content .item.review-item:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
  top: 34px;
  background-color: #ebebeb;
}
.product.info.detailed .product.data.items > .item.content .item.review-item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 24px;
  background: url(../../frontend/Redgiant/berserk/en_GB/images/sprite.png) 0 -22px;
  background-repeat: repeat-x;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
}
.product.info.detailed .product.data.items > .item.content .item.review-item:last-child:before,
.product.info.detailed .product.data.items > .item.content .item.review-item:last-child:after {
  display: none;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .avatar-img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .avatar-img img {
  border-radius: 100%;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-content {
  padding-top: 25px;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top > div {
  margin-bottom: 10px !important;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-title {
  display: inline-block;
  margin: 0;
  color: #222;
  margin-right: 30px;
  font-weight: 300;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-details-label {
  display: none;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-date {
  font-size: 14px;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-ratings {
  margin-left: auto;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-ratings .rating-label {
  display: none;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-ratings .rating-result:before {
  color: #9f9f9f;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-ratings .rating-result span:before {
  color: #2775ff;
}
.product.info.detailed .product.data.items > .item.content .item.review-item .review-top .review-author .review-details-value {
  padding: 3px 20px 3px 20px;
  background-color: #f1f1f1;
  margin-right: 20px;
  border-radius: 20px;
  margin-top: -2px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #2775ff;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.product.info.detailed .product.data.items > .item.title {
  padding: 18px 50px 17px;
  margin-left: -35px;
  -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%);
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%);
  cursor: pointer;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  opacity: .3;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items > .item.title > a {
  border: 0;
  color: #222;
  line-height: 1;
  height: auto;
  padding: 0;
  background: transparent;
}
.product.info.detailed .product.data.items > .item.title:first-child {
  border-top-left-radius: 5px;
  -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0% 100%);
  padding-left: 33px;
  margin-left: 0;
}
.product.info.detailed .product.data.items > .item.title.active,
.product.info.detailed .product.data.items > .item.title:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f4f8), to(#f0f2f8));
  background-image: linear-gradient(to top, #f2f4f8 0%, #f0f2f8 100%);
  opacity: 1;
}
.product.info.detailed .product.data.items > .item:nth-last-child(2) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%) !important;
  border-top-right-radius: 5px !important;
  padding-right: 30px !important;
}
.products-quicknav {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: row;
}
.products-quicknav .product-nav > a {
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #2775ff;
  text-decoration: none;
}
.products-quicknav .product-nav > a i {
  color: #2775ff;
  font-size: 21px;
}
.products-quicknav .product-nav:first-child {
  margin-right: 5px;
}
.products-quicknav .product-nav:hover > .product-pop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.products-quicknav .product-nav.product-prev .product-pop {
  left: 0;
  margin-left: -20px;
}
.products-quicknav .product-nav.product-prev .product-pop:before {
  left: 30px;
}
.products-quicknav .product-nav.product-next .product-pop {
  right: 0;
  margin-right: -20px;
}
.products-quicknav .product-nav.product-next .product-pop:before {
  right: 30px;
}
.products-quicknav .product-nav .product-pop {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: 100px;
  height: auto;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  margin-top: 7px;
  text-align: center;
}
.products-quicknav .product-nav .product-pop:before {
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: -16px;
}
.products-quicknav .product-nav .product-pop .product-name {
  font-size: 13px;
  padding: 5px 7px;
}
.product-info-main {
  position: relative;
  margin-bottom: 100px;
}
.product-info-main .product-reviews-summary {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-flex;
  flex-direction: row;
}
.product-info-main .product-reviews-summary .reviews-actions > a {
  color: #9f9f9f;
}
.product-info-main .product-reviews-summary .reviews-actions > a:hover {
  color: #2775ff;
  text-decoration: none;
}
.product-info-main .product-reviews-summary .reviews-actions > a.action.view span:first-child {
  padding: 0 3px;
}
.product-info-main .product-reviews-summary .rating-summary {
  display: inline-flex;
  flex-direction: column;
  margin: 0 10px 0 0;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result span:before {
  color: #2775ff;
}
.product-info-main .product-info-stock-sku {
  position: absolute;
  right: 0;
}
.product-info-main .product-info-price {
  width: auto;
  margin-right: 25px;
  margin-bottom: 20px;
  display: flex;
  border: 0;
  align-items: center;
}
.product-info-main .product-info-price .price-box {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.product-info-main .product-info-price .price-box .price {
  font-weight: 300 !important;
}
.product-info-main .product-info-price .price-label {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 300;
}
.product-info-main .product-info-price .old-price .price-label {
  display: none !important;
}
.product-info-main .product-info-price .old-price .price {
  margin-right: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .product-add-form:before,
.product-info-main .product-add-form:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: url('../../frontend/Redgiant/berserk/en_GB/images/dotted-border.png') center center repeat-x;
}
.product-info-main .product-add-form:before {
  margin-bottom: 35px;
}
.product-info-main .product-add-form:after {
  margin-top: 35px;
}
.product-info-main .product-add-form .swatch-input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.product-info-main .product-add-form .berserk_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .product-add-form .fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
  font-size: 16px;
  padding: 15px 33px;
  border: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.product-info-main .product-add-form .fieldset .actions .action.primary.tocart i {
  margin-right: 10px;
}
.product-info-main .product-add-form .fieldset .actions button:focus,
.product-info-main .product-add-form .fieldset .actions button:active {
  background: transparent !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
}
.product-info-main .product-add-form .fieldset .field.qty {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}
.product-info-main .product-add-form .fieldset .field.qty .label {
  display: none;
}
.product-info-main .product-add-form .fieldset .field.qty .control {
  position: relative;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}
.product-info-main .product-add-form .fieldset .field.qty .control input {
  border-color: #ebebeb;
  height: 51px;
  width: 94px;
  border-radius: 25px;
}
.product-info-main .product-add-form .fieldset .field.qty .control .qty-changer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-50%);
  border-left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}
.product-info-main .product-add-form .fieldset .field.qty .control .qty-changer > a {
  font-size: 10px;
  line-height: 16px;
  padding: 2px 4px;
  pointer-events: all;
}
.product-info-main .product-add-form .fieldset .field.qty .control .qty-changer > a:first-child {
  margin-left: 7px;
}
.product-info-main .product-add-form .fieldset .field.qty .control .qty-changer > a:last-child {
  margin-right: 7px;
}
.product-info-main .product-add-form .addthis_inline_share_toolbox {
  flex: 0 0 100%;
}
.product-info-main .product-add-form .addthis_inline_share_toolbox > label {
  display: none;
}
.product-info-main .product-add-form .product-social-links {
  margin: 0 0 10px 20px;
  width: auto;
  display: inline-flex;
}
.product-info-main .product-add-form .product-social-links a.action {
  color: #575757;
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 5px;
}
.product-info-main .product-add-form .product-social-links a.action:first-child {
  margin-left: 0;
}
.product-info-main .product-add-form .product-social-links a.action:hover {
  color: #2775ff;
}
.product-info-main .product-add-form .action.tocart {
  width: 100%;
  margin: 0;
}
.product-info-main .product-add-form .action.tocart:hover {
  border: 0;
}
.product-info-main .product-add-form .product-options-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-info-main .product-options-wrapper {
  margin-bottom: 35px;
}
.product-info-main .product-options-wrapper .swatch-opt {
  display: flex;
  flex-direction: row;
}
.product-info-main .product-options-wrapper .swatch-opt > div {
  margin-right: 30px;
}
.product-info-main .product-options-wrapper .swatch-opt > div:last-child {
  margin-right: 0;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute.color .swatch-attribute-options {
  margin-top: 3px;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option {
  cursor: pointer;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option:hover {
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4) !important;
  color: #2775ff;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option.text {
  min-width: 38px;
  padding-left: 12px;
  padding-right: 12px;
  height: 38px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.06);
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease width, 0.3s ease background-color, 0.3s ease color;
  transition: 0.3s ease width, 0.3s ease background-color, 0.3s ease color;
  border-radius: 38px;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option.text.selected {
  border: 0;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-options .swatch-option.color {
  text-align: center;
  margin: 5px 5px 10px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
  box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.08), 3px 3px 4px -1px rgba(0, 0, 0, 0.08);
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-label {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
}
.product-info-main .product-options-wrapper .swatch-opt > div .swatch-attribute-selected-option {
  color: #9f9f9f;
}
.shape-box__wrapper-stripe {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 0 30px 30px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-bottom: 2px solid #2775ff;
}
.shape-box__wrapper-stripe:hover:before {
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg);
  height: 60%;
}
.shape-box__wrapper-stripe:hover .icon {
  opacity: 1;
}
.shape-box__wrapper-stripe:hover .icon svg {
  height: 90px;
  overflow: visible;
  margin-bottom: 20px;
}
.shape-box__wrapper-stripe:hover figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.shape-box__wrapper-stripe:hover figcaption .show-cont {
  bottom: 95%;
}
.shape-box__wrapper-stripe:hover > .after {
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg);
  height: 100%;
  opacity: .8;
}
.shape-box__wrapper-stripe:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: skewY(19deg);
  transform: skewY(19deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: \transform,height;
  transition-property: \transform,height;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  height: 155px;
}
.shape-box__wrapper-stripe > .after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 155px;
  background: #7202bb;
  -webkit-transform: skewY(-19deg);
  transform: skewY(-19deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition-property: height,opacity,\transform;
  transition-property: height,opacity,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.shape-box__wrapper-stripe > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shape-box__wrapper-stripe .brk-abs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
  background-color: #000;
}
.shape-box__wrapper-stripe .icon {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  z-index: 10;
}
.shape-box__wrapper-stripe .icon svg {
  overflow: hidden;
  -webkit-transition-property: max-height,overflow,-webkit-transform;
  transition-property: max-height,overflow,transform;
  transition-property: max-height,overflow,transform,-webkit-transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.shape-box__wrapper-stripe .btn {
  margin: 25px 0 0;
  min-width: 0;
  width: 100%;
}
.shape-box__wrapper-stripe figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  -webkit-transition: \transform .4s;
  transition: \transform .4s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 3;
  text-align: center;
}
.shape-box__wrapper-stripe figcaption .show-cont {
  position: absolute;
  bottom: -webkit-calc(100% + 30px);
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  -webkit-transition: bottom .4s;
  transition: bottom .4s;
}
.shape-box__wrapper-stripe figcaption p {
  color: #9f9f9f !important;
  margin-top: 20px;
  line-height: 21px;
}
.catalog-category-view .sidebar-main .block-title {
  border-bottom: 1px solid #ebebeb;
  padding: 19px 20px 29px 30px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  text-transform: initial;
}
.catalog-product-view .sidebar-main .block-title {
  border-bottom: 1px solid #ebebeb;
  padding: 19px 20px 29px 30px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  text-transform: initial;
}
.catalog-product-view.type2 .product.page-title-wrapper .page-title {
  font-size: 46px;
  color: #fff;
  line-height: 48px;
}
.catalog-product-view.type2 .rating-summary .rating-resultbefore {
  color: #fff;
}
.catalog-product-view.type2 .rating-summary .rating-result > span:before {
  color: #00c6ff;
}
.catalog-product-view.type2 .reviews-actions > a,
.catalog-product-view.type2 .product-options-wrapper .swatch-opt > div .swatch-attribute-label,
.catalog-product-view.type2 .price-label,
.catalog-product-view.type2 .price,
.catalog-product-view.type2 .product-info-price .product-info-stock-sku {
  color: #fff;
}
.catalog-product-view.type2 .old-price .price {
  color: #9f9f9f !important;
}
.catalog-product-view.type2 .product-add-form:before,
.catalog-product-view.type2 .product-add-form:after {
  display: none;
}
.catalog-product-view.type2 .product-add-form .fieldset .field.qty .control input {
  border-color: rgba(39, 117, 255, 0.4);
}
.catalog-product-view.type2 .products-quicknav .product-nav > a i {
  color: #00c6ff !important;
}
.catalog-product-view.type2 .products-quicknav .product-pop:before {
  border-bottom-color: #fff !important;
}
.fullwidth-row.top_overlay {
  position: absolute;
  margin-top: -80px;
  padding-bottom: 100px;
}
.fullwidth-row.top_overlay .brk-sc-item-page-header__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(40deg, rgba(39, 117, 255, 0.92) 15%, rgba(114, 2, 187, 0.92) 75%);
}
.fullwidth-row.top_overlay .brk-sc-item-page-header__svg svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -2px;
}
.countdown__flip {
  margin-top: 30px;
  /* Animation start */
  /* Animation end */
}
@media (min-width: 768px) {
  .countdown__flip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.countdown__flip .time {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 65px;
  height: 90px;
  perspective: 100px;
  backface-visibility: hidden;
  border-radius: 8px;
  transform: translate3d(0, 0, 0);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px rgba(255, 255, 255, 0.2);
}
.countdown__flip .time:before,
.countdown__flip .time:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: white;
}
.countdown__flip .time:before {
  left: -1px;
}
.countdown__flip .time:after {
  right: -1px;
}
.countdown__flip .count {
  background-color: #2775ff;
  color: white;
  display: block;
  font-size: 38px;
  font-weight: 400;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.countdown__flip .count.top {
  border-bottom: 1px solid #95bbff;
  background: #2775ff;
  line-height: 90px;
  height: 50%;
  transform-origin: 50% 100%;
  border-radius: 8px 8px 0 0;
}
.countdown__flip .count.bottom {
  background: #2775ff;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
  border-radius: 0 0 8px 8px;
}
.countdown__flip .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3;
}
.countdown__flip .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}
.countdown__flip .flip .count.curr.top {
  transition: all 250ms ease-in-out;
  transform: rotateX(-90deg);
}
.countdown__flip .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
}
.countdown__flip .label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin-top: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #a3aeac;
}
@media only screen and (min-width: 576px) {
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(255px - 50vw);
  }
}
@media only screen and (max-width: 575px) {
  .fullwidth-row.top_overlay {
    display: none;
  }
  .fullwidth-row {
    width: 100% !important;
    margin: 0 !important;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  padding: 0 15px;
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
table.table-comparison {
  border-collapse: separate;
  border-spacing: 0 14px;
}
table.table-comparison tbody tr {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
table.table-comparison tbody td,
table.table-comparison tbody td:last-child {
  border-left: 1px solid #ccc;
}
table.table-comparison .cell.remove {
  border-bottom: 0;
  border: 0;
}
table.table-comparison .cell.label,
table.table-comparison td:last-child {
  border: 0;
}
table.table-comparison .product-item-name {
  padding: 0;
}
table.table-comparison .product-item-name > a {
  color: #272727;
  font-size: 15px;
  font-weight: 700;
}
table.table-comparison .product-reviews-summary {
  margin: 0;
}
table.table-comparison .product-reviews-summary .reviews-actions {
  display: none;
}
table.table-comparison .rating-summary .rating-result:before {
  color: #ddd;
}
table.table-comparison .rating-summary .rating-result > span:before {
  color: #2775ff;
}
table.table-comparison .price-container .price {
  font-size: 17px;
  font-weight: 700;
  color: #2775ff;
}
table.table-comparison span.price-label {
  display: none;
}
table.table-comparison .action.tocart {
  padding: 10px 33px;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.4) !important;
  color: #fff;
  background-color: #007bff;
}
table.table-comparison .action.tocart:hover {
  border: 0;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 3;
}
.block.related .block-content .owl-carousel.owl-drag .owl-item {
  box-shadow: none !important;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.actions-toolbar .primary .action {
  border: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'berserk-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .legend {
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
}
.form.search.advanced .fieldset .field {
  position: relative;
}
.form.search.advanced .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 15px;
  width: 25px;
  color: rgba(39, 39, 39, 0.4);
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .fields.range .field.with-addon .control .addon {
  display: block;
}
.form.search.advanced .fields.range .field.with-addon .control input {
  width: 100%;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 5px;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.update-shopping-cart-wrap {
  display: none;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index button:hover {
  border: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .space-tr {
  height: 15px;
}
.checkout-cart-index .coupon-wrapper {
  position: relative;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.checkout-cart-index .coupon-wrapper:before {
  display: block;
  content: "";
  float: left;
}
.checkout-cart-index .coupon-wrapper:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
}
.checkout-cart-index .cart-summary {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.checkout-cart-index .cart-summary:after {
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
}
.checkout-cart-index .cart-summary select {
  line-height: 54px;
  height: 54px;
  padding: 0 15px 0 21px;
  border: 0;
  border-bottom: 1px solid #e8ecff;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.checkout-cart-index .cart-summary select:focus {
  box-shadow: none;
  outline: none;
}
.checkout-cart-index .cart-summary [type="text"] {
  width: 100%;
  font-size: 14px;
  background: transparent;
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 21px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: #272727;
  outline: none;
}
.checkout-cart-index .cart-summary [type="text"]:focus {
  border-bottom: 1px solid #2775ff;
  outline: none;
  box-shadow: none;
}
.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
}
.cart-totals tbody th {
  background: #fff;
}
.cart-totals tbody > .grand.totals > th,
.cart-totals tbody > .grand.totals > td {
  border-top: 0;
  vertical-align: middle;
}
.cart-totals tbody > .grand.totals .amount {
  color: #2775ff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.cart-totals tbody > .grand.totals .mask {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
}
.cart-summary {
  background: #fff;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block > .title {
  border-top: 0;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  margin: 0;
  font-size: 16px;
  padding: 15px 33px;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.brk-checkout-order-item_cart {
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.brk-checkout-order-item_cart:hover {
  box-shadow: 0 3px 20px rgba(39, 117, 255, 0.3);
}
.brk-checkout-order-item {
  border: 1px solid #e9e9e9;
  margin-bottom: 12px;
}
.brk-checkout-order-item__del-btn {
  outline: transparent;
  border: 0;
  margin-left: 15px;
}
.brk-checkout-order-item__del-btn > i {
  color: #e00;
}
.cart.table-wrapper .cart thead tr {
  line-height: 68px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  border-top: 0;
  text-align: center;
}
.cart.table-wrapper .cart thead tr > th.col:nth-child(1) {
  width: 70%;
}
.cart.table-wrapper .cart thead tr > th.col:nth-child(2) {
  width: 10%;
}
.cart.table-wrapper .cart thead tr > th.col:nth-child(3) {
  width: 10%;
}
.cart.table-wrapper .cart thead tr > th.col:nth-child(4) {
  width: 10%;
}
.cart.table-wrapper .cart > .item {
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .col.qty > .qty {
  position: relative;
}
.cart.table-wrapper .col.qty > .qty .qty-inc {
  position: absolute;
  top: 5px;
  left: 0;
}
.cart.table-wrapper .col.qty > .qty .qty-dec {
  position: absolute;
  top: 5px;
  right: 0;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .col.qty > .qty {
  display: inline-block;
}
.cart.table-wrapper .col.qty .input-text {
  border: 0;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 38px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar .action-towishlist {
  position: absolute;
  right: 54px;
  left: auto;
  color: #e00;
  top: 8px;
}
.cart.table-wrapper .actions-toolbar .action-towishlist:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  color: #e00;
  content: '\f004';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action-towishlist span {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 10px;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\f304";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  color: #e00;
  font-weight: 900;
  display: inline-block;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 5px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\f057";
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
  font-weight: 300;
}
.cart.table-wrapper .item-options dt {
  font-weight: 500;
}
.cart.table-wrapper .product-item-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 0;
}
.cart.table-wrapper .product-item-name a > a:visited {
  text-decoration: none;
}
.cart.table-wrapper .price-excluding-tax .cart-price {
  font-size: 14px;
  color: #2775ff;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
@-webkit-keyframes cart-checkout-animat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cart-checkout-animat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.block-minicart .items-total {
  float: left;
  margin: 20px 30px;
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0;
  text-align: right;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  padding: 20px 30px;
  font-size: 18px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  background-color: #f4f4f4;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03);
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart {
  display: block;
  width: 164px;
  height: 54px;
  font-size: 14px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  text-transform: uppercase;
  background-color: #fff;
  color: #2775ff;
  box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);
  z-index: 2;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart > i {
  margin-right: 10px;
  font-size: 19px;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart:hover > i {
  -webkit-animation: cart-checkout-animat 1s ease-in-out;
  animation: cart-checkout-animat 1s ease-in-out;
}
.block-minicart .block-content > .actions > .secondary + .primary .action.primary {
  text-align: right;
}
.block-minicart .block-content > .actions > .secondary + .primary .action.primary > span {
  white-space: nowrap;
  max-width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1;
  text-overflow: ellipsis;
}
.block-minicart .block-content > .actions > .primary {
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 27px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  padding: 0 23px;
  text-transform: uppercase;
  color: #fff;
  background-color: #2775ff;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.block-minicart .block-content > .actions > .primary .action.primary:focus {
  outline: none;
}
.block-minicart .block-content > .actions > .primary .action.primary:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: relative;
  font-size: 16px;
  margin-left: 30px;
  display: inline-block;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover:after {
  -webkit-animation: cart-checkout-animat 1s ease-in-out;
  animation: cart-checkout-animat 1s ease-in-out;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper > .ui-dialog {
  display: block !important;
}
.minicart-wrapper .block-minicart {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  right: -15px;
  width: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  max-height: calc(100vh - 125px);
  padding-bottom: 3px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  background-color: #fff;
  margin: 0;
  border: 0;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart:before {
  top: -16px;
  border-width: 8px;
}
.minicart-wrapper .block-minicart .block-title {
  height: 68px;
  line-height: 68px;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  position: relative;
  padding-left: 28px;
  text-align: left;
  font-size: 18px;
}
.minicart-wrapper .block-minicart .block-title span.qty {
  display: none;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: default;
}
.minicart-wrapper:hover .block-minicart {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
}
.minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -50px;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: block;
  margin: 0;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  padding: 0 10px;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  content: "\f291";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 66px;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before,
.minicart-wrapper .action.showcart.active:active:before {
  color: #fff;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #b50aff;
  color: #fff;
  height: 19px;
  line-height: 19px;
  border-radius: 10px;
  display: block;
  margin: 0;
  min-width: 19px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: -5px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.minicart-items-wrapper {
  overflow-x: auto;
  max-height: calc(100vh - 315px);
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item > .product {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed #dcdcdc;
  padding: 22px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: background-color,box-shadow;
  transition-property: background-color,box-shadow;
}
.minicart-items .product-item > .product:hover {
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 3px 0 #00c6ff;
  z-index: 2;
}
.minicart-items .product-item:last-child > .product {
  border-bottom: none;
}
.minicart-items .product-item-pricing .label {
  display: none;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}
.minicart-items .product-item-name a,
.minicart-items .product-item-name a:hover,
.minicart-items .product-item-name a:active,
.minicart-items .product-item-name a:visited {
  text-decoration: none;
  color: #292b2c;
}
.minicart-items .product-item-details {
  width: 100%;
  padding-right: 75px;
  position: relative;
}
.minicart-items .product-item-details .price {
  font-size: 14px;
  color: #2775ff;
  font-family: 'Montserrat', sans-serif;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  width: 80px;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 100px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid rgba(227, 227, 227, 0.2);
  margin: 0;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: block;
  text-decoration: none;
  width: 48px;
  line-height: 48px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  content: '\f303';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.minicart-items .action.edit:hover,
.minicart-items .action.delete:hover {
  background-color: #2775ff;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #fff;
}
.minicart-items .action.edit span,
.minicart-items .action.delete span {
  display: none;
}
.minicart-items .action.edit {
  margin-bottom: 4px;
}
.minicart-items .action.delete:before {
  content: '\f057';
}
#registration input[type="submit"] {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  min-width: 280px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 56px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase !important;
  text-align: center !important;
  border: 0;
  font-weight: 700;
  margin-top: 20px;
}
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper {
  height: auto;
  overflow: initial;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .form-login .brk-form-wrap > .label {
  position: static !important;
  font-size: 14px !important;
}
.opc-wrapper .form-login .actions-toolbar button {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  height: 40px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 40px;
  padding: 0 20px;
}
.opc-wrapper .step-title {
  border: 0;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.opc-wrapper .field-tooltip .field-tooltip-action:before {
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  content: "\f059";
}
.opc-wrapper .methods-shipping .actions-toolbar .action.primary {
  border: 0;
}
.authentication-wrapper .fieldset > .field.required > .label:after,
.authentication-wrapper .fieldset > .fields > .field.required > .label:after,
.authentication-wrapper .fieldset > .field._required > .label:after,
.authentication-wrapper .fieldset > .fields > .field._required > .label:after {
  color: #2775ff;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-index-index .modal-popup .modal-title {
  border-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  word-wrap: break-word;
  font-weight: 700;
}
.checkout-index-index .modal-slide .action-close {
  outline: none;
}
.checkout-index-index .field-tooltip .field-tooltip-action:before {
  content: '\f059';
  font-family: "Font Awesome 5 Free";
}
.checkout-index-index .modal-footer button {
  border-radius: 25px;
  padding: 10px 33px;
  background: transparent;
  border: 2px solid #2775ff;
  color: #2775ff;
  margin: 0 0 0 20px;
  outline: none;
}
.checkout-index-index button.action.secondary.action-hide-popup {
  border-radius: 25px;
  padding: 10px 33px;
  background: transparent;
  border: 2px solid #2775ff!important;
  text-decoration: none !important;
  color: #2775ff;
  margin: 0 0 0 20px;
  outline: none;
}
.checkout-shipping-address .step-title {
  margin-top: 60px;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.opc-wrapper select,
.opc-wrapper [type=email],
.opc-wrapper [type=password],
.opc-wrapper [type=search],
.opc-wrapper [type=email],
.opc-wrapper [type=tel],
.opc-wrapper [type=text] {
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 21px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: #272727;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #2775ff !important;
}
.opc-wrapper [type=text]:not([disabled]) {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
}
.opc-wrapper *:focus,
.opc-wrapper input:not([disabled]):focus,
.opc-wrapper textarea:not([disabled]):focus,
.opc-wrapper select:not([disabled]):focus {
  box-shadow: none;
  border-bottom-color: #2775ff;
  outline: none;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #2775ff !important;
}
.checkout-shipping-method .step-title {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.table-checkout-shipping-method .row {
  margin: 0;
}
#checkout-payment-method-load {
  font-family: 'Montserrat', sans-serif;
}
#checkout-payment-method-load .step-title {
  margin-bottom: 40px;
  line-height: 42px;
  font-size: 36px;
  font-weight: 700;
  margin-top: 40px;
}
#checkout-payment-method-load .payment-method-title label span {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}
#checkout-payment-method-load .checkout-billing-address .billing-address-details {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
#checkout-payment-method-load .action.primary.checkout {
  border: 0;
  -webkit-transition: background 0.4s ease 0.3s, box-shadow 0.4s;
  transition: background 0.4s ease 0.3s, box-shadow 0.4s;
  will-change: background;
  border-radius: 25px;
  padding: 15px 33px;
  font-size: 16px;
  background: #7202bb;
  box-shadow: 0 5px 10px -2px #69adff;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
#checkout-payment-method-load .action.primary.checkout:before,
#checkout-payment-method-load .action.primary.checkout:after {
  display: block;
  content: "Place Order";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  background: #2775ff;
  color: #fff;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
#checkout-payment-method-load .action.primary.checkout:before {
  padding-top: 15px;
  top: 0;
}
#checkout-payment-method-load .action.primary.checkout:after {
  display: block;
  content: "Place Order";
  bottom: 0;
  line-height: 0;
}
#checkout-payment-method-load .action.primary.checkout > span {
  display: inline-block;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  -webkit-transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s;
}
#checkout-payment-method-load .action.primary.checkout:hover {
  box-shadow: 0 5px 10px -2px #7202bb !important;
  background: #7202bb;
}
#checkout-payment-method-load .action.primary.checkout:hover:before {
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  padding-top: 15px;
}
#checkout-payment-method-load .action.primary.checkout:hover:after {
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
}
#checkout-payment-method-load .action.primary.checkout:hover > span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  color: #fff;
}
#checkout-payment-method-load .payment-method-billing-address .actions-toolbar button {
  margin: 0 10px;
  padding: 5px 10px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 25px;
  text-decoration: none;
  border: 0;
}
#checkout-payment-method-load .payment-method-billing-address .actions-toolbar button:hover {
  text-decoration: none;
}
.authentication-wrapper button {
  text-decoration: none;
  border: 0;
  outline: none;
}
.authentication-wrapper button:hover {
  text-decoration: none;
}
.authentication-wrapper button span {
  text-decoration: none;
  color: #00c5ff;
  border: 0;
  outline: none;
}
.opc-sidebar .modal-header {
  border: 0;
}
.opc-sidebar .modal-content {
  border: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.opc-sidebar .modal-content:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
}
.opc-sidebar .opc-block-summary {
  background: #fff;
}
.opc-sidebar .opc-block-summary .items-in-cart .product {
  padding: 0;
}
.opc-sidebar .opc-block-summary .items-in-cart .title {
  font-family: 'Montserrat', sans-serif;
}
.opc-sidebar .opc-block-summary .items-in-cart .title > strong {
  font-weight: 700;
  font-size: 21px;
}
.opc-sidebar .opc-block-summary .table-totals tbody * {
  background: #fff;
  vertical-align: middle;
}
.opc-sidebar .opc-block-summary .table-totals tbody .mark {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
}
.opc-sidebar .opc-block-summary .table-totals tbody .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #2775ff;
  font-family: 'Montserrat', sans-serif;
}
.opc-sidebar .opc-block-summary .table-totals tbody .grand.totals .price {
  font-size: 24px;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item {
  padding: 10px 0;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item .price {
  font-size: 14px;
  font-weight: 700;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item > .product {
  align-items: flex-start;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item > .product:hover {
  box-shadow: none;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item > .product .product-item-details {
  padding: 0;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item > .product .product-item-name {
  font-size: 14px;
}
.opc-sidebar .opc-block-summary > .title {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.opc-sidebar .shipping-information .shipping-information-title span {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.opc-sidebar .shipping-information .shipping-information-title button.action-edit:before {
  content: '\f303';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.opc-sidebar .shipping-information .shipping-information-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.opc-sidebar .shipping-information .ship-via {
  padding-bottom: 20px;
}
#discount-form {
  position: relative;
}
#discount-form .action.action-apply {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0;
}
#discount-form input[type="text"] {
  width: 100%;
  height: 54px;
  border-radius: 27px;
  font-size: 14px;
  padding: 0 20px 0 30px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid rgba(205, 205, 205, 0.2);
  color: #272727;
}
#discount-form input[type="text"]:focus {
  box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);
  border-color: #00c6ff;
}
.authentication-dropdown.custom-slide._show {
  border: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content {
  border: 0;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content:before {
  display: none;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-title strong {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 45px;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=text],
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=password],
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=email] {
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 21px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e8ecff;
  color: #272727;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset > .field,
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset > .fields > .field {
  margin: 0;
  margin-top: 30px;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .primary {
  display: flex;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .secondary {
  display: flex;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .secondary > a {
  font-size: 14px;
  line-height: 24px;
  color: #2775ff;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .primary button {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 280px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  line-height: 56px;
  padding: 0;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar > .primary button span:not(.bofore) {
  letter-spacing: 0.2em;
  padding-right: 0;
  font-size: 13px;
  font-weight: 700;
  color: #272727;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
  text-transform: uppercase;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds_left-icon .before {
  right: auto;
  left: 7px;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds .before {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-right: 23px;
  letter-spacing: -.06em;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds .before i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: 0;
  font-size: 1.125rem;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds_white .before {
  background-color: #eee;
}
.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-header {
  border: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'berserk-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index #store_map {
  height: 300px;
  display: block;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  border-bottom: 0;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.login-container .block .block-title {
  font-weight: 700;
  text-transform: uppercase;
}
.login-container .fieldset > .field,
.login-container .fieldset > .fields > .field {
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.login-container button#send2 {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  min-width: 260px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  letter-spacing: 0.26px;
  font-size: 14px;
  line-height: 56px;
  text-transform: uppercase;
  outline: none;
}
.login-container .secondary {
  line-height: 56px;
  margin: 0;
  text-decoration: none;
}
.login-container .fieldset:after {
  display: none;
}
.login-container .block-new-customer .block-title {
  text-transform: uppercase;
}
.login-container .block-new-customer .block-content p {
  font-size: 15px;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  line-height: 21px;
}
.login-container a.action.create.primary {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  min-width: 260px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  letter-spacing: 0.26px;
  font-size: 14px;
  line-height: 56px;
  text-transform: uppercase;
  outline: none;
}
.btn-backgrounds_white .before {
  background-color: #eee;
}
.btn-backgrounds .before {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  letter-spacing: -.06em;
}
.btn-backgrounds .before i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: 0;
  font-size: 18px;
}
.btn-backgrounds_left-icon .before {
  right: auto;
  left: 7px;
}
.forget .field.note {
  font-size: 15px;
  font-family: Montserrat,sans-serif;
}
.forget button {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  min-width: 260px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  letter-spacing: 0.26px;
  font-size: 14px;
  line-height: 56px;
  text-transform: uppercase;
  outline: none;
}
.form-create-account .legend > span {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 22px;
}
.form-create-account button.action.primary {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  color: #272727;
  display: inline-block;
  min-width: 260px;
  height: 56px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  letter-spacing: 0.26px;
  font-size: 14px;
  line-height: 56px;
  text-transform: uppercase;
  outline: none;
}
.brk-form-checkbox + .label {
  vertical-align: top;
  margin-top: 30px !important;
  font-size: 14px;
  line-height: 22px;
  padding-left: 8px;
  cursor: pointer;
  display: inline-block !important;
  color: #272727;
}
button.btn-backgrounds.btn-backgrounds:hover {
  color: #0f5ae0;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account {
  font-family: 'Montserrat', sans-serif;
}
.account a {
  color: #2775ff;
}
.account .block-collapsible-nav .item a:hover {
  background: transparent !important;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .page-title-wrapper .page-title span,
.account .page-title-wrapper .page-title span,
.account .page-title-wrapper .page-title span,
.account .page-title-wrapper .page-title span {
  font-size: 42px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.account .block > .block-title > strong {
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px !important;
  font-weight: 700 !important;
  display: inline-block;
}
.account form .legend > span,
.account form .legend > span {
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table .col {
  width: auto !important;
}
.account .table td,
.account .table th {
  line-height: 24px;
}
.account .table th {
  line-height: 30px;
  border-color: #2775ff;
  border-top: 0;
}
.account .table tbody > tr:first-child td {
  border-top: 0 !important;
}
.account .block-collapsible-nav .content {
  background: #fff;
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current > strong {
  border-color: #2775ff;
}
.account .block-collapsible-nav .item:hover {
  background: transparent;
}
.account .block-collapsible-nav .item:hover > a,
.account .block-collapsible-nav .item:hover > strong {
  border-left: 3px solid #2775ff;
  display: block;
}
.account .block-content a.action.compare.primary {
  border-radius: 20px;
  padding: 5px 10px;
  background: transparent !important;
  border: 2px solid #2775ff!important;
  color: #2775ff !important;
  position: relative;
  overflow: hidden;
}
.account .block-content a.action.compare.primary:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2775ff;
  -webkit-transition: background .4s,height .4s;
  transition: background .4s,height .4s;
  z-index: -1;
}
.account .block-content a.action.compare.primary:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2775ff;
  -webkit-transition: background .4s,height .4s;
  transition: background .4s,height .4s;
  z-index: -1;
}
.account .block-content a.action.compare.primary:hover:before {
  height: 50%;
  background: #e8ecff;
  top: 0;
}
.account .block-content a.action.compare.primary:hover:after {
  height: 50%;
  background: #e8ecff !important;
  bottom: 0;
}
.account .block-content button.action.tocart.primary {
  border-radius: 20px;
  padding: 5px 10px;
  background: transparent !important;
  border: 2px solid #2775ff!important;
  color: #2775ff !important;
  line-height: 20px;
  outline: none;
  position: relative;
  overflow: hidden;
}
.account .block-content button.action.tocart.primary:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2775ff;
  -webkit-transition: background .4s,height .4s;
  transition: background .4s,height .4s;
  z-index: -1;
}
.account .block-content button.action.tocart.primary:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #2775ff;
  -webkit-transition: background .4s,height .4s;
  transition: background .4s,height .4s;
  z-index: -1;
}
.account .block-content button.action.tocart.primary:hover:before {
  height: 50%;
  background: #e8ecff;
  top: 0;
}
.account .block-content button.action.tocart.primary:hover:after {
  height: 50%;
  background: #e8ecff !important;
  bottom: 0;
}
.account .block-content .product-item .product-item-name {
  padding: 0;
}
.account .block-content .product-item .product-item-name > a {
  text-decoration: none !important;
}
.account .block-content .product-item .product-item-name > a:hover {
  color: #2775ff;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'berserk-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
  order: 2;
  flex: 0 0 100%;
}
.page-product-downloadable .product-add-form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-product-downloadable .product-add-form .product-options-wrapper {
  flex: 0 0 40%;
}
.page-product-downloadable .product-add-form .berserk_container {
  flex: 0 0 30%;
  padding-left: 20px;
}
.page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .stock.available {
  font-weight: 700;
  text-transform: uppercase;
}
.page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .type:after {
  content: '#:';
}
.page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .value {
  display: inline-block;
}
.page-product-downloadable .product-add-form input[type="checkbox"] {
  margin-right: 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(159, 159, 159, 0.3);
  background: #fff;
  text-align: center;
}
.page-product-downloadable .product-add-form input[type="checkbox"]:checked:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  color: #2775ff;
  font-size: 14px;
  font-weight: 600;
}
.page-product-downloadable .product-info-price .price {
  font-weight: 300 !important;
}
.page-product-downloadable .product-social-links a.action {
  color: #575757;
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}
.page-product-downloadable .product-social-links a.action:hover {
  color: #2775ff;
}
.page-product-downloadable .product-social-links a.action:last-child {
  margin-right: 0;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-bottom .price-box {
  text-align: right;
  margin-bottom: 20px;
}
.page-product-downloadable .product-options-bottom .price-box .price {
  font-weight: 300 !important;
}
.page-product-downloadable .product-options-bottom .box-tocart .action.tocart {
  margin: 0;
  width: 100%;
}
.page-product-downloadable .product-options-bottom .box-tocart .action.tocart:hover {
  border: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.product.attribute.overview {
  color: #9f9f9f;
  line-height: 24px;
  font-size: 16px;
}
.field.downloads {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  text-decoration: none;
  color: #2775ff;
  cursor: pointer;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #8f8f8f;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 10px;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #1979c3;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #8f8f8f;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped thead th {
  border-bottom: 0;
  font-weight: 600;
  padding: 15px 20px;
}
.table.grouped .qty-changer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-50%);
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 84px;
  pointer-events: none;
}
.table.grouped .qty-changer > a {
  pointer-events: all;
}
.table.grouped .col.item {
  width: 90%;
  border-top: 1px solid #e8ecff;
}
.table.grouped .col.qty {
  width: 10%;
  text-align: center;
  vertical-align: middle;
  padding-right: 20px;
}
.table.grouped .col.qty .control.qty {
  position: relative;
}
.table.grouped .col.qty .control.qty .qty {
  border: 1px solid #ebebeb;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 300;
  font-size: 21px;
  color: #272727;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  text-decoration: line-through;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  padding: 3px 6px;
  text-align: center;
  z-index: 2;
  display: block;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 15px 30px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #1979c3;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #1979c3;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'berserk-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #1979c3;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  position: relative;
  display: block;
}
.block.newsletter .field .control:before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome\ 5 Free" !important;
  position: absolute;
  left: 5px;
  top: 16px;
  font-weight: 900;
  font-size: 16px;
  color: #aaa;
}
.block.newsletter input {
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 35px;
  border-bottom: 1px solid #e8ecff;
  color: #272727;
  background-color: transparent;
  display: block;
  max-width: 100%;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'berserk-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'berserk-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: "Font Awesome\ 5 Free" !important;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
}
.rating-summary .rating-result > span:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-family: "Font Awesome\ 5 Free" !important;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: 600;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'berserk-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'berserk-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 20px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-top: 5px;
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #1979c3;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #7d7d7d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.product-social-links .action.mailto.friend {
  text-align: center;
}
.product-social-links .action.mailto.friend span {
  display: none;
}
.product-social-links .action.mailto.friend:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600 !important;
  font-size: 14px;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
body {
  background-color: #ffffff;
}
body:not(.cms-index-index) .page-wrapper .top-container {
  background: url("../../frontend/Redgiant/berserk/en_GB/images/top_container_default.jpg") center no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 75px 0 47px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
body:not(.cms-index-index) .page-wrapper .top-container:before {
  background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
  background: linear-gradient(to right, #0f5ae0, #7202bb);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  display: block;
}
body:not(.cms-index-index) .page-wrapper .top-container > div {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  font-family: 'Montserrat', sans-serif;
}
body:not(.cms-index-index) .page-wrapper .top-container > div .page-title {
  padding: 0;
  margin: 0;
  padding-right: 55px;
  font-size: 48px;
  line-height: 68px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a,
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:visited,
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:hover,
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:active {
  color: #fff;
  text-decoration: none;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .items {
  padding-top: 20px;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .items > li {
  display: inline-block;
  vertical-align: middle;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .item:not(:last-child):after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle;
  color: #fff;
  opacity: .4;
}
body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs strong {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  opacity: .4;
}
.brk-header__element {
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
  color: #fff;
}
.brk-header__element i {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: 0;
  color: inherit;
  line-height: 1;
}
.brk-header__element a:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
.brk-header__element a,
.brk-header__element a:visited,
.brk-header__element a:hover,
.brk-header__element a:active {
  color: #fff;
}
.brk-header__element--label {
  display: inline-block;
  padding-left: 27px;
  color: inherit;
}
.brk-header__element--wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: inherit;
  padding: 0 18px;
}
.brk-call-us {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 21px;
  text-align: left;
  font-weight: 600;
  font-size: .875rem;
  margin: 0 5px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.brk-call-us a {
  font-size: 14px;
  font-weight: 600;
}
.brk-call-us a,
.brk-call-us a:visited,
.brk-call-us a:hover,
.brk-call-us a:active {
  color: #fff;
  text-decoration: none;
}
.brk-call-us__number {
  display: none;
  padding-left: 28px;
  padding-right: 56px;
  line-height: 40px;
}
.brk-call-us__link {
  display: block;
  position: static;
  top: 0;
  right: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .875rem;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #2775ff !important;
  background-color: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
}
.brk-call-us__link i {
  vertical-align: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-toggle {
  --bc: #fff;
  width: 22px;
  height: 18px;
  top: 24px;
}
.nav-toggle:before {
  display: none;
}
.nav-toggle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--bc);
  width: auto;
  display: block;
  clip: auto;
  margin: 0;
  overflow: visible;
}
.nav-toggle span:before,
.nav-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: inherit;
}
.nav-toggle span:before {
  -webkit-transition-property: top;
  transition-property: top;
  top: -7px;
}
.nav-toggle span:after {
  -webkit-transition-property: bottom;
  transition-property: bottom;
  bottom: -7px;
}
.nav-toggle:hover span:before {
  top: -10px;
}
.nav-toggle:hover span:after {
  bottom: -10px;
}
.brk-lang,
.brk-cur {
  display: inline-block;
  position: relative;
  height: 42px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  z-index: 1;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 21px;
  padding: 0 21px;
  transition: all 0.2s;
}
.brk-lang:hover .brk-switcher__option,
.brk-cur:hover .brk-switcher__option {
  max-width: 500px;
  background-color: #fff;
}
.brk-lang:hover .brk-switcher__option a,
.brk-cur:hover .brk-switcher__option a {
  color: #b6b6b6;
}
.brk-lang:hover .brk-switcher__option a:hover,
.brk-cur:hover .brk-switcher__option a:hover {
  color: #2775ff;
}
.brk-lang i,
.brk-cur i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.brk-switcher__selected {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  color: #fff;
  z-index: 100;
}
.brk-switcher__selected i {
  vertical-align: 0;
  margin-left: 8px;
}
.brk-switcher__option {
  overflow: hidden;
  max-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  border-radius: 21px;
  padding: 0 21px;
  background-color: transparent;
  -webkit-transition-property: max-width,background-color;
  transition-property: max-width,background-color;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.brk-switcher__option:after {
  content: "\f0d7";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-weight: 900 !important;
  font-family: "Font Awesome 5 Free";
  color: #b6b6b6;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.brk-switcher__option > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.brk-switcher__option a {
  font-size: 14px;
  font-weight: 600;
  color: transparent;
  line-height: 40px;
  text-align: center;
  padding: 0 18px;
}
.brk-switcher__option a:visited {
  color: #b6b6b6;
}
.brk-switcher__option a:hover,
.brk-switcher__option a:active {
  color: #2775ff;
  text-decoration: none;
}
.search-area {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0;
  margin-right: 10px;
}
.search-area > a {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 66px;
}
.brk-footer__shop-title,
.brk-footer__shop-title_wide {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.brk-footer__shop-title:after,
.brk-footer__shop-title_wide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.brk-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brk-categories__item > a,
.brk-categories__item-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.brk-categories__item {
  margin: 0;
}
.brk-categories__item.active,
.brk-categories__item:hover {
  background-color: #2775ff;
}
.brk-categories__item > a {
  padding: 13px 30px 12px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
}
.brk-footer__shop-element {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.brk-footer__social-links-title {
  line-height: 24px;
  font-size: 16px;
  padding: 0;
  margin: 10px 25px 10px 0;
  color: #fff;
}
.brk-social-links {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 4px;
}
a.brk-social-links__item {
  font-size: 13px;
  margin-right: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
a.brk-social-links__item:hover {
  color: rgba(0, 0, 0, 0.7);
}
.brk-header__btn_white .after,
.brk-header__btn_white-border .after,
.brk-header__btn_white .before,
.brk-header__btn_white-border .before {
  background-color: #fff !important;
  color: #000 !important;
}
.brk-footer__wide-menu {
  position: relative;
}
.brk-footer__wide-menu:after {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  bottom: 0;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: -1;
}
.brk-footer-nav ul li {
  margin: 16px 20px;
}
.brk-footer-nav ul li:first-child {
  margin-left: 0;
}
.brk-footer-nav ul li a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.brk-footer-nav ul li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.page.messages {
  position: relative;
  z-index: 1;
}
.authorization-link > a > i,
.link.wishlist > a > i {
  margin-right: 8px;
}
.my-account-link:before,
.register-link:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 14px;
  font-weight: 900;
}
a.action.compare:before {
  content: "\f362";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  display: none;
}
.my-account-link:before {
  content: '\f007';
}
.register-link:before {
  content: '\f234';
  margin-right: 8px;
}
.block-search .label {
  display: none;
}
.block-search input {
  position: static;
  margin: 0;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.brk-header-popup-menu__open-close {
  color: #fff;
  height: inherit;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  align-items: center;
}
.brk-header-popup-menu__open-close .brk-close,
.brk-header-popup-menu__open-close.is-active .brk-open {
  display: none;
}
.brk-header-popup-menu__open-close.is-active .brk-close {
  display: block;
}
.brk-header-popup-menu__open-close i {
  vertical-align: text-top;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/************* Header(Common) **************/
.page-header {
  /************* Header Type 1(Common) **************/
  /************* Header Type 1(Common) **************/
  /************* Header Type 2(Common) **************/
  /************* Header Type 2(Common) **************/
  /************* Header Type 3(Common) **************/
  /************* Header Type 3(Common) **************/
  /************* Header Type 4(Common) **************/
  /************* Header Type 4(Common) **************/
  /************* Header Type 5(Common) **************/
  /************* Header Type 5(Common) **************/
  /************* Header Type 6(Common) **************/
  /************* Header Type 6(Common) **************/
  /************* Header Type 7(Common) **************/
  /************* Header Type 7(Common) **************/
  /************* Sticky Header(Common) **************/
  /************* Sticky Header(Common) **************/
}
.page-header .logo {
  display: inline-block;
}
.page-header .header.content {
  max-width: 100%;
}
.page-header.type1 {
  top: -42px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type1 .header.panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
  background: linear-gradient(to right, #0f5ae0, #7202bb);
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  height: 46px;
  display: flex;
}
.page-header.type1 .header.panel > .brk-custom-block,
.page-header.type1 .header.panel > .links-area {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header.type1 .header.panel > .links-area {
  text-align: right;
}
.page-header.type1 .header.panel .links-area > .links {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.page-header.type1 .header.panel .links-area > .links > li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  height: inherit;
}
.page-header.type1 .header.panel .links-area > .links > li > a,
.page-header.type1 .header.panel .links-area > .links > li > a:visited,
.page-header.type1 .header.panel .links-area > .links > li > a:hover,
.page-header.type1 .header.panel .links-area > .links > li > a:active {
  color: #fff;
  text-decoration: none;
}
.page-header.type1 .header.panel .links-area > .links > li > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-header.type1 .header.panel .links-area > .links > li > *:not(.customer-menu) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: inherit;
  padding: 0 18px;
}
.page-header.type1 .header.content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type1 .header.content .header-content {
  position: relative;
}
.page-header.type1 .header.content .header-content > .row {
  position: static;
}
.page-header.type1 .header.content .header-content > .row > div:first-child {
  position: static;
}
.page-header.type1 .header.content .brk-custom-block {
  display: inline-block;
  vertical-align: middle;
}
.page-header.type1 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type1 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type1 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type1 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type1 .block-search .block-content {
  position: relative;
}
.page-header.type1 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type1 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type1 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type2 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type2.brk-header_scroll {
  top: -45px;
}
.page-header.type2 .brk-header__element {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header.type2 .brk-header__element i {
  opacity: .5;
  margin-top: -6px;
  font-size: 11px;
  -webkit-transform: none;
  transform: none;
}
.page-header.type2 .brk-header__element--label {
  padding-left: 18px;
}
.page-header.type2 .brk-switcher__selected {
  font-size: 11px;
  font-weight: 400;
}
.page-header.type2 .my-account-link:before,
.page-header.type2 .register-link:before {
  opacity: .5;
  font-size: 11px;
}
.page-header.type2 .minicart-wrapper .action.showcart {
  color: #fff;
}
.page-header.type2 .minicart-wrapper .action.showcart.active:before,
.page-header.type2 .minicart-wrapper .action.showcart:before {
  font-size: 11px;
  line-height: 45px;
  opacity: .5;
}
.page-header.type2 .minicart-wrapper .action.showcart .text {
  display: inline-block;
  vertical-align: middle;
  clip: auto;
  height: auto;
  margin: 0;
  width: auto;
  position: static;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.page-header.type2 .minicart-wrapper .action.showcart .counter.qty {
  background-color: rgba(0, 0, 0, 0.2);
  position: static;
  width: 19px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 10px;
}
.page-header.type2 .header.panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  height: 46px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}
.page-header.type2 .header.panel > .brk-custom-block {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header.type2 .header.panel > .links-area {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header.type2 .header.panel > .links-area {
  text-align: right;
}
.page-header.type2 .account-links-area {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  position: relative;
}
.page-header.type2 .account-links-area > a {
  display: block;
  line-height: 45px;
  padding: 0 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.page-header.type2 .account-links-area > a i {
  font-size: 11px;
}
.page-header.type2 .account-links-area > a,
.page-header.type2 .account-links-area > a:hover,
.page-header.type2 .account-links-area > a:active,
.page-header.type2 .account-links-area > a:visited {
  color: #fff;
}
.page-header.type2 .account-links-area > .header.links {
  float: none;
  right: -5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  padding: 5px 0;
  font-size: 12px;
}
.page-header.type2 .account-links-area > .header.links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type2 .account-links-area > .header.links li {
  margin: 0;
}
.page-header.type2 .account-links-area > .header.links li > a {
  padding: 10px 20px;
  position: relative;
  display: block;
}
.page-header.type2 .account-links-area > .header.links li > a,
.page-header.type2 .account-links-area > .header.links li > a:active,
.page-header.type2 .account-links-area > .header.links li > a:visited {
  color: #272727;
}
.page-header.type2 .account-links-area > .header.links li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #f3f7ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
}
.page-header.type2 .account-links-area > .header.links li > a:hover:after {
  opacity: 1;
}
.page-header.type2 .account-links-area > .header.links li > span {
  display: block;
  padding: 10px 20px;
}
.page-header.type2 .account-links-area:hover > .header.links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type2 .header.content {
  border-bottom: transparent;
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type2 .header.content .header-content {
  position: relative;
}
.page-header.type2 .header.content .header-content > .row {
  position: static;
}
.page-header.type2 .header.content .header-content > .row > .col-lg {
  position: static;
}
.page-header.type2 .header.content .logo {
  margin-left: 10px;
  display: inline-block;
}
.page-header.type2 .header.content .brk-custom-block {
  display: inline-block;
  vertical-align: middle;
}
.page-header.type2 .block-search {
  float: none;
  right: -5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type2 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 13px;
}
.page-header.type2 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type2 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type2 .block-search .block-content {
  position: relative;
}
.page-header.type2 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type2 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type2 .search-area {
  margin-right: 0;
  margin-left: 5px;
}
.page-header.type2 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type2 .brk-custom-block .btn-sm-1 {
  line-height: 24px;
  padding: 8px 5px;
  margin: 0;
}
.page-header.type2 .brk-switcher__option {
  border-radius: 0;
}
.page-header.type3 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type3.brk-header_scroll {
  top: -45px;
}
.page-header.type3 .brk-header__element {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header.type3 .brk-header__element i {
  opacity: .5;
  margin-top: -6px;
  font-size: 11px;
  -webkit-transform: none;
  transform: none;
}
.page-header.type3 .brk-header__element a,
.page-header.type3 .brk-header__element a:visited,
.page-header.type3 .brk-header__element a:hover,
.page-header.type3 .brk-header__element a:active {
  color: #fff;
}
.page-header.type3 .brk-header__element a:hover {
  background-color: transparent;
}
.page-header.type3 .brk-header__element--label {
  padding-left: 18px;
}
.page-header.type3 .brk-switcher__selected {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.page-header.type3 .my-account-link:before,
.page-header.type3 .register-link:before {
  opacity: .5;
  font-size: 11px;
}
.page-header.type3 .minicart-wrapper .action.showcart {
  color: #fff;
}
.page-header.type3 .minicart-wrapper .action.showcart.active:before,
.page-header.type3 .minicart-wrapper .action.showcart:before {
  font-size: 11px;
  line-height: 45px;
  opacity: .5;
}
.page-header.type3 .minicart-wrapper .action.showcart:before,
.page-header.type3 .minicart-wrapper .action.showcart:hover:before,
.page-header.type3 .minicart-wrapper .action.showcart:active:before,
.page-header.type3 .minicart-wrapper .action.showcart.active:before,
.page-header.type3 .minicart-wrapper .action.showcart.active:hover:before,
.page-header.type3 .minicart-wrapper .action.showcart.active:active:before {
  color: #fff;
}
.page-header.type3 .minicart-wrapper .action.showcart .text {
  display: inline-block;
  vertical-align: middle;
  clip: auto;
  height: auto;
  margin: 0;
  width: auto;
  position: static;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.page-header.type3 .minicart-wrapper .action.showcart .counter.qty {
  background-color: rgba(0, 0, 0, 0.2);
  position: static;
  width: 19px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 10px;
}
.page-header.type3 .header.panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  height: 46px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}
.page-header.type3 .header.panel > .brk-custom-block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.page-header.type3 .header.panel > .links-area {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
.page-header.type3 .header.panel > .links-area {
  text-align: right;
}
.page-header.type3 .header.panel .links-area > .links {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.page-header.type3 .header.panel .links-area > .links > li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.page-header.type3 .header.panel .links-area > .links > li > a,
.page-header.type3 .header.panel .links-area > .links > li > a:visited,
.page-header.type3 .header.panel .links-area > .links > li > a:hover,
.page-header.type3 .header.panel .links-area > .links > li > a:active {
  color: #fff;
  text-decoration: none;
}
.page-header.type3 .header.panel .links-area > .links > li > a:hover {
  background-color: transparent;
}
.page-header.type3 .header.panel .links-area > .links > li > a i {
  opacity: .5;
  margin-right: 10px;
  font-size: 11px;
}
.page-header.type3 .header.panel .links-area > .links > li > *:not(.customer-menu) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: inherit;
  padding: 0 18px;
}
.page-header.type3 .header.content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type3 .header.content .header-content {
  position: relative;
}
.page-header.type3 .header.content .header-content > .row {
  position: static;
}
.page-header.type3 .header.content .header-content > .row > .col-lg {
  position: static;
}
.page-header.type3 .header.content .logo {
  margin-left: 10px;
  display: inline-block;
}
.page-header.type3 .header.content .brk-custom-block {
  display: inline-block;
  vertical-align: middle;
}
.page-header.type3 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type3 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type3 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type3 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type3 .block-search .block-content {
  position: relative;
}
.page-header.type3 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type3 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type3 .search-area {
  margin-right: 0;
}
.page-header.type3 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type3 .brk-custom-block .btn-sm-1 {
  line-height: 24px;
  padding: 8px 5px;
}
.page-header.type3 .brk-switcher__option {
  border-radius: 0;
}
.page-header.type4 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(38, 38, 38, 0.2);
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type4 .brk-header-popup-menu__open-close {
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-header.type4 .header-right-area {
  height: 100%;
}
.page-header.type4 .brk-header__element i {
  position: static;
  -webkit-transform: none;
  transform: none;
}
.page-header.type4 .minicart-wrapper {
  margin-left: 0;
}
.page-header.type4 .search-area {
  margin-left: 5px;
  margin-right: 5px;
}
.page-header.type4 .links-area {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  position: relative;
}
.page-header.type4 .links-area > a {
  display: block;
  line-height: 73px;
  padding: 0 10px;
}
.page-header.type4 .links-area > a,
.page-header.type4 .links-area > a:hover,
.page-header.type4 .links-area > a:active,
.page-header.type4 .links-area > a:visited {
  color: #fff;
}
.page-header.type4 .links-area > .header.links {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  padding: 5px 0;
}
.page-header.type4 .links-area > .header.links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type4 .links-area > .header.links li {
  margin: 0;
}
.page-header.type4 .links-area > .header.links li > a {
  padding: 10px 20px;
  position: relative;
  display: block;
}
.page-header.type4 .links-area > .header.links li > a,
.page-header.type4 .links-area > .header.links li > a:active,
.page-header.type4 .links-area > .header.links li > a:visited {
  color: #272727;
}
.page-header.type4 .links-area > .header.links li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #f3f7ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
}
.page-header.type4 .links-area > .header.links li > a:hover:after {
  opacity: 1;
}
.page-header.type4 .links-area > .header.links li > span {
  display: block;
  padding: 10px 20px;
}
.page-header.type4 .links-area:hover > .header.links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type4 .header.content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 30px;
  height: 74px;
}
.page-header.type4 .header.content .header-content {
  position: relative;
  height: 100%;
}
.page-header.type4 .header.content .header-content > .row {
  position: static;
  height: inherit;
}
.page-header.type4 .header.content .brk-custom-block {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
}
.page-header.type4 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type4 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type4 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type4 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type4 .block-search .block-content {
  position: relative;
}
.page-header.type4 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type4 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type4 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type5 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type5 .links-area {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  margin-left: 10px;
  position: relative;
}
.page-header.type5 .links-area > a {
  display: block;
  line-height: 71px;
  padding: 0 10px;
}
.page-header.type5 .links-area > a,
.page-header.type5 .links-area > a:hover,
.page-header.type5 .links-area > a:active,
.page-header.type5 .links-area > a:visited {
  color: #fff;
}
.page-header.type5 .links-area > .header.links {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  padding: 5px 0;
}
.page-header.type5 .links-area > .header.links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type5 .links-area > .header.links li {
  margin: 0;
}
.page-header.type5 .links-area > .header.links li > a {
  padding: 10px 20px;
  position: relative;
  display: block;
}
.page-header.type5 .links-area > .header.links li > a,
.page-header.type5 .links-area > .header.links li > a:active,
.page-header.type5 .links-area > .header.links li > a:visited {
  color: #272727;
}
.page-header.type5 .links-area > .header.links li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #f3f7ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
}
.page-header.type5 .links-area > .header.links li > a:hover:after {
  opacity: 1;
}
.page-header.type5 .links-area > .header.links li > span {
  display: block;
  padding: 10px 20px;
}
.page-header.type5 .links-area:hover > .header.links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type5 .brk-switcher__selected {
  font-size: 11px;
  font-weight: 400;
}
.page-header.type5 .minicart-wrapper .action.showcart {
  color: #fff;
}
.page-header.type5 .minicart-wrapper .action.showcart.active:before,
.page-header.type5 .minicart-wrapper .action.showcart:before {
  font-size: 12px;
  line-height: 71px;
}
.page-header.type5 .minicart-wrapper .action.showcart:before,
.page-header.type5 .minicart-wrapper .action.showcart:hover:before,
.page-header.type5 .minicart-wrapper .action.showcart:active:before,
.page-header.type5 .minicart-wrapper .action.showcart.active:before,
.page-header.type5 .minicart-wrapper .action.showcart.active:hover:before,
.page-header.type5 .minicart-wrapper .action.showcart.active:active:before {
  color: #fff;
}
.page-header.type5 .minicart-wrapper .action.showcart .counter.qty {
  width: 19px;
  display: inline-block;
}
.page-header.type5 .header.content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type5 .header.content .header-content {
  position: relative;
}
.page-header.type5 .header.content .header-content > .row {
  position: static;
}
.page-header.type5 .header.content .header-content > .row > .col-lg {
  position: static;
}
.page-header.type5 .header.content .logo {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.page-header.type5 .header.content .brk-custom-block {
  display: inline-block;
  vertical-align: middle;
}
.page-header.type5 .search-area > a {
  line-height: 71px;
}
.page-header.type5 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type5 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type5 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type5 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type5 .block-search .block-content {
  position: relative;
}
.page-header.type5 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type5 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type5 .search-area {
  margin-right: 0;
  margin-left: 10px;
}
.page-header.type5 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type5 .brk-custom-block .btn-sm-1 {
  line-height: 24px;
  padding: 8px 5px;
}
.page-header.type5 .brk-switcher__option {
  border-radius: 0;
}
.page-header.type6 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type6 .brk-header__element i {
  position: static;
  line-height: inherit;
  -webkit-transform: none;
  transform: none;
}
.page-header.type6 .brk-header__element a {
  line-height: 71px;
  display: block;
  height: 71px;
}
.page-header.type6 .links-area {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  margin-left: 10px;
  position: relative;
}
.page-header.type6 .links-area > a {
  display: block;
  line-height: 71px;
  padding: 0 10px;
}
.page-header.type6 .links-area > a,
.page-header.type6 .links-area > a:hover,
.page-header.type6 .links-area > a:active,
.page-header.type6 .links-area > a:visited {
  color: #fff;
}
.page-header.type6 .links-area > .header.links {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  padding: 5px 0;
}
.page-header.type6 .links-area > .header.links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type6 .links-area > .header.links li {
  margin: 0;
}
.page-header.type6 .links-area > .header.links li > a {
  padding: 10px 20px;
  position: relative;
  display: block;
}
.page-header.type6 .links-area > .header.links li > a,
.page-header.type6 .links-area > .header.links li > a:active,
.page-header.type6 .links-area > .header.links li > a:visited {
  color: #272727;
}
.page-header.type6 .links-area > .header.links li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #f3f7ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
}
.page-header.type6 .links-area > .header.links li > a:hover:after {
  opacity: 1;
}
.page-header.type6 .links-area > .header.links li > span {
  display: block;
  padding: 10px 20px;
}
.page-header.type6 .links-area:hover > .header.links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type6 .brk-switcher__selected {
  font-size: 11px;
  font-weight: 400;
}
.page-header.type6 .minicart-wrapper .action.showcart {
  color: #fff;
}
.page-header.type6 .minicart-wrapper .action.showcart.active:before,
.page-header.type6 .minicart-wrapper .action.showcart:before {
  font-size: 12px;
  line-height: 71px;
}
.page-header.type6 .minicart-wrapper .action.showcart:before,
.page-header.type6 .minicart-wrapper .action.showcart:hover:before,
.page-header.type6 .minicart-wrapper .action.showcart:active:before,
.page-header.type6 .minicart-wrapper .action.showcart.active:before,
.page-header.type6 .minicart-wrapper .action.showcart.active:hover:before,
.page-header.type6 .minicart-wrapper .action.showcart.active:active:before {
  color: #fff;
}
.page-header.type6 .minicart-wrapper .action.showcart .counter.qty {
  width: 19px;
  display: inline-block;
}
.page-header.type6 .header.content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type6 .header.content .header-content {
  position: relative;
}
.page-header.type6 .header.content .header-content > .row {
  position: static;
}
.page-header.type6 .header.content .header-content > .row > .col-lg {
  position: static;
}
.page-header.type6 .header.content .logo {
  margin-left: 10px;
  display: inline-block;
}
.page-header.type6 .header.content .brk-custom-block {
  display: none;
  vertical-align: middle;
}
.page-header.type6 .search-area > a {
  line-height: 71px;
}
.page-header.type6 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type6 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type6 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type6 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type6 .block-search .block-content {
  position: relative;
}
.page-header.type6 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type6 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type6 .search-area {
  margin-right: 0;
  margin-left: 10px;
}
.page-header.type6 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type6 .brk-custom-block .btn-sm-1 {
  line-height: 24px;
  padding: 8px 5px;
}
.page-header.type6 .brk-switcher__option {
  border-radius: 0;
}
.page-header.type7 {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  position: absolute;
  padding: 0;
}
.page-header.type7 .brk-header__element i {
  line-height: inherit;
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.page-header.type7 .brk-header__element a,
.page-header.type7 .brk-header__element .brk-header__element--wrap {
  line-height: 1.5;
  display: block;
}
.page-header.type7 .brk-header__element .brk-header__element--label {
  padding-left: 20px;
}
.page-header.type7 .links-area {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  margin-left: 10px;
  position: relative;
}
.page-header.type7 .links-area > a {
  display: block;
  line-height: 71px;
  padding: 0 10px;
}
.page-header.type7 .links-area > a,
.page-header.type7 .links-area > a:hover,
.page-header.type7 .links-area > a:active,
.page-header.type7 .links-area > a:visited {
  color: #fff;
}
.page-header.type7 .links-area > .header.links {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
  padding: 5px 0;
}
.page-header.type7 .links-area > .header.links:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type7 .links-area > .header.links li {
  margin: 0;
}
.page-header.type7 .links-area > .header.links li > a {
  padding: 10px 20px;
  position: relative;
  display: block;
}
.page-header.type7 .links-area > .header.links li > a,
.page-header.type7 .links-area > .header.links li > a:active,
.page-header.type7 .links-area > .header.links li > a:visited {
  color: #272727;
}
.page-header.type7 .links-area > .header.links li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #f3f7ff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
}
.page-header.type7 .links-area > .header.links li > a:hover:after {
  opacity: 1;
}
.page-header.type7 .links-area > .header.links li > span {
  display: block;
  padding: 10px 20px;
}
.page-header.type7 .links-area:hover > .header.links {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type7 .brk-switcher__selected {
  font-size: 11px;
  font-weight: 400;
}
.page-header.type7 .minicart-wrapper .action.showcart {
  color: #fff;
}
.page-header.type7 .minicart-wrapper .action.showcart.active:before,
.page-header.type7 .minicart-wrapper .action.showcart:before {
  font-size: 12px;
  line-height: 71px;
}
.page-header.type7 .minicart-wrapper .action.showcart:before,
.page-header.type7 .minicart-wrapper .action.showcart:hover:before,
.page-header.type7 .minicart-wrapper .action.showcart:active:before,
.page-header.type7 .minicart-wrapper .action.showcart.active:before,
.page-header.type7 .minicart-wrapper .action.showcart.active:hover:before,
.page-header.type7 .minicart-wrapper .action.showcart.active:active:before {
  color: #fff;
}
.page-header.type7 .minicart-wrapper .action.showcart .counter.qty {
  width: 19px;
  display: inline-block;
}
.page-header.type7 .header.content {
  position: relative;
  -webkit-transition: height .3s;
  transition: height .3s;
  padding: 0 15px;
}
.page-header.type7 .header.content .header-content {
  position: relative;
}
.page-header.type7 .header.content .header-content > .row {
  position: static;
}
.page-header.type7 .header.content .header-content > .row > .col-lg {
  position: static;
}
.page-header.type7 .header.content .logo {
  margin-left: 10px;
  display: inline-block;
}
.page-header.type7 .header.content .brk-custom-block {
  vertical-align: middle;
}
.page-header.type7 .search-area > a {
  line-height: 71px;
}
.page-header.type7 .block-search {
  float: none;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: calc(100% - 30px) 0;
  transition-property: opacity,visibility,\transform;
  transition-duration: .3s;
  z-index: 98;
  position: absolute;
  top: 100%;
  width: calc(100vw - 60px);
  max-width: 500px;
  height: auto;
  text-align: left;
  background-color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
  padding: 0;
}
.page-header.type7 .block-search:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 9;
  right: 23px;
}
.page-header.type7 .block-search .block-title {
  display: block;
  height: 68px;
  line-height: 68px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.page-header.type7 .block-search input {
  width: 100%;
  height: 66px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 0 29px;
  line-height: 66px;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-header.type7 .block-search .block-content {
  position: relative;
}
.page-header.type7 .block-search .block-content .action.search {
  top: 17px;
  right: 20px;
}
.page-header.type7 .block-search .block-content .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #2775ff;
}
.page-header.type7 .search-area {
  margin-right: 0;
  margin-left: 10px;
}
.page-header.type7 .search-area:hover .block-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
}
.page-header.type7 .brk-custom-block .btn-sm-1 {
  line-height: 24px;
  padding: 8px 5px;
}
.page-header.type7 .brk-switcher__option {
  border-radius: 0;
}
.page-header img.sticky-logo {
  display: none;
}
.page-header img.default-logo {
  display: block;
}
.page-header.brk-header_scroll {
  position: fixed;
  /************* Sticky Header Type 1(Common) **************/
  /************* Sticky Header Type 1(Common) **************/
  /************* Sticky Header Type 2(Common) **************/
  /************* Sticky Header Type 2(Common) **************/
  /************* Sticky Header Type 3(Common) **************/
  /************* Sticky Header Type 3(Common) **************/
  /************* Sticky Header Type 4(Common) **************/
  /************* Sticky Header Type 4(Common) **************/
  /************* Sticky Header Type 5(Common) **************/
  /************* Sticky Header Type 5(Common) **************/
  /************* Sticky Header Type 6(Common) **************/
  /************* Sticky Header Type 6(Common) **************/
  /************* Sticky Header Type 7(Common) **************/
  /************* Sticky Header Type 7(Common) **************/
}
.page-header.brk-header_scroll img.sticky-logo {
  display: block;
}
.page-header.brk-header_scroll img.default-logo {
  display: none;
}
.page-header.brk-header_scroll .brk-call-us {
  border: 1px solid rgba(205, 205, 205, 0.2);
  box-shadow: none;
}
.page-header.brk-header_scroll .brk-call-us a,
.page-header.brk-header_scroll .brk-call-us a:visited,
.page-header.brk-header_scroll .brk-call-us a:hover,
.page-header.brk-header_scroll .brk-call-us a:active {
  color: #272727;
}
.page-header.brk-header_scroll .brk-call-us__link {
  color: #fff !important;
  background-color: #2775ff;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.page-header.brk-header_scroll .minicart-wrapper .action.showcart:before,
.page-header.brk-header_scroll .minicart-wrapper .action.showcart:hover:before,
.page-header.brk-header_scroll .minicart-wrapper .action.showcart:active:before,
.page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:before,
.page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:hover:before,
.page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:active:before {
  color: #272727;
}
.page-header.brk-header_scroll .minicart-wrapper .action.showcart .counter.qty {
  color: #272727;
  background-color: rgba(0, 0, 0, 0.12);
}
.page-header.brk-header_scroll .search-area > a {
  color: #272727;
}
.page-header.brk-header_scroll .nav-toggle {
  --bc: #272727;
}
.page-header.brk-header_scroll.type1 .header.panel {
  background: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type1 .header.panel .links-area > .links > li {
  color: #272727;
}
.page-header.brk-header_scroll.type1 .header.panel .links-area > .links > li a,
.page-header.brk-header_scroll.type1 .header.panel .links-area > .links > li a:visited,
.page-header.brk-header_scroll.type1 .header.panel .links-area > .links > li a:hover,
.page-header.brk-header_scroll.type1 .header.panel .links-area > .links > li a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type1 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type1 .brk-header__element a,
.page-header.brk-header_scroll.type1 .brk-header__element a:visited,
.page-header.brk-header_scroll.type1 .brk-header__element a:hover,
.page-header.brk-header_scroll.type1 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type1 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type2 .header.panel {
  background: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type2 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type2 .brk-header__element a,
.page-header.brk-header_scroll.type2 .brk-header__element a:visited,
.page-header.brk-header_scroll.type2 .brk-header__element a:hover,
.page-header.brk-header_scroll.type2 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type2 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type2 .minicart-wrapper .action.showcart {
  color: #272727;
}
.page-header.brk-header_scroll.type3 .header.panel {
  background: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type3 .header.panel .links-area > .links > li {
  color: #272727;
}
.page-header.brk-header_scroll.type3 .header.panel .links-area > .links > li a,
.page-header.brk-header_scroll.type3 .header.panel .links-area > .links > li a:visited,
.page-header.brk-header_scroll.type3 .header.panel .links-area > .links > li a:hover,
.page-header.brk-header_scroll.type3 .header.panel .links-area > .links > li a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type3 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type3 .brk-header__element a,
.page-header.brk-header_scroll.type3 .brk-header__element a:visited,
.page-header.brk-header_scroll.type3 .brk-header__element a:hover,
.page-header.brk-header_scroll.type3 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type3 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type3 .minicart-wrapper .action.showcart .text,
.page-header.brk-header_scroll.type3 .search-area > a {
  color: #272727;
}
.page-header.brk-header_scroll.type4 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type4 .brk-header__element a,
.page-header.brk-header_scroll.type4 .brk-header__element a:visited,
.page-header.brk-header_scroll.type4 .brk-header__element a:hover,
.page-header.brk-header_scroll.type4 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type4 .brk-header-popup-menu__open-close {
  color: #272727;
}
.page-header.brk-header_scroll.type4 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type5 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type5 .brk-header__element a,
.page-header.brk-header_scroll.type5 .brk-header__element a:visited,
.page-header.brk-header_scroll.type5 .brk-header__element a:hover,
.page-header.brk-header_scroll.type5 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type5 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type6 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type6 .brk-header__element a,
.page-header.brk-header_scroll.type6 .brk-header__element a:visited,
.page-header.brk-header_scroll.type6 .brk-header__element a:hover,
.page-header.brk-header_scroll.type6 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type6 .header.content {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type7 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header.brk-header_scroll.type7 .brk-header__element {
  color: #272727;
}
.page-header.brk-header_scroll.type7 .brk-header__element a,
.page-header.brk-header_scroll.type7 .brk-header__element a:visited,
.page-header.brk-header_scroll.type7 .brk-header__element a:hover,
.page-header.brk-header_scroll.type7 .brk-header__element a:active {
  color: #272727;
}
.page-header.brk-header_scroll.type7 .header.content {
  background-color: #fff;
}
.header.content {
  position: relative;
}
/************* Header(Common) **************/
/************* Info Menu(Common) **************/
.brk-info-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  height: 100vh;
  -webkit-transition: \transform .3s;
  transition: \transform .3s;
  border-top: 3px solid #2775ff;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 105;
}
.brk-info-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.brk-info-menu-overlay {
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.brk-info-menu.active + .brk-info-menu-overlay {
  visibility: visible;
  opacity: 1;
}
.brk-info-menu-open {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.brk-info-menu-open.open-active .brk-lines:before,
.brk-info-menu-open.open-active .brk-lines:after {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}
.brk-info-menu-open .brk-lines {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  -webkit-transition: background 0s .3s;
  transition: background 0s .3s;
}
.brk-info-menu-open .brk-lines:before,
.brk-info-menu-open .brk-lines:after {
  content: '';
  position: absolute;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #fff;
}
.brk-info-menu-open .brk-lines:before {
  -webkit-transition-property: top,\transform;
  transition-property: top,\transform;
}
.brk-info-menu-open .brk-lines:after {
  -webkit-transition-property: bottom,\transform;
  transition-property: bottom,\transform;
}
.brk-info-menu-open .brk-lines .brk-center-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.brk-info-menu-open.open-active span .brk-center-line {
  background: 0 0!important;
}
.brk-info-menu-open__title {
  font-size: 16px;
  color: #272727;
  display: inline-block;
  font-weight: 700;
  padding-left: 60px;
  line-height: 42px;
}
.brk-info-menu__bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.brk-info-menu__header {
  height: 73px;
  line-height: 73px;
  position: relative;
  background-color: #fff;
  padding-left: 28px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.brk-info-menu__close {
  width: 71px;
  height: 73px;
  background-color: #f9f9f9;
  box-shadow: inset 2px 1px 10px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  z-index: 10;
  color: #2775ff;
}
.brk-info-menu__close i {
  vertical-align: 0;
  margin-left: 5px;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.brk-info-menu__close:hover i {
  font-size: 17px;
}
.list-inline-7 {
  background-color: #fff;
  padding: 6px 0;
}
.list-inline-7 li {
  display: block;
}
.list-inline-7 li a {
  display: block;
  line-height: 44px;
  padding: 0 25px;
  text-align: left;
  position: relative;
  color: #9f9f9f;
}
.list-inline-7 li a:hover {
  background-color: #2775ff;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
}
.list-inline-7 li a:hover .list-inline-7__before {
  border: 0;
}
.list-inline-7 li a:hover .list-inline-7__before i {
  color: #2775ff;
}
.list-inline-7 li > ul {
  padding-left: 20px;
}
.list-inline-7__before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ececec;
}
.list-inline-7__before i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/************* Info Menu(Common) **************/
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  background: url(../../frontend/Redgiant/berserk/en_GB/images/footer_bg.jpg) center no-repeat;
  background-size: cover;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.page-footer:before {
  background-image: linear-gradient(10deg, rgba(39, 117, 255, 0.92) 0%, rgba(114, 2, 187, 0.92) 100%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  display: block;
}
.page-footer > div {
  position: relative;
  z-index: 2;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .counter {
  margin-left: 20px;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #2775ff;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  border: 0;
  border-bottom: 1px solid #2775ff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  background: transparent;
  border-radius: 25px;
  border: 2px solid #2775ff;
  color: #2775ff;
  outline: none;
}
.brk-sc-card-preview__img-container {
  width: 80px;
  flex-shrink: 0;
}
.arrows-classic-ellipse .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 46px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 27px;
  outline: none;
  z-index: 9;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.arrows-classic-ellipse .slick-arrow:hover {
  outline: none;
}
.arrows-classic-ellipse .slick-arrow:before {
  content: '';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: 3px;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2775ff;
}
.arrows-classic-ellipse .slick-arrow.slick-prev {
  left: -10px;
}
.arrows-classic-ellipse .slick-arrow.slick-prev::before {
  content: '\f104';
}
.arrows-classic-ellipse .slick-arrow.slick-next {
  right: -10px;
}
.arrows-classic-ellipse .slick-arrow.slick-next:before {
  content: '\f105';
}
.arrows-classic-ellipse .slick-disabled {
  background-color: #E6E6E6 !important;
  cursor: default;
}
.arrows-classic-ellipse .slick-disabled:before {
  color: #828282 !important;
}
.filterproducts .old-price .price {
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: line-through !important;
}
.filterproducts.isotope-grid .brk-sc-flip-four__cat {
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.isotope-grid .product-labels {
  position: relative;
  display: inline-block;
  top: initial;
  right: initial;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.isotope-grid .product-labels .brk-sc-card-label {
  border-radius: 15px;
  padding: 6px 10px;
}
.filterproducts.isotope-grid .product-labels .brk-sc-card-label.sale-label {
  background-color: #00c6ff;
}
.filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-1,
.filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-2,
.filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {
  display: none;
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button {
  position: relative;
  background-color: #fafafa;
  min-height: 130px;
  padding: 40px 0 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.02);
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button li {
  height: 44px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
  padding: 2px;
  display: block;
  cursor: pointer;
  z-index: 1;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button li .brk-shop-grid-filter__button-text {
  padding: 0 37px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #fafafa;
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button li i {
  position: relative;
  top: 2px;
  margin-right: 7px;
  vertical-align: 0;
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button li .before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filterproducts.isotope-grid ul.brk-shop-grid-filter__button li.checked .before {
  height: 100%;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .product-labels,
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .brk-sc-flip-four__cat {
  opacity: 1;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .before,
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover:before {
  height: 100%;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .before .brk-shop-grid-filter-cells__content,
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover:before .brk-shop-grid-filter-cells__content {
  bottom: 0;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells .before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 0;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .brk-shop-grid-filter-cells__content {
  bottom: 0;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells,
.filterproducts.isotope-grid .brk-shop-grid-filter-grid,
.filterproducts.isotope-grid .brk-shop-grid-filter__button_style-3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells .before,
.filterproducts.isotope-grid .brk-shop-grid-filter-cells:before {
  width: -webkit-calc(100% + 1px);
  width: calc(100% + 1px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__content {
  position: absolute;
  bottom: -webkit-calc(-100% + 110px);
  bottom: calc(-100% + 110px);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__content .product-item-link {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary {
  margin-bottom: 0;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .label {
  display: block;
  height: auto;
  width: auto;
  position: relative;
  font-size: 14px;
  color: #fff;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
  opacity: 1;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .rating-result:before {
  opacity: 0.6;
}
.filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .reviews-actions {
  display: none;
}
.filterproducts.isotope-grid .actions-primary {
  color: #fff;
  position: relative;
  display: inline-block;
  min-width: 90px;
  height: 38px;
  border-radius: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 19px;
  text-align: center;
  border: solid 2px #fff;
  background: transparent;
  font-size: 16px;
}
.filterproducts.isotope-grid .actions-primary .price-box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.filterproducts.isotope-grid .actions-primary .price-box .price-label {
  display: none;
}
.filterproducts.isotope-grid .actions-primary .price-box .price,
.filterproducts.isotope-grid .actions-primary .price-box .old-color .price {
  color: #fff !important;
}
.filterproducts.isotope-grid .actions-primary .tocart {
  color: #2775ff;
  vertical-align: -webkit-baseline-middle;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 0;
  background: transparent;
  font-size: 16px;
}
.filterproducts.isotope-grid .actions-primary .tocart i {
  margin-right: 5px;
}
.filterproducts.isotope-grid .actions-primary:hover {
  background: #fff;
}
.filterproducts.isotope-grid .actions-primary:hover .price-box {
  opacity: 0;
}
.filterproducts.isotope-grid .actions-primary:hover .tocart {
  opacity: 1;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle {
  min-height: 520px;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle:hover .brk-sc-tiles-angle__loading {
  -webkit-animation: loading-tiles 1.5s linear infinite;
  animation: loading-tiles 1.5s linear infinite;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading .before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #2775ff;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading i {
  font-size: 42px;
  line-height: 42px;
  vertical-align: 0;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading.top-active {
  top: -webkit-calc(100% - 65px);
  top: calc(100% - 65px);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading.bottom-active {
  top: 65px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
  z-index: 2;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
  padding: 0 35px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top {
  top: 0;
  bottom: 60px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover {
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0 100%);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider {
  width: 940px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
  text-align: right;
  margin-left: 50px;
  margin-top: 35px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 28.5%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 28.5%);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {
  padding: 85px 0 0 64px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {
  padding: 16px 0 0 64px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {
  padding: 55px 0 0 28px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
  top: 60px;
  bottom: 0;
  -webkit-clip-path: polygon(0 86.2%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 86.2%, 100% 0%, 100% 100%, 0 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
  top: 0;
  -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
  width: 940px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
  text-align: left;
  margin: 0 94px 73px 0;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active {
  -webkit-clip-path: polygon(0 100%, 100% 71%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 71%, 100% 100%, 0 100%);
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {
  padding: 0 64px 105px 0;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {
  padding: 0 64px 16px 0;
  -webkit-box-align: center;
  align-items: center;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
  -webkit-box-ordinal-group: 0;
  order: -1;
  text-align: right;
  margin-top: 160px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content {
  max-width: 460px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content h4 {
  font-size: 36px;
  line-height: 42px;
  color: inherit;
  letter-spacing: -.36px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content p {
  font-size: 15px;
  line-height: 26px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider {
  overflow: hidden;
  width: 310px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider .slick-slider {
  width: 870px;
}
.filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider .brk-sc-angle-post__title {
  font-size: 16px;
  line-height: 22px;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post {
  padding: 43px 15px 43px;
  outline: 0;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #ffffff no-repeat center center;
  background-size: contain;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover {
  cursor: pointer;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__container-before {
  opacity: 1;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__title {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__price {
  bottom: 0;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__buy {
  bottom: -20px;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 180px;
  text-align: center;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-label {
  display: none;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-from .price,
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-to .price {
  font-size: 12px;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-box {
  display: inline-block;
  padding: 8px 10px;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 3;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  background: #2775ff;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy .action.tocart {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 12px 20px;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy .action.tocart:hover {
  border: 0;
}
.filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy i {
  vertical-align: 0;
  font-weight: normal;
  font-size: 16px;
  margin-right: 12px;
}
.filterproducts.small-list .product-item {
  margin-top: 30px;
}
.filterproducts.small-list .product-item:first-child {
  margin-top: 0;
}
.filterproducts.small-list .product-item .price-box {
  justify-content: left;
  font-size: 14px;
}
.filterproducts.small-list .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.filterproducts.small-list .rating-summary .rating-result > span:before {
  color: #fff;
}
.filterproducts.small-list .product-item-link {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 4px;
}
.filterproducts.small-list .product-item-link,
.filterproducts.small-list .product-item-link:hover,
.filterproducts.small-list .product-item-link:visited,
.filterproducts.small-list .product-item-link:active {
  color: #272727;
}
.filterproducts.small-list .product-image-photo {
  position: static;
  margin: 0;
}
.filterproducts.owl-carousel .owl-nav {
  position: absolute;
  right: 38px;
  top: -38px;
}
.filterproducts.owl-carousel .owl-nav:hover button:first-child,
.filterproducts.owl-carousel .owl-nav:hover button:last-child {
  box-shadow: 0 3px 10px rgba(213, 213, 213, 0.5);
  background-color: #fff;
  color: #d3d3d3;
}
.filterproducts.owl-carousel .owl-nav button {
  position: relative;
  width: 38px;
  height: 38px;
  font-size: 24px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0;
  box-shadow: 0 3px 10px rgba(213, 213, 213, 0.5);
  background-color: #fff;
  -webkit-transition-property: box-shadow,background-color;
  transition-property: box-shadow,background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #d3d3d3;
}
.filterproducts.owl-carousel .owl-nav button:hover {
  color: #fff !important;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5) !important;
  background-color: #2775ff !important;
  z-index: 2;
}
.filterproducts.owl-carousel .owl-nav button:first-child {
  right: -10px;
}
.filterproducts.owl-carousel .owl-nav button:last-child {
  z-index: 1;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  background-color: #2775ff;
  color: #fff;
}
.filterproducts.box-tiles-1 {
  margin-bottom: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {
  transform: translateY(50%);
  margin-left: 50px;
  margin-right: 50px;
}
.filterproducts.box-tiles-2 {
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterproducts.box-tiles-2 .product-item:nth-child(2n) {
  transform: translateY(50%);
}
.filterproducts .flip-box.type6 {
  width: 220px;
  height: 380px;
}
.filterproducts .flip-box.type6 .brk-sc-flip-four__cat {
  display: inline-block;
  height: 16px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
  letter-spacing: -.44px;
  margin: 1px 3px 1px 0;
  border-radius: 2px;
}
.filterproducts .flip-box.type6 .side-labels {
  position: relative;
  right: initial;
  top: initial;
  flex-direction: row;
  letter-spacing: -.44px;
}
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label {
  min-width: initial;
  height: 16px;
  padding: 0 5px;
  line-height: 16px;
  margin: 1px 3px 1px 0;
}
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label.new-label {
  background-color: #02cfa4;
}
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__text {
  font-size: 11px;
  font-weight: 400;
}
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-1,
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-2,
.filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {
  display: none;
}
.filterproducts .flip-box.type6:before,
.filterproducts .flip-box.type6:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filterproducts .flip-box.type6:before {
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg);
}
.filterproducts .flip-box.type6:after {
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg);
}
.filterproducts .flip-box.type6 .flip-box__split {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-shadow: none;
  transform: none !important;
}
.filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .brk-sc-honeycomb-four__layer {
  opacity: .8 !important;
}
.filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .flip-box__split-info {
  z-index: 2 !important;
}
.filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .flip-box__split-info .product.name a {
  color: #fff !important;
}
.filterproducts .flip-box.type6 .flip-box__split .brk-sc-honeycomb-four__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
  background: linear-gradient(to right, #0f5ae0, #7202bb);
}
.filterproducts .flip-box.type6 .flip-box__split .flip__back {
  display: none;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container {
  position: absolute;
  z-index: -1;
  height: calc(100% - 4px);
  width: 100%;
  background: transparent;
  top: 2px;
  right: -50%;
  -webkit-clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
  margin-right: 2px;
  border: 0;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container .product-image-photo {
  width: auto;
  max-width: none;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .rating-summary .rating-result:before {
  color: #9f9f9f;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #2775ff;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .reviews-actions {
  display: none;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info {
  background: transparent;
  position: absolute;
  width: 70%;
  left: -25%;
  top: 50%;
  transform: translate(25%, -50%);
  text-align: left;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .product.name {
  padding: 0;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .product.name a {
  font-size: 21px;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  background: #2775ff;
  margin-top: 25px;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  -webkit-transition: 0.3s box-shadow, 0.3s background-color;
  transition: 0.3s box-shadow, 0.3s background-color;
  white-space: nowrap;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .price {
  color: #fff !important;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .price-label {
  display: none;
}
.filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .old-price {
  padding-right: 5px;
}
.filterproducts .flip-box.type7 {
  position: relative;
  width: 135px;
  height: 234px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}
.filterproducts .flip-box.type7 .product-labels {
  right: -30px;
  top: -30px;
  z-index: 10;
}
.filterproducts .flip-box.type7 .product-labels .product-label {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  min-width: initial;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.filterproducts .flip-box.type7 .product-labels .product-label:last-child {
  margin-top: -15px;
}
.filterproducts .flip-box.type7 .product-labels .product-label:first-child {
  margin-top: 0;
}
.filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-1,
.filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-2,
.filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-3 {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding: 27px 0 50px;
  min-height: initial;
  transform: none !important;
}
.filterproducts .flip-box.type7 .flip-box__split:before,
.filterproducts .flip-box.type7 .flip-box__split:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: inherit;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.filterproducts .flip-box.type7 .flip-box__split:before {
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg);
}
.filterproducts .flip-box.type7 .flip-box__split:after {
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
  transform: translate(-50%, -50%) rotate(-60deg);
}
.filterproducts .flip-box.type7 .flip-box__split:hover .flip__back {
  backface-visibility: visible;
  visibility: visible;
}
.filterproducts .flip-box.type7 .flip-box__split:hover .flip__back .action.tocart,
.filterproducts .flip-box.type7 .flip-box__split:hover .flip__back .flip-box__split-overlay {
  opacity: 1 !important;
}
.filterproducts .flip-box.type7 .flip-box__split:hover .flip__front .flip-box__split-info {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split > .brk-sc-honeycomb-four__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200%;
  height: 100%;
  opacity: 1;
  background: #fff;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back {
  transform: none;
  visibility: hidden;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: none;
  background-color: rgba(39, 117, 255, 0.75) !important;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-content {
  display: block;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info {
  padding-bottom: 0;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info .product-item-name {
  padding: 0;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info .product-item-name a {
  font-size: 18px;
  color: #fff;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-description {
  height: 80px;
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  border: 0;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .price-box,
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-reviews-summary {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .weltpixel-quickview,
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .actions-secondary {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart {
  margin: 0;
  padding: 0 20px;
  line-height: 42px;
  transform: translateY(50%);
  border-radius: 21px;
  border: 0;
  color: #2775ff;
  background: #fff;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart i {
  font-weight: 600 !important;
  color: #2775ff;
  z-index: 2;
  top: 0;
  margin: 0;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span {
  background: #fff;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.before,
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.after {
  display: none !important;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.text {
  opacity: 1;
  transform: none;
  color: #2775ff;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front {
  position: absolute;
  text-align: center;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container {
  border: 0;
  height: 100%;
  width: 200%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container a .product-image-photo {
  max-width: initial;
  width: auto;
  height: 80%;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 8px 10px;
  border-radius: 21px;
  font-weight: 700;
  background: #2775ff;
  transform: translate(-50%, 50%);
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .product-item-name {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box {
  display: inline-block;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .price {
  color: #fff !important;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .price-label {
  display: none;
}
.filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .old-price {
  padding: 0;
}
.filterproducts.brk-slider-cube-container {
  padding: 0 20px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube {
  position: relative;
  padding: 0 18px;
  margin-bottom: 70px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__items {
  position: relative;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content {
  position: relative;
  background: #f2f2f2;
  height: 100%;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .product-photo-container img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding: 8px 20px;
  box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #2775ff;
  color: #fff;
  min-width: 120px;
  height: 42px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box {
  text-align: left;
  white-space: nowrap;
  margin-right: 30px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box .price-label {
  display: none;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box .price {
  font-weight: 700;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .tocart {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #2775ff;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion {
  position: absolute;
  left: 50%;
  bottom: -75px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet :last-child {
  margin-right: 0;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2775ff;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__overlay {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 31px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 1;
  background-color: #f2f2f2;
}
.filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__overlay.deactive {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  opacity: 0;
}
.filterproducts.products .product-image-photo {
  margin: 0;
}
@-webkit-keyframes loading-tiles {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading-tiles {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@supports not ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%))) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active {
    -webkit-clip-path: none;
    clip-path: none;
    width: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
    -webkit-clip-path: none;
    clip-path: none;
    top: 0;
    width: 50%;
    left: auto;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active {
    -webkit-clip-path: none;
    clip-path: none;
    width: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
    margin-left: 10px;
    margin-top: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {
    padding: 85px 0 0 34px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {
    padding: 35px 0 0 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {
    padding: 16px 0 0 34px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
    margin: 0 10px 73px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {
    padding: 0 34px 105px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {
    padding: 0 34px 16px 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
    margin-top: 80px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    width: 242px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
    width: 660px;
  }
}
@media only screen and (max-width: 992px - 1) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
    width: 500px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content {
    max-width: 340px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .filterproducts.box-tiles-2 .product-item:nth-child(2n),
  .filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {
    transform: none;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {
    display: none;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto !important;
    bottom: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
    padding: 0 10px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__slider,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__slider {
    width: 100% !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
    display: block;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
    text-align: left;
    margin-left: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__content {
    max-width: none;
    width: 100%;
    padding: 20px 15px 15px !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {
    padding: 20px !important;
    display: block;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    width: 100%;
    padding: 0 35px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
    width: 100% !important;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
    margin: 0;
    text-align: left;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
    padding: 0;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-prev {
    left: 10px;
  }
  .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-next {
    right: 10px;
  }
}
.ln_slider_container {
  width: 100%;
  padding: 0 35px 0 35px;
  margin: 0;
  text-align: center;
}
.ln_slider_container .ui-slider-horizontal {
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  background: #dadada;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
}
.ln_slider_container .ui-slider-horizontal .ui-slider-range.ui-widget-header.ui-corner-all {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  height: 4px;
  background-color: #7202bb;
}
.ln_slider_container .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  padding: 0;
  z-index: 2;
  touch-action: none;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-7px, -6px);
  transform: translate(-7px, -6px);
  outline: 0;
  cursor: pointer;
  background: linear-gradient(7deg, #7400ba 0%, #6e50c2 100%);
}
.layered-filter-block-container > .block.filter {
  padding: 0;
}
.filter-current .filter-current-subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-left: 30px;
  padding: 19px 20px 29px 30px;
  line-height: inherit;
  position: relative;
}
.filter-current .items {
  padding: 15px 0 15px 30px;
}
.filter-current .items .item {
  margin: 10px 0;
  padding: 0;
}
.filter-current .items .item .filter-label {
  margin-right: 10px;
  color: #9f9f9f;
  font-weight: 600;
}
.filter-current .items .item .filter-value {
  color: #9f9f9f;
}
.filter-current .items .item .action.remove {
  right: 0;
  left: auto;
}
.filter-current .items .item .action.remove:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 600;
}
.filter-actions {
  text-align: right;
  padding-right: 0;
}
.filter-actions a {
  color: #2775ff;
  font-size: 14px;
}
.page-layout-2columns-right .column.main {
  position: relative;
}
.page-layout-2columns-right .column.main:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
  background: #ebebeb;
}
.filter-options-content {
  padding: 0;
}
.filter-options-content .item {
  padding: 0;
  margin: 0 !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.filter-options-content .item input[type="checkbox"] {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(159, 159, 159, 0.3);
  background: #fff;
}
.filter-options-content .item input[type="checkbox"]:checked:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  color: #2775ff;
  font-size: 14px;
  font-weight: 600;
}
.filter-options-content .item input[type="checkbox"]:checked + a {
  color: #2775ff;
}
.filter-options-content .item input[type="checkbox"]:checked + a:hover {
  color: #fff;
}
.filter-options-content .item a {
  color: #9f9f9f;
  display: flex;
  flex-grow: 1;
  margin: 0;
  padding: 10px 10px 10px 65px;
}
.filter-options-content .item a:hover {
  background: #2775ff;
  color: #fff;
}
.filter-options-content .item a:hover .count {
  color: #fff;
}
.filter-options-content .item a .count {
  color: #2775ff;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.infinite-loader {
  text-align: center;
  margin: 60px 0;
}
.infinite-loader a {
  font-size: 16px;
  width: 52px;
  height: 52px;
}
.block-category-list {
  margin-bottom: 30px;
}
.block-category-list .block-title {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 20px 29px 30px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  text-transform: initial;
}
.block-category-list .item {
  margin-bottom: 0;
}
.block-category-list a {
  color: #9f9f9f;
  display: flex;
  flex-grow: 1;
  margin: 0;
  padding: 13px 10px 12px 30px;
}
.block-category-list a .count {
  color: #2775ff;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.block-category-list a .count:before {
  content: '(';
}
.block-category-list a .count:after {
  content: ')';
}
.block-category-list a:hover {
  color: #fff;
  background-color: #2775ff;
}
.block-category-list a:hover .count {
  color: #fff;
}
.block-category-list a:after {
  content: "\f105";
  font-weight: 600;
  font-size: 13px;
  font-family: "Font Awesome\ 5 Free" !important;
  color: #2775ff;
  padding: 5px 15px;
  height: 20px;
  border-radius: 20px;
  margin-left: auto;
  display: flex;
  border: 1px solid #ececec;
  background: #fff;
  align-items: center;
}
.filter-options .filter-options-item {
  border: 0;
  padding: 0;
  margin: 40px 0 45px;
}
.filter-options .filter-options-item .filter-options-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 30px 30px 30px;
  overflow: visible;
  position: relative;
}
.filter-options .filter-options-item .filter-options-title:before {
  height: 10px;
  width: 100%;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  background: url(../../frontend/Redgiant/berserk/en_GB/images/dotted-bg.png) repeat-x;
}
.filter-options .filter-options-item .filter-options-title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  font-weight: 600;
  font-size: 11px;
  color: rgba(159, 159, 159, 0.3);
  right: 0;
  top: auto;
  left: 0;
  bottom: -16px;
}
.filter-options .filter-options-item .filter-options-title span {
  background: #fff;
  z-index: 2;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-options .filter-options-item.active .filter-options-title:after {
  content: "\f102";
  font-weight: 600;
}
.filter-options .filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options .filter-options-item[attribute="price"] .filter-options-content .item:hover {
  background: transparent;
}
.filter-options .filter-options-item[attribute="price"] .filter-options-content .item:hover a {
  background: linear-gradient(7deg, #7400ba 0%, #6e50c2 100%);
}
.block-subtitle.filter-subtitle {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 20px 29px 30px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
  text-transform: initial;
  line-height: inherit;
  position: relative;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.sidebar .block {
  padding-left: 30px;
}
.sidebar .block .block-title strong {
  font-family: 'Montserrat', sans-serif;
  color: #292b2c;
  font-size: 21px;
  font-weight: 700;
}
.swatch-attribute.swatch-layered .swatch-attribute-options {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.swatch-attribute:not(.color) .swatch-attribute-options > a {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
}
.swatch-attribute-options > a {
  min-width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
  margin: 0 5px 5px 0 !important;
  padding: 0;
  text-align: center;
}
.swatch-attribute-options > a:hover {
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
  background: transparent;
}
.swatch-attribute-options > a .swatch-option.color {
  position: absolute;
  left: 2px;
  top: 2px;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  border: 0 !important;
  min-width: initial;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
}
.swatch-attribute-options > a .swatch-option.text {
  width: 100%;
  height: 100%;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swatch-option.color.selected:before {
  content: "\f00c";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.swatch-option.text.selected {
  color: #2775ff;
  font-weight: 600;
  border: 1px solid #2775ff;
  border-radius: 4px;
}
.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 30px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  display: none;
  z-index: 999;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 7px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 0px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .page-products.page-layout-1column .columns {
    padding-top: 60px;
  }
  .page-products.page-layout-1column .columns .filter-current .filter-current-subtitle {
    border: 0;
  }
  .page-products.page-layout-1column .columns .filter.block {
    position: absolute;
    top: 0;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    border-bottom: 0;
    margin-bottom: 20px;
    border-top: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item {
    margin: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title {
    color: #272727;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\f106";
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);
    -webkit-transition-duration: .28s;
    transition-duration: .28s;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item:after {
    content: '' !important;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 30px;
    overflow: visible;
    position: relative;
    border-radius: 27px;
    border: 2px solid rgba(205, 205, 205, 0.2);
    margin: 0 10px 20px 0;
    color: rgba(39, 39, 39, 0.4);
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:before {
    display: none;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:after {
    content: "\f107";
    right: 15px;
    top: 12px;
    left: auto;
    color: #00c6ff;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: calc(70%) 0;
    transition-property: opacity,visibility,\transform;
    transition-duration: .3s;
    z-index: 98;
    position: absolute;
    top: 100%;
    width: 120%;
    height: auto;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
    margin-top: -7px;
    text-align: center;
    border: 0;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content .ln_slider_container {
    padding: 0 15px 0 15px;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:before {
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: 23px;
    top: -16px;
  }
  .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-products.catalog-category-view .column.main:after {
    display: none;
  }
  .filter .filter-current {
    border: 0;
  }
  .filter .filter-current.active + .block-actions {
    margin-right: 0;
    padding: 0 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f106';
  }
  .filter .filter-current .filter-current-subtitle {
    border-top: 1px solid #ebebeb;
    padding-left: 0;
    padding-right: 0;
  }
  .filter .filter-current .filter-current-subtitle:before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-size: 14px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter .filter-current .filter-current-subtitle:after {
    color: #9f9f9f;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  .block-category-list .block-title {
    padding-left: 0;
    padding-right: 0;
  }
  .block.filter .block-title.filter-title {
    width: 110px;
    margin: 20px 0;
    border: 1px solid #2775ff;
    border-radius: 4px;
    text-align: center;
  }
  .block.filter.active .filter-title {
    width: auto;
    margin: 0;
    border: 0;
    height: 70px;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-options-bottom .box-tocart,
.weltpixel_quickview-catalog_product-view .product-info-main .product-options-bottom .box-tocart {
  margin-top: 0;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-add-form .addthis_inline_share_toolbox,
.weltpixel_quickview-catalog_product-view .product-info-main .product-add-form .addthis_inline_share_toolbox {
  margin-top: 30px;
}
.weltpixel-quickview-catalog-product-view .box-tocart,
.weltpixel_quickview-catalog_product-view .box-tocart {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.weltpixel-quickview-catalog-product-view .box-gotoproduct,
.weltpixel_quickview-catalog_product-view .box-gotoproduct {
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
}
.weltpixel-quickview-catalog-product-view .box-gotoproduct .action,
.weltpixel_quickview-catalog_product-view .box-gotoproduct .action {
  font-size: 16px !important;
  color: #2775ff;
  font-weight: bold;
  padding: 15px 33px !important;
  border: 0 !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  display: block;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  padding-bottom: 0;
  width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none !important;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'berserk-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'berserk-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 993px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'berserk-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'berserk-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 0;
  }
  .cart.table-wrapper .actions-toolbar {
    min-height: 40px;
  }
  .cart.table-wrapper .action-towishlist {
    position: absolute;
    right: 54px;
    left: auto;
    top: 7px;
    color: #e00;
  }
  .cart.table-wrapper .action-towishlist:before {
    color: #e00;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
    border-top: 0;
    text-align: center;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart-summary {
    position: static;
    padding: 0;
  }
  .cart-summary:after {
    position: static;
  }
  .cart-summary .block {
    padding: 20px;
  }
  .cart-summary .checkout-methods-items {
    padding: 30px;
  }
  .cart-discount .block .content {
    display: block;
    padding: 38px 15px 38px;
  }
  .cart-discount .block .content form {
    position: relative;
  }
  .cart-discount .block .content form button {
    margin: 0;
  }
  .cart-totals .table-wrapper {
    padding: 20px;
  }
  .custom-slide._show .modal-header {
    padding: 0;
  }
  .custom-slide._show .modal-content:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
  }
  .custom-slide._show .modal-content:after {
    display: none;
  }
  .custom-slide._show .modal-inner-wrap {
    background-color: #fff;
  }
  .authentication-wrapper {
    margin-top: 15px;
    margin-bottom: -40px;
  }
  .authentication-wrapper button {
    text-decoration: none;
    border: 0;
  }
  .authentication-wrapper button span {
    text-decoration: none;
    color: #00c5ff;
    border: 0;
  }
  .opc-estimated-wrapper {
    background: #fff;
    border: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
  }
  .opc-estimated-wrapper .estimated-block {
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    margin-right: 10px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #2775ff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    width: 50%;
    text-align: right;
    padding-right: 60px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    right: auto;
    top: 14px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    margin-top: 5px !important;
    margin-bottom: -20px !important;
  }
  .opc-estimated-wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #fff;
  }
  #discount-form {
    position: relative;
  }
  #discount-form .action.action-apply {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 200px;
    margin: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62a';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #8f8f8f;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62b';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #8f8f8f;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
  }
  .filter.active .filter-title strong:after {
    width: 70px;
    height: 68px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: inset 2px 1px 10px rgba(0, 0, 0, 0.04);
    background-color: #f9f9f9;
    color: #2775ff;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 600;
  }
  .filter.active .filter-subtitle {
    font-weight: 700;
    border-top: 2px solid #2775ff;
    background: transparent;
    display: block;
    height: 70px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    z-index: 1;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .page-header .nav-sections .switcher {
    border: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    height: auto;
    text-align: left;
    padding: 0;
    z-index: auto;
  }
  .page-header .nav-sections .switcher i {
    position: absolute;
    right: 25px;
    top: 22px;
    color: #B6B6B6;
  }
  .page-header .nav-sections .switcher:hover i {
    color: #2775ff;
  }
  .page-header .nav-sections .switcher .brk-switcher__selected {
    color: #000;
    padding: 0 7px 0 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    display: block;
  }
  .page-header .nav-sections .switcher:hover .brk-switcher__selected {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .page-header .nav-sections .switcher .brk-switcher__option {
    width: 100%;
    left: 0;
    max-width: 100%;
    padding: 0;
    background: transparent;
    position: static;
    display: none;
    border-radius: 0;
  }
  .page-header .nav-sections .switcher .brk-switcher__option:after {
    display: none;
  }
  .page-header .nav-sections .switcher .brk-switcher__option li {
    display: block;
  }
  .page-header .nav-sections .switcher .brk-switcher__option a {
    padding: 0 25px;
    color: #000 !important;
    text-align: left;
    padding-left: 50px;
    display: block;
  }
  .page-header .nav-sections .switcher .brk-switcher__option a:hover {
    background-color: #f3f7ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .page-header .nav-sections .switcher:hover > .brk-switcher__option {
    display: block;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .cms-page-view .page-main {
    padding-top: 41px;
    position: relative;
  }
  body:not(.cms-index-index) .page-wrapper .top-container > div {
    max-width: 720px;
    margin: 0 auto;
  }
  /************* Header(Mobile) **************/
  .brk-info-menu-open {
    display: none !important;
  }
  .page-header {
    /************* Header Type 1(Mobile) **************/
    /************* Header Type 1(Mobile) **************/
    /************* Header Type 2(Mobile) **************/
    /************* Header Type 2(Mobile) **************/
    /************* Header Type 3(Mobile) **************/
    /************* Header Type 3(Mobile) **************/
    /************* Header Type 4(Mobile) **************/
    /************* Header Type 4(Mobile) **************/
    /************* Header Type 5(Mobile) **************/
    /************* Header Type 5(Mobile) **************/
    /************* Header Type 6(Mobile) **************/
    /************* Header Type 6(Mobile) **************/
    /************* Header Type 7(Mobile) **************/
    /************* Header Type 7(Mobile) **************/
  }
  .page-header .block-search .control {
    margin: 0;
    padding: 0;
  }
  .page-header .logo {
    margin: 0;
  }
  .page-header .switcher {
    display: none;
  }
  .page-header.type1 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type1 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type1 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type1 .header.panel > .brk-custom-block,
  .page-header.type1 .header.panel > .links-area {
    display: none;
  }
  .page-header.type2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
    z-index: 1;
  }
  .page-header.type2.brk-header_scroll {
    top: 0;
  }
  .page-header.type2.brk-header_scroll:before {
    background: #272727;
  }
  .page-header.type2.brk-header_scroll .search-area > a {
    color: #272727;
  }
  .page-header.type2.brk-header_scroll .nav-toggle {
    --bc: #272727;
  }
  .page-header.type2 .nav-toggle {
    --bc: #fff;
  }
  .page-header.type2 .search-area > a {
    color: #fff;
  }
  .page-header.type2 .header.panel {
    display: none;
  }
  .page-header.type2 .header.content {
    border-bottom: 0;
  }
  .page-header.type2 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type2 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type2 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type2 .header.panel > .brk-custom-block,
  .page-header.type2 .header.panel > .links-area {
    display: none;
  }
  .page-header.type3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
    z-index: 1;
  }
  .page-header.type3.brk-header_scroll {
    top: 0;
  }
  .page-header.type3.brk-header_scroll:before {
    background: #272727;
  }
  .page-header.type3 .nav-toggle {
    --bc: #fff;
  }
  .page-header.type3 .search-area > a {
    color: #fff;
  }
  .page-header.type3 .header.panel {
    display: none;
  }
  .page-header.type3 .header.content {
    border-bottom: 0;
  }
  .page-header.type3 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type3 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type3 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type3 .header.panel > .brk-custom-block,
  .page-header.type3 .header.panel > .links-area {
    display: none;
  }
  .page-header.type4 .nav-toggle {
    top: 27px;
  }
  .page-header.type4 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type4 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type4 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type4 .header.panel > .brk-custom-block,
  .page-header.type4 .header.panel > .links-area {
    display: none;
  }
  .page-header.type5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
    z-index: 1;
  }
  .page-header.type5.brk-header_scroll {
    top: 0;
  }
  .page-header.type5.brk-header_scroll:before {
    background: #272727;
  }
  .page-header.type5.brk-header_scroll .links-area > a,
  .page-header.type5.brk-header_scroll .links-area > a:hover,
  .page-header.type5.brk-header_scroll .links-area > a:active,
  .page-header.type5.brk-header_scroll .links-area > a:visited {
    color: #272727;
  }
  .page-header.type5 .nav-area {
    padding: 0 !important;
  }
  .page-header.type5 .nav-toggle {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 15px;
  }
  .page-header.type5 .header.panel {
    display: none;
  }
  .page-header.type5 .header.content {
    border-bottom: 0;
  }
  .page-header.type5 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type5 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type5 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type5 .links-area {
    display: none;
  }
  .page-header.type6:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
    z-index: 1;
  }
  .page-header.type6.brk-header_scroll {
    top: 0;
  }
  .page-header.type6.brk-header_scroll:before {
    background: #272727;
  }
  .page-header.type6.brk-header_scroll .links-area > a,
  .page-header.type6.brk-header_scroll .links-area > a:hover,
  .page-header.type6.brk-header_scroll .links-area > a:active,
  .page-header.type6.brk-header_scroll .links-area > a:visited {
    color: #272727;
  }
  .page-header.type6 .nav-area {
    padding: 0 !important;
  }
  .page-header.type6 .nav-toggle {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 15px;
  }
  .page-header.type6 .header.panel {
    display: none;
  }
  .page-header.type6 .header.content {
    border-bottom: 0;
  }
  .page-header.type6 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type6 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type6 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type6 .links-area {
    display: none;
  }
  .page-header.type7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
    z-index: 1;
  }
  .page-header.type7.brk-header_scroll {
    top: 0;
  }
  .page-header.type7.brk-header_scroll:before {
    background: #272727;
  }
  .page-header.type7.brk-header_scroll .links-area > a,
  .page-header.type7.brk-header_scroll .links-area > a:hover,
  .page-header.type7.brk-header_scroll .links-area > a:active,
  .page-header.type7.brk-header_scroll .links-area > a:visited {
    color: #272727;
  }
  .page-header.type7 .nav-area {
    padding: 0 !important;
  }
  .page-header.type7 .nav-toggle {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 15px;
  }
  .page-header.type7 .header.panel {
    display: none;
  }
  .page-header.type7 .header.content {
    border-bottom: 0;
    padding: 0;
  }
  .page-header.type7 .header.content .brk-custom-block {
    display: none;
  }
  .page-header.type7 .header.content .header-right-area .switcher {
    display: none;
  }
  .page-header.type7 .block-search .block-content .action.search {
    top: 23px;
  }
  .page-header.type7 .links-area {
    display: none;
  }
  /************* Header(Mobile) **************/
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
    position: relative;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e600';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #8f8f8f;
  }
  .rg-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .rg-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .rg-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .rg-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .rg-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .rg-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .rg-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .rg-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .rg-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .rg-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .rg-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .rg-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .rg-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .rg-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .rg-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .rg-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .rg-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    line-height: 1;
    color: #fff;
  }
  .rg-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .rg-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .nav-open .nav-sections {
    background: url("../../frontend/Redgiant/berserk/en_GB/images/brk-bg-mobile-menu.jpg") no-repeat center center;
    background-size: cover;
    box-shadow: 6px 0 12px rgba(0, 0, 0, 0.75);
    max-width: 500px;
  }
  .nav-open .nav-sections .nav-sections-items {
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.92);
  }
  .nav-open .nav-sections .nav-sections-items:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));
    background: linear-gradient(to right, #0f5ae0, #7202bb);
  }
  .nav-open .nav-sections .header.links li.greet.welcome {
    border-top: 0;
    padding: 0 7px 0 25px;
    line-height: 60px;
    color: #000;
  }
  .nav-open .nav-sections .header.links li > a {
    padding: 0 7px 0 25px;
    line-height: 60px;
    border-top: 0;
    color: #000;
  }
  .nav-open .nav-sections .header.links li > a:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .nav-open .nav-sections .header.links + .header.links {
    display: none;
  }
  .nav-sections-item-title {
    display: block;
    float: none;
    background-color: #fff !important;
    margin: 0;
    width: 100%;
    padding: 0;
    pointer-events: none;
  }
  .nav-sections-item-title a {
    height: 72px;
    line-height: 72px;
    box-shadow: inset 0 -2px #7400ba;
    color: #272727;
    padding: 0 15px 0 25px;
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    pointer-events: none;
    cursor: default;
  }
  .nav-sections-item-content {
    float: none;
    margin: 0;
    padding: 0;
    display: block !important;
  }
  .navigation {
    background: transparent;
  }
  .navigation .level0 {
    border: 0;
  }
  .navigation .level0 > .level-top {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    padding: 0 7px 0 25px;
  }
  .navigation .level0:hover > .level-top {
    color: #000 !important;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .navigation .parent .level-top:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #b6b6b6;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-property: color,\transform;
    transition-property: color,\transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 60px;
    text-align: center;
    top: 0;
    right: 0;
  }
  .navigation .parent .level-top.ui-state-active {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\f105";
    color: #2775ff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation li.ui-menu-item > a:hover:before {
    position: absolute;
    display: block;
    content: '';
    width: 999px;
    right: 0;
    height: 100%;
    background-color: #f3f7ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    top: 0;
    z-index: -1;
  }
  .navigation .submenu:not(:first-child) ul {
    width: 100%;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'berserk-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .brk-tabs-simple-smooth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .brk-tabs-simple-smooth .brk-tabs-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .brk-tabs-simple-smooth .brk-tabs-content {
    margin-left: 0 !important;
  }
  .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item {
    padding-left: 0;
    margin-top: 0;
  }
  .brk-products-tabs .block-content .owl-dots {
    display: none !important;
  }
  .brk-products-tabs .block-content .owl-nav {
    min-width: auto !important;
  }
  .shape-box__wrapper-stripe {
    margin-left: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.title {
    margin: 0 !important;
    text-align: center;
    -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%) !important;
    clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%) !important;
  }
  .product.info.detailed .product.data.items > .item.title:nth-last-child(2) {
    padding-right: 50px !important;
  }
  .product.info.detailed .product.data.items > .item.title.active a:after {
    content: "\f106";
  }
  .product.info.detailed .product.data.items > .item.title a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600 !important;
    font-size: 18px;
    color: #222;
  }
  .product.info.detailed .product.data.items > .item.content {
    border: 0;
    margin-top: 30px;
  }
  .catalog-product-view.type2 .product.page-title-wrapper .page-title {
    color: initial !important;
    font-size: 36px !important;
  }
  .catalog-product-view.type2 * {
    color: initial !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .table-wrapper {
    overflow: visible !important;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #fff !important;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'berserk-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'berserk-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 575px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart {
    width: 54px;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart > i {
    margin: 0;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart > span {
    display: none;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .brk-footer-nav ul li:first-child {
    margin-left: 20px;
  }
  .page-header.type1 .header.content .header-content > .row > .col-4 {
    padding: 0;
  }
  .page-header.type5 .search-area {
    margin-left: -5px;
  }
  .page-header.type6 .search-area {
    margin-left: -5px;
  }
  .page-header.type7 .search-area {
    margin-left: -5px;
  }
  .minicart-wrapper .product .actions {
    position: static;
    margin: 0;
  }
  .minicart-wrapper .product .actions > .primary,
  .minicart-wrapper .product .actions > .secondary {
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .minicart-items .product-item-details {
    padding-right: 0;
  }
  .minicart-items .action.edit,
  .minicart-items .action.delete {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .minicart-items .action.edit:before,
  .minicart-items .action.delete:before {
    font-size: 12px;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart {
    width: 54px;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart > i {
    margin: 0;
  }
  .block-minicart .block-content > .actions > .secondary a.action.viewcart > span {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'berserk-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .fullwidth-row {
    width: 100vw;
    margin-left: calc(360px - 50vw);
  }
  .column:not(.sidebar-main) .form.contact,
  .column:not(.sidebar-additional) .form.contact {
    width: 100% !important;
    float: none !important;
  }
  .form.contact textarea {
    height: 160px;
  }
  .form.contact .actions-toolbar > .primary {
    width: 100%;
  }
  .form.contact .actions-toolbar button {
    display: block;
    transform: translate3d(0, -50%, 0);
    margin: 0 auto;
    float: none;
  }
  .form.contact .brk-form-wrap-active > textarea {
    border: 1px solid #2775ff;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.icon__wrapper-triangle .icon__wrapper svg line,.icon__wrapper-triangle .icon__wrapper svg path,.icon__wrapper-triangle .icon__wrapper svg polyline,.svg-blue path{stroke:#2775ff}p{line-height:24px}.flex-column,.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;flex-direction:column!important}.brk-ip-angle,.brk-ip-angle__content,.brk-sc-item-page-header__price-container,.brk-sc-tiles-banner__info,.brk-social-links-wide,.brk-testimonials-double__item,.brk-tiles-assorted,.brk-tiles-assorted__title,.cms-index-index .flip__back,.cms-page-view .flip__back{-webkit-box-orient:vertical;-webkit-box-direction:normal}.brk-sc-tiles-banner__info,.brk-tiles-assorted__title{flex-direction:column}@media (max-width:991px){.block.category.event,.breadcrumbs,.footer.content,.header.content,.navigation,.page-header .header.panel,.page-main,.page-wrapper>.page-bottom,.page-wrapper>.widget,.top-container{max-width:750px;margin-left:auto;margin-right:auto}}@media (max-width:767px){.block.category.event,.breadcrumbs,.footer.content,.header.content,.navigation,.page-header .header.panel,.page-main,.page-wrapper>.page-bottom,.page-wrapper>.widget,.top-container{max-width:540px}}@font-face{font-family:berserk;src:url(../../frontend/Redgiant/berserk/en_GB/fonts/berserk/berserk.eot);src:url(../../frontend/Redgiant/berserk/en_GB/fonts/berserk/berserk.eot?#iefix) format("embedded-opentype"),url(../../frontend/Redgiant/berserk/en_GB/fonts/berserk/berserk.woff) format("woff"),url(../../frontend/Redgiant/berserk/en_GB/fonts/berserk/berserk.ttf) format("truetype"),url(../../frontend/Redgiant/berserk/en_GB/fonts/berserk/berserk.svg#berserk) format("svg");font-weight:400;font-style:normal}.fa.fa-angle-left-DISABLE:before,.fa.fa-angle-right-DISABLE:before,.fa.fa-phone-DISABLE:before,.fa.fa-plus:before,.fa.fa-search-DISABLE:before,.fa.fa-share-alt:before,.fa.fa-shopping-basket-DISABLE:before,.fal.fa-arrow-left:before,.fal.fa-arrow-right:before,.fal.fa-cog:before,.fal.fa-comment-alt:before,.fal.fa-play-circle:before,.fal.fa-shopping-cart:before,.far.fa-clock:before,.far.fa-envelope-DISABLE:before,.fas.fa-arrow-down:before,.fas.fa-arrow-up:before,.fas.fa-exchange-alt-DISABLE:before,.fas.fa-sign-in-alt-DISABLE:before,.fas.fa-star-DISABLE:before{display:inline-block;font-family:berserk;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fal.fa-cog:before{content:'\0041'}.fal.fa-comment-alt:before{content:'\0042'}.far.fa-clock:before{content:'\0043'}.far.fa-envelope-DISABLE:before{content:'\0044'}.fa.fa-search-DISABLE:before{content:'\0045'}.fa.fa-phone-DISABLE:before{content:'\0046'}.fal.fa-play-circle:before{content:'\0047'}.fa.fa-share-alt:before{content:'\0048'}.fa.fa-shopping-basket-DISABLE:before{content:'\0049'}.fal.fa-shopping-cart:before{content:'\004a'}.fas.fa-sign-in-alt-DISABLE:before{content:'\004b'}.fas.fa-star-DISABLE:before{content:'\004c'}.fas.fa-exchange-alt-DISABLE:before{content:'\004d'}.fas.fa-arrow-down:before{content:'\004e'}.fas.fa-arrow-up:before{content:'\004f'}.fa.fa-angle-left-DISABLE:before{content:'\0050'}.fa.fa-angle-right-DISABLE:before{content:'\0051'}.fal.fa-arrow-left:before{content:'\0052'}.fal.fa-arrow-right:before{content:'\0053'}.fa.fa-plus:before{content:'\0054'}.fa,.fas{font-weight:900!important}.fa,.far,.fas{font-family:"Font Awesome\ 5 Free"!important}ol,ul{list-style:none}abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}.media{display:block}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-35{margin-top:35px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-50{margin-top:50px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mb-15{margin-bottom:15px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.mb-80{margin-bottom:80px!important}.mb-110{margin-bottom:110px!important}.mb-170{margin-bottom:170px!important}.mr-80{margin-right:80px!important}.mr-200{margin-right:200px!important}@media screen and (max-width:576px){.mr-xs-0{margin-right:0!important}}@media screen and (min-width:992px){.ml-lg-70{margin-left:70px}.mt-lg-0,.my-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}}.pb-10{padding-bottom:10px!important}.pb-50{padding-bottom:50px!important}.pb-160{padding-bottom:160px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-150{padding-top:150px!important}.pb-150{padding-bottom:150px!important}.pl-20{padding-left:20px!important}.pl-10{padding-left:10px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-50{padding-left:50px!important}.pl-60{padding-left:60px!important}.pr-20{padding-right:20px!important}.pr-30{padding-right:30px!important}.pr-50{padding-right:50px!important}.mb-90{margin-bottom:90px!important}.pt-180{padding-top:180px!important}.pt-120{padding-top:120px!important}.pt-110{padding-top:110px!important}.pt-90{padding-top:90px!important}.pt-10{padding-top:10px!important}.pt-20{padding-top:20px!important}.pb-15{padding-bottom:15px!important}.pb-90{padding-bottom:90px!important}.pb-110{padding-bottom:110px!important}.pb-130{padding-bottom:130px!important}.pb-120{padding-bottom:120px!important}@media (min-width:576px){.pt-sm-15{padding-top:15px!important}}@media (min-width:768px){.pt-md-0{padding-top:0!important}}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-70{margin-bottom:70px!important}.mr-10{margin-right:10px}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.ml-25{margin-left:25px!important}.mr-25{margin-right:25px!important}.mr-35{margin-right:35px!important}.pb-30{padding-bottom:30px!important}.pt-30{padding-top:30px!important}.pl-40{padding-left:40px!important}.pr-40{padding-right:40px!important}.letter-spacing--20{letter-spacing:-.72px}.line__height-14{line-height:14px}.line__height-16{line-height:16px}.line__height-21{line-height:21px}.line__height-26{line-height:26px}.line__height-28{line-height:28px}.line__height-60{line-height:60px}.font__family-montserrat{font-family:Montserrat,sans-serif}.font__family-open-sans{font-family:'Open Sans',sans-serif}.font__family-playfair{font-family:'Playfair Display',sans-serif}.font__family-times-new-roman{font-family:'Times New Roman',sans-serif}.font__family-montserrat-alt{font-family:'Montserrat Alternates',sans-serif}.fal{font-family:"Font Awesome\ 5 Free"!important}.fal,.far{font-weight:600!important}.font__size-12{font-size:12px}.font__size-13{font-size:13px}.font__size-14{font-size:14px}.font__size-15{font-size:15px}.font__size-16{font-size:16px}.font__size-18{font-size:18px}.font__size-19{font-size:19px}.font__size-20{font-size:20px}.font__size-21{font-size:21px}.font__size-23{font-size:23px}.font__size-24{font-size:24px}.font__size-25{font-size:25px}.font__size-30{font-size:30px}.font__size-32{font-size:32px}.font__size-36{font-size:36px}.font__size-40{font-size:40px}.font__size-42{font-size:42px}.font__size-46{font-size:46px}.font__size-96{font-size:96px}.font__weight-ultralight{font-weight:200}.font__weight-light{font-weight:300}.font__weight-normal{font-weight:400}.font__weight-medium{font-weight:500}.font__weight-semibold{font-weight:600}.font__weight-bold{font-weight:700}.font__style-italic{font-style:italic}.font__weight-extrabold{font-weight:800}.line__height-42{line-height:42px}.line__height-56{line-height:56px}.line__height-52{line-height:52px}.line__height-32{line-height:32px}.line__height-50{line-height:50px}.line__height-40{line-height:40px}.font__size-38{font-size:38px}.font__size-28{font-size:28px}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.font__size-56{font-size:56px}@media (min-width:768px){.pr-md-30{padding-right:30px!important}.font__size-36{font-size:36px}.font__size-56{font-size:56px}}.top-container .main-page{width:100%!important}.brk-bg-primary{background-color:#2775ff}.brk-sc-tiles-banner{position:relative}.brk-sc-tiles-banner__info{display:-webkit-box;display:flex;padding-top:83px;padding-left:50px;padding-bottom:60px}.brk-white-font-color{color:#fff!important}.brk-dark-font-color{color:#9f9f9f}.brk-dark-font-color-3{color:#a2a5ad}.brk-black-font-color{color:#000}.brk-base-font-color{color:#2775ff}.brk-base-2-font-color{color:#00c6ff}.brk-sc-bonus__link{text-decoration:underline}.brk-sc-tiles-banner__overlay{background-image:linear-gradient(40deg,rgba(15,90,224,.94) 0,rgba(0,198,255,.94) 100%)}.brk-sc-tiles-banner__bg,.brk-sc-tiles-banner__overlay{position:absolute;top:0;width:100%;height:100%}.brk-sc-tiles-banner__bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.box-shadow-base,.brk-base-box-shadow{box-shadow:0 6px 25px rgba(0,0,0,.12)}a{background-color:transparent}.brk-sc-tags__item{color:#a7ebff;position:relative;padding-right:15px;margin-right:15px;margin-bottom:10px}.brk-sc-tags__item:after{background-color:#a7ebff;content:"";position:absolute;width:4px;height:4px;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.brk-sc-tags__item:last-child{padding-right:0;margin-right:0}.brk-sc-tags__item:last-child:after{display:none}.brk-sc-tags__item:hover,.brk-tabs_forum.brk-tabs-hovers .brk-tab.current i,.brk-tabs_forum.brk-tabs-hovers .brk-tab:hover i{color:#fff}.brk-sc-tiles-banner__img{position:relative;display:-webkit-box;display:flex;height:100%}.brk-sc-tiles-banner__img>img{position:absolute;top:40px;height:-webkit-calc(100% - 40px);height:calc(100% - 40px);width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.brk-sc-tiles-banner__links{display:-webkit-box;display:flex;flex-wrap:wrap;height:100%}.brk-sc-tiles-banner__link{box-shadow:inset 1px 1px 0 0 rgba(11,152,246,1);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-basis:100%;padding:0 33px 0 29px;-webkit-transition:.3s ease background-color;transition:.3s ease background-color;position:relative}.brk-sc-tiles-banner__link:nth-child(1){background-color:rgba(253,253,253,.2);box-shadow:inset 1px 0 0 0 rgba(11,152,246,1)}.brk-sc-tiles-banner__link:nth-child(2){background-color:rgba(253,253,253,.3)}.brk-sc-tiles-banner__link:nth-child(3){background-color:rgba(253,253,253,.5)}.brk-sc-tiles-banner__link:hover{background-color:transparent}.brk-sc-tiles-banner__discount{position:absolute;right:0;top:0;width:54px;height:54px;-webkit-transform:translate(26%,-40%);transform:translate(26%,-40%)}.brk-pricing-colored__description ul li,.line__height-42{line-height:42px}.brk-sc-tiles-banner__discount-value{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap}.brk-fill-primary,.brk-fill-primary path{fill:#2775ff}.brk-fill-secondary,.brk-fill-secondary path{fill:#7202bb}.brk-base-bg-gradient-10deg{background-image:linear-gradient(10deg,rgba(39,117,255,.92),rgba(114,2,187,.92))}.brk-base-bg-gradient-40-no-opacity{background-image:linear-gradient(40deg,#2775ff,#7202bb)}@-webkit-keyframes palpitation{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes palpitation{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@-webkit-keyframes button-left{from,to{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}50%{-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}}@keyframes button-left{from,to{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}50%{-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}}@-webkit-keyframes brk-pulse-paused{0%,100%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.2);transform:scale(1.2)}60%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}}@keyframes brk-pulse-paused{0%,100%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.2);transform:scale(1.2)}60%{-webkit-transform:scale(.9);transform:scale(.9);opacity:0}}.brk-base-bg-gradient-19{background-image:-webkit-gradient(linear,left top,right top,from(rgba(79,52,201,.9)),to(rgba(79,0,186,.9)));background-image:linear-gradient(to right,rgba(79,52,201,.9),rgba(79,0,186,.9))}.full-screen{width:100%;min-height:100vh}.brk-backgrounds{position:absolute;overflow:hidden;z-index:1;top:0;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}.brk-backgrounds__canvas{position:absolute;z-index:4;top:0;left:0;width:100%;height:100%}.brk-backgrounds__canvas>canvas{width:100%!important}.brk-backgrounds #fss{opacity:.15}.brk-backgrounds__content{position:relative;z-index:9}.brk-form-btn-inside{position:relative}.brk-form-transparent [type=search]{width:100%!important;height:54px;border-radius:27px;font-size:14px;box-sizing:border-box!important;box-shadow:0 3px 10px rgba(0,0,0,.1);padding:0 15px 0 30px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;background-color:rgba(255,255,255,.12);color:#fff;border:2px solid rgba(255,255,255,.2);outline-offset:-2px;-webkit-appearance:textfield;outline:0}.brk-form-transparent [type=search]:focus,.btn-prime-white-transparent .border-btn{border-color:#fff}.brk-form-btn-inside button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:6px;width:41px;height:41px;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-image:linear-gradient(10deg,#2775ff,#0f5ae0);outline:0}.brk-form-btn-inside button.btn-white{background-color:#fff;background-image:none}.brk-form-btn-inside button.btn-white i{color:#2775ff}.brk-form-btn-inside button i.fa-search{margin-left:1px}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-100{padding-bottom:100px!important}.pb-140{padding-bottom:140px!important}.pt-130{padding-top:130px!important}.pt-80{padding-top:80px!important}.pt-70{padding-top:70px!important}.pt-35{padding-top:35px!important}.pt-15{padding-top:15px!important}.pt-100{padding-top:100px!important}@media (min-width:992px){.pb-lg-180{padding-bottom:180px!important}.pt-lg-100{padding-top:100px!important}.pt-lg-160{padding-top:160px!important}.pt-lg-110{padding-top:110px!important}}@media (min-width:1230px){.container{max-width:1200px}}.brk-error-page-title{font-size:140px;text-align:center;line-height:140px}@media screen and (min-width:550px){.brk-error-page-title{font-size:250px;line-height:250px}}@media screen and (min-width:750px){.brk-error-page-title{font-size:320px;line-height:320px}}@media screen and (min-width:991.98px){.brk-error-page-title{font-size:386px;line-height:390px;margin-left:-20px;text-align:left}}.brk-dashed-border-transparent{border:0;border-bottom:1px dashed rgba(255,255,255,.2)}@media (min-width:768px){.pl-md-60{padding-left:60px!important}.font__size-48{font-size:48px}}.cms-about-us h2,h1,h3,h4,h5{margin:0}.cms-about-us .btn [class*=fa-]{margin-right:10px;vertical-align:baseline}.opacity-60{opacity:.6}.text-white{color:#fff!important}.text-gray-light{color:#9f9f9f!important}.brk-gutters-5{margin-right:-5px;margin-left:-5px}.brk-tiles-assorted__title{min-height:220px;text-transform:uppercase;padding:15px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:inset 0 0 0 1px #eee}.brk-tiles-assorted{min-height:610px;background:center center no-repeat;background-size:cover;display:-webkit-box;display:flex;flex-direction:column;position:relative;margin:5px 0;z-index:1}.brk-tiles-assorted_back .brk-tiles-assorted__title{-webkit-box-ordinal-group:4;order:3}.brk-tiles-assorted__title-content{position:relative;z-index:2}.brk-tiles-assorted__title h3{font-size:15px;line-height:18px;letter-spacing:.05em;color:rgba(0,0,0,.4);padding:0;margin:0}.brk-tiles-assorted__bg,.brk-tiles-assorted__bg .brk-abs-overlay,.brk-tiles-assorted__bg .brk-layer,.brk-tiles-assorted__title h3,.brk-tiles-assorted__title h4,.brk-tiles-formats__content h4{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-tiles-assorted__title h4{font-size:24px;line-height:24px;margin:0;padding:0}.font__family-roboto{font-family:Roboto,sans-serif}.brk-tiles-assorted__title .brk-abs-overlay{bottom:0;top:auto;height:0;z-index:1}.brk-tiles-assorted_back .brk-tiles-assorted__title .brk-abs-overlay{bottom:auto;top:0}.brk-tiles-assorted__title .brk-abs-overlay,.brk-tiles-assorted__title:after{content:'';position:absolute;left:0;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-tiles-assorted__title:after{top:0;height:100%;z-index:-1;background-color:#fff}.brk-tiles-assorted_back .brk-tiles-assorted__title:after{top:auto;bottom:0}.brk-tiles-assorted .before{width:100%;height:10px;-webkit-box-ordinal-group:3;order:2;background-color:#fff}.brk-tiles-assorted__bg{min-height:380px;-webkit-box-ordinal-group:4;order:3;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #eee}.brk-tiles-assorted__title,.brk-tiles-assorted_back .brk-tiles-assorted__bg{-webkit-box-ordinal-group:2;order:1}.brk-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brk-base-bg-6{background:#272727}.brk-tiles-assorted__bg .brk-abs-overlay{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2}.brk-base-bg-gradient-brown{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(40,37,57,.94)),to(rgba(59,54,87,.94)));background-image:linear-gradient(to top,rgba(40,37,57,.94) 0,rgba(59,54,87,.94) 100%)}.brk-base-bg-gradient-50deg{background-image:linear-gradient(50deg,rgba(39,117,255,.94),rgba(0,198,255,.94))}.brk-tiles-assorted__link,.brk-tiles-assorted__search{position:absolute;top:50%;display:block;width:46px;height:46px;border-radius:50%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.brk-tiles-assorted:hover .brk-tiles-assorted__title h4,.brk-tiles-full:hover .brk-tiles-full__content h4,.brk-tiles-full:hover .brk-tiles-full__content p{color:#fff}.brk-tiles-assorted:hover .brk-tiles-assorted__title h3{color:rgba(255,255,255,.4)}.brk-tiles-assorted__search{left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.26);opacity:0;z-index:3}.brk-tiles-assorted__link{right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);box-shadow:0 5px 21px rgba(0,0,0,.1);opacity:0;z-index:4;background-color:#fff}.brk-tiles-assorted__link i,.brk-tiles-assorted__search i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brk-tiles-assorted__link i{font-size:16px;color:#2775ff}.brk-tiles-assorted__search i{font-size:14px;color:#fff}.brk-tiles-assorted:hover .brk-tiles-assorted__title:after{height:0}.brk-tiles-assorted:hover .brk-tiles-assorted__bg{box-shadow:0 6px 15px #69adff}.opacity-70{opacity:.7}.brk-tiles-assorted:hover .brk-tiles-assorted__bg .brk-layer{opacity:0}.brk-tiles-assorted:hover .brk-tiles-assorted__bg .brk-abs-overlay{opacity:1}.brk-tiles-assorted:hover .brk-tiles-assorted__title{background-color:transparent;box-shadow:0 6px 15px #69adff}.brk-tiles-assorted:hover .brk-tiles-assorted__search{left:-webkit-calc(50% - 19px);left:calc(50% - 19px);opacity:1}.brk-gutters-5>.vc_column_container>.vc_column-inner,.brk-gutters-5>[class*=col-]:not(.vc_column_container){padding-left:5px;padding-right:5px}.brk-tiles-assorted:hover .brk-tiles-assorted__link{right:-webkit-calc(50% - 21px);right:calc(50% - 21px);opacity:1}.brk-tiles-assorted:hover{z-index:2}.brk-tiles-assorted:hover .brk-tiles-assorted__title .brk-abs-overlay{height:100%}.cms-about-us a:active,a:hover{outline:0}.cms-about-us a:hover{color:#0f5ae0;text-decoration:none}.brk-abs-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-2}.brk-bg-light-gray{background-color:#f6f6f6}.brk-bg-center-cover .container{z-index:2;position:relative}.all-light,.all-light .h1,.all-light .h2,.all-light .h3,.all-light .h4,.all-light .h5,.all-light .h6,.all-light h1,.all-light h2,.all-light h3,.all-light h4,.all-light h5,.all-light h6{color:#fff}#more_info_slider{padding:30px 30px 60px}.brk-header-slider__img{margin-bottom:25px}.brk-header-slider__content{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}#more_info_slider .brk-header-slider__content>img{width:auto}.brk-header-slider__content--title{padding-left:15px}.brk-header-slider__content--title h4{margin:0}.brk-header-slider__content--title span{color:#9f9f9f}.brk-header-slider__text{color:#9f9f9f;margin-top:17px}.highlight-trend,.hot-panel{color:#fff;border-radius:50px;font-weight:700}.highlight-trend{background:#815ce3;padding:3px 20px;display:inline-block;font-size:14px;line-height:24px}.divider-cross{width:12px;height:12px;margin:18px auto 26px;position:relative}.divider-cross:after,.divider-cross:before{content:'';position:absolute;top:6px;background:#e6e6e6;width:65px;height:1px}.divider-cross:before{right:-webkit-calc(100% + 15px);right:calc(100% + 15px)}.divider-cross:after{left:-webkit-calc(100% + 15px);left:calc(100% + 15px)}.divider-cross span,.divider-layers>.before{position:absolute;left:50%;background:#815ce3}.divider-cross span{top:50%;margin-left:-7px;width:14px;height:2px}.divider-cross span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.divider-cross span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bg__style{background-position:center center;background-repeat:no-repeat;background-size:cover}.overlay__grad,.overlay__gradient,.overlay__white{position:relative;z-index:1;overflow:hidden}.brk-base-bg-gradient-14{background-image:-webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));background-image:linear-gradient(to right,#2775ff,#7202bb)}.opacity-90{opacity:.9}.overlay__grad:after,.overlay__gradient .overlay_after{background:-webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));background:linear-gradient(to right,#2775ff,#7202bb);opacity:.9}.overlay__gradient .overlay_after{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.94;z-index:-1;margin:0}@media (min-width:992px){.cfa__hot{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-align:center;align-items:center}}.cfa__hot>*{margin:10px 0}.hot-panel{display:inline-block;padding:4px 24px;background:-webkit-gradient(linear,left top,right top,from(#2c9cff),to(#00f6ff));background:linear-gradient(to right,#2c9cff,#00f6ff)}.brk-sc-row-four__slide{padding:42px 0 50px;min-height:332px;position:relative}.brk-sc-row-four__video{position:absolute;top:0;left:70px;bottom:0;width:470px;max-width:calc(50% - 40px);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.owl-item.active .brk-sc-row-four__video{-webkit-transform:scale(1);transform:scale(1)}.brk-sc-row-four__video iframe{width:100%;height:100%}.brk-sc-row-four__desc{padding-left:-webkit-calc(50% - 8px);padding-left:calc(50% - 8px);padding-top:34px;padding-right:32px;background-image:linear-gradient(40deg,rgba(129,92,227,.92) 0,rgba(222,47,149,.92) 100%);min-height:240px}.brk-sc-row-four__desc h4{font-size:36px;line-height:40px}.brk-sc-row-four__desc--cat{font-size:14px;line-height:18px;margin-top:11px;margin-left:9px}.brk-sc-row-four__desc--cat span{margin-left:4px}.brk-sc-row-four__desc--text{font-size:16px;line-height:26px;margin-top:27px;padding:22px 0 20px 8px;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.2)}#video_reviews .owl-dots{margin:0;position:absolute;right:30px;top:90px}#video_reviews .owl-dots button.owl-dot{width:12px;height:12px;border:3px solid transparent;box-shadow:inset 0 0 0 3px #fff;background-color:transparent;margin-right:15px}#video_reviews .owl-dots button.owl-dot.active{border:1px solid #fff;box-shadow:none}@media (max-width:1199px){.brk-sc-row-four__video{left:15px}}@media (max-width:991px){.brk-sc-row-four__video{height:calc(100% - 150px);top:80px}}@media (max-width:767px){.brk-sc-row-four__slide{background-image:linear-gradient(40deg,rgba(129,92,227,.92) 0,rgba(222,47,149,.92) 100%);padding-right:15px;padding-left:15px}.brk-sc-row-four__video{height:240px;max-width:100%;width:100%;position:static;margin:0 auto}.brk-sc-row-four__desc{padding:0;margin-top:30px;background:0 0;min-height:0}#video_reviews .owl-dots{top:auto;right:auto;bottom:30px;left:0;width:100%;text-align:center}}.app-img-caption{font-size:60px;opacity:.06;position:relative;z-index:1;text-transform:uppercase;line-height:1;display:block;margin-bottom:-15px}@media (min-width:480px){.app-img-caption{font-size:118px;margin-bottom:-30px}}.app-dot-line,.app-img-caption~*{position:relative;z-index:2}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.wow{visibility:hidden}.svg-md{width:74px;height:74px}.brk-sc-item-page-section-1{overflow:hidden}.brk-sc-item-page-section-1__img-container{display:-webkit-box;display:flex;height:100%;position:relative}.brk-sc-item-page-section-1__img{position:absolute;left:64px;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top}.brk-sc-item-page-section-1__info{padding-bottom:970px;padding-top:80px}.cfa__minimal{padding:17px 25px;position:relative;z-index:1}.brk-sc-item-page-section-1__cfa{border-radius:0;box-shadow:none}.cfa__minimal:before{content:'';position:absolute;width:6px;height:36px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-3px;background:#7202bb;border-radius:50px}@media (min-width:992px){.cfa__minimal{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center}.cfa__minimal p{margin-left:30px;margin-right:30px}}.cfa__minimal>*{margin:10px 20px}.overlay__white:after{background:#fff;opacity:.94}.overlay__grad:after,.overlay__white:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.brk-sc-item-page-section-2{position:relative;top:-1000px;margin-bottom:-1067px;overflow:hidden;z-index:1;padding-top:96px}@media screen and (min-width:992px){.brk-sc-item-page-section-2__info{padding-top:570px;padding-bottom:463px}.brk-sc-item-page-section-1__info{padding-top:0}}.brk-sc-item-page-section-2__info{padding-bottom:320px}.d-flex{display:-webkit-box!important;display:flex!important}.brk-sc-long-label{padding:7px 15px 8px 17px;flex-shrink:0;height:28px;white-space:nowrap;margin-left:10px;border-radius:15px;margin-top:7px;box-shadow:0 5px 16px rgba(130,180,64,.5);background-color:#81bb35}.progress__wrapper{position:relative;text-align:left}.progress{display:block;overflow:visible;height:16px;font-size:.12px;border-radius:4px;background-color:#e9ecef}.progress__gradient .progress{height:3px;background:#e8ecff;margin-bottom:21px}.progress__bar{height:100%;width:0;-webkit-transition:width 1.4s ease;transition:width 1.4s ease;position:relative}.progress__gradient .progress__bar{background:#2775ff;background:-webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));background:linear-gradient(to right,#2775ff,#7202bb);margin-bottom:20px;position:relative}.progress__gradient .progress__bar>.before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:7px;height:14px;border-bottom-right-radius:90px;border-top-right-radius:90px;background:#2775ff}.progress__gradient .progress__bar-counter{text-align:right;display:block}.progress__bar-counter:after{content:'%'}@media (min-width:992px){.d-lg-block{display:block!important}.title__heading-06.title__heading-sub{font-size:100px}}.d-none{display:none!important}.brk-sc-item-page-section-2__img-container{position:relative;height:100%}.brk-sc-item-page-section-2__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center left;object-position:center left}.brk-sc-item-page-section-2__balls .brk-radial-ball{border-radius:100%;z-index:5;position:absolute;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:ballTransform 5s linear infinite;animation:ballTransform 5s linear infinite}.brk-sc-item-page-section-2__balls .brk-radial-ball:nth-child(1){width:202px;height:202px;background-color:#000;left:238px;top:332px;-webkit-animation-delay:-4s;animation-delay:-4s;background-image:radial-gradient(circle 152px at 29.68% 18.59%,#00f6ff 0,#00c6ff 100%)}.brk-sc-item-page-section-2__balls .brk-radial-ball:nth-child(2){width:170px;height:170px;background-color:#000;top:706px;right:119px;-webkit-animation-delay:-3s;animation-delay:-3s;background-image:radial-gradient(circle 128px at 22.5% 35.93%,#00c6ff 0,#2775ff 100%)}.brk-sc-item-page-section-2__balls .brk-radial-ball:nth-child(3){width:134px;height:134px;background-color:#000;bottom:357px;left:-67px;background-image:radial-gradient(circle 101px at 28.38% 38.86%,#2775ff 0,#1600ba 100%)}.brk-sc-item-page-section-2__svg-bg{position:absolute;left:0;top:0;z-index:-1}.brk-sc-item-page-section-2__svg-bg svg{stroke:#f2fcff}.brk-sc-item-page-section-2__svg-container{position:absolute;bottom:-7px;left:0}.no-wrap{white-space:nowrap}.brk-base-bg-gradient-90deg{background-image:-webkit-gradient(linear,left top,right top,from(rgba(39,117,255,.92)),to(rgba(114,2,187,.92)))!important;background-image:linear-gradient(90deg,rgba(39,117,255,.92),rgba(114,2,187,.92))!important}@media screen and (max-width:1230px){.brk-sc-item-page-section-1__img{left:0;-o-object-position:center top;object-position:center top}.brk-sc-item-page-section-2__img{-o-object-position:center top;object-position:center top}.brk-sc-item-page-section-1__img-container{width:750px;opacity:.1}.brk-sc-item-page-section-2__img-container{width:750px;left:-550px;opacity:.1}}@-webkit-keyframes ballTransform{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes ballTransform{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}.title__heading-06.title__heading-sub{text-transform:uppercase}.title__heading-06.title__heading-sub:not(.title__heading-sub_class-color){color:#f6f6f6}.title__heading-06.title__heading-main{position:relative;z-index:2;margin-top:-54px;text-transform:uppercase;line-height:48px}.brk-image-map{z-index:9}.brk-bg-color-dark-5{background-color:rgba(0,0,0,.75)}.brk-abs-overlay{z-index:-1}.brk-abs-bg-overlay,.brk-abs-img,.brk-abs-overlay{position:absolute;left:0;top:0;width:100%;height:100%}.brk-base-bg-1{background-color:rgba(129,92,227,.84)!important}.brk-base-bg-gradient-right-bottom{background-image:-webkit-gradient(linear,left top,right top,from(rgba(129,92,227,.84)),to(rgba(222,47,149,.84)));background-image:linear-gradient(to right,rgba(129,92,227,.84),rgba(222,47,149,.84))}.brk-base-bg-2{background-color:rgba(222,47,149,.84)!important}.overlay-position-full{position:absolute;top:0;right:0;bottom:0;left:0}.cms-index-index .flip-box,.cms-page-view .flip-box{position:relative;width:100%;max-width:400px;display:inline-block;-webkit-perspective:600px;perspective:600px;margin-bottom:30px}.cms-index-index .flip-box__gradient,.cms-page-view .flip-box__gradient{height:0;padding-bottom:100%;min-height:300px;box-shadow:0 6px 30px rgba(0,0,0,.12)}.cms-index-index .flip,.cms-page-view .flip{-webkit-transition:\transform .6s;transition:\transform .6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:relative;width:100%}.cms-index-index .flip-box:hover .flip_horizontal,.cms-page-view .flip-box:hover .flip_horizontal{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);z-index:9}.cms-index-index .flip-box__bg,.cms-page-view .flip-box__bg{background-position:center center;background-size:cover}.cms-index-index .flip-box__gradient-pb100,.cms-page-view .flip-box__gradient-pb100{padding-bottom:100%}.cms-index-index .flip__back,.cms-index-index .flip__front,.cms-page-view .flip__back,.cms-page-view .flip__front{-webkit-backface-visibility:hidden;backface-visibility:hidden;top:0;left:0;width:100%;height:100%}.cms-index-index .flip__front,.cms-page-view .flip__front{position:relative;z-index:2;-webkit-transform:rotateY(0);transform:rotateY(0)}.cms-index-index .flip__back,.cms-page-view .flip__back{display:-webkit-box;display:flex;flex-direction:column;background-color:#fff;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);position:absolute}.cms-index-index .flip-box__gradient-title,.cms-page-view .flip-box__gradient-title{color:#fff;position:absolute;padding:0 15px;width:100%;top:50%;left:0;line-height:32px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cms-index-index .flip-box__position,.cms-page-view .flip-box__position{position:absolute;left:0;width:100%;z-index:15}.cms-index-index .flip-box__position_75,.cms-page-view .flip-box__position_75{top:75px}.cms-index-index .flip-box__gradient-h4,.cms-page-view .flip-box__gradient-h4{padding-left:15px;padding-right:15px;line-height:32px}.brk-logos__item-l-t-angle,.brk-logos__item-r-t-angle{top:0;border-top:1px solid #919cb4}.brk-logos__item-r-b-angle,.brk-logos__item-r-t-angle{right:0;border-right:1px solid #919cb4}.brk-logos__item-l-b-angle,.brk-logos__item-l-t-angle{left:-1px;border-left:1px solid #919cb4}.brk-logos__item-l-b-angle,.brk-logos__item-l-t-angle,.brk-logos__item-r-b-angle,.brk-logos__item-r-t-angle{position:absolute;width:50px;height:50px;-webkit-transition:.3s ease border-color;transition:.3s ease border-color}.brk-logos__item-l-b-angle,.brk-logos__item-r-b-angle{bottom:-1px;border-bottom:1px solid #919cb4}.brk-logos__item:hover .brk-logos__item-l-b-angle,.brk-logos__item:hover .brk-logos__item-l-t-angle,.brk-logos__item:hover .brk-logos__item-r-b-angle,.brk-logos__item:hover .brk-logos__item-r-t-angle{border-color:rgba(255,255,255,1);z-index:1}.brk-logos__item:after{content:"";display:block;padding-top:71.5%}.brk-logos__img{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.2;-webkit-transition:.3s ease opacity;transition:.3s ease opacity}.brk-logos__item:hover .brk-logos__img{opacity:1}.btn-prime-primary-transparent,.btn-prime-white-transparent{background:0 0;color:#fff}.btn-gradient{background:#815ce3;overflow:hidden;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:#fff;-webkit-transition:background .3s;transition:background .3s;--x:190px;--y:30px;--size:200px}.btn-gradient::before,.btn-simple.btn-circle i.icon-inside{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn-gradient:hover{color:#fff}.btn-gradient:hover::before{--size:200px}.btn-gradient::before{content:'';left:var(--x);top:var(--y);width:var(--size);height:var(--size);background:radial-gradient(circle closest-side,#8b40cc,transparent);-webkit-transition:width .2s,height .2s;transition:width .2s,height .2s;z-index:0}.btn-gradient i,.btn-gradient span{z-index:1;position:relative;pointer-events:none}.text-gray{color:#bfbfbf!important}.brk-bg-style-1{background-position:center center;background-size:cover;background-repeat:no-repeat}.brk-sc-masonry-three{position:relative;overflow:hidden;border-radius:5px;background-color:#fff}.brk-sc-masonry_main-570{height:570px!important}.brk-sc-masonry-three,.brk-sc-masonry-two__buy .btn{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-sc-masonry-three__container{position:relative;height:100%;z-index:3;-webkit-box-pack:justify;justify-content:space-between;align-content:flex-start}[class*=brk-sc-masonry_narrow] .brk-sc-masonry-three__container{align-content:space-between}.brk-sc-masonry-three__top-content{padding:26px 0 26px 30px;max-width:290px}.brk-sc-masonry-three__price .old-price,.brk-sc-masonry-three__title{font-size:21px;line-height:24px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-sc-masonry-three__title h1,.brk-sc-masonry-three__title h2,.brk-sc-masonry-three__title h3,.brk-sc-masonry-three__title h4,.brk-sc-masonry-three__title h5{color:inherit;font-size:inherit;letter-spacing:-.21px}.brk-sc-masonry-three__category{display:inline-block;font-size:12px;line-height:16px;padding:0 4px;margin-top:7px}.brk-bg-grad{background:-webkit-gradient(linear,left top,right top,from(#0f5ae0),to(#de2f95));background:linear-gradient(to right,#0f5ae0,#de2f95)}.brk-sc-masonry-three__bottom-content{padding:26px 26px 26px 0;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:start;align-items:flex-start}[class*=brk-sc-masonry_narrow] .brk-sc-masonry-three__bottom-content{width:100%;-webkit-box-pack:justify!important;justify-content:space-between!important;padding:26px}.brk-sc-masonry-three__bottom-content .btn{border-radius:3px;min-width:78px;min-height:48px;margin:0 20px 0 0;padding:12px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}[class*=brk-sc-masonry_narrow] .brk-sc-masonry-three__bottom-content .btn{margin-right:5px}.brk-sc-masonry-three__bottom-content .btn i{font-weight:700;margin:0 0 0 5px}.brk-sc-masonry-three__price{text-align:right;width:100%;margin-bottom:6px}.brk-sc-masonry-three__price .price{font-size:21px;line-height:24px}.brk-sc-masonry-three .brk-rating__imposition i,.brk-sc-masonry-three .brk-rating__layer i,.brk-sc-masonry-three__price .price{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-rating{position:relative;width:89px}.brk-sc-masonry-three__bottom-content .brk-rating{float:right}.brk-rating__imposition i,.brk-rating__layer i{display:inline-block;float:left;font-size:14px;margin:0 1px}.brk-rating__layer:after,.brk-rating__layer:before{content:" ";display:table}.brk-rating__layer:after{clear:both}.brk-rating__imposition{overflow:hidden;position:absolute;top:0;left:0}.brk-rating__imposition .visible{width:89px;height:15px}.brk-sc-masonry-three__thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;z-index:1;padding:85px 15px}.brk-sc-masonry_small-270{height:270px}.brk-bg-gradient-0deg-90{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(129,92,227,.9)),to(rgba(222,47,149,.9)));background-image:linear-gradient(0deg,rgba(129,92,227,.9) 0,rgba(222,47,149,.9) 100%)}.brk-sc-masonry-three .brk-abs-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2;opacity:0;visibility:hidden}.brk-sc-masonry-three:hover .brk-abs-overlay{opacity:1;visibility:visible}.brk-sc-masonry-three:hover .brk-sc-masonry-three__bottom-content .brk-rating__imposition i,.brk-sc-masonry-three:hover .brk-sc-masonry-three__bottom-content .brk-rating__layer i,.brk-sc-masonry-three:hover .brk-sc-masonry-three__price .old-price,.brk-sc-masonry-three:hover .brk-sc-masonry-three__price .price,.brk-sc-masonry-three:hover .brk-sc-masonry-three__title{color:#fff}.brk-sc-masonry-three:hover .brk-sc-masonry-three__bottom-content .btn{opacity:1}.brk-base-bg-gradient-50deg-a{background-image:linear-gradient(50deg,rgba(15,90,224,.92) 10%,rgba(239, 220, 222, 0.92) 90%)}.brk-bg-left-center,.brk-bg-right-center{background-position:right center;background-repeat:no-repeat;background-size:contain}.brk-bg-pattern{background-repeat:repeat!important;background-size:auto!important;background-position:0 0!important}.brk-bgi-10{background-image:url(../../frontend/Redgiant/berserk/en_GB/images/bg-patterns/10.png)!important}.brk-bgi-13{background-image:url(../../frontend/Redgiant/berserk/en_GB/images/bg-patterns/13.png)!important}@media screen and (min-width:768px){.position-md-absolute{position:absolute!important}}.products-grid .owl-carousel .product-item{width:100%;padding:40px 15px}.font__family-pacifico{font-family:Pacifico,sans-serif}.title__heading-04.title__heading-sub{opacity:.08;text-transform:uppercase;line-height:1}.title__heading-04.title__heading-sub+.title__heading-main{margin-top:-29px}.title__heading-04.title__heading-main{position:relative;z-index:2}@media (min-width:768px){.title__heading-04.title__heading-sub{font-size:94px}}@media (min-width:992px){.pb-lg-100{padding-bottom:100px!important}}.pb-40{padding-bottom:40px!important}.brk-fill-white,.brk-fill-white path{fill:#fff}.brk-base-bg-gradient--30deg-96{background-image:linear-gradient(-30deg,rgba(39,117,255,.92),rgba(114,2,187,.92))}.brk-tabs_tabbed-icons-gradient .brk-tabs-nav{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.brk-tabs_tabbed-icons-gradient .brk-tab{text-align:center;position:relative;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding-bottom:19px;opacity:.5;padding-left:15px;padding-right:15px;-webkit-box-flex:1;flex-grow:1;width:100%}.brk-tabs_tabbed-icons-gradient .brk-tab:after,.brk-tabs_tabbed-icons-gradient .brk-tab:before{content:'';position:absolute;bottom:0}.brk-tabs_tabbed-icons-gradient .brk-tab.active,.brk-tabs_tabbed-icons-gradient .brk-tab:hover,.brk-tabs_tabbed-intro .brk-tab.active:before,.brk-tabs_tabbed-intro .brk-tab:hover:before,.image-popup:hover:after{opacity:1}.brk-tabs_tabbed-icons-gradient .brk-tab:before{left:15px;right:15px;height:3px;background-image:url(../../frontend/Redgiant/berserk/en_GB/images/tabbed-bg-before.png);background-repeat:repeat-x}.brk-tabs_tabbed-icons-gradient .brk-tab i{font-size:48px;vertical-align:0;font-weight:300;background-image:linear-gradient(-60deg,#00c6ff,#00f6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brk-tabs_tabbed-icons-gradient .brk-tab span{display:block;font-size:18px;margin-top:19px;color:#fff;position:relative;z-index:3}.brk-tabs_tabbed-icons-gradient .brk-tabs-content{padding:97px 0 87px;position:relative}.brk-tabs_tabbed-icons-gradient .brk-tab-item{position:relative;z-index:2;color:rgba(255,255,255,.5)}@media (min-width:1230px){.pb-xl-240{padding-bottom:240px!important}}@media (min-width:576px){.h2,h2{font-size:21px}}.pb-20{padding-bottom:20px!important}.image-popup:before{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:60px;height:60px;border-radius:50%;color:#2775ff;background:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:Font Awesome\ 5 Free;font-size:23px;font-weight:600;content:"\f00e";top:50%;left:50%;z-index:6}.image-popup:after,.img-square .square{content:''}.image-popup:hover:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.img-square .square{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:5px solid #fff;z-index:2;pointer-events:none}.image-popup:after{top:0;left:0;right:0;bottom:0;background:rgba(39,117,255,.6);opacity:0;z-index:4}.image-link:before{content:'\f067';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:60px;height:60px;border-radius:50%;color:#2775ff;background:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:'Font Awesome\ 5 Free';font-size:23px;-webkit-transition:all .4s ease;transition:all .4s ease;font-weight:900;z-index:6}.image-link:hover:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.image-border-1{position:relative;z-index:2;border:4px solid #fff}.image-border-1,.image-border-2{display:block;box-shadow:0 5px 20px 0 rgba(0,0,0,.2)}.img-square,figure{display:inline-block}.angle-shadow-3>.angle-shadow{position:absolute;top:3px;left:10px;right:10px;bottom:15px;box-shadow:0 23px 22px 0 rgba(0,0,0,.6);-webkit-transform:rotate(3deg);transform:rotate(3deg);z-index:1}.image-link:hover:after{opacity:1}.image-link:after,.image-popup:after,.image-popup:before{position:absolute;-webkit-transition:all .4s ease;transition:all .4s ease}.image-link:after{content:'';top:0;left:0;right:0;bottom:0;background:rgba(39,117,255,.6);opacity:0;z-index:4}.image-link,.image-popup,.img-figure-gradient,.img-figure-triangle{position:relative;display:inline-block;z-index:2;overflow:hidden}.img-square{position:relative;z-index:2}.shadow{box-shadow:0 .8px 16px rgba(0,0,0,.15)!important}.brk-tabs_tabbed-icons-gradient .brk-tab:after{background-image:linear-gradient(-60deg,#00c6ff,#00f6ff);width:65px;height:3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.brk-svg-pattern-container{position:absolute;width:100%;overflow:hidden;z-index:3;left:0}.brk-svg-pattern-container-4{height:280px}.brk-svg-pattern-container_bottom{bottom:-2px}.brk-svg-pattern-container_bottom svg{bottom:-5px}.brk-svg-pattern-container svg{position:absolute;width:-webkit-calc(100% + 2px);width:calc(100% + 2px);left:0}figure{position:relative;z-index:1;max-width:400px;height:430px;margin:0 0 30px;box-shadow:0 6px 30px 0 rgba(0,0,0,.12)}.shape-box__wrapper-wave>.before{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(39,117,255,.94);background:-webkit-gradient(linear,left bottom,left top,from(39,117,255),to(114,2,187));background:linear-gradient(to top,39,117,255,114,2,187);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}figure>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shape-box__wrapper-wave figcaption{position:absolute;top:0;left:0;right:0;bottom:0;padding:45px 15px 35px;z-index:2;overflow:hidden}.shape-box__wrapper-wave figcaption>.wave-circle-1{position:absolute;top:30px;left:10px;width:120px;height:80px;background:#2775ff;border-radius:50%;z-index:-1;opacity:1!important}.shape-box__wrapper-wave figcaption .icon i{font-size:80px;-webkit-transform:scale(0);transform:scale(0);color:#2775ff;max-height:0;overflow:hidden;-webkit-transition-property:max-height,overflow,-webkit-transform;transition-property:max-height,overflow,transform;transition-property:max-height,overflow,transform,-webkit-transform;-webkit-transition-duration:.4s;transition-duration:.4s}.shape-box__wrapper-wave figcaption .main-title{-webkit-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition-property:\transform;transition-property:\transform;-webkit-transition-duration:.4s;transition-duration:.4s}.shape-box__wrapper-wave figcaption .main-description{opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.shape-box__wrapper-wave figcaption .btn{margin:30px 0 0;position:absolute;left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-width:180px;opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}figure .text-gray,figure figcaption p{color:#9f9f9f!important}.shape-box__wrapper-wave figcaption .btn>.after,.shape-box__wrapper-wave figcaption .btn>.before{background:#fff;color:#2775ff}.shape-box__wrapper-wave figcaption>.wave-circle-2{position:absolute;top:30px;right:-50px;width:120px;height:80px;background:#7202bb;border-radius:50%;z-index:-2;opacity:1!important}.shape-box__wrapper-wave figcaption>.after{content:'';position:absolute;top:0;left:0;right:0;bottom:80%;-webkit-transition:bottom .4s;transition:bottom .4s;background:#fff;opacity:1!important;z-index:-1}.shape-box__wrapper-wave figcaption>.after svg{position:absolute;left:0;width:100%;bottom:-28px}.shape-box__wrapper-wave:hover>.before{opacity:.8}.shape-box__wrapper-wave:hover figcaption .main-title{-webkit-transform:translateY(0);transform:translateY(0)}.shape-box__wrapper-wave:hover figcaption .btn,.shape-box__wrapper-wave:hover figcaption .main-description{opacity:1}.shape-box__wrapper-wave:hover figcaption>.after{bottom:140px}.bg-black{background-color:#000}.shape-box__wrapper-wave:hover figcaption .icon i{-webkit-transform:scale(1);transform:scale(1);overflow:visible;margin-bottom:20px;max-height:80px}.brk-team-persone-circle{max-width:300px;margin:15px auto;min-height:430px;position:relative}.brk-team-persone-circle__name-position{position:absolute;width:100%;bottom:18px;min-height:10px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:9}.brk-team-persone-circle__name-position h4{color:#272727;letter-spacing:-.18px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-team-persone-circle__name-position span{color:#c4c4c4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-team-persone-circle__bg{background:center center no-repeat;background-size:cover;position:relative;min-height:350px;overflow:hidden}.brk-team-persone-circle__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.brk-team-persone-circle__bg-overlay:before{content:'';position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-image:-webkit-gradient(linear,left top,right top,from(rgba(39,117,255,.92)),to(rgba(114,2,187,.92)));background-image:linear-gradient(to right,rgba(39,117,255,.92),rgba(114,2,187,.92))}.brk-team-persone-circle__bg-overlay svg{position:absolute;bottom:0;left:0;right:0;width:100%;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:2}.brk-team-persone-circle__bg-overlay svg line,.brk-team-persone-circle__bg-overlay svg path,.brk-team-persone-circle__bg-overlay svg polyline{width:100%}.brk-team-persone-circle__contacts{position:absolute;z-index:3;margin:0;top:-webkit-calc(50% + 32px);top:calc(50% + 32px);left:19%;text-align:left;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.brk-team-persone-circle__contacts li,.brk-team-strict__social a i{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.brk-team-persone-circle__contacts li{display:block;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);line-height:31px;letter-spacing:.3px}.brk-team-persone-circle:hover .brk-team-persone-circle__contacts li{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.brk-team-persone-circle__contacts li i{color:rgba(255,255,255,.6);width:28px;font-size:13px;line-height:31px}.brk-team-persone-circle:hover .brk-team-persone-circle__name-position{bottom:335px}.brk-team-mc h4 a:hover,.brk-team-persone-circle:hover .brk-team-persone-circle__name-position h4,.brk-team-persone-table__item:hover .brk-team-persone-table__name-position h4,.brk-team-staff:hover .brk-team-staff__description h4,.brk-team-staff__description h4 a:hover,.brk-team-strict__social a:hover{color:#fff}.brk-team-persone-circle:hover .brk-team-persone-circle__name-position span{color:rgba(255,255,255,.6)}.brk-team-persone-circle:hover .brk-team-persone-circle__bg-overlay:before,.brk-team-staff:hover .brk-team-staff__description .before,.brk-team-strict:hover:after{opacity:1}.brk-team-persone-circle:hover .brk-team-persone-circle__bg-overlay svg{-webkit-transform:translateY(0);transform:translateY(0)}.brk-team-persone-circle__social-links{background-color:#fff;position:relative;min-height:80px}.brk-team-persone-circle__social-links ul{display:-webkit-box;display:flex;justify-content:space-around;padding:0 18px}.brk-team-persone-circle__social-links ul li{margin-top:12px;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.brk-team-persone-circle__contacts li:nth-child(1),.brk-team-persone-circle__social-links ul li:nth-child(1){-webkit-transition-delay:.1s;transition-delay:.1s}.brk-team-mc.mc-active .mc-social li,.brk-team-persone-circle:hover .brk-team-persone-circle__social-links li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.brk-team-persone-circle__social-links ul li a{padding:0 10px;display:inline-block}.brk-team-persone-circle:hover .brk-team-persone-circle__contacts{z-index:11}.brk-team-persone-circle__contacts li a{color:#fff;display:inline-block}.countdown__wrapper .countdown{max-width:950px;margin-left:auto;margin-right:auto}@media screen and (max-width:500px){.countdown__wrapper .countdown{padding-left:15px!important;padding-right:15px!important;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}@media (min-width:768px){.countdown__wrapper .countdown{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-align:center;align-items:center;flex-wrap:wrap}}@media (min-width:768px) and (min-width:1200px){.countdown__wrapper .countdown{-webkit-box-pack:justify;justify-content:space-between}}.countdown__section{position:relative;display:inline-block;margin-top:20px;padding:0 10px;text-align:center}@media screen and (max-width:500px){.countdown__section{min-width:-webkit-calc(50% - 10px);min-width:calc(50% - 10px);text-align:center;width:auto;margin:auto}}.countdown__amount{margin:0 auto;line-height:1}.countdown__period{display:block}.countdown__large .countdown{background:#fff}.countdown__large .countdown__amount{font-size:56px}.countdown__large .countdown__section{margin:10px auto;padding:0 10px}@media (min-width:480px){.countdown__large .countdown__section{border-left:1px solid #EDEDED}[dir=rtl] .countdown__large .countdown__section{border-left:none;border-right:1px solid #EDEDED}}@media (min-width:768px){.countdown__large .countdown__section{width:25%}}.countdown__large .countdown__section:first-child{border-left:none}[dir=rtl] .countdown__large .countdown__section:first-child{border-right:none}.countdown__large .countdown__period{color:#C7C7C7}.brk-bgi-8{background-image:url(../../frontend/Redgiant/berserk/en_GB/images/bg-patterns_8.png)!important}.brk-trapezoid-left{-webkit-clip-path:polygon(0 70px,100% 0,100% 100%,0 -webkit-calc(100% - 70px));clip-path:polygon(0 70px,100% 0,100% 100%,0 calc(100% - 70px));position:relative;margin-top:-70px;margin-bottom:-70px;z-index:1;overflow:hidden}.align-items-end{-webkit-box-align:end!important;align-items:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}.extra__heading-3{text-align:left;max-width:530px;padding:112px 36px 40px 58px;margin:0 auto;border-right:13px solid rgba(170,170,170,.1);border-bottom:13px solid rgba(170,170,170,.1);position:relative;z-index:1}.extra__heading-3:after,.extra__heading-3:before{background:rgba(170,170,170,.1);z-index:-1;position:absolute;content:''}.extra__heading-3 p{line-height:26px;color:#9F9F9F}.extra__heading-3:after{bottom:0;left:0;width:13px;height:-webkit-calc(100% - 100px);height:calc(100% - 100px)}.extra__heading-3:before{top:0;right:0;height:13px;width:-webkit-calc(100% - 280px);width:calc(100% - 280px)}.extra__heading-3 .heading{position:absolute;top:0;left:0;-webkit-transform:translate(0,-65px);transform:translate(0,-65px)}@media (min-width:768px){.extra__heading-3 .heading{-webkit-transform:translate(-33px,-65px);transform:translate(-33px,-65px)}}.extra__heading-3 .heading h1,.extra__heading-3 .heading h2{line-height:48px}.extra__heading-3 .after-heading{display:none;position:absolute;top:0;left:0;-webkit-transform:translate(13px,-105%);transform:translate(13px,-105%);opacity:.05;font-size:100px;text-transform:uppercase}@media (min-width:768px){.extra__heading-3 .after-heading{display:block}}.extra__heading-3 .btn{min-width:220px;color:#661DD9;font-size:14px;letter-spacing:.04em;border-radius:7px;height:55px;margin-left:0;margin-right:0;margin-bottom:-35px}.extra__heading-3 .btn .text,.extra__heading-3 .btn.btn-inside-out-invert>.after,.extra__heading-3 .btn.btn-inside-out-invert>.before{color:#661DD9}.extra__heading-3 .btn .icon-left{position:absolute;top:13px;right:24px;font-size:24px;color:#661DD9}.link-icon{display:inline-block}.text-blue{color:#2775ff!important}.brk-base-bg-gradient-13{background-image:-webkit-gradient(linear,left top,right top,from(#00c6ff),to(#0f5ae0));background-image:linear-gradient(to right,#00c6ff,#0f5ae0)}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brk-gutters-10{margin-right:-10px;margin-left:-10px}.brk-gutters-10>.vc_column_container>.vc_column-inner,.brk-gutters-10>[class*=col-]:not(.vc_column_container){padding-left:10px;padding-right:10px}.brk-sc-masonry_main-590{height:590px}.brk-sc-masonry_small-285{height:285px}button.fancybox-button.fancybox-button--fullscreen{box-shadow:none!important}.brk-sc-row-two{background:center center no-repeat;background-size:cover}.brk-sc-row-two__before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.filmstrip-slider{padding:45px 0;position:relative}.brk-sc-row-two .filmstrip-slider-container{z-index:2}.filmstrip-slider.slider--scroll .swiper-slide:first-child{margin-left:0}.filmstrip-slider.slider--scroll .swiper-slide{width:370px;height:370px}.brk-sc-row-two__container{display:-webkit-box;display:flex;flex-wrap:wrap;height:100%}.brk-sc-row-two__layer-content{position:relative;width:2.9%;height:100%;background-color:#fff}.brk-sc-row-two__layer-content .layer-content-before{content:'';position:absolute;top:0;right:-247px;width:248px;height:100%;background:center center no-repeat;background-size:contain}.brk-sc-row-two__thumb{height:100%;width:46.5%;text-align:center}.brk-sc-row-two__thumb img{max-height:100%}.brk-sc-row-two__desc{width:50.6%;height:100%;position:relative;padding:77px 0 0 28px;background-color:#fff}.brk-sc-row-two__desc-before{content:'';position:absolute;top:0;left:-247px;width:248px;height:100%;background-repeat:no-repeat;background-position:center center;background-size:contain}@media (min-width:992px){.brk-sc-row-two__decor-layer--col-l{display:none}}.brk-sc-row-two__decor-layer--col-l{width:180px;-webkit-box-ordinal-group:3;order:2}.brk-sc-row-two__decor-layer--col-r{-webkit-box-ordinal-group:2;order:1}.brk-sc-row-two__title{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center}.brk-sc-row-two__title-text{margin-right:15px;font-size:36px;line-height:40px;letter-spacing:-.36px}.brk-sc-row-two__title .year{font-size:11px;line-height:16px;padding:0 6px}.brk-sc-row-two__price{display:-webkit-box;display:flex;flex-wrap:wrap;margin:30px 0 12px}.brk-sc-row-two__price .price{font-size:28px;line-height:30px}.brk-sc-row-two__price .old-price{font-size:14px;line-height:30px;margin-left:13px;text-decoration:line-through}.brk-sc-row-two__content{font-size:18px;line-height:26px;padding-right:76px;letter-spacing:-.18px;margin:40px 0}.font__family-oxygen{font-family:Oxygen,sans-serif}.brk-sc-row-two__desc a.btn{margin:0;color:#fff}.filmstrip-slider .brk-scrollbar{position:absolute;bottom:-3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-calc(100% - 30px);width:calc(100% - 30px);max-width:1170px;background-color:#fff;height:4px;cursor:pointer;border-radius:25px;border:0;box-shadow:0 0 0 3px #fff,0 3px 13px rgba(0,0,0,.5),inset 0 1px 4px rgba(0,0,0,.3);z-index:3}.filmstrip-slider .brk-scrollbar-track{position:absolute;top:0;left:0;width:0;max-width:100%!important;background:#7400ba;border-radius:4px;height:4px}.filmstrip-slider .brk-scrollbar-drag{box-shadow:0 0 0 4px #fff,0 0 13px 3px rgba(0,0,0,.5);height:8px;width:8px!important;border-radius:50%;background:#b50aff;cursor:pointer;margin-top:-2px}.brk-sc-row-two__slide{width:100%;min-height:380px!important;position:relative}.opacity-10{opacity:.1}.btn-icon-right i{position:absolute!important;right:20px;margin-right:0!important}.brk-bg-center-cover{background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative}.landscape-slider{position:relative}.landscape-slider-for{width:100%}.landscape-slider-for .brk-slid{background:center center no-repeat;background-size:cover}.landscape-slider-nav{position:absolute!important;top:0;left:0;height:100%;width:400px;z-index:9}@media (max-width:991px){.landscape-slider-nav{width:50%}}@media (max-width:767px){.landscape-slider-nav{width:100%;height:300px;top:auto;bottom:0}}@media (max-width:575px){.landscape-slider-nav{height:100%}}.landscape-slider-nav:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(39,117,255,.84)),to(rgba(114,2,187,.84)));background-image:linear-gradient(to top,rgba(39,117,255,.84),rgba(114,2,187,.84))}.landscape-slider-nav .slick-list,.landscape-slider-nav__content{position:relative;z-index:3}.landscape-slider-nav__title{color:#fff;max-width:340px;margin:53px auto 0;padding:0 15px}@media (max-width:767px){.landscape-slider-nav__title{max-width:none;margin-top:40px}}.landscape-slider-nav__text{color:rgba(255,255,255,.5);max-width:340px;margin:26px auto 0;padding:0 15px}@media (max-width:767px){.landscape-slider-nav__text{max-width:none;margin-top:15px}}.landscape-slider-nav__btn{border:1px solid rgba(255,255,255,.3);background-color:transparent;color:#fff;border-radius:27px;box-shadow:0 5px 16px rgba(0,0,0,.07);margin:35px auto 0!important;min-width:188px}.landscape-slider-nav__btn:hover{background-color:rgba(255,255,255,.1)!important}.dots-landscape-skin{position:relative}.dots-landscape-skin .dots-wrap{position:absolute;bottom:46px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0 10px;width:auto;min-width:310px;height:54px;border-radius:27px;background-color:#fff;box-shadow:0 5px 16px rgba(0,0,0,.07);display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;z-index:9}@media (max-width:767px){.landscape-slider-nav__btn{margin-top:15px}.dots-landscape-skin .dots-wrap{min-width:280px;bottom:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}}.dots-landscape-skin .dots-wrap .l-next,.dots-landscape-skin .dots-wrap .l-prev{width:15px;cursor:pointer}.dots-landscape-skin .dots-wrap .l-next i,.dots-landscape-skin .dots-wrap .l-prev i{vertical-align:-2px;font-size:22px}.dots-landscape-skin .dots-wrap .l-prev{margin-left:17px}.dots-landscape-skin .dots-wrap .l-next{margin-right:17px}.dots-landscape-skin .dots-wrap .slick-dots{padding:0 15px;position:static;-webkit-transform:none;transform:none;width:auto;min-width:1px;height:auto;border-radius:0;box-shadow:none;display:block}.dots-landscape-skin .dots-wrap .slick-dots li{position:relative;float:left;width:12px;height:12px;border-radius:50%;border:1px solid transparent;margin:0 5px;padding:0;cursor:pointer}.dots-landscape-skin .dots-wrap .slick-dots li button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;cursor:pointer;color:transparent;font-size:0;line-height:0;-webkit-transition-property:width,height;transition-property:width,height;-webkit-transition-duration:.2s;transition-duration:.2s}.dots-landscape-skin .dots-wrap .slick-dots li.slick-active,.dots-landscape-skin .dots-wrap .slick-dots li:hover{border-color:#a2a2a2}.dots-landscape-skin .dots-wrap .slick-dots li.slick-active button,.dots-landscape-skin .dots-wrap .slick-dots li:hover button{width:0;height:0}.dots-wrap button{background:0 0;border:0;color:#2775ff}.dots-landscape-skin .dots-wrap .slick-dots li button{background:#2775ff}.brk-base-bg-gradient-90deg-96{background-image:-webkit-gradient(linear,left top,right top,from(rgba(39,117,255,.96)),to(rgba(114,2,187,.96)));background-image:linear-gradient(90deg,rgba(39,117,255,.96),rgba(114,2,187,.96))}.side-circles:after,.side-circles:before{content:'';position:absolute;border-radius:50%}.side-circles:before{left:-520px;top:-535px;width:875px;height:875px;border:40px solid rgba(255,255,255,.08)}.side-circles:after{top:-110px;right:-180px;width:420px;height:420px;border:21px solid rgba(255,255,255,.08)}.social__icon-round{margin-top:40px}.social__icon-round .icon-wrap{width:110px;height:110px;background:#fff;border-radius:30px;margin:0 auto 35px;position:relative;z-index:1}[class*=social__icon] p{margin-top:3px}.social__icon-round .brk-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:65px;height:65px;border-radius:50%;color:#fff;font-size:28px;border:2px solid transparent;box-shadow:0 5px 16px 0 rgba(39,117,255,.5);-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}.social__icon-circle .brk-icon:before,.social__icon-gradient .brk-icon:before,.social__icon-honeycomb .brk-icon:before,.social__icon-round .brk-icon:before,.social__icon-square .brk-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.social__icon-round .brk-icon,.social__icon-round:hover .icon-wrap{background:#2775ff}.social__icon-round .icon-wrap:hover .brk-icon,.social__icon-round:hover .brk-icon{background:#0b98f6;border-color:#69adff}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.side-circles,.top-triangle{position:relative;z-index:1}.text-light-blue{color:#00c6ff!important}.brk-dashed-logo__line{background:url(../../frontend/Redgiant/berserk/en_GB/images/sprite.png) 0 -22px;width:768px;height:1px}.brk-base-bg-gradient-right-no-opacity{background-image:-webkit-gradient(linear,left top,right top,from(#0f5ae0),to(#7202bb));background-image:linear-gradient(to right,#0f5ae0,#7202bb)}.letter-spacing-100{letter-spacing:.1em}.opacity-80{opacity:.8}.brk-base-bg-light-dark{background-image:linear-gradient(-10deg,rgba(250,250,250,.96),rgba(219,219,219,.96))}@media (min-width:768px){.brk-sc-row-two__slide{min-height:496px!important}.title__heading-03.title__heading-main{font-size:48px}}.title__heading-03.title__heading-main{text-transform:uppercase;line-height:1}.text-capitalize{text-transform:capitalize!important}.divider-dots{margin:20px auto 25px;line-height:1;font-size:0}.divider-dots span{display:inline-block;width:5px;height:5px;border-radius:50%;background:#0e4d95;margin:0 5px}.title__heading-03.title__heading-sub{text-transform:uppercase}.countdown__light{text-align:center}@media (min-width:992px){.countdown__light{text-align:left}}.countdown__light .countdown{max-width:750px}.countdown__light .countdown__amount{color:#00e0dd}.countdown__light .countdown__period{margin-left:10px}.countdown__light .countdown__section{width:170px;padding:0}.countdown__light .countdown__section:first-child .symbol{display:none}.countdown__light .symbol{display:none;position:absolute;top:0;left:-50px;font-family:Montserrat,sans-serif;font-size:96px;font-weight:200;color:#00e0dd;line-height:96px}@media (min-width:768px){.countdown__light .countdown__section{width:140px}.countdown__light .symbol{display:block}}.countdown__light_white .countdown__amount,.countdown__light_white .countdown__period,.countdown__light_white .symbol{color:#fff}.dots-base-skin,.dots-landscape-skin,.dots-rounded-skin{position:relative}.default-slider{width:100%}.default-slider_gutters-15 .slick-list{margin-left:-15px;margin-right:-15px}.default-slider .slick-list{padding:15px 0 25px}.default-slider_gutters-15 .slick-slide{padding-left:15px;padding-right:15px}.slick-list .slick-slide{outline:0}.brk-sc-card-photo-overlay{position:relative;overflow:hidden}.brk-sc-card-photo-overlay::after{content:'';display:block;padding-top:100%}.brk-sc-card-photo-overlay__actions{position:absolute;width:-webkit-calc(100%);width:calc(100%);padding-left:30px;padding-right:30px;top:120%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s ease top;transition:.3s ease top}.brk-sc-card-photo-overlay__actions i{margin-right:6px;margin-top:-3px}.brk-sc-card-photo-overlay__actions a{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:#fff}.brk-sc-card-photo-overlay .brk-abs-overlay{-webkit-transform:translateY(-webkit-calc(100% - 3px));transform:translateY(calc(100% - 3px));-webkit-transition:.3s ease-in-out transform;transition:.3s ease-in-out transform}.brk-sc-card-photo-overlay:hover .brk-abs-overlay{-webkit-transform:translateY(0);transform:translateY(0)}.brk-sc-card-photo-overlay:hover .brk-sc-card-photo-overlay__actions{top:50%}.brk-base-bg-gradient-right,.slider-thumbnailed-nav .brk-slid__overlay{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,223,221,.84)),to(rgba(2,207,164,.84)));background-image:linear-gradient(to right,rgba(0,224,221,.84),rgba(2,207,164,.84))}.dots-rounded-skin .slick-dots{position:absolute;bottom:-23px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0 10px;width:auto;min-width:182px;max-width:100%;height:10px;border-radius:0;background-color:transparent;box-shadow:none;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;z-index:9}.dots-rounded-skin_top-right .slick-dots{position:absolute;right:-15px;top:-60px;-webkit-box-pack:end;justify-content:flex-end;-webkit-transform:none;transform:none}.dots-rounded-skin .slick-dots li{position:relative;float:left;width:26px;height:9px;border-radius:5px;border:1px solid rgba(0,0,0,.13);margin:0 5px;padding:0;cursor:pointer}.dots-rounded-skin .slick-dots li button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:22px;height:5px;border-radius:3px;cursor:pointer;color:transparent;line-height:0;-webkit-transition:opacity .2s;transition:opacity .2s;opacity:0;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,224,221,.92)),to(rgba(2,207,164,.92)));background-image:linear-gradient(to right,rgba(0,224,221,.92),rgba(2,207,164,.92));font-size:0;box-shadow:none}.dots-rounded-skin .slick-dots li.slick-active button,.dots-rounded-skin .slick-dots li:hover button{opacity:1;border:0}.brk-testimonials-layered-horizontal{min-height:420px;background:center no-repeat;background-size:cover;position:relative;padding-bottom:106px}.brk-testimonials-layered-horizontal .after-layer{position:absolute;top:0;right:0;left:0;height:104px;z-index:1;background-color:#fff}.brk-testimonials-layered-horizontal svg{position:absolute;top:103px;left:0;right:0;z-index:2}.brk-testimonials-layered-horizontal__container{max-width:920px;margin:0 auto;position:relative;z-index:9}.brk-testimonials-layered-horizontal .overlay-horizontal{position:absolute;width:-webkit-calc(100% - 60px);width:calc(100% - 60px);height:-webkit-calc(100% - 60px);height:calc(100% - 60px);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-shadow:0 12px 31px rgba(0,0,0,.24);border-radius:16px;-webkit-transition:all .8s ease;transition:all .8s ease;z-index:1;background-color:rgba(255,255,255,.8)}.brk-testimonials-layered-horizontal__container .layered-horizontal-slider{width:-webkit-calc(100% - 150px);width:calc(100% - 150px)}.brk-testimonials-layered-horizontal__item{width:100%;min-height:420px;border-radius:16px;position:relative;padding-top:52px;box-shadow:0 12px 31px rgba(0,0,0,.24);background-color:#fff}.brk-testimonials-layered-horizontal__photo{width:119px;height:119px;border-radius:50%;box-shadow:0 0 0 16px rgba(0,0,0,.02);background-position:center;background-repeat:no-repeat;background-size:cover;margin:0 auto;position:relative}.brk-testimonials-layered-horizontal__photo:before{content:'';position:absolute;border-radius:50%;top:0;left:0;width:100%;height:100%;box-shadow:0 0 0 7px rgba(0,0,0,.06)}.brk-testimonials-layered-horizontal__name{font-size:18px;line-height:18px;margin-top:41px}.brk-testimonials-layered-horizontal__job{font-size:15px;line-height:17px;margin-top:6px;color:#9f9f9f}.letter-spacing-20{letter-spacing:.02em!important}.brk-testimonials-layered-horizontal__comment{font-size:16px;line-height:26px;padding:0 15px;max-width:700px;margin:28px auto 0;color:#9f9f9f}.swiper-base-arrow,.swiper-base-arrow-md{position:absolute;border-radius:50%;cursor:pointer;z-index:99;background-color:#0e4d95}.swiper-base-arrow-md{width:52px;height:52px;box-shadow:0 5px 12px rgba(0,0,0,.3)}.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);outline:0}.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md.button-prev{left:4px;outline:0}.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md.button-next{right:4px;outline:0}.swiper-base-arrow i,.swiper-base-arrow-md i{position:absolute;top:50%;left:50%;font-size:21px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md i{font-size:16px}.brk-testimonials-layered-horizontal .overlay-horizontal.deactive{width:-webkit-calc(100% - 400px);width:calc(100% - 400px);height:-webkit-calc(100% - 400px);height:calc(100% - 400px);opacity:0}.brk-testimonials-double__slider:before,.brk-testimonials-layered-horizontal .before-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brk-testimonials-double{position:relative;z-index:8}.brk-testimonials-double__slider{margin-top:35px;padding:42px 40px 10px;min-height:340px;background:center no-repeat #fff;background-size:cover;position:relative}.brk-testimonials-double__slider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brk-testimonials-double__slider.double-white:before{background-color:rgba(255,255,255,.9)}.brk-testimonials-double__slider.double-white .brk-testimonials-double__type-reviews{background-color:#2775ff;color:#fff}.brk-testimonials-double__slider.double-white .brk-testimonials-double__name span{color:#9f9f9f}.brk-testimonials-double__slider.double-white .double-pagination-bullet:before{background-color:#0f5ae0}.brk-testimonials-double__slider.double-white .double-pagination-bullet-active{border:1px solid #2775ff}.brk-testimonials-double__slider.double-dark .double-pagination-bullet-active,.brk-testimonials-double__slider.double-dark-blue .double-pagination-bullet-active{border:1px solid #fff}.brk-testimonials-double__slider.double-dark:before{background-color:rgba(39,117,255,.9)}.brk-testimonials-double__slider.double-dark .brk-testimonials-double__type-reviews{background-color:#fff;color:#2775ff}.brk-testimonials-double__slider.double-dark .brk-testimonials-double__name strong,.brk-testimonials-double__slider.double-dark .brk-testimonials-double__title{color:#fff}.brk-testimonials-double__slider.double-dark .brk-rating__layer i,.brk-testimonials-double__slider.double-dark .brk-testimonials-double__name span{color:rgba(255,255,255,.5)}.brk-testimonials-double__slider.double-dark .double-pagination-bullet:before{background-color:#fff}.brk-testimonials-double__slider.double-dark .brk-rating__imposition i{color:#fff}.brk-testimonials-double__slider.double-dark-blue:before{background-color:rgba(0,2,67,.78)}.brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__type-reviews{background-color:#fff;color:#2775ff}.brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__name strong,.brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__title{color:#fff}.brk-testimonials-double__slider.double-dark-blue .brk-rating__layer i,.brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__name span{color:rgba(255,255,255,.5)}.brk-testimonials-double__slider.double-dark-blue .double-pagination-bullet:before{background-color:#fff}.brk-testimonials-double__slider.double-dark-blue .brk-rating__imposition i,.brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__name strong,.brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__title{color:#fff}.brk-testimonials-double__slider.double-dark-light:before{background-color:rgba(0,0,0,.7)}.brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__type-reviews{background-color:#2775ff;color:#fff}.brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__name span{color:rgba(255,255,255,.5)}.brk-testimonials-double__slider.double-dark-light .double-pagination-bullet:before{background-color:#0f5ae0}.brk-testimonials-double__slider.double-dark-light .double-pagination-bullet-active{border:1px solid #dbdbdb}.brk-testimonials-double__item{min-height:240px;display:-webkit-box;display:flex;flex-direction:column}.brk-testimonials-double__type-reviews{position:relative;min-width:100px;padding-left:10px;padding-right:10px;height:32px;border-radius:16px;text-align:center;font-size:14px;line-height:32px;z-index:2;display:inline-block}.brk-testimonials-double__type-reviews_squared{border-radius:0;font-size:13px;height:22px;line-height:22px;min-width:90px;font-weight:400}.brk-testimonials-double__title{font-size:24px;line-height:32px;text-transform:uppercase;margin-top:37px;padding-right:5px;margin-bottom:32px}.brk-testimonials-double__contant{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.brk-testimonials-double__photo{flex-basis:86px;width:86px;height:86px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:cover}.brk-testimonials-double__name{flex-basis:-webkit-calc(100% - 86px);flex-basis:calc(100% - 86px);width:-webkit-calc(100% - 86px);width:calc(100% - 86px);padding-left:25px;padding-top:7px}.brk-testimonials-double__name span,.brk-testimonials-double__name strong{display:block}.brk-testimonials-double__name strong{margin-top:16px;font-size:16px;line-height:16px}.brk-testimonials-double__name span{margin-top:5px;font-size:14px;line-height:14px}.brk-sc-masonry-two{position:relative;box-shadow:0 25px 50px rgba(0,0,0,.1);overflow:hidden;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff}.brk-sc-masonry-one,.brk-sc-masonry-two__thumbnail{background-position:center center;background-size:cover;background-repeat:no-repeat}.align-content-between{align-content:space-between!important}.brk-sc-masonry-two__top-content a{color:#292b2c}.brk-sc-masonry-two__links{display:inline-flex}.border-radius-5{border-radius:5px!important}.side-circles{overflow:hidden}.horiz-line{display:block;border:0;width:100%;height:1px;background:#fff;opacity:.2;margin:34px 0 30px}.brk-tags_gradient,.brk-tags_light,.brk-tags_transparent{margin-left:-5px;margin-right:-5px}.brk-bg-alt-gradient-90deg-92{background-image:-webkit-gradient(linear,left top,right top,from(rgba(15,90,224,.92)),to(rgba(114,2,187,.92)));background-image:linear-gradient(90deg,rgba(15,90,224,.92) 0,rgba(114,2,187,.92) 100%)}.brk-base-gradient-30{background-image:-webkit-gradient(linear,left bottom,left top,from(#232425),to(#303031));background-image:linear-gradient(to top,#232425 0,#303031 100%)}.brk-bg-color-dark-4{background-color:#242526}.brk-tags_light li:before,.brk-tags_solid li:before,.brk-tags_transparent li:before{content:'';position:absolute;left:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-tags_solid li:before{bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;top:0;background-image:-webkit-gradient(linear,right top,left top,from(#0b9e9d),to(#00cea6));background-image:linear-gradient(to left,#0b9e9d,#00cea6)}.brk-tags_solid li a{height:28px;font-size:12px!important;line-height:28px;font-weight:600;color:#b5b5b5;display:block;padding:0 12px;z-index:2}.brk-tags_solid li,.brk-tags_solid li a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative}.brk-tags_light li,.brk-tags_light li a,.brk-tags_transparent li,.brk-tags_transparent li a{position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-tags_transparent li,.brk-tags_transparent li:before{border-radius:16px;-webkit-transition:all .3s ease-in-out}.brk-tags_solid li:hover{box-shadow:0 5px 16px 0 rgba(11,158,157,.3)}.brk-tags_light li:hover,.brk-tags_transparent li:hover{box-shadow:none}.brk-tags_solid li:hover:before{width:100%}.brk-tags_light li:hover:before,.brk-tags_transparent li:hover:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.brk-tags_gray li a:hover,.brk-tags_light li:hover a,.brk-tags_solid li:hover a,.brk-tags_transparent li:hover a{color:#fff}.brk-footer a:hover{color:rgba(0,0,0,.7)}.brk-footer__borders_footer-10::after{content:'';position:absolute;left:0;bottom:0;height:3px;width:100%;background-image:-webkit-gradient(linear,left top,right top,from(#00e0dd),to(#02cfa4));background-image:linear-gradient(to right,#00e0dd,#02cfa4)}@media screen and (min-width:991px){.brk-footer__borders_footer-10 .brk-footer__bordered-col:before{left:-15px}.brk-footer__borders_footer-10 .brk-footer__bordered-col:after{right:15px}.brk-footer__borders_footer-10 .brk-footer__bordered-col:after,.brk-footer__borders_footer-10 .brk-footer__bordered-col:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:rgba(255,255,255,.16)}}.brk-color-base-7{color:#a7ebff}@media (min-width:992px){.pr-lg-30{padding-right:30px!important}.pt-lg-30{padding-top:30px!important}.pb-lg-40{padding-bottom:40px!important}.pt-lg-60{padding-top:60px!important}}.brk-footer__borders_footer-10::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:rgba(255,255,255,.16);z-index:1}.brk-tags{display:-webkit-box;display:flex;flex-wrap:wrap;text-align:center}.brk-ip-angle,.brk-social-links-wide{flex-direction:column}.brk-tags_solid-primary li a{letter-spacing:-.78px}.brk-tags_transparent li{margin:5px 4px;position:relative;transition:all .3s ease-in-out;overflow:hidden;box-shadow:0 0 0 1px rgba(166,166,166,.3);background-color:transparent}.brk-tags_transparent li:hover{box-shadow:none}.brk-tags_transparent li:hover:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.brk-tags_transparent li:hover a{color:#fff}.brk-tags_transparent li:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:100%;height:100%;transition:all .3s ease-in-out;z-index:1;background-image:-webkit-gradient(linear,left top,right top,from(#00c6ff),to(#00f6ff));background-image:linear-gradient(to right,#00c6ff,#00f6ff)}.brk-tags_transparent li a{position:relative;z-index:2;height:32px;display:block;font-size:12px!important;line-height:32px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;letter-spacing:-.06em;padding:0 12px;color:#fff}.brk-tags_gray li a{color:#b7b7b7;-webkit-transition:.3s ease color;transition:.3s ease color;will-change:color}.brk-tags_gray li a:hover{color:#fff}.brk-tags_solid-primary li:before{background-image:-webkit-gradient(linear,right top,left top,from(#2775ff),to(#2775ff))!important;background-image:linear-gradient(to left,#2775ff,#2775ff)!important}.brk-tags_solid-primary li a{color:#a7ebff;font-size:13px!important;font-weight:600}.brk-tags_solid-primary li a:hover{color:#fff}.brk-social-links-wide{display:-webkit-box;display:flex}.brk-social-links-wide__link{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.brk-social-links-wide__icon-container{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:start;justify-content:flex-start;width:38px;flex-shrink:0;padding-left:3px}.brk-social-links-wide__item-light i{color:#fff!important}.brk-social-links-wide__item_light i{color:#fff}.brk-social-links-wide__item_light:hover i{color:inherit}@media screen and (min-width:991px){.brk-footer__borders_footer-10 .brk-footer__bordered-col:before{left:-30px}.brk-footer__borders_footer-10 .brk-footer__bordered-col:after{right:0}.brk-footer__borders_footer-10 .brk-footer__bordered-col:after,.brk-footer__borders_footer-10 .brk-footer__bordered-col:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:rgba(255,255,255,.16)}}.brk-social-links{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center}.brk-social-links_rounded .brk-social-links__item{width:32px;height:32px;border-radius:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;opacity:.4;-webkit-transition:.3s ease opacity,.3s ease background-color,.3s ease color;transition:.3s ease opacity,.3s ease background-color,.3s ease color}.brk-social-links_rounded .brk-social-links__item:hover{opacity:1;background-color:#2775ff;color:#fff}.brk-social-links_opacity .brk-social-links__item{opacity:.4;-webkit-transition:.3s ease opacity;transition:.3s ease opacity;will-change:opacity}.brk-social-links_opacity .brk-social-links__item:hover{opacity:1;color:inherit}.brk-base-bg-gradient-6-black{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,transparent),to(transparent));background-image:linear-gradient(to top,rgba(0,0,0,.8) 0,transparent 60%,transparent 100%)}@media (min-width:992px){.mb-lg-100{margin-bottom:100px!important}}@media screen and (min-width:768px){.position-md-relative{position:relative!important}}.row-no-gutter>[class*=col]{padding-left:0;padding-right:0}.brk-base-bg-gradient-bottom-blue{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,198,255,.86)),to(rgba(0,246,255,.86)));background-image:linear-gradient(to top,rgba(0,198,255,.86) 0,rgba(0,246,255,.86) 100%)}.title-lines-dotted{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.title-lines-dotted .text{position:relative;z-index:1;display:-webkit-inline-box;display:inline-flex;padding:0 20px;flex-shrink:0}.title-lines-dotted .line{-webkit-box-flex:1;flex-grow:1;height:12px;background-image:url(../../frontend/Redgiant/berserk/en_GB/images/dotted-bg_wide.png);background-position:center center;background-repeat:repeat-x}.brk-sc-honeycomb{position:relative;width:100%;min-height:200px}.brk-sc-honeycomb_line{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center}.brk-sc-honeycomb-five{position:relative;width:230px;height:397px;box-shadow:0 6px 30px rgba(0,0,0,.12);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:12px 0;background-color:#fff}@supports not ((-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)) or (clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%))){.brk-sc-honeycomb-five{background-color:transparent;box-shadow:none}}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five{width:180px;height:312px}}@media (max-width:991px){.brk-sc-honeycomb-five{position:relative!important;top:0!important;right:0!important;left:0!important;bottom:0!important;margin:12px auto!important}}@media (max-width:575px){.brk-sc-honeycomb-five{width:160px;height:278px}}.brk-sc-honeycomb-five_center{margin-left:auto;margin-right:auto}.brk-sc-honeycomb-five_left-top{position:absolute;top:193px;left:115px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five_left-top{top:150px;left:100px}}.brk-sc-honeycomb-five_left-bottom{position:absolute;bottom:193px;left:115px}.brk-sc-honeycomb-five_right-top{position:absolute;top:193px;right:115px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five_left-bottom{bottom:150px;left:100px}.brk-sc-honeycomb-five_right-top{top:150px;right:100px}}.brk-sc-honeycomb-five_right-bottom{position:absolute;bottom:193px;right:115px}.brk-sc-honeycomb-five:after,.brk-sc-honeycomb-five:before{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:-1;background-color:inherit;box-shadow:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform-origin:center center;transform-origin:center center}.brk-sc-honeycomb-five:before{-webkit-transform:translate(-50%,-50%) rotate(60deg);transform:translate(-50%,-50%) rotate(60deg)}.brk-sc-honeycomb-five:after{-webkit-transform:translate(-50%,-50%) rotate(-60deg);transform:translate(-50%,-50%) rotate(-60deg)}.brk-sc-honeycomb-five__thumb{background-position:center center;background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:200%;height:100%;z-index:1;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.brk-sc-honeycomb-five__thumb:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(10deg,rgba(39,117,255,.9) 0,rgba(114,2,187,.9) 100%)}.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__thumb:before{background-color:rgba(255,255,255,.86);background-image:none}.brk-sc-honeycomb-five .brk-sc-hexagon{display:none}@supports not ((-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)) or (clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%))){.brk-sc-honeycomb-five:after,.brk-sc-honeycomb-five:before{box-shadow:none}.brk-sc-honeycomb-five__thumb{display:none}.brk-sc-honeycomb-five .brk-sc-hexagon{display:block}}.brk-sc-honeycomb-five__content{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:130%}.brk-sc-honeycomb-five__link-sticker{text-align:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin-bottom:45px}.brk-sc-honeycomb-five__link-sticker .sticker{display:inline-block;width:64px;height:64px;border-radius:50%;font-weight:700;font-size:16px;line-height:64px;margin-left:-10px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five_right-bottom{bottom:150px;right:100px}.brk-sc-honeycomb-five__link-sticker .sticker{width:56px;height:56px;line-height:56px}}@media (max-width:575px){.brk-sc-honeycomb-five__link-sticker .sticker{width:50px;height:50px;line-height:50px;font-size:14px;font-weight:500;margin-left:5px}}.brk-sc-honeycomb-five__read-more{position:relative;display:inline-block;width:64px;height:64px;border-radius:50%;box-shadow:0 5px 16px rgba(0,0,0,.3);z-index:3;background-color:#fff}.brk-sc-honeycomb-five__read-more:hover:before{-webkit-animation:1.5s pulse .3s infinite;animation:1.5s pulse .3s infinite}.brk-sc-honeycomb-five__read-more:hover:after{-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.brk-sc-honeycomb-five__read-more:after,.brk-sc-honeycomb-five__read-more:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;z-index:-1;background-color:rgba(255,255,255,.1)}.brk-sc-honeycomb-five__read-more i{vertical-align:0;line-height:64px;font-size:24px;color:#2775ff}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five__read-more{width:56px;height:56px}.brk-sc-honeycomb-five__read-more i{line-height:56px}}@media (max-width:575px){.brk-sc-honeycomb-five__read-more{width:50px;height:50px}.brk-sc-honeycomb-five__read-more i{line-height:50px;font-size:18px}}.brk-sc-honeycomb-five__title{font-size:26px;line-height:30px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five__title{font-size:18px;line-height:22px}}@media (max-width:575px){.brk-sc-honeycomb-five__title{font-size:16px;line-height:18px}}.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__title{font-size:24px;line-height:26px;margin-bottom:31px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__title{font-size:18px;line-height:22px}}@media (max-width:575px){.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__title{font-size:16px;line-height:18px;margin-bottom:10px}}.brk-sc-honeycomb-five__desc{font-size:18px;line-height:24px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five__desc{font-size:15px;line-height:18px}}@media (max-width:575px){.brk-sc-honeycomb-five__desc{font-size:13px;line-height:18px;margin-top:5px}}.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__desc{font-size:16px;line-height:26px;letter-spacing:.32px;margin-bottom:30px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__desc{font-size:14px;line-height:22px}}@media (max-width:575px){.brk-sc-honeycomb-five_white-style .brk-sc-honeycomb-five__desc{font-size:13px;line-height:18px}}.brk-blue-font-color{color:#69adff}.tiled-slider .slick-track{padding-top:40px;padding-bottom:40px}.tiled-slider .slick-track:not(:hover) .slick-center{z-index:5;-webkit-transform:scale(1.3);transform:scale(1.3)}.tiled-slider .slick-track:not(:hover) .slick-center .image-popup-gradient:after,.tiled-slider .slick-track:not(:hover) .slick-center .image-popup-gradient:before{opacity:1}.tiled-slider .slick-slide{position:relative;z-index:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:\transform .4s;transition:\transform .4s}.tiled-slider .slick-slide:hover{z-index:5;-webkit-transform:scale(1.3);transform:scale(1.3)}.tiled-slider .slick-slide .brk-slid{position:relative;padding-bottom:100%}.tiled-slider .slick-slide .brk-slid a{position:absolute;top:0;left:0;width:100%;height:100%}.tiled-slider .slick-slide .brk-slid a img{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;min-width:100%;max-width:none;height:100%}.image-popup-gradient{position:relative;display:inline-block;z-index:2;overflow:hidden}.image-popup-gradient:before{content:'\f067';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.2);display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:'Font Awesome\ 5 Free';font-weight:600;opacity:0;font-size:23px;-webkit-transition:opacity .4s;transition:opacity .4s;z-index:6}.brk-sc-honeycomb-one:after,.brk-sc-honeycomb-one:before,.brk-team-mc h4:after,.brk-team-mc h4:before,.hexagon::after,.hexagon>.after,.icon__wrapper-triangle .icon__wrapper:after,.image-popup-gradient:after,.steps__wrapper-light:before{content:''}@media (max-width:575px){.image-popup-gradient:before{width:38px;height:38px;font-size:14px}}.image-popup-gradient:after{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s;z-index:4;background-image:-webkit-gradient(linear,left top,right top,from(rgba(39,117,255,.84)),to(rgba(114,2,187,.84)));background-image:linear-gradient(to right,rgba(39,117,255,.84),rgba(114,2,187,.84))}.brk-sc-honeycomb-one:hover .added_to_cart,.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__layer,.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__hide-btn,.image-popup-gradient:hover:after,.image-popup-gradient:hover:before{opacity:1}.brk-sc-honeycomb-one{position:relative;width:220px;height:380px;box-shadow:0 1px 14px rgba(0,0,0,.06);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:30px 0;background-color:#fff}.brk-sc-honeycomb-one_wide-shadow{box-shadow:0 0 30px rgba(0,0,0,.12)}.brk-sc-honeycomb-one_hide-btn .brk-sc-honeycomb-one__content{padding-top:120px}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__content{padding-top:105px}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__header{color:#fff}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__header .after{background-color:#2775ff!important}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__p{color:#fff!important}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one{width:180px;height:312px}.brk-sc-honeycomb-one_hide-btn .brk-sc-honeycomb-one__content{padding-top:60px!important}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__content{padding-top:40px!important}}@media (max-width:575px){.brk-sc-honeycomb-one{width:160px;height:278px}.brk-sc-honeycomb-one_hide-btn .brk-sc-honeycomb-one__content{padding-top:40px!important}.brk-sc-honeycomb-one_hide-btn:hover .brk-sc-honeycomb-one__content{padding-top:10px!important}.brk-sc-honeycomb-one .brk-sc-honeycomb-one__p{margin-left:-15px;margin-right:-15px}}.brk-sc-honeycomb-one_center{margin-left:auto;margin-right:auto}.brk-sc-honeycomb-one_left{position:absolute;top:175px;left:114px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one_left{top:141px;left:86px}}@media (max-width:991px){.brk-sc-honeycomb-one_left{position:relative;top:auto;left:auto;margin-left:auto;margin-right:auto}}.brk-sc-honeycomb-one_right{position:absolute;top:175px;right:114px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one_right{top:141px;right:86px}}@media (max-width:991px){.brk-sc-honeycomb-one_right{position:relative;top:auto;right:auto;margin-left:auto;margin-right:auto}}.brk-sc-honeycomb-one:hover{box-shadow:0 6px 50px rgba(var(--brk-base-8-rgb),.3)}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__title{color:#fff}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__content{padding-top:80px}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__thumb{-webkit-transform:scale(0);transform:scale(0);max-height:0}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__desc{-webkit-transform:scale(1);transform:scale(1);max-height:999px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__buy{bottom:80px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);box-shadow:0 5px 16px rgba(0,0,0,.1);background-color:#fff;color:#2775ff}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__content{padding-top:60px}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__buy{bottom:30px}}@media (max-width:575px){.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__content{padding-top:60px}.brk-sc-honeycomb-one:hover .brk-sc-honeycomb-one__buy{bottom:30px}}@supports not ((-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)) or (clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%))){.brk-sc-honeycomb-one:hover{background-color:#2775ff}.brk-sc-honeycomb-one__layer{display:none}}.brk-sc-honeycomb-one:after,.brk-sc-honeycomb-one:before{position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:-1;box-shadow:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform-origin:center center;transform-origin:center center;background-color:#fff}.brk-sc-honeycomb-one:before{-webkit-transform:translate(-50%,-50%) rotate(60deg);transform:translate(-50%,-50%) rotate(60deg)}.brk-sc-honeycomb-one:after{-webkit-transform:translate(-50%,-50%) rotate(-60deg);transform:translate(-50%,-50%) rotate(-60deg)}.brk-sc-honeycomb-one__hex-1,.brk-sc-honeycomb-one__hex-2{position:absolute;background:inherit;top:50%;left:50%;width:100%;height:100%;overflow:hidden;z-index:1}.brk-sc-honeycomb-one__hex-1{-webkit-transform:translate(-50%,-50%) rotate(60deg);transform:translate(-50%,-50%) rotate(60deg)}.brk-sc-honeycomb-one__hex-2{-webkit-transform:translate(-50%,-50%) rotate(-60deg);transform:translate(-50%,-50%) rotate(-60deg)}.brk-sc-honeycomb-one__layer{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;width:200%;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.brk-sc-honeycomb-one__content{position:relative;width:100%;height:100%;z-index:3;text-align:center;-webkit-transition-property:padding-top,background-color;transition-property:padding-top,background-color;-webkit-transition-duration:.3s;transition-duration:.3s;padding-top:50px}.brk-sc-honeycomb-one__title{font-size:18px;line-height:25px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;min-height:50px;font-weight:200}.brk-sc-honeycomb-one__thumb{width:100%;height:250px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-top:5px}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one__title{font-size:16px;line-height:20px;min-height:40px}.brk-sc-honeycomb-one__thumb{height:165px}}@media (max-width:575px){.brk-sc-honeycomb-one__title{font-size:14px;line-height:18px;min-height:36px;font-weight:300}.brk-sc-honeycomb-one__thumb{height:130px}}.brk-sc-honeycomb-one__thumb img{width:auto;max-width:100%;height:auto;max-height:100%}.brk-sc-honeycomb-one__desc{font-size:16px;line-height:26px;font-weight:300;-webkit-transform:scale(0);transform:scale(0);margin-top:16px;max-height:0;color:var(--brk-base-4)}@media (min-width:992px) and (max-width:1229px){.brk-sc-honeycomb-one__desc{font-size:14px;line-height:18px;margin-top:5px}}@media (max-width:575px){.brk-sc-honeycomb-one__desc{font-size:13px;line-height:17px;margin-top:5px}}.brk-sc-honeycomb-one__buy{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);width:162px;height:44px;font-size:16px;line-height:44px;border-radius:22px;display:inline-block;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;box-shadow:0 5px 16px rgba(39,117,255,.5)}@media (max-width:575px){.brk-sc-honeycomb-one__buy{width:130px;height:38px;line-height:38px;font-size:14px;border-radius:18px}}.brk-sc-honeycomb-one__buy .price{margin-right:9px}.brk-sc-honeycomb-one__buy i{margin-top:-6px;vertical-align:middle}.brk-sc-honeycomb-one .added_to_cart{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;padding-top:5px;padding-bottom:5px;z-index:99;font-size:14px;font-weight:500;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-sc-honeycomb-one__hide-btn{opacity:0;-webkit-transition:.3s opacity;transition:.3s opacity}.brk-sc-honeycomb-one__header .after{height:2px!important;top:100%!important;background-color:#e8e8e8!important}.brk-sc-honeycomb-one__p{margin-left:-35px;margin-right:-35px}.title-lines-main{display:inline-block;padding:0 40px;position:relative}.title-lines-solid{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:0}.title-lines-solid .line{-webkit-box-flex:1;flex-grow:1;height:5px;background:#eef4ff}.title-lines-solid .text{position:relative;z-index:1;padding:0 20px;flex-shrink:1}.maxw-770,.maxw-970{max-width:770px;margin-left:auto;margin-right:auto}.maxw-970{max-width:970px}.steps__wrapper{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;text-align:center}.steps__wrapper-light{position:relative;z-index:1;margin:0 5px}@media (min-width:992px){.steps__wrapper-light{margin:0}}.steps__wrapper-light:before{position:absolute;left:50%;bottom:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);width:100%;height:3px;background:#f7f7f7;box-shadow:inset 0 1px 15px -8px #000;z-index:-1}.steps__wrapper-light li{display:inline-block;position:relative;-webkit-box-flex:1;flex:1;margin-top:-80px}.steps__wrapper-light li>a{display:inline-block}.steps__wrapper-light li.complete .steps__dot{background:#2775ff;border-color:#2775ff}.steps__wrapper-light li>a.active .steps__dot{border-color:#2775ff;background:#fff}.steps__wrapper-light .steps__title{color:#333}.steps__wrapper-light .steps__title .icon{display:block;font-size:21px;vertical-align:baseline;color:#2775ff;padding-right:5px}@media (min-width:480px){.steps__wrapper-light .steps__title .icon{display:inline-block}}.steps__wrapper-light .steps__progress{height:3px;background:#2775ff;background:-webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));background:linear-gradient(to right,#2775ff,#7202bb);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .4s ease;transition:all .4s ease;left:0}.social_links_container{position:relative}.all-light{color:#fff}@media (min-width:1200px){[class^=col-]:nth-child(2n) .social__icon-gradient .icon-title{bottom:auto;top:-44px}[class^=col-]:first-child .social__icon-gradient>.before{display:inline-block}}[class^=col-]:nth-child(2n) .social__icon-gradient>.after{top:auto;bottom:0}[class^=col-]:last-child .social__icon-gradient>.after{width:30vw;left:50%}.social__icon-gradient{margin-top:30px;margin-bottom:30px;position:relative;z-index:1}.social__icon-gradient>.after,.social__icon-gradient>.before{display:none;position:absolute;height:50%;background:#2775ff;background:linear-gradient(25deg,#00c6ff 40%,#00f6ff) 60%;z-index:-1;pointer-events:none}.social__icon-gradient>.before{right:50%;width:30vw;top:50%}.social__icon-gradient>.after{top:0;left:50%;width:100%}@media (min-width:1200px){.social__icon-gradient>.after{display:inline-block}}.hexagon,[class*=social__icon] a{display:block}.social__icon-gradient .icon-title{margin-top:20px}.hexagon,.hexagon__side{-webkit-transition:.3s background-color;transition:.3s background-color}.hexagon{margin:0 auto;background-color:#fff;-webkit-clip-path:polygon(125% 0,150% 50%,125% 100%,0 100%,-50% 50%,0 0);clip-path:polygon(125% 0,150% 50%,125% 100%,0 100%,-50% 50%,0 0);position:relative;width:50%}.hexagon__side{position:absolute;width:100%;height:100%;left:50%;top:50%}.hexagon__side-1{-webkit-transform:translate(-50%,-50%) rotate(60deg);transform:translate(-50%,-50%) rotate(60deg);background-color:inherit}.hexagon__side-2{-webkit-transform:translate(-50%,-50%) rotate(-60deg);transform:translate(-50%,-50%) rotate(-60deg);background-color:inherit}@media (min-width:1200px){.social__icon-gradient .icon-title{margin-top:0;position:absolute;bottom:-44px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}.social__icon-gradient .brk-icon{width:85px;height:85px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;color:#2775ff;font-size:36px;-webkit-transition:all .4s ease;transition:all .4s ease}.social__icon-gradient .brk-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.social__icon-gradient:hover .brk-icon{color:#fff}.hexagon>.after{position:absolute;top:-1px;opacity:1;background:linear-gradient(25deg,#0b98f6 30%,#00c6ff) 60%;-webkit-transition-property:width,height;transition-property:width,height;-webkit-transition-duration:.4s;transition-duration:.4s;width:0;height:102%;left:50%;right:auto;-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%);-webkit-clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0);clip-path:polygon(75% 0,100% 50%,75% 100%,25% 100%,0 50%,25% 0)}.hexagon::after{padding-top:172%;display:block}.hexagon:hover>.after{width:-webkit-calc(200%);width:calc(200%)}.overflow-hid{overflow:hidden!important}.brk-ip-angle{display:-webkit-box;display:flex;position:relative;width:100%;height:500px;cursor:pointer}.brk-ip-angle .brk-tilter__figure{width:100%;max-width:none;height:100%;margin:0;box-shadow:0 16px 20px rgba(0,0,0,.08)}.brk-ip-angle .brk-tilter__caption{position:absolute;z-index:3;padding:39px 39px 54px 60px}[dir=rtl] .brk-ip-angle .brk-tilter__caption{padding:39px 60px 54px 39px}.brk-ip-angle__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;left:0;top:0;width:100%;height:100%}.brk-ip-angle__paragraph{z-index:2;color:#fff!important}.brk-ip-angle__content{position:absolute;bottom:-1px;left:-1px;right:-1px;height:170px;-webkit-clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);z-index:2;display:-webkit-box;display:flex;flex-direction:column;padding-top:72px;padding-left:40px;background-color:#fff;-webkit-animation:clip-scale1 .5s ease 1;animation:clip-scale1 .5s ease 1}.brk-ip-angle__subtitle{padding:3px 4px 2px 5px;align-self:flex-start;margin-bottom:5px;margin-left:1px;color:#fff}.brk-ip-angle__title{color:#292b2c;white-space:nowrap;max-width:260px}.brk-ip-angle__overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:1}.brk-ip-angle__heart{position:absolute;right:28px;bottom:33px;background:0 0;border:none;cursor:pointer;z-index:3;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:7px;font-weight:700;color:#000;font-size:23px}@-webkit-keyframes clip-scale0{from{-webkit-clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);clip-path:polygon(0 0,100% 77px,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes clip-scale0{from{-webkit-clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);clip-path:polygon(0 0,100% 77px,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes clip-scale1{from{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);clip-path:polygon(0 0,100% 77px,100% 100%,0 100%)}}@keyframes clip-scale1{from{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{-webkit-clip-path:polygon(0 0,100% 77px,100% 100%,0 100%);clip-path:polygon(0 0,100% 77px,100% 100%,0 100%)}}.brk-tilter__figure:hover .brk-ip-angle__content{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);-webkit-animation:clip-scale0 .5s ease 1;animation:clip-scale0 .5s ease 1}.brk-sc-item-page-header__price-container{display:-webkit-box;display:flex;flex-direction:column;min-height:87px}.brk-sc-item-page-header__old-price{text-decoration:line-through}.brk-sc-item-page-header__color-filter .brk-color-filter__title{text-align:left!important;margin-right:10px;margin-bottom:19px}.brk-sc-item-page-header__color-filter:before{display:none}.brk-sc-item-page-header__color-filter .brk-color-filter__title-text{padding-left:0;padding-right:0;background-color:transparent}.brk-sc-item-page-header__tags .brk-sc-tags__item{color:rgba(255,255,255,.5);-webkit-transition:.3s ease color;transition:.3s ease color}.brk-sc-item-page-header__tags .brk-sc-tags__item:after{background-color:rgba(255,255,255,.5);border-radius:100%}.brk-sc-item-page-header__tags .brk-sc-tags__item:hover{color:#fff}.brk-sc-item-page-header__color-filter .brk-color-filter__item{background-color:transparent;border:1px solid rgba(255,255,255,.1)}.brk-sc-item-page-header__color-filter .brk-color-filter__item:first-child{margin-left:0}.brk-sc-item-page-header__color-filter .brk-color-filter__item-bg{width:16px;height:16px;border-radius:0;left:3px;top:3px}.brk-sc-item-page-header__rating i{color:#2775ff}.brk-sc-item-page-header__btn{margin:0;padding:15px 44px;box-shadow:none}.brk-sc-item-page-header__btn .border-btn{border:0}@media screen and (min-width:991px){.brk-sc-item-page-header__info-main{padding-left:70px}}.brk-sc-item-page-header__btn-container{margin-bottom:68px}.brk-team-mc{position:relative;max-width:300px;min-height:450px;margin:15px auto}.brk-team-mc.brk-mc-base h4{background-color:#2775ff}.brk-team-mc.brk-mc-base h4:before{border-bottom-color:#0f5ae0}.brk-team-mc.brk-mc-base h4:after{border-top-color:#0f5ae0}.brk-team-mc.brk-mc-base .mc-btn-bg-action:after,.brk-team-mc.brk-mc-base .mc-btn-bg-action:before{background-color:#0f5ae0}.brk-team-mc.brk-mc-base .mc-btn-bg-action span{background-color:#2775ff}.brk-team-mc.brk-mc-base .brk-team-mc__content{background-color:rgba(39,117,255,.9)}.brk-team-mc.brk-mc-red h4{background-color:#6377df}.brk-team-mc.brk-mc-red h4:before{border-bottom-color:#6e50c2}.brk-team-mc.brk-mc-red h4:after{border-top-color:#6e50c2}.brk-team-mc.brk-mc-red .mc-btn-bg-action:after,.brk-team-mc.brk-mc-red .mc-btn-bg-action:before{background-color:#6e50c2}.brk-team-mc.brk-mc-red .mc-btn-bg-action span{background-color:#6377df}.brk-team-mc.brk-mc-red .brk-team-mc__content{background-color:rgba(99,119,23,.9)}.brk-team-mc.brk-mc-purple h4{background-color:#4f34c9}.brk-team-mc.brk-mc-purple h4:before{border-bottom-color:#4f00ba}.brk-team-mc.brk-mc-purple h4:after{border-top-color:#4f00ba}.brk-team-mc.brk-mc-purple .mc-btn-bg-action:after,.brk-team-mc.brk-mc-purple .mc-btn-bg-action:before{background-color:#4f00ba}.brk-team-mc.brk-mc-purple .mc-btn-bg-action span{background-color:#4f34c9}.brk-team-mc.brk-mc-purple .brk-team-mc__content{background-color:rgba(79,52,201,.9)}.brk-team-mc.brk-mc-light-blue h4{background-color:#00c6ff}.brk-team-mc.brk-mc-light-blue h4:before{border-bottom-color:#0b98f6}.brk-team-mc.brk-mc-light-blue h4:after{border-top-color:#0b98f6}.brk-team-mc.brk-mc-light-blue .mc-btn-bg-action:after,.brk-team-mc.brk-mc-light-blue .mc-btn-bg-action:before{background-color:#0b98f6}.brk-team-mc.brk-mc-light-blue .mc-btn-bg-action span{background-color:#00c6ff}.brk-team-mc.brk-mc-light-blue .brk-team-mc__content{background-color:rgba(0,198,255,.9)}.brk-team-mc.mc-active h4{top:0}.brk-team-mc.mc-active h4:before{top:0;opacity:0}.brk-team-mc.mc-active h4:after{bottom:-15px;opacity:1}.brk-team-mc.mc-active .mc-btn-bg-action{top:0;right:0;opacity:0}.brk-team-mc.mc-active .mc-btn-action{top:26px;right:27px}.brk-team-mc.mc-active .brk-team-mc__content{height:100%}.brk-team-mc.mc-active .mc-social li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.brk-team-mc.mc-active .mc-description{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brk-team-mc h4{position:absolute;top:-webkit-calc(100% - 90px);top:calc(100% - 90px);left:-15px;right:0;height:90px;padding:21px 15px 5px 29px;color:#fff;text-align:left;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:0 6px 30px rgba(0,0,0,.14);z-index:14}.brk-team-mc h4 a{color:#fff;display:inline-block}.brk-team-mc h4 a:hover{color:#fff}.brk-team-mc h4 span{display:block;color:rgba(255,255,255,.8)}.brk-team-mc h4:after,.brk-team-mc h4:before{position:absolute;left:0;width:0;height:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (max-width:374px){.brk-team-mc h4{left:0}.brk-team-mc h4:after,.brk-team-mc h4:before{display:none}}.brk-team-mc h4:before{top:-15px;border-bottom:15px solid;border-left:15px solid transparent;opacity:1}.brk-team-mc h4:after{bottom:0;border-top:15px solid;border-left:15px solid transparent;opacity:0}.brk-team-mc__content{position:absolute;width:100%;height:89px;left:0;bottom:0;z-index:5;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden}.brk-team-mc__content .mc-description{color:rgba(255,255,255,.5);position:absolute;min-width:180px;opacity:0;top:50%;left:50%;-webkit-transform:translate(-150%,-50%);transform:translate(-150%,-50%);text-align:left;-webkit-transition:all .5s ease-in-out .1s;transition:all .5s ease-in-out .1s}.brk-team-mc__content .mc-social{position:absolute;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;bottom:0;left:0;right:0;height:89px;border-top:1px solid rgba(255,255,255,.2);padding-left:34px}.brk-team-mc__content .mc-social li{color:#fff;font-size:1rem;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-team-mc__content .mc-social li:nth-child(1){-webkit-transition-delay:90ms;transition-delay:90ms}.brk-team-mc__content .mc-social li:nth-child(2){-webkit-transition-delay:.18s;transition-delay:.18s}.brk-team-mc__content .mc-social li:nth-child(3){-webkit-transition-delay:.27s;transition-delay:.27s}.brk-team-mc__content .mc-social li:nth-child(4){-webkit-transition-delay:.36s;transition-delay:.36s}.brk-team-mc__content .mc-social li:nth-child(5){-webkit-transition-delay:.45s;transition-delay:.45s}.brk-team-mc__content .mc-social li:nth-child(6){-webkit-transition-delay:.54s;transition-delay:.54s}.brk-team-mc__content .mc-social li:nth-child(7){-webkit-transition-delay:.63s;transition-delay:.63s}.brk-team-mc__content .mc-social li:nth-child(8){-webkit-transition-delay:.72s;transition-delay:.72s}.brk-team-mc__content .mc-social li:nth-child(9){-webkit-transition-delay:.81s;transition-delay:.81s}.brk-team-mc__content .mc-social li:nth-child(10){-webkit-transition-delay:.9s;transition-delay:.9s}.brk-team-mc__content .mc-social li span{padding:11px;letter-spacing:.04em}.brk-team-mc__content .mc-social a{color:#fff;padding:10px;font-size:.8125rem}.brk-team-mc__content .mc-social a i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:inherit}.brk-team-mc__content .mc-social a:hover i{-webkit-transform:scale(1.4);transform:scale(1.4)}.brk-team-mc .mc-btn-bg-action{position:absolute;top:-5px;right:-5px;width:73px;height:73px;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-team-mc .mc-btn-bg-action:after,.brk-team-mc .mc-btn-bg-action:before{content:'';position:absolute;width:5px;height:5px}.brk-team-mc .mc-btn-bg-action:before{top:0;left:0}.brk-team-mc .mc-btn-bg-action:after{right:0;bottom:0}.brk-team-mc .mc-btn-bg-action span{position:absolute;bottom:0;right:0;width:103px;height:32px;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom;z-index:9}.brk-team-mc .mc-btn-action{color:#fff;position:absolute;top:3px;right:8px;z-index:15;padding:5px;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:0;box-shadow:none;outline:0}.brk-team-mc .mc-btn-action i{font-size:16px;vertical-align:middle}.brk-team-mc .fa-spin-fast{-webkit-animation:fa-spin-fast .2s infinite linear;animation:fa-spin-fast .2s infinite linear}@media (min-width:992px){.icon__wrapper-triangle{box-shadow:0 6px 30px 0 rgba(0,0,0,.12)}}.icon__wrapper-triangle [class*=col]:last-child>.icon__wrapper .triangle{display:none}.icon__wrapper-triangle .icon__wrapper{position:relative;z-index:1;box-shadow:0 -4px 13px 0 rgba(0,0,0,.12)}.icon__wrapper-triangle .icon__wrapper:after{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:-4}@media (min-width:992px){.icon__wrapper-triangle .icon__wrapper{box-shadow:4px 0 13px 0 rgba(0,0,0,.12)}}.icon__wrapper-triangle .icon__wrapper .bg-before{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-2;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.icon__wrapper-triangle .icon__wrapper .grad-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,from(#0b98f6),to(#00f6ff));background:linear-gradient(to top,#0b98f6,#00f6ff);-webkit-transition:all .4s ease;transition:all .4s ease;opacity:0;z-index:-1}.icon__wrapper-triangle .icon__wrapper .triangle{width:30px;height:30px;background:#fff;-webkit-transform:translateX(50%) rotate(45deg);transform:translateX(50%) rotate(45deg);position:absolute;bottom:-15px;right:50%;box-shadow:0 0 13px 0 rgba(0,0,0,.12);z-index:-4}.icon__wrapper-triangle .icon__wrapper svg{width:125px;height:125px}.icon__wrapper-triangle .icon__wrapper.current,.icon__wrapper-triangle .icon__wrapper:hover{box-shadow:none}.icon__wrapper-triangle .icon__wrapper.current *,.icon__wrapper-triangle .icon__wrapper:hover *{color:#fff}.icon__wrapper-triangle .icon__wrapper.current svg line,.icon__wrapper-triangle .icon__wrapper.current svg path,.icon__wrapper-triangle .icon__wrapper.current svg polyline,.icon__wrapper-triangle .icon__wrapper:hover svg line,.icon__wrapper-triangle .icon__wrapper:hover svg path,.icon__wrapper-triangle .icon__wrapper:hover svg polyline{stroke:#fff}.icon__wrapper-triangle .icon__wrapper.current .triangle,.icon__wrapper-triangle .icon__wrapper:hover .triangle{background:#0b98f6}@media (min-width:992px){.icon__wrapper-triangle .icon__wrapper .triangle{bottom:auto;top:50%;right:-30px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:top left;transform-origin:top left}.icon__wrapper-triangle .icon__wrapper svg{margin-bottom:90px}.icon__wrapper-triangle .icon__wrapper.current .triangle,.icon__wrapper-triangle .icon__wrapper:hover .triangle{background:#00c6ff}}.icon__wrapper-triangle .icon__wrapper.current .bg-before,.icon__wrapper-triangle .icon__wrapper:hover .bg-before{opacity:1}.icon__wrapper-triangle .icon__wrapper.current .grad-overlay,.icon__wrapper-triangle .icon__wrapper:hover .grad-overlay{opacity:.94}.icon__wrapper-triangle .icon__wrapper.current .btn-inside-out:hover>span,.icon__wrapper-triangle .icon__wrapper:hover .btn-inside-out:hover>span{color:#333}.icon__wrapper-triangle .icon__wrapper.current .btn-inside-out:after,.icon__wrapper-triangle .icon__wrapper.current .btn-inside-out:before,.icon__wrapper-triangle .icon__wrapper:hover .btn-inside-out:after,.icon__wrapper-triangle .icon__wrapper:hover .btn-inside-out:before{-webkit-transition:all .4s ease;transition:all .4s ease;background:rgba(39,117,255,.7)}.icon__wrapper-arrow .icon__wrapper p,.icon__wrapper-overlay .icon__wrapper p,.icon__wrapper-triangle .icon__wrapper p{color:#9f9f9f}.icon__wrapper *+p{margin-top:25px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.img-icon{max-width:100%;max-height:100%;width:auto;height:auto}.brk-pricing-horizontal__list-options i{margin-right:8px;line-height:inherit}.brk-pricing-horizontal>.before{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.brk-pricing-horizontal__container{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;min-height:160px;background-color:transparent;position:relative;z-index:2}.brk-pricing-horizontal__viewed{align-self:stretch;width:48px;position:relative;overflow:hidden;background-color:rgba(var(--black-rgb),.01);-webkit-transition:.3s ease all;transition:.3s ease all}.brk-pricing-horizontal__viewed>*{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#999}.brk-pricing-horizontal__info{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;flex-wrap:wrap;margin-right:30px}.brk-pricing-horizontal__img-icon{position:relative;margin-right:50px;width:188px;text-align:center}.brk-pricing-horizontal__price{position:relative;padding-left:18px;padding-right:75px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#282b35}.brk-pricing-horizontal__price .sign{font-size:12px;position:absolute;top:2px;left:0;font-weight:700}.brk-pricing-horizontal__list-options{-webkit-column-gap:97px;column-gap:97px;-webkit-column-count:2;column-count:2}.brk-pricing-horizontal__list-options span{display:block;text-align:left}.brk-pricing-horizontal__list-options .options-active,.brk-pricing-horizontal__list-options .options-active i{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.brk-pricing-horizontal__list-options .options-deactive,.brk-pricing-horizontal__list-options .options-deactive i{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#d9d9d9}.brk-pricing-horizontal__list-options .options-active i{color:#6e50c2}.brk-pricing-horizontal .h-button{width:164px;height:44px;font-size:12px;line-height:28px;margin-right:43px;color:#fff;border-radius:0;background-image:-webkit-gradient(linear,left top,right top,from(#00c6ff),to(#0b98f6));background-image:linear-gradient(to right,#00c6ff 0,#0b98f6 100%);box-shadow:3px 4px 15px #69adff;border:0}.brk-pricing-horizontal .h-button i{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:9px;font-size:15px;z-index:4;line-height:28px;margin-right:10px}.brk-pricing-horizontal:hover{border-radius:5px;margin:0 -15px;box-shadow:0 6px 25px rgba(0,0,0,.32);z-index:1}.brk-pricing-horizontal:hover>.before{opacity:1}.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-active,.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-active i,.brk-pricing-horizontal:hover .brk-pricing-horizontal__price{color:#fff}.brk-pricing-horizontal .h-button:hover{color:2775ff;background-color:#fff}.brk-pricing-horizontal:hover .h-button{box-shadow:0 0 0 6px rgba(255,255,255,.14);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background-image:linear-gradient(#fff,#fff);border:0;color:#2775ff}.brk-pricing-horizontal .h-button:hover i{-webkit-animation:button-left 1s infinite ease-in-out;animation:button-left 1s infinite ease-in-out}.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-deactive,.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-deactive i{color:rgba(255,255,255,.4)}.extra__heading-2 .btn,.extra__heading-2 .btn .text,.extra__heading-2 .btn.btn-inside-out-invert>.after,.extra__heading-2 .btn.btn-inside-out-invert>.before{color:#6e50c2}.extra__heading-2{text-align:left;max-width:735px;padding:106px 58px 0;margin:0 auto;border-right:17px solid rgba(255,255,255,.1);border-bottom:17px solid rgba(255,255,255,.1);position:relative;z-index:1}.extra__heading-2:after,.extra__heading-2:before{background:rgba(255,255,255,.1);z-index:-1;position:absolute;content:''}.extra__heading-2 p{line-height:34px}.extra__heading-2:after{bottom:0;left:0;width:17px;height:-webkit-calc(100% - 90px);height:calc(100% - 90px)}.extra__heading-2:before{top:0;right:0;height:17px;width:-webkit-calc(100% - 240px);width:calc(100% - 240px)}.extra__heading-2 .heading{position:absolute;top:0;left:0;-webkit-transform:translate(0,-65px);transform:translate(0,-65px)}@media (min-width:992px){.extra__heading-2 .heading{-webkit-transform:translate(-33px,-65px);transform:translate(-33px,-65px)}.img-double-bigger{text-align:right}}.extra__heading-2 .heading h1,.extra__heading-2 .heading h2{line-height:48px}.extra__heading-2 .after-heading{display:none;position:absolute;top:0;left:0;-webkit-transform:translate(13px,-105%);transform:translate(13px,-105%);opacity:.1;font-size:100px;text-transform:uppercase}@media (min-width:768px){.extra__heading-2 .after-heading{display:block}}.extra__heading-2 .btn{min-width:220px;font-size:14px;border-radius:7px;height:55px;letter-spacing:1.2px;margin-left:0;margin-right:0;margin-bottom:-35px;line-height:25px}.extra__heading-2 .btn.btn-inside-out-invert>.after,.extra__heading-2 .btn.btn-inside-out-invert>.before,.extra__heading-2 .btn.btn-inside-out-invert>.text{padding-right:15px}.extra__heading-2 .btn .icon-left{position:absolute!important;top:50%;-webkit-transform:translateY(-webkit-calc(-50% - 1px));transform:translateY(calc(-50% - 1px));right:24px;font-size:24px;line-height:25px;color:#6e50c2}.extra__heading-2 .btn:hover .icon-left{color:#fff}.img-double-bigger{position:relative;z-index:2;max-width:100%}.img-double-bigger:hover>.img:last-child:before{opacity:.8}.img-double-bigger:hover>.img:first-child{z-index:6}.img-double-bigger:hover>.img:first-child:before{opacity:0}@media (min-width:480px){.img-double-bigger:hover>.img:last-child{-webkit-transform:translate(30px,-30px);transform:translate(30px,-30px)}.img-double-bigger:hover>.img:last-child:before{opacity:.8}.img-double-bigger:hover>.img:first-child{-webkit-transform:translate(-30px,30px);transform:translate(-30px,30px);z-index:6}.img-double-bigger:hover>.img:first-child:before{opacity:0}}.img-double-bigger>.img{display:inline-block;position:relative;z-index:2;-webkit-transition:all .4s ease;transition:all .4s ease}.img-double-bigger>.img:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right top,from(#0f5ae0),to(#7202bb));background:linear-gradient(to right,#0f5ae0,#7202bb);-webkit-transition:all .4s ease;transition:all .4s ease;opacity:.8;z-index:2}.img-double-bigger>.img:last-child{position:absolute;top:30px;right:30px;z-index:3}.img-double-bigger>.img:last-child:before{opacity:0}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover .brk-sc-masonry-two__buy .btn,.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover .brk-sc-masonry-two__description{opacity:1}.brk-sc-masonry-two:hover{z-index:9}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]{overflow:visible;background-color:#000}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover{-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover .brk-sc-masonry-two__container{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px);box-shadow:0 46px 50px rgba(0,0,0,.32);background-color:#1c2124}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover .brk-sc-masonry-two__container:before{background-color:rgba(37,37,37,.8)}.brk-sc-masonry-two[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-]:hover .brk-sc-masonry-two__buy{background-color:#303031}.brk-sc-masonry-two__thumbnail{position:absolute;top:-webkit-calc(50% + 40px);top:calc(50% + 40px);left:0;width:100%;max-height:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:30px 0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;text-align:right;z-index:1}[class*=brk-sc-masonry_small-] .brk-sc-masonry-two__thumbnail{width:57%;left:auto;right:0;top:50%;max-height:100%;padding:10px 0}[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__thumbnail{width:100%;top:-webkit-calc(50% + 10px);top:calc(50% + 10px)}.brk-sc-masonry-two__container{position:relative;height:100%;z-index:2}[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__container{overflow:hidden;border-radius:5px;-webkit-transition-property:\transform,box-shadow,background-color;transition-property:\transform,box-shadow,background-color;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__container:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;z-index:2}.brk-sc-masonry-two__layer{position:relative;height:100%;z-index:3;padding:31px 15px 90px 35px}@media (min-width:992px) and (max-width:1229px){.brk-sc-masonry-two__layer{padding:15px 15px 90px}}@media (min-width:576px) and (max-width:767px){.brk-sc-masonry-two__layer{padding:15px 15px 90px}}@media (max-width:575px){.brk-sc-masonry-two__thumbnail{right:0}.brk-sc-masonry-two__layer{padding:20px 15px 90px}}.brk-sc-masonry-two__top-content{width:100%;padding:38px 0 0 38px}@media (max-width:575px){.brk-sc-masonry-two__top-content{padding:20px 20px 0}}[class*=brk-sc-masonry_small-] .brk-sc-masonry-two__top-content{padding:33px 0 0 38px}.brk-sc-masonry-two__bottom-content{width:100%;padding:0 0 38px 38px}@media (max-width:575px){.brk-sc-masonry-two__bottom-content{padding:0 20px 20px}}.brk-sc-masonry-two__description{width:100%;max-width:380px;font-size:15px;line-height:24px;margin-top:18px}[class*=brk-sc-masonry_small-] .brk-sc-masonry-two__description{max-width:210px;margin-top:10px}[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__description{max-width:9999px;margin-top:21px;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media(min-width:992px) and (max-width:1229px){[class*=brk-sc-masonry_narrow][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__description{margin-top:5px;font-size:12px;line-height:18px}}.brk-sc-masonry-two__price .old-price{text-decoration:line-through;letter-spacing:.04em}.brk-sc-masonry-two__price .price{letter-spacing:.06em;margin-top:11px}[class*=brk-sc-masonry_long][class*=brk-sc-masonry_small-] .brk-sc-masonry-two__price .price{margin-right:10px}.brk-sc-masonry-two__links{margin-top:18px}.brk-sc-masonry-two__links .btn{min-width:98px;min-height:40px;box-shadow:none;padding:8px;margin:0 6px 10px 0;line-height:24px}.brk-sc-masonry-two__links .btn.btn-prime{color:#cdcdcd}.brk-sc-masonry-two__links .btn.btn-prime:hover{color:#cdcdcd!important}.brk-sc-masonry-two__buy_colored .btn:hover,.brk-sc-masonry-two__links_colored .btn.btn-inside-out:hover i:before{color:#fff!important}.brk-sc-masonry-two__links .btn.btn-prime .after,.brk-sc-masonry-two__links .btn.btn-prime .before{background-color:rgba(205,205,205,.15)!important}.brk-sc-masonry-two__links .btn.btn-prime .border-btn{border-color:#cdcdcd}.brk-sc-masonry-two__links .btn.btn-inside-out .before{padding-top:8px}.brk-sc-masonry-two__links_colored .btn.btn-inside-out:hover{background-color:#71a74c!important;color:#fff!important}.brk-sc-masonry-two__links_colored .btn.btn-inside-out .after,.brk-sc-masonry-two__links_colored .btn.btn-inside-out .before{background-color:#8cc54f!important}.brk-sc-masonry-two__links .wishlist{display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;line-height:40px;background-color:#f0f1ef}.brk-sc-masonry-two__links .wishlist:hover i{-webkit-animation:palpitation 1s linear infinite;animation:palpitation 1s linear infinite}.brk-sc-masonry-two__links .wishlist i{vertical-align:0;font-size:14px;opacity:.7}.brk-sc-masonry-two__buy{position:absolute;bottom:0;left:0;width:100%;height:86px;padding-right:15px;padding-left:35px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-pack:justify;justify-content:space-between}@media (min-width:992px) and (max-width:1229px){.brk-sc-masonry-two__buy{-webkit-box-pack:start;justify-content:flex-start;padding-right:0;padding-left:15px}}@media (max-width:991px){.brk-sc-masonry-two__buy{-webkit-box-pack:justify;justify-content:space-between;padding:0 15px}}.brk-sc-masonry-two__buy .price{margin-right:8px;letter-spacing:.04em;font-size:20px}@media (min-width:992px) and (max-width:1229px){.brk-sc-masonry-two__buy .price{margin-right:0}}@media (max-width:374px){.brk-sc-masonry-two__buy .price{font-size:16px}}.brk-sc-masonry-two__buy .btn{box-shadow:none;background-color:transparent;min-width:130px;min-height:42px;opacity:0;margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.brk-sc-masonry-two__buy_colored .btn .border-btn{border-color:#8cc54f}.brk-sc-masonry-two__buy_colored .btn.btn-prime:hover>.after,.brk-sc-masonry-two__buy_colored .btn.btn-prime:hover>.before{background-color:rgba(140,197,79,.3)!important}.services-info{border:1px solid rgba(255,255,255,.3);border-radius:4px}.services-info__content{padding:25px 30px;display:-webkit-box;display:flex;border-right:1px solid rgba(255,255,255,.3)}.services-info__icon{padding-top:11px}.services-info__icon i{font-size:28px}.services-info__text{padding-left:23px}.services-info>.row>.col:last-child .services-info__content,.services-info>.row>[class*=col-]:last-child .services-info__content{border-right:none}@media (max-width:991px){.services-info__content{border-bottom:1px solid rgba(255,255,255,.3);border-right:none}.services-info>.row>.col:last-child .services-info__content,.services-info>.row>[class*=col-]:last-child .services-info__content{border-bottom:none}}.timeline--masonry .swiper-pagination,.timeline--strict .swiper-pagination{position:absolute;top:10px;background:0 0;width:80%!important;left:10%!important;height:10px}.timeline--masonry .swiper-pagination:after,.timeline--strict .swiper-pagination:after{content:'';position:absolute;display:block;width:100vw;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);background:0 0;z-index:1;height:10px}.timeline--masonry .swiper-pagination:before,.timeline--strict .swiper-pagination:before{content:'';display:block;position:absolute;top:4px;width:100vw;height:2px;background:#e7e7e7;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.timeline--masonry .swiper-pagination-bullet,.timeline--strict .swiper-pagination-bullet{background:0 0;border-radius:0;height:10px;position:relative;float:left;margin:0!important;z-index:20;opacity:1!important;outline:0}.timeline--masonry .swiper-pagination-bullet:after,.timeline--strict .swiper-pagination-bullet:after{content:'';position:absolute;width:16px;height:16px;border-radius:50%;border:3px solid #fff;box-shadow:0 0 10px 0 rgba(0,0,0,.3);top:-3px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:all ease .15s;transition:all ease .15s;background:#d5d5d5}.timeline--masonry .swiper-pagination-bullet-active:after,.timeline--strict .swiper-pagination-bullet-active:after{background:#2775ff}.timeline--masonry .swiper-progress__bar,.timeline--strict .swiper-progress__bar{z-index:10;display:block;position:absolute;left:-webkit-calc(50% - 100vw);left:calc(50% - 100vw);width:100vw;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:-webkit-transform ease .15s;transition:-webkit-transform ease .15s;transition:transform ease .15s;transition:transform ease .15s,-webkit-transform ease .15s;top:4px;height:2px;background:#2775ff}.timeline--masonry .swiper-container{padding-left:120px;padding-right:120px;padding-top:122px}.timeline--masonry .swiper-slide{max-width:370px;max-height:100%;height:auto}@media screen and (max-width:767px){.timeline--masonry .swiper-container{padding-left:20px;padding-right:20px}.timeline--masonry .swiper-slide{max-width:none;width:-webkit-calc(50% - 38px);width:calc(50% - 38px)}.timeline--masonry .timeline__item{width:100%}}@media screen and (max-width:575px){.timeline--masonry .swiper-slide{max-width:none;width:100%}}.timeline--masonry .timeline__item{text-align:left}.timeline--masonry .timeline__item img{width:auto;height:auto;box-shadow:0 30px 60px 0 rgba(0,0,0,.1);-webkit-transition:box-shadow ease .3s;transition:box-shadow ease .3s;margin-bottom:60px}.timeline--masonry .swiper-pagination{padding-top:40px}.timeline--masonry .swiper-pagination:before{top:44px}.timeline--masonry .swiper-pagination-bullet:after{border:none;box-shadow:0 0 0 6px #fff;height:8px;width:8px;top:1px}.timeline--masonry .swiper-pagination-bullet strong{position:absolute;top:-43px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);color:#282b35;font-family:Montserrat,sans-serif;font-size:12px;line-height:12px;text-transform:uppercase;font-weight:700;letter-spacing:.07em}.timeline--masonry .swiper-pagination-bullet-active:after{box-shadow:0 0 0 12px rgba(15,90,224,.15)}.timeline--masonry .swiper-pagination-bullet-active~.swiper-pagination-bullet:after{background:#ebebec;box-shadow:0 0 0 6px #fff}.timeline--masonry .swiper-progress__bar{top:44px;background-image:-webkit-gradient(linear,right top,left top,from(rgba(15,90,224,1)),to(rgba(116,0,186,1)));background-image:linear-gradient(to left,rgba(15,90,224,1),rgba(116,0,186,1))}.brk-testimonials-dash-three__item{width:100%;min-height:280px;height:100%;padding:40px 40px 30px;text-align:left;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;align-content:flex-start}.brk-testimonials-dash-three__img{width:48px;height:48px;border-radius:50%;overflow:hidden;float:left}.brk-testimonials-dash-three__img img{max-width:100%;max-height:100%}.brk-testimonials-dash-three__caption{width:-webkit-calc(100% - 48px);width:calc(100% - 48px);padding-left:19px}.brk-testimonials-dash-three__desc{width:100%;margin-top:22px}.brk-testimonials-dash-three .dash-three-slider{padding:50px 0 0}.brk-testimonials-dash-three .dash-three-slider .swiper-slide{border-radius:7px;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:991px){.brk-testimonials-dash-three .dash-three-slider .swiper-slide{max-width:none}}.brk-testimonials-dash-three .dash-three-slider .swiper-slide:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition-property:background-color,visibility,opacity;transition-property:background-color,visibility,opacity;-webkit-transition-duration:.3s;transition-duration:.3s;background-color:rgba(255,255,255,.8)}.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active{-webkit-transform:translateY(-10px);transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.1)}@media (max-width:767px){.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active{-webkit-transform:translateY(0);transform:translateY(0)}}.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active:before{background-color:transparent;visibility:hidden;opacity:0}.brk-testimonials-dash-three .dash-three-slider_single{padding-top:10px}.brk-testimonials-dash-three .dash-three-slider_single .swiper-slide{box-shadow:none;background-color:#fff}.brk-testimonials-dash-three .dash-three-slider_single .swiper-slide:before{background-color:transparent;visibility:hidden;opacity:0}.brk-testimonials-dash-three .dash-three-slider_single .swiper-slide.swiper-slide-active{box-shadow:none;background-color:#fff;-webkit-transform:translateY(0);transform:translateY(0)}.brk-bordered-theme .brk-testimonials-dash-three .dash-three-slider_single .swiper-slide{border-radius:inherit;overflow:hidden}.double-pagination{position:absolute;top:54px;right:33px;display:-webkit-box;display:flex;z-index:3}.double-pagination-bullet{width:12px;height:12px;border-radius:50%;border:1px solid transparent;position:relative;margin:0 7px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;outline:0}.double-pagination-bullet:before{content:'';position:absolute;width:6px;height:6px;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.double-pagination-bullet-active:before{opacity:0}.fotorama .fotorama__stage__frame .fotorama__img{max-height:none;width:100%}.list-inline-2 li{display:block;text-align:left}[class*=list-inline] a{-webkit-transition:none;transition:none}.list-inline-2 li .text{display:inline-block;padding:7px 7px 7px 50px;position:relative;z-index:1}.list-inline-2 li .cirlce{display:inline-block;position:absolute;z-index:1;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14px;height:14px}.list-inline-2 li .cirlce>.before,.list-inline-3 li>.before{position:absolute;background:#2775ff;border-radius:50%}.list-inline-2 li .cirlce>.before,.list-inline-3 li{-webkit-transition:all .4s ease;transition:all .4s ease}.list-inline-2 li .cirlce>.before{content:'';right:0;bottom:0;box-shadow:0 0 10px 0 rgba(0,0,0,.26);top:0;left:0}.list-inline-1>li.list-counter:after,.list-inline-2 li .cirlce>.after{position:absolute;top:50%;-webkit-transition:all .4s ease;transition:all .4s ease}.list-inline-2 li .cirlce>.after{content:'';width:0;height:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#f1f6ff;border-radius:50%;z-index:-1;box-shadow:0 0 10px 0 rgba(39,117,255,.32)}.list-inline-2 li:hover .cirlce>.before{background:#fff}.list-inline-2 li:hover .cirlce>.after{width:30px;height:30px}html {
    overflow-x: hidden;
}

#totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2775ff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1200;
    visibility: visible;
    -webkit-transition: \transform .3s ease;
    transition: \transform .3s ease;
    display: none;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catalog-category-view .product-item .flip-box.type2 .flip__back .flip-box__split-info strong.product.name.product-item-name a {font-size: 15px;}
.catalog-category-view .product-item .flip-box.type2 .flip__back .flip-box__split-list p {
    line-height: 22px;
}
@media screen and (min-width:992px) and (max-width:1200px){
    .page-header.type3 .rg-megamenu.navigation > ul {
        flex-wrap: nowrap;
    }
    
    .page-header.type3 .rg-megamenu.navigation > ul li {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .page-header.brk-header_scroll.type3 .navigation li.level0 > .level-top {
        font-size: 11px;
    }
    body .page-header.type3 .navigation li.level0 > .level-top {
        font-size: 11px;
    }

    body .page-header.type3 .search-area > a {
    line-height: 40px;
    }

    body .page-header.type3 .brk-info-menu-open {
        margin-right: 5px;
    }
}

@media (min-width: 576px) {
	#totop {
	    right: 34px;
	    bottom: 80px;
	}
}

#totop, #totop:hover {
    color: #fff;
    text-decoration: none;
}

#totop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#totop:before {
    font-family: "Font Awesome\ 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 26px;
}

/* 


    body {

        margin: 0;

        padding: 0;

    }

    article,

    aside,

    details,

    figcaption,

    figure,

    main,

    footer,

    header,

    nav,

    section,

    summary {

        display: block;

    }

    audio,

    canvas,

    video {

        display: inline-block;

    }

    audio:not([controls]) {

        display: none;

        height: 0;

    }

    nav ul,

    nav ol {

        list-style: none none;

    }

    img {

        border: 0;

    }

    img,

    object,

    video,

    embed {

        height: auto;

        max-width: 100%;

    }

    svg:not(:root) {

        overflow: hidden;

    }

    figure {

        margin: 0;

    }

    html {

        font-size: 62.5%;

        -webkit-text-size-adjust: 100%;

        -ms-text-size-adjust: 100%;

        font-size-adjust: 100%;

    }

    body {

        color: #333333;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-style: normal;

        font-weight: 400;

        line-height: 1.42857143;

        font-size: 1.4rem;

    }

    p {

        margin-top: 0rem;

        margin-bottom: 1rem;

    }

    abbr[title] {

        border-bottom: 1px dotted #cccccc;

        cursor: help;

    }

    b,

    strong {

        font-weight: 700;

    }

    em,

    i {

        font-style: italic;

    }

    mark {

        background: #f6f6f6;

        color: #000000;

    }

    small,

    .small {

        font-size: 12px;

    }

    hr {

        border: 0;

        border-top: 1px solid #cccccc;

        margin-bottom: 20px;

        margin-top: 20px;

    }

    sub,

    sup {

        font-size: 71.42857143000001%;

        line-height: 0;

        position: relative;

        vertical-align: baseline;

    }

    sup {

        top: -.5em;

    }

    sub {

        bottom: -.25em;

    }

    dfn {

        font-style: italic;

    }

    h1 {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 0rem;

        margin-bottom: 2rem;

    }

    h2 {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

    }

    h3 {

        font-weight: 600;

        line-height: 1.1;

        font-size: 1.8rem;

        margin-top: 2rem;

        margin-bottom: 1rem;

    }

    h4 {

        font-weight: 700;

        line-height: 1.1;

        font-size: 1.4rem;

        margin-top: 2rem;

        margin-bottom: 2rem;

    }

    h5 {

        font-weight: 700;

        line-height: 1.1;

        font-size: 1.2rem;

        margin-top: 2rem;

        margin-bottom: 2rem;

    }

    h6 {

        font-weight: 700;

        line-height: 1.1;

        font-size: 1rem;

        margin-top: 2rem;

        margin-bottom: 2rem;

    }

    h1 small,

    h2 small,

    h3 small,

    h4 small,

    h5 small,

    h6 small,

    h1 .small,

    h2 .small,

    h3 .small,

    h4 .small,

    h5 .small,

    h6 .small {

        color: #333333;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-style: normal;

        font-weight: 400;

        line-height: 1;

    }

    a,

    .alink {

        color: #1979c3;

        text-decoration: none;

    }

    a:visited,

    .alink:visited {

        color: #1979c3;

        text-decoration: none;

    }

    a:hover,

    .alink:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    a:active,

    .alink:active {

        color: #ff5501;

        text-decoration: underline;

    }

    ul,

    ol {

        margin-top: 0rem;

        margin-bottom: 2.5rem;

    }

    ul>li,

    ol>li {

        margin-top: 0rem;

        margin-bottom: 1rem;

    }

    ul ul,

    ol ul,

    ul ol,

    ol ol {

        margin-bottom: 0;

    }

    dl {

        margin-bottom: 20px;

        margin-top: 0;

    }

    dt {

        font-weight: 700;

        margin-bottom: 5px;

        margin-top: 0;

    }

    dd {

        margin-bottom: 10px;

        margin-top: 0;

        margin-left: 0;

    }

    code,

    kbd,

    pre,

    samp {

        font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;

    }

    code {

        background: #f6f6f6;

        color: #111111;

        padding: 2px 4px;

        font-size: 1.2rem;

        white-space: nowrap;

    }

    kbd {

        background: #f6f6f6;

        color: #111111;

        padding: 2px 4px;

        font-size: 1.2rem;

    }

    pre {

        background: #f6f6f6;

        border: 1px solid #cccccc;

        color: #111111;

        line-height: 1.42857143;

        margin: 0 0 10px;

        padding: 10px;

        font-size: 1.2rem;

        display: block;

        word-wrap: break-word;

    }

    pre code {

        background-color: transparent;

        border-radius: 0;

        color: inherit;

        font-size: inherit;

        padding: 0;

        white-space: pre-wrap;

    }

    blockquote {

        border-left: 0 solid #cccccc;

        margin: 0 0 20px 40px;

        padding: 0;

        color: #333333;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-style: italic;

        font-weight: 400;

        line-height: 1.42857143;

        font-size: 1.4rem;

    }

    blockquote p:last-child,

    blockquote ul:last-child,

    blockquote ol:last-child {

        margin-bottom: 0;

    }

    blockquote footer,

    blockquote small,

    blockquote .small {

        color: #333333;

        line-height: 1.42857143;

        font-size: 1rem;

        display: block;

    }

    blockquote footer:before,

    blockquote small:before,

    blockquote .small:before {

        content: '\2014 \00A0';

    }

    blockquote cite {

        font-style: normal;

    }

    blockquote:before,

    blockquote:after {

        content: '';

    }

    q {

        quotes: none;

    }

    q:before,

    q:after {

        content: '';

        content: none;

    }

    cite {

        font-style: normal;

    }

    table {

        width: 100%;

        border-collapse: collapse;

        border-spacing: 0;

        max-width: 100%;

    }

    table th {

        text-align: left;

    }

    table>tbody>tr>th,

    table>tfoot>tr>th,

    table>tbody>tr>td,

    table>tfoot>tr>td {

        vertical-align: top;

    }

    table>thead>tr>th,

    table>thead>tr>td {

        vertical-align: bottom;

    }

    table>thead>tr>th,

    table>tbody>tr>th,

    table>tfoot>tr>th,

    table>thead>tr>td,

    table>tbody>tr>td,

    table>tfoot>tr>td {

        padding: 11px 10px;

    }

    button {

        background-image: none;

        background: #eeeeee;

        color: #333333;

        cursor: pointer;

        display: inline-block;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-weight: 600;

        margin: 0;

        padding: 7px 15px;

        font-size: 1.4rem;

        line-height: 1.6rem;

        box-sizing: border-box;

        vertical-align: middle;

    }



    button:focus,

    button:active {

        background: #e2e2e2;

        border: 1px solid #cccccc;

        color: #333333;

    }

    button:hover {

        background: #e1e1e1;

        border: 1px solid #cccccc;

        color: #333333;

    }

    button.disabled,

    button[disabled],

    fieldset[disabled] button {

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

    }

    button::-moz-focus-inner {

        border: 0;

        padding: 0;

    }

    input[type="text"],

    input[type="password"],

    input[type="url"],

    input[type="tel"],

    input[type="search"],

    input[type="number"],

    input[type="datetime"],

    input[type="email"] {

        background: #ffffff;

        background-clip: padding-box;

        border: 1px solid #c2c2c2;

        border-radius: 1px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 14px;

        height: 32px;

        line-height: 1.42857143;

        padding: 0 9px;

        vertical-align: baseline;

        width: 100%;

        box-sizing: border-box;

    }

    input[type="text"]:disabled,

    input[type="password"]:disabled,

    input[type="url"]:disabled,

    input[type="tel"]:disabled,

    input[type="search"]:disabled,

    input[type="number"]:disabled,

    input[type="datetime"]:disabled,

    input[type="email"]:disabled {

        opacity: 0.5;

    }

    input[type="text"]::-moz-placeholder,

    input[type="password"]::-moz-placeholder,

    input[type="url"]::-moz-placeholder,

    input[type="tel"]::-moz-placeholder,

    input[type="search"]::-moz-placeholder,

    input[type="number"]::-moz-placeholder,

    input[type="datetime"]::-moz-placeholder,

    input[type="email"]::-moz-placeholder {

        color: #c2c2c2;

    }

    input[type="text"]::-webkit-input-placeholder,

    input[type="password"]::-webkit-input-placeholder,

    input[type="url"]::-webkit-input-placeholder,

    input[type="tel"]::-webkit-input-placeholder,

    input[type="search"]::-webkit-input-placeholder,

    input[type="number"]::-webkit-input-placeholder,

    input[type="datetime"]::-webkit-input-placeholder,

    input[type="email"]::-webkit-input-placeholder {

        color: #c2c2c2;

    }

    input[type="text"]:-ms-input-placeholder,

    input[type="password"]:-ms-input-placeholder,

    input[type="url"]:-ms-input-placeholder,

    input[type="tel"]:-ms-input-placeholder,

    input[type="search"]:-ms-input-placeholder,

    input[type="number"]:-ms-input-placeholder,

    input[type="datetime"]:-ms-input-placeholder,

    input[type="email"]:-ms-input-placeholder {

        color: #c2c2c2;

    }

    input[type="number"] {

        -moz-appearance: textfield;

    }

    input[type="number"]::-webkit-inner-spin-button,

    input[type="number"]::-webkit-outer-spin-button {

        -webkit-appearance: none;

        margin: 0;

    }

    input[type="search"] {

        -webkit-appearance: none;

    }

    input[type="search"]::-webkit-search-cancel-button,

    input[type="search"]::-webkit-search-decoration,

    input[type="search"]::-webkit-search-results-button,

    input[type="search"]::-webkit-search-results-decoration {

        -webkit-appearance: none;

    }

    select {

        background: #ffffff url('../../frontend/Redgiant/berserk/en_GB/images/select-bg.svg') no-repeat 100% 45%;

        background-clip: padding-box;

        border: 1px solid #cccccc;

        border-radius: 1px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 14px;

        height: 32px;

        line-height: 1.42857143;

        padding: 4px 25px 5px 10px;

        vertical-align: baseline;

        width: 155px;

        box-sizing: border-box;

    }

    select:focus {

        border: 1px solid #c2c2c2;

    }

    select:disabled {

        opacity: 0.5;

        background: #ffffff;

        border: 1px solid #c2c2c2;

    }

    select[multiple] {

        height: auto;

        background-image: none;

    }

    textarea {

        background: #ffffff;

        background-clip: padding-box;

        border: 1px solid #c2c2c2;

        border-radius: 1px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 14px;

        height: auto;

        line-height: 1.42857143;

        margin: 0;

        padding: 10px;

        vertical-align: baseline;

        width: 100%;

        box-sizing: border-box;

        resize: vertical;

    }

    textarea:disabled {

        opacity: 0.5;

    }

    textarea::-moz-placeholder {

        color: #c2c2c2;

    }

    textarea::-webkit-input-placeholder {

        color: #c2c2c2;

    }

    textarea:-ms-input-placeholder {

        color: #c2c2c2;

    }

    input[type="checkbox"] {

        margin: 2px 5px 0 0;

    }

    input[type="checkbox"]:disabled {

        opacity: 0.5;

    }

    input[type="radio"] {

        margin: 2px 5px 0 0;

    }

    input[type="radio"]:disabled {

        opacity: 0.5;

    }

    input.mage-error,

    select.mage-error,

    textarea.mage-error {

        border-color: #ed8380;

    }

    div.mage-error[generated] {

        color: #e02b27;

        font-size: 1.2rem;

    }

    input[type="button"],

    input[type="reset"],

    input[type="submit"] {

        cursor: pointer;

        -webkit-appearance: button;

    }

    input::-moz-focus-inner {

        border: 0;

        padding: 0;

    }

    form {

        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    }

    address {

        font-style: normal;

    }

    *:focus {

        box-shadow: none;

        outline: 0;

    }

    ._keyfocus *:focus,

    input:not([disabled]):focus,

    textarea:not([disabled]):focus,

    select:not([disabled]):focus {

        box-shadow: 0 0 3px 1px #68a8e0;

    }

    /**
  
   * Copyright  Magento, Inc. All rights reserved.
  
   * See COPYING.txt for license details.
  
   */

    .bundle-options-container .block-bundle-summary .bundle.items,

    .product-items,

    .prices-tier,

    .search-terms,

    .cart-summary .checkout-methods-items,

    .opc-wrapper .opc,

    .opc-progress-bar,

    .checkout-agreements-items,

    .order-details-items .items-qty,

    .block-banners .banner-items,

    .block-banners-inline .banner-items,

    .block-event .slider-panel .slider {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .bundle-options-container .block-bundle-summary .bundle.items>li,

    .product-items>li,

    .prices-tier>li,

    .search-terms>li,

    .cart-summary .checkout-methods-items>li,

    .opc-wrapper .opc>li,

    .opc-progress-bar>li,

    .checkout-agreements-items>li,

    .order-details-items .items-qty>li,

    .block-banners .banner-items>li,

    .block-banners-inline .banner-items>li,

    .block-event .slider-panel .slider>li {

        margin: 0;

    }

    .action-primary:focus,

    .action-primary:active {

        background: #006bb4;

        border: 1px solid #006bb4;

        color: #ffffff;

    }

    .action-primary:hover {

        background: #006bb4;

        border: 1px solid #006bb4;

        color: #ffffff;

    }

    .action-primary.disabled,

    .action-primary[disabled],

    fieldset[disabled] .action-primary {

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

    }

    .abs-discount-block .actions-toolbar .action.primary,

    .abs-discount-block .actions-toolbar .action.cancel,

    .block-compare .action.primary,

    .cart-summary .block .actions-toolbar>.primary .action.primary,

    .cart-summary .form.giftregistry .fieldset .action.primary,

    .paypal-review-discount .actions-toolbar .action.primary,

    .paypal-review-discount .actions-toolbar .action.cancel,

    .cart-discount .actions-toolbar .action.primary,

    .cart-discount .actions-toolbar .action.cancel {

        border-radius: 3px;

    }

    .abs-discount-block .actions-toolbar .action.primary:not(:focus),

    .abs-discount-block .actions-toolbar .action.cancel:not(:focus),

    .block-compare .action.primary:not(:focus),

    .cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),

    .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),

    .paypal-review-discount .actions-toolbar .action.primary:not(:focus),

    .paypal-review-discount .actions-toolbar .action.cancel:not(:focus),

    .cart-discount .actions-toolbar .action.primary:not(:focus),

    .cart-discount .actions-toolbar .action.cancel:not(:focus) {

        box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);

    }

    .abs-discount-block .actions-toolbar .action.primary:active,

    .abs-discount-block .actions-toolbar .action.cancel:active,

    .block-compare .action.primary:active,

    .cart-summary .block .actions-toolbar>.primary .action.primary:active,

    .cart-summary .form.giftregistry .fieldset .action.primary:active,

    .paypal-review-discount .actions-toolbar .action.primary:active,

    .paypal-review-discount .actions-toolbar .action.cancel:active,

    .cart-discount .actions-toolbar .action.primary:active,

    .cart-discount .actions-toolbar .action.cancel:active {

        box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);

    }

    .block-event .slider-panel .slider .item .action.event {

        background-image: none;

        background: #eeeeee;

        border: 1px solid #cccccc;

        color: #333333;

        cursor: pointer;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-weight: 600;

        margin: 0;

        padding: 7px 15px;

        font-size: 1.4rem;

        line-height: 1.6rem;

        box-sizing: border-box;

        vertical-align: middle;

        display: inline-block;

        text-decoration: none;

        border-radius: 3px;

    }

    .abs-action-link-button:focus,

    .abs-action-link-button:active,

    .block-event .slider-panel .slider .item .action.event:focus,

    .block-event .slider-panel .slider .item .action.event:active {

        background: #e2e2e2;

        border: 1px solid #cccccc;

        color: #333333;

    }

    .abs-action-link-button:hover,

    .block-event .slider-panel .slider .item .action.event:hover {

        background: #e1e1e1;

        border: 1px solid #cccccc;

        color: #333333;

    }

    .abs-action-link-button.disabled,

    .abs-action-link-button[disabled],

    fieldset[disabled] .abs-action-link-button,

    .block-event .slider-panel .slider .item .action.event.disabled,

    .block-event .slider-panel .slider .item .action.event[disabled],

    fieldset[disabled] .block-event .slider-panel .slider .item .action.event {

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

    }

    .abs-action-link-button:hover,

    .abs-action-link-button:active,

    .abs-action-link-button:focus,

    .block-event .slider-panel .slider .item .action.event:hover,

    .block-event .slider-panel .slider .item .action.event:active,

    .block-event .slider-panel .slider .item .action.event:focus {

        text-decoration: none;

    }

    .abs-action-remove,

    .abs-discount-block .action.check,

    .popup .actions-toolbar .action.cancel,

    .paypal-button-widget .paypal-button,

    .bundle-options-container .action.back,

    .block.related .action.select,

    .cart.table-wrapper .action.help.map,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup,

    .opc-wrapper .edit-address-link,

    .opc-block-shipping-information .shipping-information-title .action-edit,

    .action-auth-toggle,

    .checkout-payment-method .checkout-billing-address .action-cancel,

    .checkout-agreements-block .action-show,

    .gift-options .actions-toolbar .action-cancel,

    .gift-summary .action-edit,

    .gift-summary .action-delete,

    .gift-wrapping-title .action-remove,

    .wishlist.split.button>.action,

    .abs-add-fields .action.remove,

    .paypal-review-discount .action.check,

    .cart-discount .action.check,

    .form-giftregistry-share .action.remove,

    .form-giftregistry-edit .action.remove,

    .form-add-invitations .action.remove,

    .form-create-return .action.remove,

    .form.send.friend .action.remove {

        line-height: 1.42857143;

        padding: 0;

        color: #1979c3;

        text-decoration: none;

        background: none;

        border: 0;

        display: inline;

        font-weight: 400;

        border-radius: 0;

    }

    .abs-action-button-as-link:visited,

    .abs-action-remove:visited,

    .abs-discount-block .action.check:visited,

    .popup .actions-toolbar .action.cancel:visited,

    .paypal-button-widget .paypal-button:visited,

    .bundle-options-container .action.back:visited,

    .block.related .action.select:visited,

    .cart.table-wrapper .action.help.map:visited,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,

    .opc-wrapper .edit-address-link:visited,

    .opc-block-shipping-information .shipping-information-title .action-edit:visited,

    .action-auth-toggle:visited,

    .checkout-payment-method .checkout-billing-address .action-cancel:visited,

    .checkout-agreements-block .action-show:visited,

    .gift-options .actions-toolbar .action-cancel:visited,

    .gift-summary .action-edit:visited,

    .gift-summary .action-delete:visited,

    .gift-wrapping-title .action-remove:visited,

    .wishlist.split.button>.action:visited,

    .abs-add-fields .action.remove:visited,

    .paypal-review-discount .action.check:visited,

    .cart-discount .action.check:visited,

    .form-giftregistry-share .action.remove:visited,

    .form-giftregistry-edit .action.remove:visited,

    .form-add-invitations .action.remove:visited,

    .form-create-return .action.remove:visited,

    .form.send.friend .action.remove:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .abs-action-button-as-link:hover,

    .abs-action-remove:hover,

    .abs-discount-block .action.check:hover,

    .popup .actions-toolbar .action.cancel:hover,

    .paypal-button-widget .paypal-button:hover,

    .bundle-options-container .action.back:hover,

    .block.related .action.select:hover,

    .cart.table-wrapper .action.help.map:hover,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,

    .opc-wrapper .edit-address-link:hover,

    .opc-block-shipping-information .shipping-information-title .action-edit:hover,

    .action-auth-toggle:hover,

    .checkout-payment-method .checkout-billing-address .action-cancel:hover,

    .checkout-agreements-block .action-show:hover,

    .gift-options .actions-toolbar .action-cancel:hover,

    .gift-summary .action-edit:hover,

    .gift-summary .action-delete:hover,

    .gift-wrapping-title .action-remove:hover,

    .wishlist.split.button>.action:hover,

    .abs-add-fields .action.remove:hover,

    .paypal-review-discount .action.check:hover,

    .cart-discount .action.check:hover,

    .form-giftregistry-share .action.remove:hover,

    .form-giftregistry-edit .action.remove:hover,

    .form-add-invitations .action.remove:hover,

    .form-create-return .action.remove:hover,

    .form.send.friend .action.remove:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .abs-action-button-as-link:active,

    .abs-action-remove:active,

    .abs-discount-block .action.check:active,

    .popup .actions-toolbar .action.cancel:active,

    .paypal-button-widget .paypal-button:active,

    .bundle-options-container .action.back:active,

    .block.related .action.select:active,

    .cart.table-wrapper .action.help.map:active,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,

    .opc-wrapper .edit-address-link:active,

    .opc-block-shipping-information .shipping-information-title .action-edit:active,

    .action-auth-toggle:active,

    .checkout-payment-method .checkout-billing-address .action-cancel:active,

    .checkout-agreements-block .action-show:active,

    .gift-options .actions-toolbar .action-cancel:active,

    .gift-summary .action-edit:active,

    .gift-summary .action-delete:active,

    .gift-wrapping-title .action-remove:active,

    .wishlist.split.button>.action:active,

    .abs-add-fields .action.remove:active,

    .paypal-review-discount .action.check:active,

    .cart-discount .action.check:active,

    .form-giftregistry-share .action.remove:active,

    .form-giftregistry-edit .action.remove:active,

    .form-add-invitations .action.remove:active,

    .form-create-return .action.remove:active,

    .form.send.friend .action.remove:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .abs-action-button-as-link:hover,

    .abs-action-remove:hover,

    .abs-discount-block .action.check:hover,

    .popup .actions-toolbar .action.cancel:hover,

    .paypal-button-widget .paypal-button:hover,

    .bundle-options-container .action.back:hover,

    .block.related .action.select:hover,

    .cart.table-wrapper .action.help.map:hover,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,

    .opc-wrapper .edit-address-link:hover,

    .opc-block-shipping-information .shipping-information-title .action-edit:hover,

    .action-auth-toggle:hover,

    .checkout-payment-method .checkout-billing-address .action-cancel:hover,

    .checkout-agreements-block .action-show:hover,

    .gift-options .actions-toolbar .action-cancel:hover,

    .gift-summary .action-edit:hover,

    .gift-summary .action-delete:hover,

    .gift-wrapping-title .action-remove:hover,

    .wishlist.split.button>.action:hover,

    .abs-add-fields .action.remove:hover,

    .paypal-review-discount .action.check:hover,

    .cart-discount .action.check:hover,

    .form-giftregistry-share .action.remove:hover,

    .form-giftregistry-edit .action.remove:hover,

    .form-add-invitations .action.remove:hover,

    .form-create-return .action.remove:hover,

    .form.send.friend .action.remove:hover {

        color: #006bb4;

    }

    .abs-action-button-as-link:hover,

    .abs-action-button-as-link:active,

    .abs-action-button-as-link:focus,

    .abs-action-remove:hover,

    .abs-action-remove:active,

    .abs-action-remove:focus,

    .abs-discount-block .action.check:hover,

    .abs-discount-block .action.check:active,

    .abs-discount-block .action.check:focus,

    .popup .actions-toolbar .action.cancel:hover,

    .popup .actions-toolbar .action.cancel:active,

    .popup .actions-toolbar .action.cancel:focus,

    .paypal-button-widget .paypal-button:hover,

    .paypal-button-widget .paypal-button:active,

    .paypal-button-widget .paypal-button:focus,

    .bundle-options-container .action.back:hover,

    .bundle-options-container .action.back:active,

    .bundle-options-container .action.back:focus,

    .block.related .action.select:hover,

    .block.related .action.select:active,

    .block.related .action.select:focus,

    .cart.table-wrapper .action.help.map:hover,

    .cart.table-wrapper .action.help.map:active,

    .cart.table-wrapper .action.help.map:focus,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,

    .opc-wrapper .edit-address-link:hover,

    .opc-wrapper .edit-address-link:active,

    .opc-wrapper .edit-address-link:focus,

    .opc-block-shipping-information .shipping-information-title .action-edit:hover,

    .opc-block-shipping-information .shipping-information-title .action-edit:active,

    .opc-block-shipping-information .shipping-information-title .action-edit:focus,

    .action-auth-toggle:hover,

    .action-auth-toggle:active,

    .action-auth-toggle:focus,

    .checkout-payment-method .checkout-billing-address .action-cancel:hover,

    .checkout-payment-method .checkout-billing-address .action-cancel:active,

    .checkout-payment-method .checkout-billing-address .action-cancel:focus,

    .checkout-agreements-block .action-show:hover,

    .checkout-agreements-block .action-show:active,

    .checkout-agreements-block .action-show:focus,

    .gift-options .actions-toolbar .action-cancel:hover,

    .gift-options .actions-toolbar .action-cancel:active,

    .gift-options .actions-toolbar .action-cancel:focus,

    .gift-summary .action-edit:hover,

    .gift-summary .action-edit:active,

    .gift-summary .action-edit:focus,

    .gift-summary .action-delete:hover,

    .gift-summary .action-delete:active,

    .gift-summary .action-delete:focus,

    .gift-wrapping-title .action-remove:hover,

    .gift-wrapping-title .action-remove:active,

    .gift-wrapping-title .action-remove:focus,

    .wishlist.split.button>.action:hover,

    .wishlist.split.button>.action:active,

    .wishlist.split.button>.action:focus,

    .abs-add-fields .action.remove:hover,

    .abs-add-fields .action.remove:active,

    .abs-add-fields .action.remove:focus,

    .paypal-review-discount .action.check:hover,

    .paypal-review-discount .action.check:active,

    .paypal-review-discount .action.check:focus,

    .cart-discount .action.check:hover,

    .cart-discount .action.check:active,

    .cart-discount .action.check:focus,

    .form-giftregistry-share .action.remove:hover,

    .form-giftregistry-share .action.remove:active,

    .form-giftregistry-share .action.remove:focus,

    .form-giftregistry-edit .action.remove:hover,

    .form-giftregistry-edit .action.remove:active,

    .form-giftregistry-edit .action.remove:focus,

    .form-add-invitations .action.remove:hover,

    .form-add-invitations .action.remove:active,

    .form-add-invitations .action.remove:focus,

    .form-create-return .action.remove:hover,

    .form-create-return .action.remove:active,

    .form-create-return .action.remove:focus,

    .form.send.friend .action.remove:hover,

    .form.send.friend .action.remove:active,

    .form.send.friend .action.remove:focus {

        background: none;

        border: 0;

    }

    .abs-action-button-as-link.disabled,

    .abs-action-button-as-link[disabled],

    fieldset[disabled] .abs-action-button-as-link,

    .abs-action-remove.disabled,

    .abs-action-remove[disabled],

    fieldset[disabled] .abs-action-remove,

    .abs-discount-block .action.check.disabled,

    .abs-discount-block .action.check[disabled],

    fieldset[disabled] .abs-discount-block .action.check,

    .popup .actions-toolbar .action.cancel.disabled,

    .popup .actions-toolbar .action.cancel[disabled],

    fieldset[disabled] .popup .actions-toolbar .action.cancel,

    .paypal-button-widget .paypal-button.disabled,

    .paypal-button-widget .paypal-button[disabled],

    fieldset[disabled] .paypal-button-widget .paypal-button,

    .bundle-options-container .action.back.disabled,

    .bundle-options-container .action.back[disabled],

    fieldset[disabled] .bundle-options-container .action.back,

    .block.related .action.select.disabled,

    .block.related .action.select[disabled],

    fieldset[disabled] .block.related .action.select,

    .cart.table-wrapper .action.help.map.disabled,

    .cart.table-wrapper .action.help.map[disabled],

    fieldset[disabled] .cart.table-wrapper .action.help.map,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],

    fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,

    .opc-wrapper .edit-address-link.disabled,

    .opc-wrapper .edit-address-link[disabled],

    fieldset[disabled] .opc-wrapper .edit-address-link,

    .opc-block-shipping-information .shipping-information-title .action-edit.disabled,

    .opc-block-shipping-information .shipping-information-title .action-edit[disabled],

    fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,

    .action-auth-toggle.disabled,

    .action-auth-toggle[disabled],

    fieldset[disabled] .action-auth-toggle,

    .checkout-payment-method .checkout-billing-address .action-cancel.disabled,

    .checkout-payment-method .checkout-billing-address .action-cancel[disabled],

    fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,

    .checkout-agreements-block .action-show.disabled,

    .checkout-agreements-block .action-show[disabled],

    fieldset[disabled] .checkout-agreements-block .action-show,

    .gift-options .actions-toolbar .action-cancel.disabled,

    .gift-options .actions-toolbar .action-cancel[disabled],

    fieldset[disabled] .gift-options .actions-toolbar .action-cancel,

    .gift-summary .action-edit.disabled,

    .gift-summary .action-edit[disabled],

    fieldset[disabled] .gift-summary .action-edit,

    .gift-summary .action-delete.disabled,

    .gift-summary .action-delete[disabled],

    fieldset[disabled] .gift-summary .action-delete,

    .gift-wrapping-title .action-remove.disabled,

    .gift-wrapping-title .action-remove[disabled],

    fieldset[disabled] .gift-wrapping-title .action-remove,

    .wishlist.split.button>.action.disabled,

    .wishlist.split.button>.action[disabled],

    fieldset[disabled] .wishlist.split.button>.action,

    .abs-add-fields .action.remove.disabled,

    .abs-add-fields .action.remove[disabled],

    fieldset[disabled] .abs-add-fields .action.remove,

    .paypal-review-discount .action.check.disabled,

    .paypal-review-discount .action.check[disabled],

    fieldset[disabled] .paypal-review-discount .action.check,

    .cart-discount .action.check.disabled,

    .cart-discount .action.check[disabled],

    fieldset[disabled] .cart-discount .action.check,

    .form-giftregistry-share .action.remove.disabled,

    .form-giftregistry-share .action.remove[disabled],

    fieldset[disabled] .form-giftregistry-share .action.remove,

    .form-giftregistry-edit .action.remove.disabled,

    .form-giftregistry-edit .action.remove[disabled],

    fieldset[disabled] .form-giftregistry-edit .action.remove,

    .form-add-invitations .action.remove.disabled,

    .form-add-invitations .action.remove[disabled],

    fieldset[disabled] .form-add-invitations .action.remove,

    .form-create-return .action.remove.disabled,

    .form-create-return .action.remove[disabled],

    fieldset[disabled] .form-create-return .action.remove,

    .form.send.friend .action.remove.disabled,

    .form.send.friend .action.remove[disabled],

    fieldset[disabled] .form.send.friend .action.remove {

        color: #1979c3;

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

        text-decoration: underline;

    }

    .abs-action-remove:active,

    .abs-action-remove:not(:focus),

    .abs-discount-block .action.check:active,

    .abs-discount-block .action.check:not(:focus),

    .popup .actions-toolbar .action.cancel:active,

    .popup .actions-toolbar .action.cancel:not(:focus),

    .paypal-button-widget .paypal-button:active,

    .paypal-button-widget .paypal-button:not(:focus),

    .bundle-options-container .action.back:active,

    .bundle-options-container .action.back:not(:focus),

    .block.related .action.select:active,

    .block.related .action.select:not(:focus),

    .cart.table-wrapper .action.help.map:active,

    .cart.table-wrapper .action.help.map:not(:focus),

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),

    .opc-wrapper .edit-address-link:active,

    .opc-wrapper .edit-address-link:not(:focus),

    .opc-block-shipping-information .shipping-information-title .action-edit:active,

    .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),

    .action-auth-toggle:active,

    .action-auth-toggle:not(:focus),

    .checkout-payment-method .checkout-billing-address .action-cancel:active,

    .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),

    .checkout-agreements-block .action-show:active,

    .checkout-agreements-block .action-show:not(:focus),

    .gift-options .actions-toolbar .action-cancel:active,

    .gift-options .actions-toolbar .action-cancel:not(:focus),

    .gift-summary .action-edit:active,

    .gift-summary .action-edit:not(:focus),

    .gift-summary .action-delete:active,

    .gift-summary .action-delete:not(:focus),

    .gift-wrapping-title .action-remove:active,

    .gift-wrapping-title .action-remove:not(:focus),

    .wishlist.split.button>.action:active,

    .wishlist.split.button>.action:not(:focus),

    .abs-add-fields .action.remove:active,

    .abs-add-fields .action.remove:not(:focus),

    .paypal-review-discount .action.check:active,

    .paypal-review-discount .action.check:not(:focus),

    .cart-discount .action.check:active,

    .cart-discount .action.check:not(:focus),

    .form-giftregistry-share .action.remove:active,

    .form-giftregistry-share .action.remove:not(:focus),

    .form-giftregistry-edit .action.remove:active,

    .form-giftregistry-edit .action.remove:not(:focus),

    .form-add-invitations .action.remove:active,

    .form-add-invitations .action.remove:not(:focus),

    .form-create-return .action.remove:active,

    .form-create-return .action.remove:not(:focus),

    .form.send.friend .action.remove:active,

    .form.send.friend .action.remove:not(:focus) {

        box-shadow: none;

    }

    .abs-revert-to-action-secondary,

    .paypal-review .block .actions-toolbar .action.primary,

    .abs-discount-block .actions-toolbar .action.primary,

    .abs-discount-block .actions-toolbar .action.cancel,

    .block-compare .action.primary,

    .cart-summary .block .actions-toolbar>.primary .action.primary,

    .cart-summary .form.giftregistry .fieldset .action.primary,

    .paypal-review-discount .actions-toolbar .action.primary,

    .paypal-review-discount .actions-toolbar .action.cancel,

    .cart-discount .actions-toolbar .action.primary,

    .cart-discount .actions-toolbar .action.cancel {

        background: #eeeeee;

        border: 1px solid #cccccc;

        color: #333333;

    }

    .abs-revert-secondary-color:focus,

    .abs-revert-secondary-color:active,

    .abs-revert-to-action-secondary:focus,

    .abs-revert-to-action-secondary:active,

    .paypal-review .block .actions-toolbar .action.primary:focus,

    .paypal-review .block .actions-toolbar .action.primary:active,

    .abs-discount-block .actions-toolbar .action.primary:focus,

    .abs-discount-block .actions-toolbar .action.primary:active,

    .abs-discount-block .actions-toolbar .action.cancel:focus,

    .abs-discount-block .actions-toolbar .action.cancel:active,

    .block-compare .action.primary:focus,

    .block-compare .action.primary:active,

    .cart-summary .block .actions-toolbar>.primary .action.primary:focus,

    .cart-summary .block .actions-toolbar>.primary .action.primary:active,

    .cart-summary .form.giftregistry .fieldset .action.primary:focus,

    .cart-summary .form.giftregistry .fieldset .action.primary:active,

    .paypal-review-discount .actions-toolbar .action.primary:focus,

    .paypal-review-discount .actions-toolbar .action.primary:active,

    .paypal-review-discount .actions-toolbar .action.cancel:focus,

    .paypal-review-discount .actions-toolbar .action.cancel:active,

    .cart-discount .actions-toolbar .action.primary:focus,

    .cart-discount .actions-toolbar .action.primary:active,

    .cart-discount .actions-toolbar .action.cancel:focus,

    .cart-discount .actions-toolbar .action.cancel:active {

        background: #e2e2e2;

        border: 1px solid #cccccc;

        color: #333333;

    }

    .abs-revert-secondary-color:hover,

    .abs-revert-to-action-secondary:hover,

    .paypal-review .block .actions-toolbar .action.primary:hover,

    .abs-discount-block .actions-toolbar .action.primary:hover,

    .abs-discount-block .actions-toolbar .action.cancel:hover,

    .block-compare .action.primary:hover,

    .cart-summary .block .actions-toolbar>.primary .action.primary:hover,

    .cart-summary .form.giftregistry .fieldset .action.primary:hover,

    .paypal-review-discount .actions-toolbar .action.primary:hover,

    .paypal-review-discount .actions-toolbar .action.cancel:hover,

    .cart-discount .actions-toolbar .action.primary:hover,

    .cart-discount .actions-toolbar .action.cancel:hover {

        background: #e1e1e1;

        border: 1px solid #cccccc;

        color: #333333;

    }

    .products-grid.wishlist .product-item .box-tocart .tocart {

        font-size: 1.4rem;

        line-height: 1.6rem;

        padding: 7px 15px;

    }

    .multicheckout .action.primary,

    .order-review-form .action.primary,

    .bundle-actions .action.primary.customize,

    .bundle-options-container .block-bundle-summary .box-tocart .action.primary,

    .box-tocart .action.tocart,

    .cart-summary .checkout-methods-items .action.primary.checkout,

    .methods-shipping .actions-toolbar .action.primary,

    .block-authentication .action.action-register,

    .block-authentication .action.action-login,

    .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,

    .form-address-edit .actions-toolbar .action.primary {

        line-height: 2.2rem;

        padding: 14px 17px;

        font-size: 1.8rem;

    }

    .multicheckout .item-options dt,

    .cart.table-wrapper .item-options dt,

    .block-giftregistry-shared-items .product .item-options dt {

        clear: left;

        float: left;

        margin: 0 10px 5px 0;

    }

    .multicheckout .item-options dt:after,

    .cart.table-wrapper .item-options dt:after,

    .block-giftregistry-shared-items .product .item-options dt:after {

        content: ': ';

    }

    .multicheckout .item-options dd,

    .cart.table-wrapper .item-options dd,

    .block-giftregistry-shared-items .product .item-options dd {

        display: inline-block;

        float: left;

        margin: 0 0 5px;

    }

    .actions-toolbar>.primary .action,

    .actions-toolbar>.secondary .action,

    .bundle-actions .action.primary.customize,

    .bundle-options-container .block-bundle-summary .box-tocart .action.primary,

    .box-tocart .action.tocart {

        width: 100%;

    }

    .cart.table-wrapper .product-image-wrapper,

    .minicart-items .product-image-wrapper,

    .block-giftregistry-shared-items .product-image-wrapper {

        height: auto;

        padding: 0 !important;

    }

    .cart.table-wrapper .product-image-wrapper .product-image-photo,

    .minicart-items .product-image-wrapper .product-image-photo,

    .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {

        position: static;

    }

    .product.media .product.photo .photo.image {

        display: block;

        height: auto;

        margin: 0 auto;

        max-width: 100%;

    }

    .amazon-validate-container .block .block-title {

        border-bottom: 1px solid #e8e8e8;

        font-size: 1.8rem;

        margin-bottom: 15px;

        padding-bottom: 12px;

    }

    .amazon-validate-container .block .block-title strong {

        font-weight: 500;

    }

    .giftregisty-dropdown,

    .wishlist-dropdown {

        display: inline-block;

        position: relative;

    }

    .abs-dropdown-simple:before,

    .abs-dropdown-simple:after,

    .giftregisty-dropdown:before,

    .giftregisty-dropdown:after,

    .wishlist-dropdown:before,

    .wishlist-dropdown:after {

        content: '';

        display: table;

    }

    .abs-dropdown-simple:after,

    .giftregisty-dropdown:after,

    .wishlist-dropdown:after {

        clear: both;

    }

    .abs-dropdown-simple .action.toggle,

    .giftregisty-dropdown .action.toggle,

    .wishlist-dropdown .action.toggle {

        cursor: pointer;

        display: inline-block;

        text-decoration: none;

    }

    .abs-dropdown-simple .action.toggle:after,

    .giftregisty-dropdown .action.toggle:after,

    .wishlist-dropdown .action.toggle:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: inherit;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0 0 0 5px;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-dropdown-simple .action.toggle:hover:after,

    .giftregisty-dropdown .action.toggle:hover:after,

    .wishlist-dropdown .action.toggle:hover:after {

        color: inherit;

    }

    .abs-dropdown-simple .action.toggle:active:after,

    .giftregisty-dropdown .action.toggle:active:after,

    .wishlist-dropdown .action.toggle:active:after {

        color: inherit;

    }

    .abs-dropdown-simple .action.toggle.active,

    .giftregisty-dropdown .action.toggle.active,

    .wishlist-dropdown .action.toggle.active {

        display: inline-block;

        text-decoration: none;

    }

    .abs-dropdown-simple .action.toggle.active:after,

    .giftregisty-dropdown .action.toggle.active:after,

    .wishlist-dropdown .action.toggle.active:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: inherit;

        color: inherit;

        content: '\e621';

        font-family: 'berserk-icons';

        margin: 0 0 0 5px;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-dropdown-simple .action.toggle.active:hover:after,

    .giftregisty-dropdown .action.toggle.active:hover:after,

    .wishlist-dropdown .action.toggle.active:hover:after {

        color: inherit;

    }

    .abs-dropdown-simple .action.toggle.active:active:after,

    .giftregisty-dropdown .action.toggle.active:active:after,

    .wishlist-dropdown .action.toggle.active:active:after {

        color: inherit;

    }

    .abs-dropdown-simple ul.dropdown,

    .giftregisty-dropdown ul.dropdown,

    .wishlist-dropdown ul.dropdown {

        margin: 0;

        padding: 0;

        list-style: none none;

        background: #ffffff;

        border: 1px solid #bbbbbb;

        margin-top: 4px;

        min-width: 200px;

        z-index: 100;

        box-sizing: border-box;

        display: none;

        position: absolute;

        top: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

    }

    .abs-dropdown-simple ul.dropdown li,

    .giftregisty-dropdown ul.dropdown li,

    .wishlist-dropdown ul.dropdown li {

        margin: 0;

        padding: 5px 5px 5px 23px;

    }

    .abs-dropdown-simple ul.dropdown li:hover,

    .giftregisty-dropdown ul.dropdown li:hover,

    .wishlist-dropdown ul.dropdown li:hover {

        background: #e8e8e8;

        cursor: pointer;

    }

    .abs-dropdown-simple ul.dropdown:before,

    .abs-dropdown-simple ul.dropdown:after,

    .giftregisty-dropdown ul.dropdown:before,

    .giftregisty-dropdown ul.dropdown:after,

    .wishlist-dropdown ul.dropdown:before,

    .wishlist-dropdown ul.dropdown:after {

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

    }

    .abs-dropdown-simple ul.dropdown:before,

    .giftregisty-dropdown ul.dropdown:before,

    .wishlist-dropdown ul.dropdown:before {

        border: 6px solid;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .abs-dropdown-simple ul.dropdown:after,

    .giftregisty-dropdown ul.dropdown:after,

    .wishlist-dropdown ul.dropdown:after {

        border: 7px solid;

        border-color: transparent transparent #bbbbbb transparent;

        z-index: 98;

    }

    .abs-dropdown-simple ul.dropdown:before,

    .giftregisty-dropdown ul.dropdown:before,

    .wishlist-dropdown ul.dropdown:before {

        left: 10px;

        top: -12px;

    }

    .abs-dropdown-simple ul.dropdown:after,

    .giftregisty-dropdown ul.dropdown:after,

    .wishlist-dropdown ul.dropdown:after {

        left: 9px;

        top: -14px;

    }

    .abs-dropdown-simple.active,

    .giftregisty-dropdown.active,

    .wishlist-dropdown.active {

        overflow: visible;

    }

    .abs-dropdown-simple.active ul.dropdown,

    .giftregisty-dropdown.active ul.dropdown,

    .wishlist-dropdown.active ul.dropdown {

        display: block;

    }

    .giftregisty-dropdown ul.items,

    .wishlist-dropdown ul.items {

        padding: 6px 0;

    }

    .multicheckout .table-wrapper .col .qty .input-text,

    .column .block-addbysku .qty .qty,

    .bundle-options-container .input-text.qty,

    .box-tocart .input-text.qty,

    .account .data.table-return-items .qty .input-text,

    .table-giftregistry-items .field.qty .qty,

    .block-giftregistry-shared-items .qty .qty,

    .table.grouped .col.qty .control.qty .qty,

    .block-wishlist-info-items .input-text.qty,

    .account .table-wrapper .data.table.wishlist .box-tocart .qty,

    .products-grid.wishlist .product-item .box-tocart input.qty,

    .sidebar .block-addbysku .fieldset .fields .field.qty .qty {

        text-align: center;

        width: 54px;

    }

    .block,

    .customer-review .product-details,

    .block-banners,

    .block-banners-inline {

        margin-bottom: 40px;

    }

    .sidebar .product-items .action.delete,

    .table-comparison .cell.remove .action.delete,

    .block-compare .action.delete,

    .filter-current .action.remove {

        display: inline-block;

        text-decoration: none;

    }

    .abs-remove-button-for-blocks>span,

    .sidebar .product-items .action.delete>span,

    .table-comparison .cell.remove .action.delete>span,

    .block-compare .action.delete>span,

    .filter-current .action.remove>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .abs-remove-button-for-blocks:before,

    .sidebar .product-items .action.delete:before,

    .table-comparison .cell.remove .action.delete:before,

    .block-compare .action.delete:before,

    .filter-current .action.remove:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: 15px;

        color: #999999;

        content: '\e616';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-remove-button-for-blocks:hover:before,

    .sidebar .product-items .action.delete:hover:before,

    .table-comparison .cell.remove .action.delete:hover:before,

    .block-compare .action.delete:hover:before,

    .filter-current .action.remove:hover:before {

        color: #494949;

    }

    .abs-remove-button-for-blocks:active:before,

    .sidebar .product-items .action.delete:active:before,

    .table-comparison .cell.remove .action.delete:active:before,

    .block-compare .action.delete:active:before,

    .filter-current .action.remove:active:before {

        color: #999999;

    }

    .product-item-name,

    .product.name a {

        font-weight: 400;

    }

    .product-item-name>a,

    .product.name a>a {

        color: #333333;

        text-decoration: none;

    }

    .abs-product-link>a:visited,

    .product-item-name>a:visited,

    .product.name a>a:visited {

        color: #333333;

        text-decoration: underline;

    }

    .abs-product-link>a:hover,

    .product-item-name>a:hover,

    .product.name a>a:hover {

        color: #333333;

        text-decoration: underline;

    }

    .abs-product-link>a:active,

    .product-item-name>a:active,

    .product.name a>a:active {

        color: #333333;

        text-decoration: underline;

    }

    .abs-like-link:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .abs-like-link:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .abs-like-link:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .form.giftregistry.items .actions-toolbar,

    .form.wishlist.items .actions-toolbar {

        margin-left: 0;

    }

    .abs-add-fields .action.remove,

    .form-giftregistry-share .action.remove,

    .form-giftregistry-edit .action.remove,

    .form-add-invitations .action.remove,

    .form-create-return .action.remove,

    .form.send.friend .action.remove {

        line-height: normal;

        margin-left: 73%;

        position: absolute;

        top: 34px;

        width: auto;

    }

    .form-giftregistry-share .fieldset .field .control,

    .form-giftregistry-edit .fieldset .field .control,

    .form-add-invitations .fieldset .field .control,

    .form-create-return .fieldset .field .control,

    .form.send.friend .fieldset .field .control {

        width: 70%;

    }

    .form-giftregistry-share .fieldset .actions-toolbar>.secondary,

    .form-giftregistry-edit .fieldset .actions-toolbar>.secondary,

    .form-add-invitations .fieldset .actions-toolbar>.secondary,

    .form-create-return .fieldset .actions-toolbar>.secondary,

    .form.send.friend .fieldset .actions-toolbar>.secondary {

        float: left;

    }

    .form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,

    .form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,

    .form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,

    .form-create-return .fieldset .actions-toolbar>.secondary .action.add,

    .form.send.friend .fieldset .actions-toolbar>.secondary .action.add {

        margin-top: 30px;

    }

    .form-giftregistry-share .fieldset .fields .actions-toolbar,

    .form-giftregistry-edit .fieldset .fields .actions-toolbar,

    .form-add-invitations .fieldset .fields .actions-toolbar,

    .form-create-return .fieldset .fields .actions-toolbar,

    .form.send.friend .fieldset .fields .actions-toolbar {

        margin: 0;

    }

    .form-giftregistry-share .additional,

    .form-giftregistry-edit .additional,

    .form-add-invitations .additional,

    .form-create-return .additional,

    .form.send.friend .additional {

        margin-top: 55px;

        position: relative;

    }

    .form-giftregistry-share .message.notice,

    .form-giftregistry-edit .message.notice,

    .form-add-invitations .message.notice,

    .form-create-return .message.notice,

    .form.send.friend .message.notice {

        margin: 30px 0 0;

    }

    .order-details-items .order-items .order-gift-message:not(.expanded-content) {

        height: 0;

        visibility: hidden;

    }

    .multicheckout .table-wrapper .col .label,

    .multicheckout .block .methods-shipping .item-content .fieldset>.legend,

    .opc-wrapper .form-discount .field .label,

    .bundle-options-container .block-bundle-summary .product-image-container,

    .bundle-options-container .block-bundle-summary .product.name,

    .bundle-options-container .block-bundle-summary .stock,

    .product-item-actions .actions-secondary>.action span,

    .special-price .price-label,

    .table-comparison .cell.label.remove span,

    .table-comparison .cell.label.product span,

    .block.related .field.choice .label,

    .cart.table-wrapper .col.qty .label,

    .minicart-wrapper .action.showcart .text,

    .minicart-wrapper .action.showcart .counter-label,

    .checkout-payment-method .field-select-billing>.label,

    .checkout-payment-method .payments .legend,

    .checkout-payment-method .ccard .legend,

    .field.street .field.additional .label,

    .block-balance .balance-price-label,

    .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,

    .page-product-giftcard .fieldset.giftcard>.legend,

    .opc-wrapper .form-giftcard-account .field .label,

    .form-add-invitations .fields .label,

    .filter-options-content .filter-count-label,

    .table-comparison .wishlist.split.button>.action.split span,

    .product-items .wishlist.split.button>.action.split span,

    .page-multiple-wishlist .page-title-wrapper .page-title,

    .block-wishlist-search-form .form-wishlist-search .fieldset>.legend,

    .block.newsletter .label,

    .review-date .review-details-label,

    .customer-review .product-details .rating-average-label,

    .block-reorder .product-item .label,

    .action.skip:not(:focus),

    .page-header .switcher .label,

    .page-footer .switcher .label,

    .products-grid.wishlist .product-item .comment-box .label {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .minicart-items .product.options .toggle>span,

    .shipping-policy-block.field-tooltip .field-tooltip-action span {

        clip: auto;

        height: auto;

        margin: 0;

        overflow: visible;

        position: static;

        width: auto;

    }

    .abs-add-clearfix:before,

    .abs-add-clearfix:after,

    .abs-add-fields .fieldset .actions-toolbar:before,

    .abs-add-fields .fieldset .actions-toolbar:after,

    .payment-method-braintree .hosted-date-wrap:before,

    .payment-method-braintree .hosted-date-wrap:after,

    .multicheckout .item-options:before,

    .multicheckout .item-options:after,

    .multicheckout .block:before,

    .multicheckout .block:after,

    .multicheckout .block-content:before,

    .multicheckout .block-content:after,

    .bundle-options-container .product-options-wrapper .field.choice .label:before,

    .bundle-options-container .product-options-wrapper .field.choice .label:after,

    .toolbar:before,

    .toolbar:after,

    .sidebar .product-items-images:before,

    .sidebar .product-items-images:after,

    .cart.table-wrapper .actions-toolbar:before,

    .cart.table-wrapper .actions-toolbar:after,

    .cart.table-wrapper .item-options:before,

    .cart.table-wrapper .item-options:after,

    .minicart-items .product-item>.product:before,

    .minicart-items .product-item>.product:after,

    .checkout-container:before,

    .checkout-container:after,

    .opc-estimated-wrapper:before,

    .opc-estimated-wrapper:after,

    .opc-wrapper .field.addresses:before,

    .opc-wrapper .field.addresses:after,

    .page-product-downloadable .product-add-form:before,

    .page-product-downloadable .product-add-form:after,

    .gift-item-block .content:before,

    .gift-item-block .content:after,

    .order-details-items .order-gift-message:before,

    .order-details-items .order-gift-message:after,

    .order-details-items .block-order-details-gift-message:before,

    .order-details-items .block-order-details-gift-message:after,

    .block-giftregistry-shared-items .product .item-options:before,

    .block-giftregistry-shared-items .product .item-options:after,

    .gift-wrapping-list:before,

    .gift-wrapping-list:after,

    .opc-wrapper .data.table .gift-wrapping .content:before,

    .opc-wrapper .data.table .gift-wrapping .content:after,

    .table-order-items .gift-wrapping .content:before,

    .table-order-items .gift-wrapping .content:after,

    .map-popup .map-info-price:before,

    .map-popup .map-info-price:after,

    .customer-review .product-details:before,

    .customer-review .product-details:after,

    .form-create-return .actions-toolbar:before,

    .form-create-return .actions-toolbar:after,

    .header.content:before,

    .header.content:after,

    .form-giftregistry-share .fieldset .actions-toolbar:before,

    .form-giftregistry-share .fieldset .actions-toolbar:after,

    .form-giftregistry-edit .fieldset .actions-toolbar:before,

    .form-giftregistry-edit .fieldset .actions-toolbar:after,

    .form-add-invitations .fieldset .actions-toolbar:before,

    .form-add-invitations .fieldset .actions-toolbar:after,

    .form-create-return .fieldset .actions-toolbar:before,

    .form-create-return .fieldset .actions-toolbar:after,

    .form.send.friend .fieldset .actions-toolbar:before,

    .form.send.friend .fieldset .actions-toolbar:after {

        content: '';

        display: table;

    }

    .abs-add-clearfix:after,

    .abs-add-fields .fieldset .actions-toolbar:after,

    .payment-method-braintree .hosted-date-wrap:after,

    .multicheckout .item-options:after,

    .multicheckout .block:after,

    .multicheckout .block-content:after,

    .bundle-options-container .product-options-wrapper .field.choice .label:after,

    .toolbar:after,

    .sidebar .product-items-images:after,

    .cart.table-wrapper .actions-toolbar:after,

    .cart.table-wrapper .item-options:after,

    .minicart-items .product-item>.product:after,

    .checkout-container:after,

    .opc-estimated-wrapper:after,

    .opc-wrapper .field.addresses:after,

    .page-product-downloadable .product-add-form:after,

    .gift-item-block .content:after,

    .order-details-items .order-gift-message:after,

    .order-details-items .block-order-details-gift-message:after,

    .block-giftregistry-shared-items .product .item-options:after,

    .gift-wrapping-list:after,

    .opc-wrapper .data.table .gift-wrapping .content:after,

    .table-order-items .gift-wrapping .content:after,

    .map-popup .map-info-price:after,

    .customer-review .product-details:after,

    .form-create-return .actions-toolbar:after,

    .header.content:after,

    .form-giftregistry-share .fieldset .actions-toolbar:after,

    .form-giftregistry-edit .fieldset .actions-toolbar:after,

    .form-add-invitations .fieldset .actions-toolbar:after,

    .form-create-return .fieldset .actions-toolbar:after,

    .form.send.friend .fieldset .actions-toolbar:after {

        clear: both;

    }

    .abs-field-date .control,

    .abs-field-tooltip,

    .columns .column.main,

    .columns .sidebar-main,

    .columns .sidebar-additional,

    .column .block-addbysku .sku,

    .product-item,

    .sidebar .product-items-images .product-item,

    .search-autocomplete,

    .cart-summary,

    .opc-wrapper .shipping-address-item,

    .shipping-policy-block.field-tooltip .field-tooltip-content,

    .opc-block-summary,

    .block-event .slider-panel .slider .item .action.show,

    .sidebar .block-addbysku .fieldset .fields .field.sku,

    .form.search.advanced .fields.range .field.date .control,

    .field .control._with-tooltip,

    .form-giftregistry-edit .field.date .control {

        box-sizing: border-box;

    }

    .abs-navigation-icon:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 34px;

        line-height: 1.2;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-split-button:before,

    .abs-split-button:after {

        content: '';

        display: table;

    }

    .abs-split-button:after {

        clear: both;

    }

    .abs-split-button .action.split {

        float: left;

        margin: 0;

    }

    .abs-split-button .action.toggle {

        float: right;

        margin: 0;

    }

    .abs-split-button button.action.split {

        border-bottom-right-radius: 0;

        border-top-right-radius: 0;

    }

    .abs-split-button button+.action.toggle {

        border-bottom-left-radius: 0;

        border-left: 0;

        border-top-left-radius: 0;

    }

    .abs-split-button .action.toggle {

        display: inline-block;

        text-decoration: none;

    }

    .abs-split-button .action.toggle>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .abs-split-button .action.toggle:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: inherit;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-split-button .action.toggle:hover:after {

        color: inherit;

    }

    .abs-split-button .action.toggle:active:after {

        color: inherit;

    }

    .abs-split-button .action.toggle.active {

        display: inline-block;

        text-decoration: none;

    }

    .abs-split-button .action.toggle.active>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .abs-split-button .action.toggle.active:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: inherit;

        color: inherit;

        content: '\e621';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-split-button .action.toggle.active:hover:after {

        color: inherit;

    }

    .abs-split-button .action.toggle.active:active:after {

        color: inherit;

    }

    .abs-split-button .items {

        margin: 0;

        padding: 0;

        list-style: none none;

        background: #ffffff;

        border: 1px solid #bbbbbb;

        margin-top: 4px;

        min-width: 100%;

        z-index: 100;

        box-sizing: border-box;

        display: none;

        position: absolute;

        top: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

    }

    .abs-split-button .items li {

        margin: 0;

        padding: 3px 5px;

    }

    .abs-split-button .items li:hover {

        background: #e8e8e8;

        cursor: pointer;

    }

    .abs-split-button .items:before,

    .abs-split-button .items:after {

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

    }

    .abs-split-button .items:before {

        border: 6px solid;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .abs-split-button .items:after {

        border: 7px solid;

        border-color: transparent transparent #bbbbbb transparent;

        z-index: 98;

    }

    .abs-split-button .items:before {

        right: 10px;

        top: -12px;

    }

    .abs-split-button .items:after {

        right: 9px;

        top: -14px;

    }

    .abs-split-button.active {

        overflow: visible;

    }

    .abs-split-button.active .items {

        display: block;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links>.action,

    .product-item-actions .actions-secondary>.action,

    .wishlist.split.button>.action.split,

    .product-social-links .action.mailto.friend,

    .product-social-links .action.towishlist,

    .block-bundle-summary .action.towishlist,

    .product-item .action.towishlist,

    .table-comparison .action.towishlist {

        color: #999999;

        font-weight: 600;

        letter-spacing: .05em;

        text-transform: uppercase;

        display: inline-block;

        text-decoration: none;

    }

    .abs-actions-addto:before,

    .bundle-options-container .block-bundle-summary .product-addto-links>.action:before,

    .product-item-actions .actions-secondary>.action:before,

    .wishlist.split.button>.action.split:before,

    .product-social-links .action.mailto.friend:before,

    .product-social-links .action.towishlist:before,

    .block-bundle-summary .action.towishlist:before,

    .product-item .action.towishlist:before,

    .table-comparison .action.towishlist:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: 16px;

        color: inherit;

        font-family: 'berserk-icons';

        margin: -2px 5px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,

    .product-item-actions .actions-secondary>.action:hover,

    .wishlist.split.button>.action.split:hover,

    .product-social-links .action.mailto.friend:hover,

    .product-social-links .action.towishlist:hover,

    .block-bundle-summary .action.towishlist:hover,

    .product-item .action.towishlist:hover,

    .table-comparison .action.towishlist:hover {

        color: #333333;

        text-decoration: none;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links>.action:before,

    .product-item-actions .actions-secondary>.action:before,

    .wishlist.split.button>.action.split:before,

    .product-social-links .action.mailto.friend:before,

    .product-social-links .action.towishlist:before,

    .block-bundle-summary .action.towishlist:before,

    .product-item .action.towishlist:before,

    .table-comparison .action.towishlist:before {

        width: 18px;

    }

    .bundle-options-container .block-bundle-summary .box-tocart,

    .box-tocart {

        margin: 0 0 30px;

    }

    .abs-cart-block>.title,

    .minicart-items .product .toggle,

    .abs-discount-block .block>.title,

    .cart-summary .block>.title,

    .paypal-review-discount .block>.title,

    .cart-discount .block>.title {

        border-top: 1px solid #cccccc;

        cursor: pointer;

        margin-bottom: 0;

        position: relative;

        padding: 10px 40px 10px 15px;

        display: block;

        text-decoration: none;

    }

    .abs-cart-block>.title:after,

    .minicart-items .product .toggle:after,

    .abs-discount-block .block>.title:after,

    .cart-summary .block>.title:after,

    .paypal-review-discount .block>.title:after,

    .cart-discount .block>.title:after {

        position: absolute;

        right: 20px;

        top: 10px;

    }

    .abs-toggling-title>span,

    .abs-cart-block>.title>span,

    .minicart-items .product .toggle>span,

    .abs-discount-block .block>.title>span,

    .cart-summary .block>.title>span,

    .paypal-review-discount .block>.title>span,

    .cart-discount .block>.title>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .abs-toggling-title:after,

    .abs-cart-block>.title:after,

    .minicart-items .product .toggle:after,

    .abs-discount-block .block>.title:after,

    .cart-summary .block>.title:after,

    .paypal-review-discount .block>.title:after,

    .cart-discount .block>.title:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: 12px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 3px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .abs-discount-block .block,

    .cart-summary .block,

    .paypal-review-discount .block,

    .cart-discount .block {

        margin: 0;

    }

    .abs-discount-block .block>.title:after,

    .cart-summary .block>.title:after,

    .paypal-review-discount .block>.title:after,

    .cart-discount .block>.title:after {

        color: #858585;

    }

    .abs-discount-block .block .content,

    .cart-summary .block .content,

    .paypal-review-discount .block .content,

    .cart-discount .block .content {

        display: none;

        padding: 5px 15px 23px;

        position: relative;

    }

    .abs-cart-block.active>.title:after,

    .abs-discount-block .block.active>.title:after,

    .cart-summary .block.active>.title:after,

    .paypal-review-discount .block.active>.title:after,

    .cart-discount .block.active>.title:after {

        content: '\e621';

    }

    .abs-discount-block .block.active .content,

    .cart-summary .block.active .content,

    .paypal-review-discount .block.active .content,

    .cart-discount .block.active .content {

        display: block;

    }

    .abs-account-blocks .block-title,

    .multicheckout .block-title,

    .multicheckout .block-content .title,

    .account .legend,

    .form-giftregistry-search .legend,

    .block-giftregistry-results .block-title,

    .block-giftregistry-shared-items .block-title,

    .block-wishlist-search-form .block-title,

    .block-wishlist-search-results .block-title,

    .customer-review .review-details .title,

    .multicheckout .block-title,

    .paypal-review .block .block-title,

    .account .column.main .block:not(.widget) .block-title,

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,

    [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,

    .sales-guest-view .column.main .block:not(.widget) .block-title {

        border-bottom: 1px solid #c6c6c6;

        margin-bottom: 25px;

        padding-bottom: 10px;

    }

    .abs-account-blocks .block-title>strong,

    .abs-account-blocks .block-title>span,

    .multicheckout .block-title>strong,

    .multicheckout .block-title>span,

    .multicheckout .block-content .title>strong,

    .multicheckout .block-content .title>span,

    .account .legend>strong,

    .account .legend>span,

    .form-giftregistry-search .legend>strong,

    .form-giftregistry-search .legend>span,

    .block-giftregistry-results .block-title>strong,

    .block-giftregistry-results .block-title>span,

    .block-giftregistry-shared-items .block-title>strong,

    .block-giftregistry-shared-items .block-title>span,

    .block-wishlist-search-form .block-title>strong,

    .block-wishlist-search-form .block-title>span,

    .block-wishlist-search-results .block-title>strong,

    .block-wishlist-search-results .block-title>span,

    .customer-review .review-details .title>strong,

    .customer-review .review-details .title>span,

    .multicheckout .block-title>strong,

    .multicheckout .block-title>span,

    .paypal-review .block .block-title>strong,

    .paypal-review .block .block-title>span,

    .account .column.main .block:not(.widget) .block-title>strong,

    .account .column.main .block:not(.widget) .block-title>span,

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,

    [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,

    [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,

    .sales-guest-view .column.main .block:not(.widget) .block-title>strong,

    .sales-guest-view .column.main .block:not(.widget) .block-title>span {

        font-size: 2.2rem;

        font-weight: 300;

    }

    .block-addresses-list address,

    .box-billing-address .box-content,

    .box-shipping-address .box-content,

    .box-information .box-content,

    .box-newsletter .box-content {

        line-height: 24px;

    }

    .order-details-items tfoot td {

        background: #f5f5f5;

    }

    .paypal-review .table-paypal-review-items .col.price .price-including-tax,

    .paypal-review .table-paypal-review-items .col.price .price-excluding-tax,

    .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,

    .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,

    .cart.table-wrapper .col.price .price-including-tax,

    .cart.table-wrapper .col.price .price-excluding-tax,

    .cart.table-wrapper .col.subtotal .price-including-tax,

    .cart.table-wrapper .col.subtotal .price-excluding-tax,

    .cart.table-wrapper .col.msrp .price-including-tax,

    .cart.table-wrapper .col.msrp .price-excluding-tax,

    .order-details-items .col.price .price-including-tax,

    .order-details-items .col.price .price-excluding-tax,

    .order-details-items .col.subtotal .price-including-tax,

    .order-details-items .col.subtotal .price-excluding-tax {

        color: #666666;

        font-size: 1.8rem;

        display: block;

        line-height: 1;

        white-space: nowrap;

    }

    .paypal-review .table-paypal-review-items .col.price .price-including-tax .price,

    .paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,

    .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,

    .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,

    .cart.table-wrapper .col.price .price-including-tax .price,

    .cart.table-wrapper .col.price .price-excluding-tax .price,

    .cart.table-wrapper .col.subtotal .price-including-tax .price,

    .cart.table-wrapper .col.subtotal .price-excluding-tax .price,

    .cart.table-wrapper .col.msrp .price-including-tax .price,

    .cart.table-wrapper .col.msrp .price-excluding-tax .price,

    .order-details-items .col.price .price-including-tax .price,

    .order-details-items .col.price .price-excluding-tax .price,

    .order-details-items .col.subtotal .price-including-tax .price,

    .order-details-items .col.subtotal .price-excluding-tax .price {

        font-weight: 700;

    }

    .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,

    .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,

    .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,

    .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,

    .cart-summary .price-including-tax,

    .cart-summary .price-excluding-tax,

    .gift-summary .price-including-tax,

    .gift-summary .price-excluding-tax,

    .gift-options .price-including-tax,

    .gift-options .price-excluding-tax {

        font-size: 1.4rem;

        display: inline-block;

    }

    .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,

    .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,

    .cart-summary .price-including-tax+.price-excluding-tax,

    .gift-summary .price-including-tax+.price-excluding-tax,

    .gift-options .price-including-tax+.price-excluding-tax {

        font-size: 1.1rem;

        display: inline-block;

    }

    .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,

    .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,

    .cart-summary .price-including-tax+.price-excluding-tax:before,

    .gift-summary .price-including-tax+.price-excluding-tax:before,

    .gift-options .price-including-tax+.price-excluding-tax:before {

        content: '('attr(data-label) ': ';

    }

    .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,

    .bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,

    .cart-summary .price-including-tax+.price-excluding-tax:after,

    .gift-summary .price-including-tax+.price-excluding-tax:after,

    .gift-options .price-including-tax+.price-excluding-tax:after {

        content: ')';

    }

    .price-including-tax .cart-tax-total,

    .price-excluding-tax .cart-tax-total,

    .paypal-review .table-paypal-review-items .cart-tax-total,

    .cart.table-wrapper .cart-tax-total,

    .order-details-items .cart-tax-total {

        cursor: pointer;

        padding-right: 10px;

        position: relative;

        display: inline-block;

        text-decoration: none;

    }

    .abs-tax-total:after,

    .price-including-tax .cart-tax-total:after,

    .price-excluding-tax .cart-tax-total:after,

    .paypal-review .table-paypal-review-items .cart-tax-total:after,

    .cart.table-wrapper .cart-tax-total:after,

    .order-details-items .cart-tax-total:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 8px;

        line-height: 8px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 3px 0 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .price-including-tax .cart-tax-total:after,

    .price-excluding-tax .cart-tax-total:after,

    .paypal-review .table-paypal-review-items .cart-tax-total:after,

    .cart.table-wrapper .cart-tax-total:after,

    .order-details-items .cart-tax-total:after {

        position: absolute;

        right: -2px;

        top: 4px;

    }

    .abs-tax-total-expanded:after,

    .price-including-tax .cart-tax-total-expanded:after,

    .price-excluding-tax .cart-tax-total-expanded:after,

    .paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,

    .cart.table-wrapper .cart-tax-total-expanded:after,

    .order-details-items .cart-tax-total-expanded:after {

        content: '\e621';

    }

    .giftcard-account .form-giftcard-redeem .fieldset,

    .form-giftregistry-create .fieldset {

        margin-bottom: 20px;

    }

    .review-ratings .rating-summary,

    .customer-review .review-details .customer-review-rating .rating-summary {

        display: table-row;

    }

    .review-ratings .rating-label,

    .customer-review .review-details .customer-review-rating .rating-label {

        display: table-cell;

        padding-bottom: 5px;

        padding-right: 25px;

        padding-top: 1px;

        vertical-align: top;

    }

    .review-ratings .rating-result,

    .customer-review .review-details .customer-review-rating .rating-result {

        display: table-cell;

        vertical-align: top;

    }

    .block-addresses-list .items.addresses .item.actions .action:after,

    .account .data.table .col.actions .action:after,

    [class^='sales-guest-'] .data.table .col.actions .action:after,

    .sales-guest-view .data.table .col.actions .action:after,

    .block .box-actions .action:after {

        border-left: 1px solid #a6a6a6;

        content: '';

        display: inline-block;

        height: 12px;

        margin: 0 10px;

        vertical-align: -1px;

    }

    .block-addresses-list .items.addresses .item.actions .action:last-child:after,

    .account .data.table .col.actions .action:last-child:after,

    [class^='sales-guest-'] .data.table .col.actions .action:last-child:after,

    .sales-guest-view .data.table .col.actions .action:last-child:after,

    .block .box-actions .action:last-child:after {

        display: none;

    }

    .multicheckout .block-title>.action,

    .paypal-review .block .block-title>.action,

    .account .column.main .block:not(.widget) .block-title>.action,

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,

    [class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,

    .sales-guest-view .column.main .block:not(.widget) .block-title>.action {

        margin-left: 15px;

    }

    .multicheckout .box-title,

    .paypal-review .block .box-title,

    .account .column.main .block:not(.widget) .box-title,

    .magento-rma-guest-returns .column.main .block:not(.widget) .box-title,

    [class^='sales-guest-'] .column.main .block:not(.widget) .box-title,

    .sales-guest-view .column.main .block:not(.widget) .box-title {

        display: inline-block;

        margin: 0 0 10px;

    }

    .multicheckout .box-title>span,

    .paypal-review .block .box-title>span,

    .account .column.main .block:not(.widget) .box-title>span,

    .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,

    [class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,

    .sales-guest-view .column.main .block:not(.widget) .box-title>span {

        font-size: 1.6rem;

    }

    .multicheckout .box-title>.action,

    .paypal-review .block .box-title>.action,

    .account .column.main .block:not(.widget) .box-title>.action,

    .magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,

    [class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,

    .sales-guest-view .column.main .block:not(.widget) .box-title>.action {

        font-weight: 400;

        margin-left: 10px;

    }

    .block-minicart .subtotal .label:after,

    .minicart-items .details-qty .label:after,

    .minicart-items .price-minicart .label:after,

    .order-details-items .order-gift-message .label:after,

    .order-details-items .block-order-details-gift-message .label:after,

    .block-wishlist-management .wishlist-select .wishlist-name-label:after {

        content: ': ';

    }

    .abs-dropdown-items-new .action.new,

    .wishlist.split.button .action.new,

    .wishlist-dropdown .action.new {

        display: inline-block;

        text-decoration: none;

    }

    .abs-icon-add:before,

    .abs-dropdown-items-new .action.new:before,

    .wishlist.split.button .action.new:before,

    .wishlist-dropdown .action.new:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 10px;

        line-height: 10px;

        color: inherit;

        content: '\e61c';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .wishlist.split.button .items .item:last-child:hover,

    .wishlist-dropdown .items .item:last-child:hover {

        background: #e8e8e8;

    }

    .wishlist.split.button .action.new:before,

    .wishlist-dropdown .action.new:before {

        margin-left: -17px;

        margin-right: 5px;

    }

    .abs-sidebar-totals .table-caption,

    .multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,

    .multicheckout .hidden,

    [class^='multishipping-'] .nav-sections,

    [class^='multishipping-'] .nav-toggle,

    .sidebar .subtitle,

    .cart-summary .block .fieldset.estimate>.legend,

    .cart-summary .block .fieldset.estimate>.legend+br,

    .minicart-items .product-item-details .weee[data-label] .label,

    .page-product-giftcard .fieldset.giftcard>.legend+br,

    .order-details-items .order-items .order-gift-message .action.close,

    .no-display,

    .cart-totals .table-caption,

    .opc-block-summary .table-totals .table-caption {

        display: none;

    }

    .return-status,

    .order-status {

        border: 2px solid #cccccc;

        border-radius: 3px;

        display: inline-block;

        margin: 3px 0 0;

        padding: 2px 10px;

        text-transform: uppercase;

        vertical-align: top;

    }

    .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,

    .magento-rma-returns-view .page-main .page-title-wrapper .page-title,

    .magento-rma-guest-returns .page-main .page-title-wrapper .page-title,

    .account .page-main .page-title-wrapper .page-title,

    [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,

    .sales-guest-view .page-main .page-title-wrapper .page-title,

    .magento-rma-guest-returns .page-main .page-title-wrapper .page-title {

        margin-right: 25px;

    }

    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,

    .magento-rma-returns-view .page-main .page-title-wrapper .order-date,

    .magento-rma-guest-returns .page-main .page-title-wrapper .order-date,

    .account .page-main .page-title-wrapper .order-date,

    [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,

    .sales-guest-view .page-main .page-title-wrapper .order-date,

    .magento-rma-guest-returns .page-main .page-title-wrapper .order-date {

        font-size: 16px;

        margin-bottom: 10px;

    }

    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,

    .magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,

    .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,

    .account .page-main .page-title-wrapper .order-date .label,

    [class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,

    .sales-guest-view .page-main .page-title-wrapper .order-date .label,

    .magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {

        display: none;

    }

    .account .column.main .order-details-items .table-wrapper .data.table,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table,

    .block-giftregistry-results .data.table,

    .block-wishlist-search-results .data.table,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {

        border: none;

    }

    .abs-table-striped>tbody>tr:nth-child(even)>td,

    .abs-table-striped>tbody>tr:nth-child(even)>th,

    .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,

    .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,

    .block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,

    .block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,

    .block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,

    .block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th {

        background: #f6f6f6;

    }

    .abs-table-striped>thead>tr>th,

    .abs-table-striped>tbody>tr>th,

    .abs-table-striped>tfoot>tr>th,

    .abs-table-striped>thead>tr>td,

    .abs-table-striped>tbody>tr>td,

    .abs-table-striped>tfoot>tr>td,

    .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,

    .account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,

    .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    .account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,

    .account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,

    .block-giftregistry-results .data.table>thead>tr>th,

    .block-giftregistry-results .data.table>tbody>tr>th,

    .block-giftregistry-results .data.table>tfoot>tr>th,

    .block-giftregistry-results .data.table>thead>tr>td,

    .block-giftregistry-results .data.table>tbody>tr>td,

    .block-giftregistry-results .data.table>tfoot>tr>td,

    .block-wishlist-search-results .data.table>thead>tr>th,

    .block-wishlist-search-results .data.table>tbody>tr>th,

    .block-wishlist-search-results .data.table>tfoot>tr>th,

    .block-wishlist-search-results .data.table>thead>tr>td,

    .block-wishlist-search-results .data.table>tbody>tr>td,

    .block-wishlist-search-results .data.table>tfoot>tr>td,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {

        border: none;

    }

    .abs-table-striped>thead>tr>th,

    .abs-table-striped>thead>tr>td,

    .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    [class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,

    .block-giftregistry-results .data.table>thead>tr>th,

    .block-giftregistry-results .data.table>thead>tr>td,

    .block-wishlist-search-results .data.table>thead>tr>th,

    .block-wishlist-search-results .data.table>thead>tr>td,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,

    .magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td {

        border-bottom: 1px solid #cccccc;

    }

    .block-compare .counter,

    .block-wishlist .counter {

        color: #7d7d7d;

        font-size: 1.2rem;

        white-space: nowrap;

    }

    .block-compare .block-title,

    .block-reorder .block-title,

    .widget .block-title,

    .block-wishlist .block-title {

        margin: 0 0 20px;

    }

    .block-compare .block-title strong,

    .block-reorder .block-title strong,

    .widget .block-title strong,

    .block-wishlist .block-title strong {

        font-size: 18px;

        font-weight: 300;

    }

    .block-cart-failed,

    .cart-container .form-cart {

        margin-bottom: 20px;

    }

    .block-cart-failed .actions.main .continue,

    .block-cart-failed .actions.main .clear,

    .cart-container .form-cart .actions.main .continue,

    .cart-container .form-cart .actions.main .clear {

        display: none;

    }

    .form.search.advanced .fields.range .field.date .control,

    .form-giftregistry-edit .field.date .control {

        position: relative;

    }

    .abs-field-date input,

    .field.date ._has-datepicker,

    .field-dob ._has-datepicker,

    .form-giftregistry-search .fields-specific-options .datetime-picker,

    .form.search.advanced .fields.range .field.date input,

    .form-giftregistry-edit .field.date input {

        margin-right: 10px;

        width: calc(100% - 33px);

    }

    .field .control._with-tooltip {

        position: relative;

    }

    .field .control._with-tooltip input {

        margin-right: 10px;

        width: calc(100% - 36px);

    }

    .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,

    .shipping-policy-block.field-tooltip .field-tooltip-content {

        right: -10px;

        top: 40px;

        left: auto;

    }

    .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,

    .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,

    .shipping-policy-block.field-tooltip .field-tooltip-content:before,

    .shipping-policy-block.field-tooltip .field-tooltip-content:after {

        border: 10px solid transparent;

        height: 0;

        width: 0;

        margin-top: -21px;

        right: 10px;

        left: auto;

        top: 0;

    }

    .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,

    .shipping-policy-block.field-tooltip .field-tooltip-content:before {

        border-bottom-color: #666666;

    }

    .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,

    .shipping-policy-block.field-tooltip .field-tooltip-content:after {

        border-bottom-color: #f4f4f4;

        top: 1px;

    }

    .opc-block-shipping-information .shipping-information-title,

    .opc-block-summary>.title,

    .checkout-agreements-items .checkout-agreements-item-title {

        padding-bottom: 10px;

        color: #333333;

        font-weight: 300;

        font-size: 2.6rem;

    }

    .cart-totals,

    .opc-block-summary .table-totals {

        border-top: 1px solid #cccccc;

        padding-top: 10px;

    }

    .cart-totals tbody .mark,

    .cart-totals tfoot .mark,

    .opc-block-summary .table-totals tbody .mark,

    .opc-block-summary .table-totals tfoot .mark {

        border: 0;

        font-weight: 400;

        padding: 6px 0;

    }

    .cart-totals tbody .amount,

    .cart-totals tfoot .amount,

    .opc-block-summary .table-totals tbody .amount,

    .opc-block-summary .table-totals tfoot .amount {

        border: 0;

        font-weight: 400;

        padding: 6px 0 6px 14px;

        text-align: right;

        white-space: nowrap;

    }

    .cart-totals .grand th,

    .cart-totals .grand td,

    .opc-block-summary .table-totals .grand th,

    .opc-block-summary .table-totals .grand td {

        padding: 11px 0;

    }

    .cart-totals .grand strong,

    .opc-block-summary .table-totals .grand strong {

        display: inline-block;

        font-weight: 600;

        padding: 3px 0 0;

    }

    .cart-totals .grand .mark,

    .opc-block-summary .table-totals .grand .mark {

        font-size: 1.8rem;

        border-top: 1px solid #cccccc;

        padding-right: 10px;

    }

    .cart-totals .grand .amount,

    .opc-block-summary .table-totals .grand .amount {

        font-size: 1.8rem;

        border-top: 1px solid #cccccc;

    }

    .cart-totals .msrp,

    .opc-block-summary .table-totals .msrp {

        margin-bottom: 10px;

    }

    .cart-totals tbody tr:last-child td,

    .opc-block-summary .table-totals tbody tr:last-child td {

        padding-bottom: 19px;

    }

    .cart-totals .totals-tax-summary .mark,

    .cart-totals .totals-tax-summary .amount,

    .opc-block-summary .table-totals .totals-tax-summary .mark,

    .opc-block-summary .table-totals .totals-tax-summary .amount {

        border-bottom: 1px solid #cccccc;

        border-top: 1px solid #cccccc;

        cursor: pointer;

    }

    .cart-totals .totals-tax-summary .amount .price,

    .opc-block-summary .table-totals .totals-tax-summary .amount .price {

        padding-right: 20px;

        position: relative;

        display: inline-block;

        text-decoration: none;

    }

    .abs-sidebar-totals .totals-tax-summary .amount .price>span,

    .cart-totals .totals-tax-summary .amount .price>span,

    .opc-block-summary .table-totals .totals-tax-summary .amount .price>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .abs-sidebar-totals .totals-tax-summary .amount .price:after,

    .cart-totals .totals-tax-summary .amount .price:after,

    .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: 12px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .cart-totals .totals-tax-summary .amount .price:after,

    .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {

        position: absolute;

        right: 3px;

        top: 3px;

    }

    .cart-totals .totals-tax-summary.expanded .mark,

    .cart-totals .totals-tax-summary.expanded .amount,

    .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,

    .opc-block-summary .table-totals .totals-tax-summary.expanded .amount {

        border-bottom: 0;

    }

    .abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,

    .cart-totals .totals-tax-summary.expanded .amount .price:after,

    .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {

        content: '\e621';

    }

    .cart-totals .totals-tax-details,

    .opc-block-summary .table-totals .totals-tax-details {

        border-bottom: 1px solid #cccccc;

        display: none;

    }

    .cart-totals .totals-tax-details.shown,

    .opc-block-summary .table-totals .totals-tax-details.shown {

        display: table-row;

    }

    .cart-totals .table-wrapper,

    .opc-block-summary .table-totals .table-wrapper {

        margin-bottom: 0;

    }

    .paypal-review-discount .block>.title strong,

    .cart-discount .block>.title strong {

        color: #1979c3;

        font-weight: 400;

    }

    .paypal-review-discount .actions-toolbar,

    .cart-discount .actions-toolbar {

        display: table-cell;

        vertical-align: top;

        width: 1%;

    }

    .paypal-review-discount .actions-toolbar .action.primary,

    .paypal-review-discount .actions-toolbar .action.cancel,

    .cart-discount .actions-toolbar .action.primary,

    .cart-discount .actions-toolbar .action.cancel {

        border-bottom-left-radius: 0;

        border-top-left-radius: 0;

        margin: 0 0 0 -1px;

        white-space: nowrap;

        width: auto;

    }

    .paypal-review-discount .actions-toolbar .secondary,

    .cart-discount .actions-toolbar .secondary {

        bottom: 5px;

        left: 15px;

        position: absolute;

    }

    .paypal-review-discount .action.check,

    .cart-discount .action.check {

        font-weight: 400;

    }

    .paypal-review-discount .fieldset,

    .cart-discount .fieldset {

        display: table;

        width: 100%;

    }

    .paypal-review-discount .fieldset>.field>.label,

    .cart-discount .fieldset>.field>.label {

        display: none;

    }

    .paypal-review-discount .field,

    .cart-discount .field {

        display: table-cell;

    }

    @font-face {

        font-family: 'Open Sans';

        src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/light/opensans-300.woff') format('woff');

        font-weight: 300;

        font-style: normal;

    }

    @font-face {

        font-family: 'Open Sans';

        src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/regular/opensans-400.woff') format('woff');

        font-weight: 400;

        font-style: normal;

    }

    @font-face {

        font-family: 'Open Sans';

        src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/semibold/opensans-600.woff') format('woff');

        font-weight: 600;

        font-style: normal;

    }

    @font-face {

        font-family: 'Open Sans';

        src: url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');

        font-weight: 700;

        font-style: normal;

    }

    .items {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .page-main {

        margin-top: 80px;

    }

    .columns {

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-flex-wrap: wrap;

        flex-wrap: wrap;

        box-sizing: border-box;

        margin: 0 -15px;

    }

    .columns:after {

        clear: both;

        content: ' ';

        display: block;

        height: 0;

        overflow: hidden;

        visibility: hidden;

    }

    .columns .column.main {

        padding-bottom: 40px;

        -webkit-flex-basis: 100%;

        flex-basis: 100%;

        -webkit-flex-grow: 1;

        flex-grow: 1;

        -ms-flex-order: 1;

        -webkit-order: 1;

        order: 1;

        width: 100%;

        padding-left: 15px;

        padding-right: 15px;

    }

    .columns .sidebar-main {

        -webkit-flex-grow: 1;

        flex-grow: 1;

        -webkit-flex-basis: 100%;

        flex-basis: 100%;

        -ms-flex-order: 1;

        -webkit-order: 1;

        order: 1;

        padding-left: 15px;

        padding-right: 15px;

    }

    .columns .sidebar-additional {

        -webkit-flex-grow: 1;

        flex-grow: 1;

        -webkit-flex-basis: 100%;

        flex-basis: 100%;

        -ms-flex-order: 2;

        -webkit-order: 2;

        order: 2;

        padding-left: 15px;

        padding-right: 15px;

    }

    .message {

        box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);

        border-radius: 0;

        border: 0;

        border-left: 3px solid;

        position: relative;

    }

    .table-wrapper {

        margin-bottom: 20px;

    }

    table>caption {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .table tfoot {

        background: #f5f5f5;

    }

    .table tfoot>tr:first-child th,

    .table tfoot>tr:first-child td {

        border-top: 1px solid #cccccc;

        padding-top: 20px;

    }

    .table tfoot th,

    .table tfoot td {

        border: 0;

    }

    .table tfoot .mark {

        font-weight: 400;

        text-align: right;

    }

    .message.info {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #fdf0d5;

        color: #6f4400;

        padding-left: 45px;

        position: relative;

    }

    .message.info a {

        color: #1979c3;

    }

    .message.info a:hover {

        color: #006bb4;

    }

    .message.info a:active {

        color: #006bb4;

    }

    .message.info>*:first-child:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 24px;

        color: #c07600;

        content: '\e602';

        font-family: 'berserk-icons';

        margin: -12px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        left: 0;

        top: 22px;

        width: 45px;

        position: absolute;

        text-align: center;

    }

    .message.error {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        /*display: none;*/

        font-size: 1.3rem;

        background: #fae5e5;

        color: #e02b27;

        padding-left: 45px;

        position: relative;

    }

    .message.error a {

        color: #1979c3;

    }

    .message.error a:hover {

        color: #006bb4;

    }

    .message.error a:active {

        color: #006bb4;

    }

    .message.error>*:first-child:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 24px;

        color: #b30000;

        content: '\e61f';

        font-family: 'berserk-icons';

        margin: -12px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        left: 0;

        top: 22px;

        width: 45px;

        position: absolute;

        text-align: center;

    }

    .message.warning {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #fdf0d5;

        color: #6f4400;

        padding-left: 45px;

        position: relative;

    }

    .message.warning a {

        color: #1979c3;

    }

    .message.warning a:hover {

        color: #006bb4;

    }

    .message.warning a:active {

        color: #006bb4;

    }

    .message.warning>*:first-child:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 24px;

        color: #c07600;

        content: '\e602';

        font-family: 'berserk-icons';

        margin: -12px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        left: 0;

        top: 22px;

        width: 45px;

        position: absolute;

        text-align: center;

    }

    .message.notice {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #fdf0d5;

        color: #6f4400;

        padding-left: 45px;

        position: relative;

    }

    .message.notice a {

        color: #1979c3;

    }

    .message.notice a:hover {

        color: #006bb4;

    }

    .message.notice a:active {

        color: #006bb4;

    }

    .message.notice>*:first-child:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 24px;

        color: #c07600;

        content: '\e602';

        font-family: 'berserk-icons';

        margin: -12px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        left: 0;

        top: 22px;

        width: 45px;

        position: absolute;

        text-align: center;

    }

    .message.success {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #e5efe5;

        color: #006400;

        padding-left: 45px;

        position: relative;

    }

    .message.success a {

        color: #1979c3;

    }

    .message.success a:hover {

        color: #006bb4;

    }

    .message.success a:active {

        color: #006bb4;

    }

    .message.success>*:first-child:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 24px;

        color: #006400;

        content: '\e60e';

        font-family: 'berserk-icons';

        margin: -12px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        left: 0;

        top: 22px;

        width: 45px;

        position: absolute;

        text-align: center;

    }

    .panel.header .links,

    .panel.header .switcher {

        display: none;

    }

    .nav-sections {

        background: #f0f0f0;

    }

    .nav-toggle {

        display: inline-block;

        text-decoration: none;

        cursor: pointer;

        display: block;

        font-size: 0;

        left: 15px;

        position: absolute;

        top: 15px;

        z-index: 14;

    }

    .nav-toggle:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 28px;

        line-height: inherit;

        color: #8f8f8f;

        content: '\e609';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .nav-toggle:hover:before {

        color: #333333;

    }

    .nav-toggle>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .tooltip.wrapper {

        position: relative;

    }

    .tooltip.wrapper .tooltip.content {

        background: #ffffff;

        max-width: 360px;

        min-width: 210px;

        padding: 12px 16px;

        z-index: 100;

        display: none;

        position: absolute;

        text-align: left;

        color: #333333;

        line-height: 1.4;

        border: 1px solid #bbbbbb;

        margin-top: 5px;

        left: 0;

        top: 100%;

    }

    .tooltip.wrapper .tooltip.content:after,

    .tooltip.wrapper .tooltip.content:before {

        border: solid transparent;

        content: '';

        height: 0;

        position: absolute;

        width: 0;

    }

    .tooltip.wrapper .tooltip.content:after {

        border-width: 5px;

        border-color: transparent;

    }

    .tooltip.wrapper .tooltip.content:before {

        border-width: 6px;

        border-color: transparent;

    }

    .tooltip.wrapper .tooltip.content:after,

    .tooltip.wrapper .tooltip.content:before {

        bottom: 100%;

    }

    .tooltip.wrapper .tooltip.content:after {

        border-bottom-color: #ffffff;

        left: 15px;

        margin-left: -5px;

    }

    .tooltip.wrapper .tooltip.content:before {

        border-bottom-color: #bbbbbb;

        left: 15px;

        margin-left: -6px;

    }

    .tooltip.wrapper tooltip.toggle {

        cursor: help;

    }

    .tooltip.wrapper tooltip.toggle:hover+.tooltip.content,

    .tooltip.wrapper tooltip.toggle:focus+.tooltip.content,

    .tooltip.wrapper:hover .tooltip.content {

        display: block;

    }

    .tooltip.wrapper .tooltip.content dl {

        margin-bottom: 0;

    }

    .tooltip.wrapper .tooltip.content dd {

        white-space: normal;

    }

    .tooltip.wrapper .tooltip.content .subtitle {

        display: inline-block;

        font-size: 16px;

        font-weight: 500;

        margin-bottom: 15px;

    }

    .tooltip.wrapper .tooltip.content .label {

        margin-top: 10px;

    }

    .tooltip.wrapper .tooltip.content .label:first-child {

        margin-top: 0;

    }

    .tooltip.wrapper .tooltip.content .values {

        margin: 0;

    }

    .ui-tooltip {

        position: absolute;

        z-index: 9999;

    }

    .load.indicator {

        background-color: rgba(255, 255, 255, 0.7);

        z-index: 9999;

        bottom: 0;

        left: 0;

        position: fixed;

        right: 0;

        top: 0;

        position: absolute;

    }

    .load.indicator:before {

        background: transparent url('../../frontend/Redgiant/berserk/en_GB/images/loader-2.gif') no-repeat 50% 50%;

        border-radius: 5px;

        height: 160px;

        width: 160px;

        bottom: 0;

        box-sizing: border-box;

        content: '';

        left: 0;

        margin: auto;

        position: absolute;

        right: 0;

        top: 0;

    }

    .load.indicator>span {

        display: none;

    }

    .loading-mask {

        bottom: 0;

        left: 0;

        margin: auto;

        position: fixed;

        right: 0;

        top: 0;

        z-index: 100;

        background: rgba(255, 255, 255, 0.5);

    }

    .loading-mask .loader>img {

        bottom: 0;

        left: 0;

        margin: auto;

        position: fixed;

        right: 0;

        top: 0;

        z-index: 100;

    }

    .loading-mask .loader>p {

        display: none;

    }

    body>.loading-mask {

        z-index: 9999;

    }

    ._block-content-loading {

        position: relative;

    }

    .brk-form-strict [type=email]:not([disabled]),

    .brk-form-strict [type=password]:not([disabled]),

    .brk-form-strict [type=search]:not([disabled]),

    .brk-form-strict [type=tel]:not([disabled]),

    .brk-form-strict [type=text]:not([disabled]),

    .brk-form-strict textarea:not([disabled]) {

        width: 100%;

        font-size: 14px;

        background-color: transparent;

        box-shadow: none;

    }

    .brk-form-strict [type=email],

    .brk-form-strict [type=password],

    .brk-form-strict [type=search],

    .brk-form-strict [type=tel],

    .brk-form-strict [type=text] {

        height: 54px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        padding: 0 15px 0 21px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        border-bottom: 1px solid #e8ecff;

        color: #272727;

    }

    .brk-form-wrap .input-label {

        cursor: text;

    }

    .jq-selectbox select {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        margin: 0;

        padding: 0;

        opacity: 0;

    }

    .brk-form-checkbox,

    .brk-form-checkbox-label,

    .brk-form-radio,

    .brk-form-radio-label,

    .brk-form-strict .brk-form-date-wrap,

    .brk-form-strict .jq-selectbox,

    .brk-form-wrap,

    [type=file]~.file-info {

        margin-top: 30px;

    }

    .brk-form-strict .brk-form-date-wrap,

    .brk-form-wrap {

        position: relative;

    }

    .brk-form-strict .brk-form-checkbox-label {

        font-size: 14px;

        line-height: 22px;

        padding-left: 8px;

        cursor: pointer;

        color: #272727;

    }

    .brk-form-wrap-active [type=email],

    .brk-form-wrap-active [type=password],

    .brk-form-wrap-active [type=search],

    .brk-form-wrap-active [type=tel],

    .brk-form-wrap-active [type=text] {

        border-bottom-color: #2775ff;

    }

    .brk-form-strict [type=email]+.input-label,

    .brk-form-strict [type=password]+.input-label,

    .brk-form-strict [type=search]+.input-label,

    .brk-form-strict [type=tel]+.input-label,

    .brk-form-strict [type=text]+.input-label {

        position: absolute;

        top: 22px;

        left: 21px;

        display: block;

        font-size: 14px;

        line-height: 14px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-strict [type=email]~.input-label,

    .brk-form-strict [type=password]~.input-label,

    .brk-form-strict [type=search]~.input-label,

    .brk-form-strict [type=tel]~.input-label,

    .brk-form-strict [type=text]~.input-label {

        position: absolute;

        top: 22px;

        left: 21px;

        display: block;

        font-size: 14px;

        line-height: 14px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-wrap-active [type=email]~.input-label,

    .brk-form-wrap-active [type=password]~.input-label,

    .brk-form-wrap-active [type=search]~.input-label,

    .brk-form-wrap-active [type=tel]~.input-label,

    .brk-form-wrap-active [type=text]~.input-label,

    .brk-form-wrap-active textarea~.input-label {

        top: 0;

        left: 12px;

        font-size: 12px;

        letter-spacing: -.72px;

    }

    .brk-form-wrap-active [type=email]+.input-label,

    .brk-form-wrap-active [type=password]+.input-label,

    .brk-form-wrap-active [type=search]+.input-label,

    .brk-form-wrap-active [type=tel]+.input-label,

    .brk-form-wrap-active [type=text]+.input-label,

    .brk-form-wrap-active textarea+.input-label {

        top: 0;

        left: 12px;

        font-size: 12px;

        letter-spacing: -.72px;

    }

    .brk-form-strict textarea,

    .brk-form-strict textarea+.input-label {

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

    }

    .brk-form-strict textarea~.input-label {

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

    }

    .brk-form-strict textarea+.input-label {

        position: absolute;

        top: 21px;

        left: 26px;

        display: block;

        font-size: 14px;

        line-height: 14px;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-strict textarea~.input-label {

        position: absolute;

        top: 21px;

        left: 26px;

        display: block;

        font-size: 14px;

        line-height: 14px;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-wrap-active textarea+.input-label {

        top: -25px;

    }

    .brk-form-wrap-active textarea~.input-label {

        top: -25px;

    }

    .fieldset {

        border: 0;

        margin: 0 0 40px;

        padding: 0;

        letter-spacing: -.31em;

    }

    .fieldset>* {

        letter-spacing: normal;

    }

    .fieldset>.legend {

        margin: 0 0 20px;

        padding: 0 0 10px;

        width: 100%;

        box-sizing: border-box;

        float: left;

        font-weight: 300;

        line-height: 1.2;

        font-size: 1.8rem;

    }

    .fieldset>.legend+br {

        clear: both;

        display: block;

        height: 0;

        overflow: hidden;

        visibility: hidden;

    }

    .fieldset:last-child {

        margin-bottom: 0;

    }

    .fieldset>.field,

    .fieldset>.fields>.field {

        margin: 0 0 20px;

    }

    .fieldset>.field>.label,

    .fieldset>.fields>.field>.label {

        margin: 0 0 8px;

        display: inline-block;

    }

    .fieldset>.field:last-child,

    .fieldset>.fields>.field:last-child {

        margin-bottom: 0;

    }

    .fieldset>.field>.label,

    .fieldset>.fields>.field>.label {

        font-weight: 600;

    }

    .fieldset>.field>.label+br,

    .fieldset>.fields>.field>.label+br {

        display: none;

    }

    .fieldset>.field .choice input,

    .fieldset>.fields>.field .choice input {

        vertical-align: top;

    }

    .fieldset>.field .fields.group:before,

    .fieldset>.fields>.field .fields.group:before,

    .fieldset>.field .fields.group:after,

    .fieldset>.fields>.field .fields.group:after {

        content: '';

        display: table;

    }

    .fieldset>.field .fields.group:after,

    .fieldset>.fields>.field .fields.group:after {

        clear: both;

    }

    .fieldset>.field .fields.group .field,

    .fieldset>.fields>.field .fields.group .field {

        box-sizing: border-box;

        float: left;

    }

    .fieldset>.field .fields.group.group-2 .field,

    .fieldset>.fields>.field .fields.group.group-2 .field {

        width: 50% !important;

    }

    .fieldset>.field .fields.group.group-3 .field,

    .fieldset>.fields>.field .fields.group.group-3 .field {

        width: 33.3% !important;

    }

    .fieldset>.field .fields.group.group-4 .field,

    .fieldset>.fields>.field .fields.group.group-4 .field {

        width: 25% !important;

    }

    .fieldset>.field .fields.group.group-5 .field,

    .fieldset>.fields>.field .fields.group.group-5 .field {

        width: 20% !important;

    }

    .fieldset>.field .addon,

    .fieldset>.fields>.field .addon {

        display: -webkit-inline-flex;

        display: -ms-inline-flexbox;

        display: inline-flex;

        -webkit-flex-wrap: nowrap;

        flex-wrap: nowrap;

        padding: 0;

        width: 100%;

    }

    .fieldset>.field .addon textarea,

    .fieldset>.fields>.field .addon textarea,

    .fieldset>.field .addon select,

    .fieldset>.fields>.field .addon select,

    .fieldset>.field .addon input,

    .fieldset>.fields>.field .addon input {

        -ms-flex-order: 2;

        -webkit-order: 2;

        order: 2;

        -webkit-flex-basis: 100%;

        flex-basis: 100%;

        display: inline-block;

        margin: 0;

        width: auto;

    }

    .fieldset>.field .addon .addbefore,

    .fieldset>.fields>.field .addon .addbefore,

    .fieldset>.field .addon .addafter,

    .fieldset>.fields>.field .addon .addafter {

        background: #ffffff;

        background-clip: padding-box;

        border: 1px solid #c2c2c2;

        border-radius: 1px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 14px;

        height: 32px;

        line-height: 1.42857143;

        padding: 0 9px;

        vertical-align: baseline;

        width: 100%;

        box-sizing: border-box;

        -ms-flex-order: 3;

        -webkit-order: 3;

        order: 3;

        display: inline-block;

        vertical-align: middle;

        white-space: nowrap;

        width: auto;

    }

    .fieldset>.field .addon .addbefore:disabled,

    .fieldset>.fields>.field .addon .addbefore:disabled,

    .fieldset>.field .addon .addafter:disabled,

    .fieldset>.fields>.field .addon .addafter:disabled {

        opacity: 0.5;

    }

    .fieldset>.field .addon .addbefore::-moz-placeholder,

    .fieldset>.fields>.field .addon .addbefore::-moz-placeholder,

    .fieldset>.field .addon .addafter::-moz-placeholder,

    .fieldset>.fields>.field .addon .addafter::-moz-placeholder {

        color: #c2c2c2;

    }

    .fieldset>.field .addon .addbefore::-webkit-input-placeholder,

    .fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,

    .fieldset>.field .addon .addafter::-webkit-input-placeholder,

    .fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder {

        color: #c2c2c2;

    }

    .fieldset>.field .addon .addbefore:-ms-input-placeholder,

    .fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,

    .fieldset>.field .addon .addafter:-ms-input-placeholder,

    .fieldset>.fields>.field .addon .addafter:-ms-input-placeholder {

        color: #c2c2c2;

    }

    .fieldset>.field .addon .addbefore,

    .fieldset>.fields>.field .addon .addbefore {

        float: left;

        -ms-flex-order: 1;

        -webkit-order: 1;

        order: 1;

    }

    .fieldset>.field .additional,

    .fieldset>.fields>.field .additional {

        margin-top: 10px;

    }

    .fieldset>.field.required>.label:after,

    .fieldset>.fields>.field.required>.label:after,

    .fieldset>.field._required>.label:after,

    .fieldset>.fields>.field._required>.label:after {

        content: '*';

        color: #e02b27;

        font-size: 1.2rem;

        margin: 0 0 0 5px;

    }

    .fieldset>.field .note,

    .fieldset>.fields>.field .note {

        font-size: 1.2rem;

        margin: 3px 0 0;

        padding: 0;

        display: inline-block;

        text-decoration: none;

    }

    .fieldset>.field .note:before,

    .fieldset>.fields>.field .note:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 24px;

        line-height: 12px;

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .fieldset>.field.no-label>.label,

    .fieldset>.fields>.field.no-label>.label {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .fieldset>.field.choice .label,

    .fieldset>.fields>.field.choice .label {

        display: inline;

        font-weight: normal;

        margin: 0;

    }

    .column:not(.main) .fieldset>.field .label,

    .column:not(.main) .fieldset>.fields>.field .label {

        font-weight: normal;

    }

    .fieldset>.field .field.choice,

    .fieldset>.fields>.field .field.choice {

        margin-bottom: 10px;

    }

    .fieldset>.field .field.choice:last-child,

    .fieldset>.fields>.field .field.choice:last-child {

        margin-bottom: 0;

    }

    .legend+.fieldset,

    .legend+div {

        clear: both;

    }

    .legend>span {

        margin-right: 5px;

    }

    fieldset.field {

        border: 0;

        padding: 0;

    }

    .field.date .time-picker {

        display: inline-block;

        margin-top: 10px;

        white-space: nowrap;

    }

    .field .message.warning {

        margin-top: 10px;

    }

    select {

        -webkit-appearance: none;

        -moz-appearance: none;

        -ms-appearance: none;

        appearance: none;

        background-size: 30px 60px;

        text-indent: .01em;

        text-overflow: '';

    }

    select::-ms-expand {

        display: none;

    }

    .lt-ie10 select {

        background-image: none;

        padding-right: 4px;

    }

    div.mage-error[generated] {

        margin-top: 7px;

    }

    .field .tooltip {

        position: relative;

    }

    .field .tooltip .tooltip-content {

        background: #ffffff;

        max-width: 360px;

        min-width: 210px;

        padding: 12px 16px;

        z-index: 100;

        display: none;

        position: absolute;

        text-align: left;

        color: #333333;

        line-height: 1.4;

        border: 1px solid #bbbbbb;

        margin-left: 5px;

        left: 100%;

        top: 0;

    }

    .field .tooltip .tooltip-content:after,

    .field .tooltip .tooltip-content:before {

        border: solid transparent;

        content: '';

        height: 0;

        position: absolute;

        width: 0;

    }

    .field .tooltip .tooltip-content:after {

        border-width: 5px;

        border-color: transparent;

    }

    .field .tooltip .tooltip-content:before {

        border-width: 6px;

        border-color: transparent;

    }

    .field .tooltip .tooltip-content:after,

    .field .tooltip .tooltip-content:before {

        right: 100%;

    }

    .field .tooltip .tooltip-content:after {

        border-right-color: #ffffff;

        margin-top: -5px;

        top: 15px;

    }

    .field .tooltip .tooltip-content:before {

        border-right-color: #bbbbbb;

        margin-top: -6px;

        top: 15px;

    }

    .field .tooltip .tooltip-toggle {

        cursor: help;

    }

    .field .tooltip .tooltip-toggle:hover+.tooltip-content,

    .field .tooltip .tooltip-toggle:focus+.tooltip-content,

    .field .tooltip:hover .tooltip-content {

        display: block;

    }

    .field .tooltip .tooltip-content {

        min-width: 200px;

        white-space: normal;

    }

    input:focus~.tooltip .tooltip-content,

    select:focus~.tooltip .tooltip-content {

        display: block;

    }

    ._has-datepicker~.ui-datepicker-trigger {

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-shadow: none;

        font-weight: 400;

        display: block;

        text-decoration: none;

        display: inline-block;

        margin-top: -4px;

        vertical-align: middle;

    }

    ._has-datepicker~.ui-datepicker-trigger:focus,

    ._has-datepicker~.ui-datepicker-trigger:active {

        background: none;

        border: none;

    }

    ._has-datepicker~.ui-datepicker-trigger:hover {

        background: none;

        border: none;

    }

    ._has-datepicker~.ui-datepicker-trigger.disabled,

    ._has-datepicker~.ui-datepicker-trigger[disabled],

    fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {

        pointer-events: none;

        opacity: 0.5;

    }

    ._has-datepicker~.ui-datepicker-trigger>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    ._has-datepicker~.ui-datepicker-trigger:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 23px;

        line-height: 23px;

        color: #7d7d7d;

        content: '\e612';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    ._has-datepicker~.ui-datepicker-trigger:focus {

        box-shadow: none;

        outline: 0;

    }

    .sidebar .fieldset {

        margin: 0;

    }

    .sidebar .fieldset>.field:not(.choice):not(:last-child),

    .sidebar .fieldset .fields>.field:not(:last-child) {

        margin: 0 0 20px;

    }

    .sidebar .fieldset>.field:not(.choice) .label,

    .sidebar .fieldset .fields>.field .label {

        margin: 0 0 4px;

        padding: 0 0 5px;

        text-align: left;

        width: 100%;

    }

    .sidebar .fieldset>.field:not(.choice) .control,

    .sidebar .fieldset .fields>.field .control {

        width: 100%;

    }

    .brk-form-round [type=text] {

        width: 100%;

        height: 54px;

        border-radius: 27px;

        font-size: 14px;

        padding: 0 20px 0 30px;

        box-shadow: none;

        background-color: #fff;

        border: 2px solid rgba(205, 205, 205, 0.2);

        color: #272727;

    }

    .brk-form-round-btn-inside-full button {

        position: absolute;

        right: 0;

        top: 0;

        z-index: 1;

    }

    .brk-form-round .jq-selectbox {

        width: 100%;

        text-align: left;

        cursor: pointer;

        margin: 0;

    }

    .brk-form-round .jq-selectbox.opened .jq-selectbox__select {

        border-color: #00c6ff;

        border-bottom-color: transparent;

        border-radius: 27px 27px 0 0;

    }

    .brk-form-round .jq-selectbox.opened .jq-selectbox__select-text {

        color: #272727;

    }

    .brk-form-round .jq-selectbox__select {

        width: 100%;

        height: 42px;

        border-radius: 27px;

        border: 2px solid rgba(205, 205, 205, 0.2);

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-round .jq-selectbox__select-text {

        height: 35px;

        line-height: 40px;

        padding: 0 15px 0 29px;

        vertical-align: middle;

    }

    .brk-form-round .jq-selectbox__trigger {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        width: 41px;

    }

    .brk-form-round .jq-selectbox__trigger-arrow {

        position: absolute;

        top: 18px;

        left: 12px;

        width: 0;

        height: 0;

        border-right: 4px solid transparent;

        border-left: 4px solid transparent;

        border-top: 5px solid #00c6ff;

    }

    .brk-form-round .jq-selectbox__trigger-arrow:before {

        content: '';

        position: absolute;

        top: -7px;

        left: -4px;

        border-right: 4px solid transparent;

        border-left: 4px solid transparent;

        border-top: 5px solid #fff;

    }

    .brk-form-round .jq-selectbox__dropdown {

        width: 100%;

        border-top: transparent;

        border-radius: 0 0 27px 27px;

        padding: 0 1px 21px 0;

        padding-bottom: 0;

        top: 41px !important;

        bottom: auto !important;

        background-color: #fff;

        border: 2px solid #00c6ff;

        box-shadow: 0 8px 16px rgba(165, 165, 165, 0.5);

    }

    .brk-form-round .jq-selectbox__dropdown:before {

        content: '';

        position: absolute;

        width: 100%;

        height: 2px;

        top: -2px;

        left: 0;

        background-color: #fff;

    }

    .brk-form-strict .jq-selectbox__dropdown {

        border-top: transparent;

        background-color: #fff;

        border: 1px solid #2775ff;

    }

    .brk-form-round .jq-select-multiple ul li,

    .brk-form-round .jq-selectbox__dropdown ul li,

    .brk-form-strict .jq-select-multiple ul li,

    .brk-form-strict .jq-selectbox__dropdown ul li,

    .brk-form-strict [type=file]~.file-info,

    .brk-form-transparent .jq-selectbox__dropdown ul li {

        padding: 0 10px 0 30px;

        line-height: 34px;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-round .jq-selectbox__dropdown ul li.sel,

    .brk-form-round .jq-selectbox__dropdown ul li.selected,

    .brk-form-round .jq-selectbox__dropdown ul li:hover {

        color: #00c6ff;

    }

    .brk-sc-sorting__sort-select {

        width: 140px;

    }

    .brk-sc-sorting__show-count {

        width: 100px;

    }

    .brk-form-checkbox {

        display: inline-block;

    }

    .brk-form-checkbox input {

        display: none;

    }

    .brk-form-checkbox input:checked+.checkbox-custom {

        border-color: #2775ff;

    }

    .brk-form-checkbox input:checked+.checkbox-custom i {

        opacity: 1;

        visibility: visible;

        color: #2775ff;

    }

    .brk-form-checkbox .checkbox-custom {

        width: 20px;

        height: 20px;

        display: block;

        position: relative;

        vertical-align: middle;

        -webkit-transition: all 0.2s ease-in-out;

        transition: all 0.2s ease-in-out;

        margin-top: 1px;

        cursor: pointer;

        border: 1px solid #e7e7e7;

        background-color: #fff;

    }

    .brk-form-checkbox .checkbox-custom i {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        font-size: 0.875rem;

        line-height: 14px;

        opacity: 0;

        visibility: hidden;

        -webkit-transition: all 0.2s ease-in-out;

        transition: all 0.2s ease-in-out;

        color: #fff;

    }

    .brk-form-wrap {

        position: relative;

    }

    .brk-form-wrap>.label {

        position: absolute;

        top: 22px;

        left: 21px;

        display: block;

        font-size: 14px;

        line-height: 14px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        color: rgba(39, 39, 39, 0.4);

    }

    .brk-form-wrap.brk-form-wrap-active>.label {

        top: 0;

        left: 12px;

        font-size: 12px;

        letter-spacing: -0.72px;

    }

    .rotation-slider {

        width: 100%;

        max-width: 710px;

    }

    .rotation-slider img {

        width: 100%;

        height: 100%;

    }

    .rotation-slider .slick-slide {

        position: relative;

        z-index: 7;

    }

    .rotation-slider .slick-slide .brk-slid {

        position: relative;

        transition: \transform 0.3s;

    }

    .rotation-slider .slick-slide .brk-slid:before {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        background-color: rgba(255, 255, 255, 0.8);

        visibility: visible;

        transition: background-color 0.2s;

        z-index: 4;

    }

    .rotation-slider .slick-slide .brk-slid a {

        display: block;

    }

    .rotation-slider .slick-slide.prev-slid-index .brk-slid {

        transform: translateX(20%) scale(0.85);

    }

    @media screen and (max-width:991px){
.page-header.brk-header_scroll.type3 .header.panel {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    position: static;
    overflow: visible;
}
.page-header.brk-header_scroll.type3 .header.panel .links-area {
    display: block;
    position: static;
    overflow: visible;
}
.page-header.brk-header_scroll.type3 .header.panel .links-area .minicart-wrapper {
    position: absolute;
    right: 42px;
    top: 10px;
    z-index: 999;
    height: 50px;
}
.page-header.type3 .header.content .logo {
    position: relative;
    left: -60px;
}
span.action.nav-toggle {
    left: 0;
}
}


    @media (max-width: 575px) {

        .rotation-slider .slick-slide.prev-slid-index .brk-slid {

            transform: translateX(0) scale(1);

        }

    }

    .rotation-slider .slick-slide.next-slid-index .brk-slid {

        transform: translateX(-20%) scale(0.85);

    }

    @media (max-width: 575px) {

        .rotation-slider .slick-slide.next-slid-index .brk-slid {

            transform: translateX(0) scale(1);

        }

    }

    .rotation-slider .slick-slide.slick-current,

    .rotation-slider .slick-slide.slick-center,

    .rotation-slider .slick-slide.slick-active {

        z-index: 8;

    }

    .rotation-slider .slick-slide.slick-current .brk-slid,

    .rotation-slider .slick-slide.slick-center .brk-slid,

    .rotation-slider .slick-slide.slick-active .brk-slid {

        transform: scale(1);

    }

    .rotation-slider .slick-slide.slick-current .brk-slid:before,

    .rotation-slider .slick-slide.slick-center .brk-slid:before,

    .rotation-slider .slick-slide.slick-active .brk-slid:before {

        background-color: rgba(255, 255, 255, 0);

        visibility: hidden;

    }

    .rotation-slider_full-width {

        max-width: none;

    }

    .arrows-classic .slick-arrow {

        font-size: 0;

        line-height: 0;

        position: absolute;

        top: 50%;

        display: block;

        width: 50px;

        height: 50px;

        padding: 0;

        transform: translateY(-50%);

        cursor: pointer;

        color: transparent;

        border: 0;

        border-radius: 50%;

        outline: none;

        z-index: 9;

        opacity: .9;

        transition: opacity .3s;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);

        background-color: #fff;

    }

    @media (max-width: 576px) {

        .arrows-classic .slick-arrow {

            width: 40px;

            height: 40px;

        }

    }

    .arrows-classic .slick-arrow:hover {

        outline: none;

        opacity: 1;

    }

    .arrows-classic .slick-arrow:before {

        content: '';

        font-family: 'Font Awesome\ 5 Free';

        font-weight: 600;

        position: absolute;

        top: 50%;

        left: 50%;

        vertical-align: 3px;

        font-size: 22px;

        transform: translate(-50%, -50%);

        color: #2775ff;

    }

    .arrows-classic .slick-prev {

        left: 10px;

    }

    .arrows-classic .slick-prev:before {

        content: '\f104';

    }

    .arrows-classic .slick-next {

        right: 10px;

    }

    .arrows-classic .slick-next:before {

        content: '\f105';

    }

    .arrows-classic .slick-disabled {

        background-color: #E6E6E6 !important;

        cursor: default;

    }

    .arrows-classic .slick-disabled:before {

        color: #828282 !important;

    }

    .arrows-classic_shop .slick-prev {

        left: -25px;

    }

    .arrows-classic_shop .slick-next {

        right: -25px;

    }

    .arrows-classic_shop .slick-prev,

    .arrows-classic_shop .slick-next {

        top: calc(5%);

    }

    .arrows-classic .brk-form-strict .jq-selectbox {

        width: 100%;

        text-align: left;

        cursor: pointer;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__select {

        width: 100%;

        height: 54px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        border-bottom: 1px solid #e8ecff;

        color: rgba(39, 39, 39, 0.4);

    }

    .arrows-classic .brk-form-strict .jq-selectbox__select-text {

        line-height: 54px;

        padding: 0 15px 0 21px;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__trigger {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        width: 41px;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__trigger-arrow {

        position: absolute;

        top: 27px;

        left: 18px;

        width: 0;

        height: 0;

        border-right: 5px solid transparent;

        border-left: 5px solid transparent;

        border-top: 6px solid #2775ff;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown {

        width: 100%;

        border-top: transparent;

        background-color: #fff;

        border: 1px solid #2775ff;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul {

        max-height: 170px;

        padding: 12px 0;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li {

        padding: 0 10px 0 30px;

        line-height: 34px;

        color: rgba(39, 39, 39, 0.4);

    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.sel {

        color: #e8ecff;

    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li:hover,

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.selected {

        color: #2775ff;

    }

    .arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select {

        border-bottom-color: #2775ff;

    }

    .arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select-text {

        color: #272727;

    }

    .arrows-classic .jq-selectbox,

    .arrows-classic .jq-select-multiple {

        position: relative;

        display: inline-block;

    }

    .arrows-classic .jq-selectbox select,

    .arrows-classic .jq-select-multiple select {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        margin: 0;

        padding: 0;

        opacity: 0;

    }

    .arrows-classic .jq-selectbox li,

    .arrows-classic .jq-select-multiple li {

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

        white-space: nowrap;

    }

    .arrows-classic .jq-selectbox {

        z-index: 10;

    }

    .arrows-classic .jq-selectbox__select {

        position: relative;

    }

    .arrows-classic .jq-selectbox__select-text {

        overflow: hidden;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

        white-space: nowrap;

        text-overflow: ellipsis;

    }

    .arrows-classic .jq-selectbox__dropdown {

        position: absolute;

    }

    .arrows-classic .jq-selectbox__dropdown ul {

        position: relative;

        overflow: auto;

        overflow-x: hidden;

        list-style: none;

        -webkit-overflow-scrolling: touch;

        max-height: 200px;

    }

    @font-face {

        font-family: 'berserk-icons';

        src: url('../../frontend/Redgiant/berserk/en_GB/fonts/Berserk-Icons.woff2') format('woff2'), url('../../frontend/Redgiant/berserk/en_GB/fonts/Berserk-Icons.woff') format('woff');

        font-weight: normal;

        font-style: normal;

    }

    button,

    a.action.primary {

        border-radius: 3px;

    }

    button:not(.primary) {

        box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);

        z-index: 4;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        ;

        text-align: center;

        background: none;

        color: #b11f33;

        text-transform: uppercase;

        transition: transform 150ms ease-in-out;

    }

    button:not(.primary):active {

        box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);

    }

    body:not(._keyfocus) button:focus {

        box-shadow: none;

    }

    a.action.primary {

        display: inline-block;

        text-decoration: none;

    }

    a.action.primary:hover,

    a.action.primary:active,

    a.action.primary:focus {

        text-decoration: none;

    }

    .border-radius-50 {

        border-radius: 50px;

    }

    a:hover {

        color: #0f5ae0;

        text-decoration: none;

    }

    .btn {

        display: inline-block;

        font-weight: 400;

        text-align: center;

        line-height: inherit;

        white-space: nowrap;

        max-width: 100%;

        text-overflow: ellipsis;

        cursor: pointer;

        vertical-align: middle;

        position: relative;

        text-decoration: none;

        text-transform: uppercase;

        margin: 10px;

    }

    .brk-header__btn.btn-inside-out {

        font-size: 11px;

    }

    .btn-no-shadow {

        box-shadow: none !important;

    }

    .btn-lg {

        padding: 15px 33px;

        font-size: 16px;

    }

    .btn-inside-out {

        overflow: hidden;

        border: 0;

        -webkit-transition: background 0.4s ease 0.3s, box-shadow 0.4s;

        transition: background 0.4s ease 0.3s, box-shadow 0.4s;

        will-change: background;

    }

    .btn-inside-out:hover {

        background: #7202bb;

        border: 0;

        border-color: transparent;

        -webkit-transition: background .4s;

        transition: background .4s;

        -webkit-transition-delay: 0s;

        transition-delay: 0s;

        color: #fff;

        box-shadow: 0 5px 10px -2px #7202bb;

    }

    .btn-inside-out:hover>.before {

        -webkit-transform: translateY(-105%);

        transform: translateY(-105%);

    }

    .btn-inside-out:hover>span.text {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    .btn-inside-out:hover>.after {

        -webkit-transform: translateY(105%);

        transform: translateY(105%);

    }

    .btn-inside-out:hover.btn-shadow {

        box-shadow: 0 5px 10px -2px #7202bb !important;

    }

    .btn-inside-out>.after,

    .btn-inside-out>.before {

        position: absolute;

        width: 100%;

        height: 50%;

        left: 0;

        overflow: hidden;

        background: #2775ff;

        color: #fff;

        -webkit-transition: transform .3s;

        transition: transform .3s;

    }

    .btn-inside-out>.before {

        top: 0;

        padding-top: 8px;

    }

    .btn-inside-out>.after {

        position: absolute;

        width: 100%;

        height: 50%;

        left: 0;

        bottom: 0;

        line-height: 0;

        overflow: hidden;

        background: #2775ff;

        color: #fff;

        -webkit-transition: transform .3s;

        transition: transform .3s;

    }

    .btn-inside-out>span.text {

        display: inline-block;

        -webkit-transform: scale(0.1);

        transform: scale(0.1);

        opacity: 0;

        -webkit-transition: transform .3s, opacity .3s;

        transition: transform .3s, opacity .3s;

    }

    .btn-inside-out-invert span.text,

    .btn-inside-out-invert-light span.text,

    .btn-inside-out-invert-light.btn-icon [class*=fa-]:before,

    .btn-inside-out-invert-light:hover.btn-icon [class*=fa-]:before,

    .btn-inside-out-invert.btn-icon [class*=fa-]:before {

        color: #2775ff;

    }

    .btn-inside-out-invert-light>.after,

    .btn-inside-out-invert-light>.before,

    .btn-inside-out-invert>.after,

    .btn-inside-out-invert>.before {

        background: #fff;

        color: #2775ff;

    }

    .btn-inside-out-invert:hover span.text,

    .btn-inside-out-invert:hover.btn-icon [class*=fa-]:before {

        color: #fff;

    }

    .btn-prime {

        color: #2775ff;

        background: #fff;

        border: 0;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);

        position: relative;

        overflow: hidden;

        z-index: 1;

    }

    .btn-prime:hover {

        color: #2775ff !important;

    }

    .btn-prime:hover>.after,

    .btn-prime:hover>.before {

        height: 50%;

        background: #e8ecff !important;

    }

    .btn-prime>.after,

    .btn-prime>.before {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        height: 0;

        background: #2775ff;

        -webkit-transition: background .4s, height .4s;

        transition: background .4s, height .4s;

        z-index: -1;

    }

    .btn-prime>.before {

        top: 0;

    }

    .btn-prime>.after {

        bottom: 0;

    }

    .btn-prime .border-btn {

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        border: 2px solid #2775ff;

        z-index: -1;

    }

    .btn-prime-primary-transparent,

    .btn-prime-white-transparent {

        background: 0 0;

    }

    .btn-prime-primary-transparent,

    .btn-prime-white-transparent,

    .btn-prime-primary-transparent:visited,

    .btn-prime-white-transparent:visited {

        color: #fff;

    }

    .btn-prime-primary-transparent:hover>.after,

    .btn-prime-white-transparent:hover>.after,

    .btn-prime-primary-transparent:hover>.before,

    .btn-prime-white-transparent:hover>.before {

        background: #fff !important;

    }

    .border-radius-0,

    .border-radius-0.btn-ice .btn-text,

    .border-radius-0.btn-ice .left-border,

    .border-radius-0.btn-lightning span.bg,

    .border-radius-0.btn-prime .border-btn,

    .border-radius-0.btn-slice span,

    .border-radius-0.btn-two-bg .after,

    .border-radius-0.btn-two-bg .before {

        border-radius: 0;

    }

    .btn-prime-white-transparent .border-btn {

        border-color: #fff;

    }

    .btn-min-width-200 {

        min-width: 200px;

    }

    .btn-lg.btn-inside-out>.before {

        padding-top: 15px;

    }

    .btn-md.btn-inside-out>.before {

        padding-top: 10px;

    }

    .btn-md i.icon-inside {

        position: relative;

        font-size: 14px;

        margin-right: 8px;

    }

    .btn-sm-1 {

        padding: 8px 26px;

        font-size: 13px;

    }

    .btn-sm-1 i.icon-inside {

        font-size: 13px;

    }

    .btn-sm-1.btn-inside-out>.before {

        padding-top: 8px;

    }

    .btn-sm-1.btn-simple {

        min-width: 130px;

    }

    .btn-icon [class*=fa-] {

        position: relative;

        color: #fff;

        font-size: 16px;

        z-index: 1;

    }

    .btn-inside-out .icon-inside~.after,

    .btn-inside-out .icon-inside~.before {

        padding-left: 24px;

    }

    .btn-inside-out-invert {

        border: 0;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);

    }

    .brk-sc-tiles-banner__btn {

        align-self: flex-start;

        margin: 0;

    }

    .btn-md {

        padding: 10px 33px;

        font-size: 14px;

    }

    .btn-no-shadow {

        box-shadow: none !important;

    }

    .btn-shadow {

        box-shadow: 0 5px 10px -2px #69adff !important;

    }

    .btn-prime {

        color: #2775ff;

        background: #fff;

        border: 0;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);

        position: relative;

        overflow: hidden;

        z-index: 1;

    }

    .btn-prime .border-btn {

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        border: 2px solid #2775ff;

        z-index: -1;

    }

    .border-radius-25 {

        border-radius: 25px;

    }

    .border-radius-25.btn-prime .border-btn {

        border-radius: 25px;

    }

    .btn-lg {

        padding: 15px 33px;

        font-size: 16px;

    }

    .icon__btn {

        display: inline-block;

        margin: 10px;

        border-radius: 50%;

        color: #fff;

        position: relative;

        z-index: 3;

    }

    .icon__btn i {

        position: absolute;

        top: 50%;

        left: 50%;

        font-weight: 600 !important;

        font-family: "Font Awesome\ 5 Free" !important;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    .icon__btn>.after,

    .icon__btn>.before {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        background-color: #2775ff;

        border-radius: 50%;

        z-index: -1;

        opacity: .2;

    }

    .icon__btn:hover>.before {

        -webkit-animation: 1.5s brk-pulse 0.3s infinite;

        animation: 1.5s brk-pulse 0.3s infinite;

    }

    .icon__btn-invert>.bg {

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        bottom: 0;

        z-index: -1;

        border-radius: 100%;

        background: #fff;

    }

    .icon__btn-invert,

    .icon__btn-invert:hover,

    .icon__btn-white {

        background: #fff;

        color: #2775ff;

    }

    .icon__btn>.before {

        -webkit-transform: scale(1.35);

        transform: scale(1.35);

        opacity: .1;

    }

    @-webkit-keyframes brk-pulse {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(2);

            transform: scale(2);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

            opacity: 0;

        }

    }

    @keyframes brk-pulse {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(2);

            transform: scale(2);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

            opacity: 0;

        }

    }

    .icon__btn {

        display: inline-block;

        margin: 10px;

        border-radius: 50%;

        color: #fff;

        background: #2775ff;

        position: relative;

        z-index: 3;

    }

    .brk-bordered-theme .icon__btn {

        border-radius: inherit;

    }

    .icon__btn .spike {

        position: absolute;

        top: 8px;

        left: 8px;

        right: 8px;

        bottom: 8px;

        background: #2775ff;

        z-index: -1;

    }

    .icon__btn .spike:nth-child(1) {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    .icon__btn .spike:nth-child(2) {

        -webkit-transform: rotate(10deg);

        transform: rotate(10deg);

    }

    .icon__btn .spike:nth-child(3) {

        -webkit-transform: rotate(20deg);

        transform: rotate(20deg);

    }

    .icon__btn .spike:nth-child(4) {

        -webkit-transform: rotate(30deg);

        transform: rotate(30deg);

    }

    .icon__btn .spike:nth-child(5) {

        -webkit-transform: rotate(40deg);

        transform: rotate(40deg);

    }

    .icon__btn .spike:nth-child(6) {

        -webkit-transform: rotate(50deg);

        transform: rotate(50deg);

    }

    .icon__btn .spike:nth-child(7) {

        -webkit-transform: rotate(60deg);

        transform: rotate(60deg);

    }

    .icon__btn .spike:nth-child(8) {

        -webkit-transform: rotate(70deg);

        transform: rotate(70deg);

    }

    .icon__btn .spike:nth-child(9) {

        -webkit-transform: rotate(80deg);

        transform: rotate(80deg);

    }

    .icon__btn .spike:nth-child(10) {

        -webkit-transform: rotate(90deg);

        transform: rotate(90deg);

    }

    .icon__btn>.before {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        -webkit-transform: scale(1.35);

        transform: scale(1.35);

        opacity: .1;

        background-color: #2775ff;

        border-radius: 50%;

        z-index: -1;

    }

    .brk-bordered-theme .icon__btn>.before {

        border-radius: inherit;

    }

    .icon__btn>.after {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        opacity: .2;

        background-color: #2775ff;

        border-radius: 50%;

        z-index: -1;

    }

    .brk-bordered-theme .icon__btn>.after {

        border-radius: inherit;

    }

    .icon__btn_clear>.before {

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    .icon__btn:hover {

        color: #fff;

    }

    .icon__btn:hover>.before {

        -webkit-animation: 1.5s brk-pulse 0.3s infinite;

        animation: 1.5s brk-pulse 0.3s infinite;

    }

    .icon__btn:hover>.after {

        -webkit-animation: brk-pulse 1.5s infinite;

        animation: brk-pulse 1.5s infinite;

    }

    .icon__btn-circled>.before {

        top: -33px;

        left: -33px;

        right: -33px;

        bottom: -33px;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    .icon__btn-circled>.after {

        top: -16px;

        left: -16px;

        right: -16px;

        bottom: -16px;

    }

    .icon__btn-circled:hover>.before {

        -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;

        animation: 1s brk-pulse-paused 0.2s ease-in infinite;

    }

    .icon__btn-circled:hover>.after {

        -webkit-animation: brk-pulse-paused 1s ease-in infinite;

        animation: brk-pulse-paused 1s ease-in infinite;

    }

    .icon__btn-circled_active>.before {

        -webkit-animation: 1s brk-pulse-paused 0.2s ease-in infinite;

        animation: 1s brk-pulse-paused 0.2s ease-in infinite;

    }

    .icon__btn-circled_active>.after {

        -webkit-animation: brk-pulse-paused 1s ease-in infinite;

        animation: brk-pulse-paused 1s ease-in infinite;

    }

    .icon__btn i {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    .icon__btn-invert {

        background: #fff;

        color: #2775ff;

    }

    .icon__btn-invert>.bg {

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        bottom: 0;

        z-index: -1;

        border-radius: 100%;

        background: #fff;

    }

    .brk-bordered-theme .icon__btn-invert>.bg {

        border-radius: inherit;

    }

    .icon__btn-invert:hover {

        background: #fff;

        color: #2775ff;

    }

    .icon__btn-white {

        background: #fff;

        color: #2775ff;

    }

    .icon__btn-white>.before {

        background-color: #fff;

    }

    .icon__btn-white>.after {

        background-color: #fff;

    }

    .icon__btn-white:hover {

        background: #fff;

        color: #2775ff;

    }

    .icon__btn-sm {

        font-size: 14px;

        width: 41px;

        height: 41px;

    }

    .icon__btn-md {

        font-size: 16px;

        width: 52px;

        height: 52px;

    }

    .icon__btn-md_1 {

        font-size: 26px;

        width: 70px;

        height: 70px;

    }

    .icon__btn-lg {

        font-size: 21px;

        width: 68px;

        height: 68px;

    }

    .icon__btn-xl {

        font-size: 21px;

        width: 86px;

        height: 86px;

    }

    .icon__btn-center [class*="fa-"] {

        margin-left: 0;

        margin-right: 0;

        width: 100%;

        text-align: center;

    }

    .icon__btn.icon__btn-svg {

        background: transparent !important;

    }

    @-webkit-keyframes brk-pulse {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(2);

            transform: scale(2);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

            opacity: 0;

        }

    }

    @keyframes brk-pulse {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(2);

            transform: scale(2);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

            opacity: 0;

        }

    }

    @-webkit-keyframes brk-pulse-paused {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        20% {

            -webkit-transform: scale(1.2);

            transform: scale(1.2);

        }

        60% {

            -webkit-transform: scale(0.9);

            transform: scale(0.9);

            opacity: 0;

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

    }

    @keyframes brk-pulse-paused {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        20% {

            -webkit-transform: scale(1.2);

            transform: scale(1.2);

        }

        60% {

            -webkit-transform: scale(0.9);

            transform: scale(0.9);

            opacity: 0;

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

    }

    .btn-violet {

        font-size: 12px;

        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;

    }

    .btn-violet:hover {

        background: rgba(114, 2, 187, 0.05);

    }

    .btn-violet .before,

    .btn-violet .after {

        padding-left: 0 !important;

        padding-right: 10px;

        color: #7202bb;

    }

    .btn-violet .text {

        color: #7202bb !important;

        margin-right: 10px;

    }

    .btn-violet i {

        position: absolute !important;

        top: 50%;

        right: 20px;

        margin-right: 0 !important;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

    }

    .btn-violet i:before {

        color: #7202bb !important;

    }

    .border-radius-30 {

        border-radius: 30px !important;

    }

    .product.data.items {

        margin: 0;

        padding: 0;

        border-bottom: 1px solid #cccccc;

        margin-bottom: 20px;

        margin-left: -15px;

        margin-right: -15px;

    }

    .product.data.items>.item.title {

        box-sizing: border-box;

        float: none;

        width: 100%;

    }

    .product.data.items>.item.title>.switch {

        display: block;

    }

    .product.data.items>.item.content {

        box-sizing: border-box;

        display: block;

        float: none;

        margin: 0;

    }

    .product.data.items>.item.content:before,

    .product.data.items>.item.content:after {

        content: '';

        display: table;

    }

    .product.data.items>.item.content:after {

        clear: both;

    }

    .product.data.items>.item.content.active {

        display: block;

    }

    .product.data.items>.item.title {

        margin: 0;

    }

    .product.data.items>.item.title>.switch {

        border-top: 1px solid #cccccc;

        height: 40px;

        padding: 1px 10px 1px 10px;

        font-weight: 600;

        line-height: 40px;

        font-size: 1.4rem;

        color: #333333;

        text-decoration: none;

    }

    .product.data.items>.item.title>.switch:visited {

        color: #333333;

        text-decoration: none;

    }

    .product.data.items>.item.title>.switch:hover {

        color: #333333;

        text-decoration: none;

    }

    .product.data.items>.item.title>.switch:active {

        color: #333333;

        text-decoration: none;

    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,

    .product.data.items>.item.title.active>.switch,

    .product.data.items>.item.title.active>.switch:focus,

    .product.data.items>.item.title.active>.switch:hover {

        padding-bottom: 1px;

    }

    .product.data.items>.item.content {

        background: #ffffff;

        margin: 0;

        padding: 10px 10px 30px;

    }

    .product.data.items .item.title a {

        position: relative;

        text-decoration: none;

    }

    .product.data.items .item.title a:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 14px;

        line-height: inherit;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .product.data.items .item.title a:after {

        position: absolute;

        right: 10px;

        top: 1px;

    }

    .product.data.items .item.title.active a:after {

        content: '\e621';

    }

    .product.data.items .value p:last-child {

        margin-bottom: 0;

    }

    .product.data.items .table-wrapper {

        margin: 0;

    }

    .pages>.label {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .pages .items {

        font-size: 0;

        letter-spacing: -1px;

        line-height: 0;

        white-space: nowrap;

        margin: 0;

        padding: 0;

        list-style: none none;

        display: inline-block;

        font-weight: 400;

    }

    .pages .item {

        font-size: 1.2rem;

        line-height: 3rem;

        letter-spacing: normal;

        margin: 0 8px 0 0;

        display: inline-block;

    }

    .pages .item .label {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .pages a.page {

        color: #1979c3;

        display: inline-block;

        padding: 0 5px;

        text-decoration: none;

    }

    .pages a.page:visited {

        color: #1979c3;

    }

    .pages a.page:hover {

        color: #006bb4;

        text-decoration: none;

    }

    .pages a.page:active {

        color: #ff5501;

    }

    .pages strong.page {

        background: #e5e5e5;

        font-size: 1.2rem;

        line-height: 3rem;

        letter-spacing: normal;

        color: #333333;

        display: inline-block;

        font-weight: 700;

        padding: 0 5px;

    }

    .pages .action {

        background: #f0f0f0;

        border: 1px solid #cccccc;

        color: #7d7d7d;

        display: inline-block;

        padding: 0;

        text-decoration: none;

    }

    .pages .action:visited {

        color: #7d7d7d;

    }

    .pages .action:hover {

        background: #dedede;

        color: #7d7d7d;

        text-decoration: none;

    }

    .pages .action:active {

        color: #7d7d7d;

    }

    .pages .action.next {

        display: inline-block;

        text-decoration: none;

    }

    .pages .action.next:visited:before {

        color: #7d7d7d;

    }

    .pages .action.next:active:before {

        color: #7d7d7d;

    }

    .pages .action.next>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .pages .action.next:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: inherit;

        color: #7d7d7d;

        content: '\e608';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .pages .action.next:hover:before {

        color: #7d7d7d;

    }

    .pages .action.next:active:before {

        color: #7d7d7d;

    }

    .pages .action.previous {

        display: inline-block;

        text-decoration: none;

    }

    .pages .action.previous:visited:before {

        color: #7d7d7d;

    }

    .pages .action.previous:active:before {

        color: #7d7d7d;

    }

    .pages .action.previous>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .pages .action.previous:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: inherit;

        color: #7d7d7d;

        content: '\e617';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .pages .action.previous:hover:before {

        color: #7d7d7d;

    }

    .pages .action.previous:active:before {

        color: #7d7d7d;

    }

    .pages .action {

        box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);

        border-radius: 3px;

        padding: 0 8px;

    }

    .pages .action.previous {

        margin-right: 8px;

    }

    .pages .action.next {

        margin-left: 8px;

    }

    .actions-toolbar>.primary,

    .actions-toolbar>.secondary {

        margin-bottom: 10px;

        text-align: center;

    }

    .actions-toolbar>.primary .action,

    .actions-toolbar>.secondary .action {

        margin-bottom: 10px;

    }

    .actions-toolbar>.primary .action:last-child,

    .actions-toolbar>.secondary .action:last-child {

        margin-bottom: 0;

    }

    .actions-toolbar>.primary:last-child,

    .actions-toolbar>.secondary:last-child {

        margin-bottom: 0;

    }

    .actions-toolbar>.secondary .action.back {

        display: none;

    }

    .breadcrumbs {

        margin: 0 0 15px;

    }

    .breadcrumbs .items {

        font-size: 1.2rem;

        color: #a3a3a3;

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .breadcrumbs .items>li {

        display: inline-block;

        vertical-align: top;

    }

    .breadcrumbs .item {

        margin: 0;

    }

    .breadcrumbs a {

        color: #333333;

        text-decoration: none;

    }

    .breadcrumbs a:visited {

        color: #333333;

        text-decoration: none;

    }

    .breadcrumbs a:hover {

        color: #333333;

        text-decoration: underline;

    }

    .breadcrumbs a:active {

        color: #333333;

        text-decoration: none;

    }

    .breadcrumbs strong {

        font-weight: 400;

    }

    .breadcrumbs .item:not(:last-child) {

        display: inline-block;

        text-decoration: none;

    }

    .breadcrumbs .item:not(:last-child):after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 10px;

        line-height: 18px;

        content: '\e608';

        font-family: 'berserk-icons';

        margin: 0 10px;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .ui-dialog.popup .action.close {

        position: absolute;

        height: 40px;

        right: 0;

        top: 0;

        width: 40px;

        z-index: 1001;

        display: inline-block;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

    }

    .ui-dialog.popup .action.close>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .ui-dialog.popup .action.close:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: 16px;

        color: #8c8c8c;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .ui-dialog.popup .action.close:hover:before {

        color: #737373;

    }

    .ui-dialog.popup .action.close:active:before {

        color: #737373;

    }

    .ui-dialog.popup .action.close:focus,

    .ui-dialog.popup .action.close:active {

        background: none;

        border: none;

    }

    .ui-dialog.popup .action.close:hover {

        background: none;

        border: none;

    }

    .ui-dialog.popup .action.close.disabled,

    .ui-dialog.popup .action.close[disabled],

    fieldset[disabled] .ui-dialog.popup .action.close {

        pointer-events: none;

        opacity: 0.5;

    }

    .popup .actions-toolbar .action.cancel {

        font-weight: 400;

    }

    .popup-pointer {

        margin-left: -14px;

        position: absolute;

        top: -14px;

    }

    .popup-pointer:before,

    .popup-pointer:after {

        content: '';

        position: absolute;

        display: block;

        width: 0;

        height: 0;

        border-bottom-style: solid;

    }

    .popup-pointer:before {

        left: 2px;

        top: 2px;

        border: solid 6px;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .popup-pointer:after {

        left: 1px;

        top: 0px;

        border: solid 7px;

        border-color: transparent transparent #aeaeae transparent;

        z-index: 98;

    }

    .price-tier_price .price-excluding-tax,

    .price-tier_price .price-including-tax {

        display: inline;

    }

    .price-including-tax,

    .price-excluding-tax {

        display: block;

        font-size: 1.8rem;

        line-height: 1;

    }

    .price-including-tax .price,

    .price-excluding-tax .price {

        font-weight: 700;

    }

    .price-including-tax+.price-excluding-tax,

    .weee[data-label] {

        display: block;

        font-size: 1.8rem;

    }

    .price-including-tax+.price-excluding-tax:before,

    .weee[data-label]:before {

        content: attr(data-label) ': ';

        font-size: 1.1rem;

    }

    .price-including-tax+.price-excluding-tax .price,

    .weee[data-label] .price {

        font-size: 1.1rem;

    }

    body._has-modal {

        height: 100%;

        overflow: hidden;

        width: 100%;

    }

    .modals-overlay {

        z-index: 899;

    }

    .modal-slide,

    .modal-popup {

        bottom: 0;

        left: 0;

        min-width: 0;

        position: fixed;

        right: 0;

        top: 0;

        visibility: hidden;

        opacity: 0;

        -webkit-transition: visibility 0s .3s, opacity .3s ease;

        transition: visibility 0s .3s, opacity .3s ease;

    }

    .modal-slide._show,

    .modal-popup._show {

        visibility: visible;

        opacity: 1;

        -webkit-transition: opacity .3s ease;

        transition: opacity .3s ease;

    }

    .modal-slide._show .modal-inner-wrap,

    .modal-popup._show .modal-inner-wrap {

        -webkit-transform: translate(0, 0);

        transform: translate(0, 0);

    }

    .modal-slide .modal-inner-wrap,

    .modal-popup .modal-inner-wrap {

        background-color: #ffffff;

        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);

        opacity: 1;

        pointer-events: auto;

    }

    .modal-slide {

        left: 44px;

        z-index: 900;

    }

    .modal-slide._show .modal-inner-wrap {

        -webkit-transform: translateX(0);

        transform: translateX(0);

    }

    .modal-slide .modal-inner-wrap {

        height: 100%;

        overflow-y: auto;

        position: static;

        -webkit-transform: translateX(100%);

        transform: translateX(100%);

        -webkit-transition: -webkit-transform 0.3s ease-in-out;

        transition: transform 0.3s ease-in-out;

        width: auto;

    }

    .modal-slide._inner-scroll .modal-inner-wrap {

        overflow-y: visible;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .modal-slide._inner-scroll .modal-header,

    .modal-slide._inner-scroll .modal-footer {

        -webkit-flex-grow: 0;

        flex-grow: 0;

        -webkit-flex-shrink: 0;

        flex-shrink: 0;

    }

    .modal-slide._inner-scroll .modal-content {

        overflow-y: auto;

    }

    .modal-slide._inner-scroll .modal-footer {

        margin-top: auto;

    }

    .modal-slide .modal-header,

    .modal-slide .modal-content,

    .modal-slide .modal-footer {

        padding: 0 2.6rem 2.6rem;

    }

    .modal-slide .modal-header {

        padding-bottom: 2.1rem;

        padding-top: 2.1rem;

    }

    .modal-popup {

        z-index: 900;

        left: 0;

        overflow-y: auto;

    }

    .modal-popup.confirm .modal-inner-wrap {

        width: 50rem;

    }

    .modal-popup._show .modal-inner-wrap {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    .modal-popup .modal-inner-wrap {

        margin: 5rem auto;

        width: 75%;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

        box-sizing: border-box;

        height: auto;

        left: 0;

        position: absolute;

        right: 0;

        -webkit-transform: translateY(-200%);

        transform: translateY(-200%);

        -webkit-transition: -webkit-transform 0.2s ease;

        transition: transform .2s ease;

    }

    .modal-popup._inner-scroll {

        overflow-y: visible;

    }

    .ie11 .modal-popup._inner-scroll {

        overflow-y: auto;

    }

    .modal-popup._inner-scroll .modal-inner-wrap {

        max-height: 90%;

    }

    .ie11 .modal-popup._inner-scroll .modal-inner-wrap {

        max-height: none;

    }

    .modal-popup._inner-scroll .modal-content {

        overflow-y: auto;

    }

    .modal-popup .modal-header,

    .modal-popup .modal-content,

    .modal-popup .modal-footer {

        padding-left: 3rem;

        padding-right: 3rem;

    }

    .modal-popup .modal-header,

    .modal-popup .modal-footer {

        -webkit-flex-grow: 0;

        flex-grow: 0;

        -webkit-flex-shrink: 0;

        flex-shrink: 0;

    }

    .modal-popup .modal-header {

        padding-bottom: 1.2rem;

        padding-top: 3rem;

    }

    .modal-popup .modal-footer {

        margin-top: auto;

        padding-bottom: 3rem;

        padding-top: 3rem;

    }

    .modal-popup .modal-footer-actions {

        text-align: right;

    }

    .modal-custom .action-close,

    .modal-popup .action-close,

    .modal-slide .action-close {

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-shadow: none;

        font-weight: 400;

        display: inline-block;

        text-decoration: none;

        position: absolute;

        right: 0;

        top: 0;

    }

    .modal-custom .action-close:focus,

    .modal-popup .action-close:focus,

    .modal-slide .action-close:focus,

    .modal-custom .action-close:active,

    .modal-popup .action-close:active,

    .modal-slide .action-close:active {

        background: none;

        border: none;

    }

    .modal-custom .action-close:hover,

    .modal-popup .action-close:hover,

    .modal-slide .action-close:hover {

        background: none;

        border: none;

    }

    .modal-custom .action-close.disabled,

    .modal-popup .action-close.disabled,

    .modal-slide .action-close.disabled,

    .modal-custom .action-close[disabled],

    .modal-popup .action-close[disabled],

    .modal-slide .action-close[disabled],

    fieldset[disabled] .modal-custom .action-close,

    fieldset[disabled] .modal-popup .action-close,

    fieldset[disabled] .modal-slide .action-close {

        pointer-events: none;

        opacity: 0.5;

    }

    .modal-custom .action-close>span,

    .modal-popup .action-close>span,

    .modal-slide .action-close>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .modal-custom .action-close:before,

    .modal-popup .action-close:before,

    .modal-slide .action-close:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 14px;

        line-height: 14px;

        color: #8f8f8f;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .modal-custom .action-close:hover:before,

    .modal-popup .action-close:hover:before,

    .modal-slide .action-close:hover:before {

        color: inherit;

    }

    .modal-custom .action-close:active:before,

    .modal-popup .action-close:active:before,

    .modal-slide .action-close:active:before {

        color: inherit;

    }

    .modal-custom .action-close:hover:before,

    .modal-popup .action-close:hover:before,

    .modal-slide .action-close:hover:before {

        color: #1a1a1a;

    }

    .modal-custom .action-close {

        margin: 25px;

    }

    .modal-popup {

        pointer-events: none;

    }

    .modal-popup .modal-title {

        border-bottom: 1px solid #c1c1c1;

        font-weight: 300;

        padding-bottom: 10px;

        font-size: 26px;

        margin-bottom: 0;

        min-height: 1em;

        word-wrap: break-word;

    }

    .modal-popup .action-close {

        padding: 20px;

    }

    .modal-slide .action-close {

        padding: 2.1rem 3rem;

    }

    .modal-slide .page-main-actions {

        margin-bottom: -12.9rem;

        margin-top: 2.1rem;

    }

    .modals-overlay {

        background-color: rgba(51, 51, 51, 0.55);

        bottom: 0;

        left: 0;

        position: fixed;

        right: 0;

        top: 0;

    }

    body._has-modal-custom .modal-custom-overlay {

        height: 100vh;

        left: 0;

        position: fixed;

        top: 0;

        width: 100vw;

        z-index: 899;

    }

    /**
  
   * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  
   *
  
   * Licensed under the Apache License, Version 2.0 (the "License").
  
   * You may not use this file except in compliance with the License.
  
   * A copy of the License is located at
  
   *
  
   *  http://aws.amazon.com/apache2.0
  
   *
  
   * or in the "license" file accompanying this file. This file is distributed
  
   * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  
   * express or implied. See the License for the specific language governing
  
   * permissions and limitations under the License.
  
   */

    /**
  
   * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  
   *
  
   * Licensed under the Apache License, Version 2.0 (the "License").
  
   * You may not use this file except in compliance with the License.
  
   * A copy of the License is located at
  
   *
  
   *  http://aws.amazon.com/apache2.0
  
   *
  
   * or in the "license" file accompanying this file. This file is distributed
  
   * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  
   * express or implied. See the License for the specific language governing
  
   * permissions and limitations under the License.
  
   */

    /**
  
  * Amazon Pay variables
  
  **/

    .amazon-button-container {

        display: table;

        margin: 0 0 22px;

    }

    .amazon-button-container__cell {

        display: table-cell;

        min-width: 45px;

        position: relative;

    }

    .amazon-button-container img {

        display: block;

    }

    .amazon-button-container .field-tooltip {

        display: none;

        margin: -12px 0 0;

        right: 5px;

        top: 50%;

    }

    .checkout-shipping-address .amazon-button-container {

        margin: 22px 0;

    }

    .login-container .block-amazon-login .actions-toolbar {

        margin-top: 25px;

    }

    .amazon-validate-container .block .block-title {

        font-size: 1.8rem;

    }

    .amazon-validate-container .fieldset:after {

        margin: 10px 0 0;

        content: attr(data-hasrequired);

        display: block;

        letter-spacing: normal;

        word-spacing: normal;

        color: #e02b27;

        font-size: 1.2rem;

    }

    .amazon-validate-container .fieldset:after {

        margin-top: 35px;

    }

    @media all and (max-width: 992px) {

        .amazon-button-container {

            width: 100%;

        }

    }

    .amazon-logout-widget {

        display: none;

    }

    /**
  
   * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  
   *
  
   * Licensed under the Apache License, Version 2.0 (the "License").
  
   * You may not use this file except in compliance with the License.
  
   * A copy of the License is located at
  
   *
  
   *  http://aws.amazon.com/apache2.0
  
   *
  
   * or in the "license" file accompanying this file. This file is distributed
  
   * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  
   * express or implied. See the License for the specific language governing
  
   * permissions and limitations under the License.
  
   */

    /** mini cart styling **/

    .product-social-links,

    .amazon-minicart-container {

        width: 100%;

        display: block;

        text-align: center;

    }

    .product-social-links .amazon-button-container,

    .amazon-minicart-container .amazon-button-container {

        display: inline-block;

        margin: 12px 0 4px 0;

    }

    .product-social-links .field-tooltip .field-tooltip-content,

    .amazon-minicart-container .field-tooltip .field-tooltip-content {

        top: 38px;

        left: -245px;

    }

    .product-social-links .field-tooltip .field-tooltip-content:before,

    .amazon-minicart-container .field-tooltip .field-tooltip-content:before {

        border: none;

        border-left: 10px solid transparent;

        border-right: 10px solid transparent;

        border-bottom: 10px solid #666666;

        top: -10px;

        left: 244px;

    }

    .product-social-links .field-tooltip .field-tooltip-content:after,

    .amazon-minicart-container .field-tooltip .field-tooltip-content:after {

        border: none;

        border-left: 10px solid transparent;

        border-right: 10px solid transparent;

        border-bottom: 10px solid #f4f4f4;

        top: -8px;

        left: 244px;

    }

    .amazon-addtoCart {

        display: block;

        width: 100%;

        height: 100%;

        position: absolute;

        left: 0;

        top: 0;

    }

    .revert-checkout {

        margin-top: 20px;

        display: block;

    }

    .centered-button {

        text-align: center;

        display: inline-block;

    }

    .catalog-product-view .centered-button {

        display: table;

    }

    .checkout-payment-method .amazon-sandbox-simulator {

        border-bottom: 1px solid #cccccc;

    }

    .checkout-payment-method .amazon-sandbox-simulator .payment-option-title {

        border-top: none;

        padding-top: 0;

    }

    .checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {

        margin-bottom: 10px;

    }

    .checkout-methods-items .centered-button {

        margin-bottom: 0;

    }

    @media all and (max-width: 992px) {

        .checkout-methods-items .centered-button {

            width: auto;

        }

    }

    .checkout-methods-items .field-tooltip {

        display: none;

    }

    .checkout-methods-items .field-tooltip .field-tooltip-content {

        right: -10px;

        top: 40px;

        left: auto;

    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:before,

    .checkout-methods-items .field-tooltip .field-tooltip-content:after {

        border: 10px solid transparent;

        height: 0;

        width: 0;

        margin-top: -21px;

        right: 10px;

        left: auto;

        top: 0;

    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:before {

        border-bottom-color: #666666;

    }

    .checkout-methods-items .field-tooltip .field-tooltip-content:after {

        border-bottom-color: #f4f4f4;

        top: 1px;

    }

    @media all and (max-width: 992px) {

        .checkout-methods-items .field-tooltip .field-tooltip-content {

            right: -56px;

            top: 38px;

            left: auto;

        }

        .checkout-methods-items .field-tooltip .field-tooltip-content:before,

        .checkout-methods-items .field-tooltip .field-tooltip-content:after {

            right: 56px;

        }

    }

    .amazon-widget {

        max-width: 400px;

        height: 228px;

    }

    .amazon-widget--address {

        margin-top: 20px;

    }

    .amazon-addresses {

        margin-top: 20px;

    }

    .amazon-addresses .amazon-address {

        margin-bottom: 20px;

    }

    .checkout-payment-method .amazon-payment-method .payment-method-title {

        visibility: hidden;

        padding-bottom: 0;

    }

    /** Prevent movement after a soft decline to other payment steps **/

    .opc-progress-bar-item._complete.lock-step {

        cursor: none;

        pointer-events: none;

    }

    @media all and (max-width: 992px) {

        .amazon-minicart-container .amazon-button-container {

            width: auto;

        }

    }

    /**
  
   * BSS Commerce Co.
  
   *
  
   * NOTICE OF LICENSE
  
   *
  
   * This source file is subject to the EULA
  
   * that is bundled with this package in the file LICENSE.txt.
  
   * It is also available through the world-wide-web at this URL:
  
   * http://bsscommerce.com/Bss-Commerce-License.txt
  
   *
  
   * @category  BSS
  
   * @package   Bss_GeoIPAutoSwitchStore
  
   * @author    Extension Team
  
   * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
  
   * @license   http://bsscommerce.com/Bss-Commerce-License.txt
  
   */

    .popup_geoip_content {

        max-width: 600px;

        background: #fff;

        padding: 20px;

        position: relative;

        border-radius: 4px;

        margin: 0 auto;

        text-align: center;

        display: none;

    }

    .geoip_title {

        width: 80%;

        margin: 0 10% 20px 10%;

        font-size: 15px;

        font-weight: 700;

        text-align: center;

        float: left;

    }

    .multi-checkout-fields label {

        display: block;

        margin-bottom: 7px;

    }

    .multi-checkout-fields .field {

        margin: 1.5em 0;

    }

    .multi-checkout-fields .field.checkbox label {

        display: inline-block;

        margin: 0 0 0 12px;

    }

    .collection-point-country,

    .collection-point-postalcode,

    .collection-point-button {

        display: inline-block;

        padding: 20px 10px 0 0;

    }

    .collection-point-list {

        border: 1px solid #c2c2c2;

        max-height: 200px;

        overflow: auto;

    }

    .collection-point-postalcode {

        max-width: 9em;

        vertical-align: top;

    }

    .field-error {

        color: #e02b27;

        font-size: 1.2rem;

        margin-top: 7px;

    }

    table.collection-point-opening-hours>tbody>tr>td {

        padding-bottom: 2px;

    }

    .box-order-shipping-address .box-subtitle {

        font-weight: 600;

    }

    .box-order-shipping-address .order-shipping-secondary-address {

        margin-top: 1rem;

    }

    #delivery-options-fields-block {

        max-width: 100%;

    }

    .pickup-locations-headline {

        font-weight: 600;

        font-size: 16px;

        margin-bottom: 25px;

    }

    .delivery-locations-form .delivery-locations-list {

        margin-top: 28px;

        margin-bottom: 28px;

        border: 1px solid #c2c2c2;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper {

        max-height: 500px;

        overflow-y: auto;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper::-webkit-scrollbar {

        width: 6px;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper::-webkit-scrollbar-thumb {

        border-radius: 3px;

        background-color: rgba(60, 60, 60, 0.5);

        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);

    }

    #pickup-locations-form .pickup-locations-list .pickup-location {

        padding: 25px 25px 25px 20px;

        margin-left: 5px;

        border-bottom: 3px solid #c7c7c7;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location:last-child {

        border-bottom: 0;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location input[type="radio"] {

        width: 14px;

        height: 14px;

        line-height: 16px;

        margin: 2px 0 0;

        vertical-align: text-top;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location label {

        margin-left: 15px;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location label span {

        font-weight: 700;

        font-size: 16px;

        line-height: 16px;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location ul {

        list-style: none;

        padding: 0;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours {

        margin-top: 25px;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {

        margin: 0 0 0 33px;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours,

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours {

        display: table;

        width: 100%;

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {

        display: table-cell;

        width: 45%;

        font-size: 12px;

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {

            font-size: 14px;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {

            font-size: 14px;

        }

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {

        display: table-cell;

        width: 55%;

        text-align: right;

        padding-right: 45px;

        font-weight: 700;

        font-size: 12px;

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {

            text-align: left;

            font-size: 14px;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {

            text-align: left;

            font-size: 14px;

        }

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {

        text-align: left;

        padding: 0;

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {

            margin: 0;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {

            margin: 0;

        }

    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours .pickup-location-special-hours {

        margin-left: 0;

    }

    #pickup-locations-form .columns-2 {

        display: table;

        width: 100%;

    }

    #pickup-locations-form .columns-2 .column-left {

        display: table-cell;

        width: 45%;

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .columns-2 .column-left {

            display: block;

            width: 100%;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .columns-2 .column-left {

            display: block;

            width: 100%;

        }

    }

    #pickup-locations-form .columns-2 .column-right {

        display: table-cell;

        width: 55%;

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .columns-2 .column-right {

            display: block;

            width: 100%;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .columns-2 .column-right {

            display: block;

            width: 100%;

        }

    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .columns-2 {

            display: block;

        }

    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .columns-2 {

            display: block;

        }

    }

    hr.bss_product_tab {

        border: 0;

        height: 1px;

        background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);

        background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);

        background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);

        background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);

    }

    .field .control._with-tooltip .choice.field {

        width: calc(100% - 36px);

    }

    .field .control._with-tooltip .choice.field input {

        width: auto;

    }

    .field .control._with-tooltip select,

    .field .control._with-tooltip textarea {

        margin-right: 10px;

        width: calc(100% - 36px);

    }

    .field .control select[multiple] {

        height: auto;

        background: #ffffff;

    }

    tr.order-attributes td {

        padding-left: 0;

        padding-right: 0;

    }

    .order-attributes .order-attributes-form {

        margin-top: 20px;

    }

    .order-attributes .order-attributes-form.fieldset .field:last-child {

        margin-bottom: 20px;

    }

    .payment-method-braintree .hosted-control {

        background: #ffffff;

        background-clip: padding-box;

        border: 1px solid #c2c2c2;

        border-radius: 1px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 14px;

        height: 32px;

        line-height: 1.42857143;

        padding: 0 9px;

        vertical-align: baseline;

        width: 100%;

        box-sizing: border-box;

        position: relative;

        width: 225px;

    }

    .payment-method-braintree .hosted-control:disabled {

        opacity: 0.5;

    }

    .payment-method-braintree .hosted-control::-moz-placeholder {

        color: #c2c2c2;

    }

    .payment-method-braintree .hosted-control::-webkit-input-placeholder {

        color: #c2c2c2;

    }

    .payment-method-braintree .hosted-control:-ms-input-placeholder {

        color: #c2c2c2;

    }

    .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {

        border-color: #006bb4;

    }

    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {

        border-color: #e02b27;

    }

    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {

        height: auto;

        opacity: 1;

    }

    .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {

        border-color: #006400;

    }

    .payment-method-braintree .hosted-control.hosted-cid {

        width: 5rem;

    }

    .payment-method-braintree .hosted-control.hosted-date {

        float: left;

        margin-bottom: 7px;

        width: 6rem;

    }

    .payment-method-braintree .hosted-control.hosted-date:first-of-type {

        margin-right: 50px;

    }

    .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {

        content: '/';

        display: inline;

        padding-bottom: inherit;

        padding-top: inherit;

        position: absolute;

        right: -25px;

        top: 5px;

    }

    .payment-method-braintree .field-tooltip {

        right: 0;

    }

    .payment-method-braintree .hosted-error {

        clear: both;

        color: #e02b27;

        font-size: 1.2rem;

        height: 0;

        margin-top: 7px;

        opacity: 0;

    }

    .braintree-paypal-logo {

        margin-top: 10px;

        text-align: center;

    }

    .braintree-paypal-account {

        padding: 15px 0 15px 50px;

        position: relative;

        display: inline-block;

    }

    .braintree-paypal-account:before {

        background-image: url('../../frontend/Redgiant/berserk/en_GB/Magento_Braintree/images/paypal-small.png');

        background-position-x: 0;

        background-position-y: 0;

        line-height: 16px;

        vertical-align: middle;

        height: 16px;

        width: 16px;

        background-repeat: no-repeat;

        content: '';

        display: inline-block;

    }

    .braintree-paypal-account:before {

        left: 17px;

        margin-top: -8px;

        position: absolute;

        top: 50%;

    }

    .braintree-paypal-account .payment-method-type {

        font-weight: 700;

    }

    .braintree-paypal-account .payment-method-description {

        color: #575757;

    }

    .braintree-paypal-fieldset {

        border: 0;

        margin: 0;

        padding: 0;

    }

    .action-braintree-paypal-logo {

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

    }

    .action-braintree-paypal-logo:focus,

    .action-braintree-paypal-logo:active {

        background: none;

        border: none;

    }

    .action-braintree-paypal-logo:hover {

        background: none;

        border: none;

    }

    .action-braintree-paypal-logo.disabled,

    .action-braintree-paypal-logo[disabled],

    fieldset[disabled] .action-braintree-paypal-logo {

        pointer-events: none;

        opacity: 0.5;

    }

    .action-braintree-paypal-logo img {

        margin: 0;

        width: 114px;

    }

    .payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {

        margin-left: 0;

    }

    .account .table .col.paypal-account img {

        vertical-align: middle;

    }

    .account .table .col.paypal-account+.actions {

        vertical-align: middle;

    }

    .block-category-event {

        background: #f0f0f0;

        color: #333333;

        padding: 10px 0 15px;

        text-align: center;

    }

    .block-category-event.block:last-child {

        margin-bottom: 10px;

    }

    .block-category-event .block-title {

        margin: 0 0 10px;

    }

    .block-category-event .block-title strong {

        font-size: 1.5rem;

        font-weight: 300;

    }

    .block-category-event .ticker {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .block-category-event .ticker li {

        display: none;

        margin: 0 15px;

    }

    .block-category-event .ticker .value {

        font-size: 1.8rem;

        font-weight: 300;

    }

    .block-category-event .ticker .label {

        font-size: 1rem;

        display: block;

        text-transform: lowercase;

    }

    .block-category-event .dates {

        display: table;

        margin: 0 auto;

    }

    .block-category-event .dates .start,

    .block-category-event .dates .end {

        display: table-cell;

        vertical-align: top;

    }

    .block-category-event .dates .date {

        font-size: 1.8rem;

    }

    .block-category-event .dates .time {

        display: block;

    }

    .block-category-event .dates .start {

        padding-right: 40px;

        position: relative;

    }

    .block-category-event .dates .start:after {

        font-size: 1.8rem;

        content: '\2013';

        display: block;

        position: absolute;

        right: 15px;

        top: 0;

    }

    .multicheckout.results h3,

    .multicheckout.success h3 {

        font-size: 1.6rem;

        margin-bottom: 20px;

        margin-top: 30px;

    }

    .multicheckout.results h3 a,

    .multicheckout.success h3 a {

        color: #333333;

    }

    .multicheckout.results h3 a:hover,

    .multicheckout.success h3 a:hover {

        text-decoration: none;

    }

    .multicheckout.results ul.orders-list,

    .multicheckout.success ul.orders-list {

        list-style: none;

        padding-left: 0;

    }

    .multicheckout.results .orders-list,

    .multicheckout.success .orders-list {

        margin-top: 25px;

        padding-left: 16px;

    }

    .multicheckout.results .orders-list .shipping-list .shipping-item,

    .multicheckout.success .orders-list .shipping-list .shipping-item {

        margin-left: 84px;

    }

    .multicheckout.results .orders-list .shipping-list .shipping-label,

    .multicheckout.success .orders-list .shipping-list .shipping-label {

        font-weight: 700;

        margin-right: 10px;

    }

    .multicheckout.results .orders-list .shipping-list .shipping-address,

    .multicheckout.success .orders-list .shipping-list .shipping-address {

        font-weight: 400;

    }

    .multicheckout.results .orders-list .shipping-list .error-block,

    .multicheckout.success .orders-list .shipping-list .error-block {

        color: #e02b27;

    }

    .multicheckout.results .orders-list .shipping-list .error-block .error-label,

    .multicheckout.success .orders-list .shipping-list .error-block .error-label {

        font-weight: 700;

        margin-right: 10px;

    }

    .multicheckout.results .orders-list .shipping-list .error-block .error-description,

    .multicheckout.success .orders-list .shipping-list .error-block .error-description {

        font-weight: 400;

    }

    .multicheckout.results .orders-succeed .orders-list,

    .multicheckout.success .orders-succeed .orders-list {

        margin-top: 0;

    }

    .multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,

    .multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {

        float: left;

    }

    .multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,

    .multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {

        margin-left: 100px;

    }

    .multicheckout .title {

        margin-bottom: 30px;

    }

    .multicheckout .title strong {

        font-weight: 400;

    }

    .multicheckout .table-wrapper {

        margin-bottom: 0;

    }

    .multicheckout .table-wrapper .action.delete {

        display: inline-block;

    }

    .multicheckout .table-wrapper .col .qty {

        display: inline-block;

    }

    .multicheckout .table-wrapper .col.item .action.edit {

        font-weight: 400;

        margin-left: 10px;

    }

    .multicheckout:not(.address) .table-wrapper .product-item-name {

        margin: 0;

    }

    .multicheckout>.actions-toolbar {

        margin-top: 40px;

    }

    .multicheckout .actions-toolbar>.secondary {

        display: block;

    }

    .multicheckout .actions-toolbar>.secondary .action {

        margin-bottom: 25px;

    }

    .multicheckout .actions-toolbar>.secondary .action.back {

        display: block;

        margin-left: 0;

    }

    .multicheckout .actions-toolbar>.primary {

        margin-right: 10px;

    }

    .multicheckout .item-options {

        margin: 10px 0 0;

    }

    .multicheckout .block .methods-shipping .item-content .fieldset>.field:before {

        display: none;

    }

    .multicheckout .block .methods-shipping .item-content .fieldset>.field .control {

        display: inline-block;

    }

    .multicheckout .block-title,

    .multicheckout .block-content .title {

        border-bottom: 1px solid #cccccc;

        padding-bottom: 10px;

    }

    .multicheckout .block-title strong,

    .multicheckout .block-content .title strong {

        font-weight: 400;

    }

    .multicheckout .block-title strong span,

    .multicheckout .block-content .title strong span {

        color: #a6a6a6;

    }

    .multicheckout .block-content .title {

        border-bottom: none;

        padding-bottom: 0;

    }

    .multicheckout.order-review .block-title>strong {

        font-size: 2.4rem;

    }

    .multicheckout.order-review .block-shipping .block-content:not(:last-child) {

        margin-bottom: 40px;

    }

    .multicheckout.order-review .error-description {

        color: #e02b27;

        font-weight: 400;

        margin-bottom: 10px;

        margin-top: -10px;

    }

    .multicheckout .box-title span {

        margin-right: 10px;

    }

    .multicheckout .box-title>.action {

        margin: 0;

    }

    .multicheckout .box-shipping-method .price {

        font-weight: 700;

    }

    .multicheckout .box-billing-method .fieldset {

        margin: 0;

    }

    .multicheckout .box-billing-method .fieldset .legend.box-title {

        margin: 0 0 5px;

    }

    .multicheckout .checkout-review .grand.totals {

        font-size: 2.1rem;

        margin-bottom: 40px;

    }

    .multicheckout .checkout-review .grand.totals .mark {

        font-weight: 400;

    }

    [class^='multishipping-'] .logo {

        margin-left: 0;

    }

    .multishipping-checkout-success .nav-sections {

        display: block;

    }

    .table-wrapper.billing-agreements {

        margin-bottom: 40px;

    }

    .paypal {

        display: inline-block;

        vertical-align: top;

    }

    .block-minicart .paypal,

    .cart-summary .paypal {

        display: block;

    }

    .paypal img {

        display: block;

        margin: 5px auto 0;

    }

    .opc .paypal {

        vertical-align: middle;

    }

    .paypal.acceptance {

        display: block;

        margin: 0 0 20px;

    }

    .map-form-addtocart .paypal {

        display: block;

        margin: 10px auto 5px;

    }

    .cart-summary .paypal+.paypal {

        margin-top: 25px;

    }

    .paypal-review .actions-toolbar {

        margin-top: 10px;

    }

    .paypal-review .paypal-review-title {

        padding: 0 0 10px;

    }

    .paypal-review .paypal-review-title>strong {

        font-size: 2.4rem;

        font-weight: 300;

    }

    .paypal-review .paypal-review-title .action {

        display: inline-block;

        margin: 12px 0 0 30px;

    }

    .paypal-review .table-paypal-review-items .col.name {

        padding-top: 16px;

    }

    .paypal-review .table-paypal-review-items .col.qty {

        text-align: center;

    }

    .paypal-review .item-options dt {

        display: inline-block;

    }

    .paypal-review .item-options dt:after {

        content: ': ';

    }

    .paypal-review .item-options dd {

        margin: 0;

    }

    .paypal-review-discount {

        border-bottom: 1px solid #cccccc;

        margin: 0 0 40px;

        padding: 10px 0 0;

    }

    .fotorama-video-container:after {

        background: url(../../frontend/Redgiant/berserk/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom right;

        bottom: 0;

        content: '';

        height: 100px;

        left: 0;

        margin: auto;

        position: absolute;

        right: 0;

        top: 12px;

        width: 100px;

    }

    .fotorama-video-container .magnify-lens {

        display: none !important;

    }

    .fotorama-video-container.video-unplayed:hover img {

        opacity: .6;

    }

    .fotorama-video-container.video-unplayed:hover:after {

        transform: scale(1.25);

    }

    .video-thumb-icon:after {

        background: url(../../frontend/Redgiant/berserk/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom left;

        bottom: 0;

        content: '';

        height: 40px;

        left: 0;

        margin: auto;

        position: absolute;

        right: 0;

        top: 10px;

        width: 49px;

    }

    .product-video {

        bottom: 0;

        height: 75%;

        left: 0;

        margin: auto;

        position: absolute;

        right: 0;

        top: 0;

        width: 100%;

    }

    .product-video iframe {

        height: 100%;

        left: 0;

        position: absolute;

        top: 0;

        width: 100%;

        z-index: 9999;

    }

    .fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {

        bottom: 0;

        content: '';

        height: 100px;

        left: 0;

        margin: auto;

        position: absolute;

        right: 0;

        top: 12px;

        width: 100px;

    }

    .fotorama__product-video--loading:after {

        visibility: hidden;

    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {

        .product-video {

            height: 100%;

            width: 81%;

        }

    }

    .opc-wrapper .form-discount {

        max-width: 500px;

    }

    .swatch-attribute-label {

        font-weight: 700;

        position: relative;

    }

    .swatch-attribute-label.required {

        padding-right: 10px;

    }

    .swatch-attribute-label[data-required='1']:after {

        color: #e02b27;

        content: '*';

        font-size: 14px;

        font-weight: 700;

        position: absolute;

        right: -11px;

        top: -2px;

    }

    .swatch-attribute-selected-option {

        color: #646464;

        padding-left: 17px;

    }

    .swatch-attribute-options {

        margin-top: 10px;

    }

    .swatch-attribute-options .swatch-option-tooltip-layered .title {

        color: #282828;

        width: 100%;

        height: 20px;

        position: absolute;

        bottom: -5px;

        left: 0;

        text-align: center;

        margin-bottom: 10px;

    }

    .swatch-attribute.size .swatch-option,

    .swatch-attribute.manufacturer .swatch-option {

        background: #f0f0f0;

        color: #949494;

    }

    .swatch-attribute.size .swatch-option.selected,

    .swatch-attribute.manufacturer .swatch-option.selected {

        blackground: #ffffff;

        border: 1px solid #ffffff;

        color: #000000;

    }

    .swatch-option {

        border: 1px solid #dadada;

        cursor: pointer;

        float: left;

        height: 20px;

        margin: 0 10px 5px 0;

        max-width: 90px;

        min-width: 30px;

        overflow: hidden;

        padding: 1px 2px;

        position: relative;

        text-align: center;

        text-overflow: ellipsis;

    }

    .swatch-option.text {

        background: #f0f0f0;

        color: #686868;

        font-size: 12px;

        font-weight: 700;

        line-height: 20px;

        padding: 4px 8px;

        min-width: 22px;

        margin-right: 7px;

    }

    .swatch-option.text.selected {

        background-color: #ffffff !important;

    }

    .swatch-option.selected {

        outline: 2px solid #ff5501;

        border: 1px solid #ffffff;

        color: #333333;

    }

    .swatch-option:not(.disabled):hover {

        border: 1px solid #ffffff;

        color: #333333;

        outline: 1px solid #999999;

    }

    .swatch-option.image:not(.disabled):hover,

    .swatch-option.color:not(.disabled):hover {

        border: 1px solid #ffffff;

        outline: 2px solid #ee0000;

    }

    .swatch-option.disabled {

        cursor: default;

    }

    .swatch-option.disabled:after {

        background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);

        background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);

        background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);

        background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);

        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));

        background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);

        bottom: 0;

        content: '';

        filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';

        left: 0;

        position: absolute;

        right: 0;

        top: 0;

    }

    .swatch-option-disabled {

        border: 0;

        cursor: default;

        outline: none !important;

    }

    .swatch-option-disabled:after {

        -webkit-transform: rotate(-30deg);

        -ms-transform: rotate(-30deg);

        transform: rotate(-30deg);

        content: '';

        height: 2px;

        left: -4px;

        position: absolute;

        top: 10px;

        width: 42px;

        z-index: 995;

        background: #e02b27;

    }

    .swatch-option-loading {

        content: url('../../frontend/Redgiant/berserk/en_GB/images/loader-2.gif');

    }

    .swatch-option-tooltip {

        border: 1px solid #dadada;

        color: #949494;

        display: none;

        max-height: 100%;

        max-width: 140px;

        min-height: 20px;

        min-width: 20px;

        padding: 5px;

        position: absolute;

        text-align: center;

        z-index: 999;

        background: #ffffff;

    }

    .swatch-option-tooltip .corner,

    .swatch-option-tooltip-layered .corner {

        bottom: 0;

        height: 8px;

        left: 40%;

        position: absolute;

    }

    .swatch-option-tooltip .corner:before,

    .swatch-option-tooltip-layered .corner:before,

    .swatch-option-tooltip .corner:after,

    .swatch-option-tooltip-layered .corner:after {

        border-style: solid;

        content: '';

        font-size: 1px;

        height: 0;

        position: relative;

        width: 0;

    }

    .swatch-option-tooltip .corner:before,

    .swatch-option-tooltip-layered .corner:before {

        border-color: #adadad transparent transparent transparent;

        border-width: 8px 8.5px 0 8.5px;

        left: 0;

        top: 2px;

    }

    .swatch-option-tooltip .corner:after,

    .swatch-option-tooltip-layered .corner:after {

        border-color: #ffffff transparent transparent transparent;

        border-width: 7px 7.5px 0 7.5px;

        left: -15px;

        top: 1px;

    }

    .swatch-option-tooltip .image,

    .swatch-option-tooltip-layered .image {

        display: block;

        height: 130px;

        margin: 0 auto;

        width: 130px;

    }

    .swatch-option-tooltip-layered {

        border: 1px solid #dadada;

        color: #949494;

        background: #ffffff;

        display: none;

        left: -47px;

        position: absolute;

        width: 140px;

        z-index: 999;

    }

    .swatch-option-tooltip .title {

        color: #282828;

        display: block;

        max-height: 200px;

        max-width: 140px;

        min-height: 20px;

        overflow: hidden;

        text-align: center;

    }

    .swatch-option-link-layered {

        margin: 0 !important;

        padding: 0 !important;

        position: relative;

    }

    .swatch-option-link-layered:focus>div {

        box-shadow: 0 0 3px 1px #68a8e0;

    }

    .swatch-option-link-layered:hover>.swatch-option-tooltip-layered {

        display: block;

    }

    .swatch-opt {

        margin: 20px 0;

    }

    .swatch-opt-listing {

        margin-bottom: 10px;

    }

    .swatch-more {

        display: inline-block;

        margin: 2px 0;

        position: static;

        text-decoration: none !important;

        z-index: 1;

    }

    .swatch-visual-tooltip-layered {

        height: 160px;

        top: -170px;

    }

    .swatch-textual-tooltip-layered {

        height: 30px;

        top: -40px;

    }

    .swatch-input {

        left: -1000px;

        position: absolute;

        visibility: hidden;

    }

    .clearfix:after {

        clear: both;

        content: '';

        display: block;

        height: 0;

        visibility: hidden;

    }

    .minilist .weee {

        display: table-row;

        font-size: 1.1rem;

    }

    .minilist .weee:before {

        display: none;

    }

    .price-container.weee:before {

        display: none;

    }

    .column .block-addbysku .fieldset {

        margin: 0;

    }

    .column .block-addbysku .fieldset .fields {

        position: relative;

    }

    .column .block-addbysku .fieldset .fields .field {

        display: inline-block;

        margin-bottom: 10px;

        vertical-align: top;

    }

    .column .block-addbysku .fieldset .fields .actions-toolbar {

        position: absolute;

        right: 0;

        top: 7px;

    }

    .column .block-addbysku .sku {

        margin-right: -155px;

        padding-right: 160px;

        width: 100%;

    }

    .column .block-addbysku .qty .qty+.mage-error {

        width: 80px;

    }

    .column .block-addbysku .block-content .actions-toolbar {

        clear: both;

        margin: 0 0 20px;

        text-align: left;

    }

    .column .block-addbysku .block-content .actions-toolbar:before,

    .column .block-addbysku .block-content .actions-toolbar:after {

        content: '';

        display: table;

    }

    .column .block-addbysku .block-content .actions-toolbar:after {

        clear: both;

    }

    .column .block-addbysku .block-content .actions-toolbar .primary {

        float: left;

    }

    .column .block-addbysku .block-content .actions-toolbar .primary,

    .column .block-addbysku .block-content .actions-toolbar .secondary {

        display: inline-block;

    }

    .column .block-addbysku .block-content .actions-toolbar .primary a.action,

    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {

        display: inline-block;

    }

    .column .block-addbysku .block-content .actions-toolbar .primary .action {

        margin: 0 15px 0 0;

    }

    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {

        margin-top: 6px;

    }

    .column .block-addbysku .block-content .actions-toolbar .primary,

    .column .block-addbysku .block-content .actions-toolbar .secondary {

        display: block;

        float: none;

    }

    .column .block-addbysku .block-content .actions-toolbar>.secondary {

        text-align: left;

    }

    .column .block-addbysku .action.add {

        display: inline-block;

        text-decoration: none;

        line-height: normal;

        padding: 4px;

        width: auto;

    }

    .column .block-addbysku .action.add>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .column .block-addbysku .action.add:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 20px;

        line-height: inherit;

        color: inherit;

        content: '\e61c';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .column .block-addbysku .action.add:hover:before {

        color: inherit;

    }

    .column .block-addbysku .action.add:active:before {

        color: inherit;

    }

    .column .block-addbysku .reset {

        margin: 7px 0;

    }

    .column .block-addbysku .note {

        display: block;

        margin: 0 0 20px;

        padding-top: 10px;

    }

    .block-cart-failed {

        margin: 40px 0;

    }

    .block-cart-failed .block-title {

        font-size: 2.6rem;

    }

    .block-cart-failed .block-title strong {

        font-weight: 300;

    }

    .block-cart-failed .actions {

        text-align: center;

    }

    .block-cart-failed .actions .action {

        display: block;

        margin: 0 auto 10px;

    }

    .catalogsearch-advanced-result .message.error {

        margin-top: -60px;

    }

    .bundle-actions {

        margin: 0 0 30px;

    }

    .product-info-stock-sku .stock.available {

        font-weight: 700;

        text-transform: uppercase;

    }

    .product-info-stock-sku .type {

        font-weight: normal;

        margin-right: 5px;

    }

    .product-info-stock-sku .type:after {

        content: '#:';

    }

    .product-info-stock-sku .value {

        display: inline-block;

    }

    .bundle-options-container {

        clear: both;

        margin-bottom: 40px;

    }

    .bundle-options-container .product-social-links {

        margin-bottom: 20px;

    }

    .bundle-options-container .product-social-links a.action {

        color: #575757;

        background: #fff;

        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);

        width: 38px;

        height: 38px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 100%;

        margin-right: 10px;

    }

    .bundle-options-container .product-social-links a.action:hover {

        color: #2775ff;

    }

    .bundle-options-container .price {

        font-weight: 300 !important;

    }

    .bundle-options-container .price-box {

        margin-top: 40px;

    }

    .bundle-options-container .legend.title {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 0rem;

        margin-bottom: 2rem;

        border: 0;

        padding: 0;

    }

    .bundle-options-container .product-add-form {

        display: none;

    }

    .bundle-options-container .product-options-wrapper {

        margin-bottom: 30px;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field {

        border-top: 1px #e4e4e4 solid;

        padding-top: 20px;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {

        border-top: 0;

        padding-top: 0;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="radio"],

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="checkbox"] {

        margin-right: 10px;

        -webkit-appearance: none;

        appearance: none;

        width: 20px;

        height: 20px;

        border: 1px solid rgba(159, 159, 159, 0.3);

        background: #fff;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="radio"]:checked:before,

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="checkbox"]:checked:before {

        content: '\f107';

        font-family: "Font Awesome 5 Free";

        color: #2775ff;

        font-size: 8px;

        font-weight: 600;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="radio"] {

        border-radius: 100%;

    }

    .bundle-options-container .product-options-wrapper .fieldset>.field input[type="radio"]:checked:before {

        content: '\f111';

    }

    .bundle-options-container .product-options-wrapper .field.choice input {

        float: left;

    }

    .bundle-options-container .product-options-wrapper .field.choice .label {

        display: block;

        margin-left: 24px;

    }

    .bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {

        display: inline-block;

    }

    .bundle-options-container .action.back {

        margin-bottom: 30px;

        color: #2775ff;

    }

    .bundle-options-container .action.back:hover {

        color: #2775ff;

    }

    .bundle-options-container .block-bundle-summary>.title {

        margin-bottom: 15px;

    }

    .bundle-options-container .block-bundle-summary>.title>strong {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

    }

    .bundle-options-container .block-bundle-summary>.title,

    .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {

        border-bottom: 1px #e4e4e4 solid;

        margin-bottom: 25px;

        padding-bottom: 16px;

    }

    .bundle-options-container .block-bundle-summary .price-box {

        margin-bottom: 20px;

    }

    .bundle-options-container .block-bundle-summary .price-box .price-label {

        display: block;

        margin-bottom: 5px;

    }

    .bundle-options-container .block-bundle-summary .bundle-summary {

        margin-top: 30px;

    }

    .bundle-options-container .block-bundle-summary .bundle-summary.empty {

        display: none;

    }

    .bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

        display: block;

    }

    .bundle-options-container .block-bundle-summary .bundle.items>li {

        margin-bottom: 20px;

    }

    .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {

        position: relative;

        border-radius: 25px;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);

    }

    .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control input {

        border-color: #ebebeb;

        height: 51px;

        width: 94px;

        border-radius: 25px;

    }

    .bundle-options-container .block-bundle-summary .box-tocart .qty-changer {

        display: flex;

        flex-direction: row;

        justify-content: space-between;

        transform: translateY(-50%);

        border-left: 0;

        position: absolute;

        top: 50%;

        width: 100%;

        pointer-events: none;

    }

    .bundle-options-container .block-bundle-summary .box-tocart .qty-changer>a {

        font-size: 10px;

        line-height: 16px;

        padding: 2px 4px;

        pointer-events: all;

    }

    .bundle-options-container .block-bundle-summary .box-tocart .qty-changer>a:first-child {

        margin-left: 7px;

    }

    .bundle-options-container .block-bundle-summary .box-tocart .qty-changer>a:last-child {

        margin-right: 7px;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links {

        text-align: center;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links>.action {

        margin-right: 5%;

    }

    .bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before {

        content: '\e61e';

    }

    .bundle-options-container p.required {

        color: #e02b27;

    }

    .bundle-options-container .nested .field.qty {

        margin: 0 0 20px;

        padding-left: 20px;

        margin-top: 20px;

    }

    .bundle-options-container .nested .field.qty>.label {

        margin: 0 0 8px;

        display: inline-block;

    }

    .bundle-options-container .nested .field.qty .label {

        font-weight: 600;

        display: block !important;

    }

    .bundle-options-container .nested .field.qty .control {

        width: auto !important;

        display: inline-block;

        position: relative;

    }

    .bundle-options-container .nested .field.qty:last-child {

        margin-bottom: 0;

    }

    .bundle-options-container .price {

        font-weight: 600;

    }

    .bundle-options-container .product-options-bottom {

        border-top: 1px solid #cccccc;

        clear: left;

        margin: 0 0 40px;

        padding-top: 20px;

    }

    .products {

        margin-top: 30px;

        margin-bottom: 30px;

        position: relative;

        z-index: 0;

    }

    .product-item {

        vertical-align: top;

    }

    .products-grid .product-item {

        display: inline-block;

        text-align: center;

    }

    .products-grid .product-item div[class*="swatch-opt-"] {

        flex: 0 0 100%;

        order: 1;

        display: flex;

        flex-direction: column;

    }

    .product-item .countdown__flip {

        position: absolute;

        top: 0;

        left: 50%;

        transform: translate(-50%, -150%);

        margin: 0;

    }

    .product-item .countdown__flip .time {

        width: 35px !important;

        height: 50px !important;

    }

    .product-item .countdown__flip .time:before,

    .product-item .countdown__flip .time:after {

        display: none;

    }

    .product-item .countdown__flip .label {

        display: none;

    }

    .product-item .countdown__flip .count {

        font-size: 16px;

    }

    .product-item .countdown__flip .count.top {

        line-height: 50px;

    }

    .product-item .countdown__section {

        margin-top: 0;

        padding: 0 3px;

    }

    .product-item form input[type="text"] {

        visibility: hidden;

        position: absolute;

    }

    .product-item-name {

        -moz-hyphens: auto;

        -ms-hyphens: auto;

        -webkit-hyphens: auto;

        display: block;

        hyphens: auto;

        margin: 5px 0;

        word-wrap: break-word;

        padding: 0 20px;

    }

    .product-item-name.product.name a {

        color: #222;

        font-weight: bold;

        font-size: 16px;

        font-family: 'Montserrat', sans-serif;

    }

    .product-item .product-image-photo {

        width: 100%;

        position: static;

    }

    .product-item .reviews-actions {

        display: none !important;

    }

    .product-item .price-box .price-label {

        display: none;

    }

    .product-item .price-box .price-from:after {

        content: ' - ';

        font-size: 16px;

        font-weight: 600;

    }

    .product-item .price-box .price-from .old-price,

    .product-item .price-box .price-to .old-price {

        display: none;

    }

    .product-item .flip_vertical .flip__back {

        -webkit-transform: rotateX(180deg);

        transform: rotateX(180deg);

    }

    .product-item .flip_horizontal .flip__back {

        -webkit-transform: rotateY(180deg);

        transform: rotateY(180deg);

    }

    .product-item a.product.photo.product-item-photo {

        width: 100%;

        display: block;

    }

    .product-item .flip-box {

        position: relative;

        width: 100%;

        max-width: 400px;

        display: inline-block;

        -webkit-perspective: 600px;

        perspective: 600px;

        margin-bottom: 30px;

    }

    .product-item .flip-box:hover .flip_vertical {

        -webkit-transform: rotateX(180deg);

        transform: rotateX(180deg);

        z-index: 9;

    }

    .product-item .flip-box:hover .flip_horizontal {

        -webkit-transform: rotateY(180deg);

        transform: rotateY(180deg);

        z-index: 9;

    }

    .product-item .flip-box__split-info {

        background-color: #fff;

        position: relative;

        padding: 25px 0;

    }

    .product-item .flip {

        -webkit-transition: transform .6s;

        transition: transform .6s;

        -webkit-transform-style: preserve-3d;

        transform-style: preserve-3d;

        position: relative;

        width: 100%;

    }

    .product-item .flip-box__split {

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);

    }

    .product-item .flip-box__split .flip__back {

        background: no-repeat center center;

        background-size: cover;

    }

    .product-item .flip-box__split .flip__back .product-item-description {

        margin: 0;

        line-height: 22px;

        font-size: 14px;

        font-weight: 300;

        padding: 15px 20px;

        font-family: 'Open Sans', sans-serif;

        pointer-events: all;

    }

    .product-item .flip-box__split .flip__back .flip-box__split-info {

        background: transparent;

    }

    .product-item .flip-box__split-content,

    .product-item .flip-box__split-overlay {

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        z-index: 2;

    }

    .product-item .flip-box__split-content {

        display: -webkit-box;

        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        flex-direction: column;

        z-index: 2;

        pointer-events: none;

    }

    .product-item .product-item-inner {

        pointer-events: all;

    }

    .product-item .flip__back,

    .product-item .flip__front {

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

    }

    .product-item .flip__front {

        position: relative;

        z-index: 2;

        text-align: center;

        -webkit-transform: rotateY(0deg);

        transform: rotateY(0deg);

    }

    .product-item .flip__front .product-photo-container {

        border-bottom: 1px solid #f3f3f3;

    }

    .product-item .flip-box__split-list {

        border-top: 1px solid rgba(255, 255, 255, 0.1);

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        color: #fff;

        padding-left: 20px;

        padding-right: 20px;

        align-items: center;

        overflow-y: auto;

        overflow-x: hidden;

        display: flex;

        justify-content: center;

        flex-grow: 1;

    }

    [dir=rtl] .product-item .flip-box__split-list {

        padding-left: 30px;

        padding-right: 20px;

    }

    .product-item .flip-box__split-list::-webkit-scrollbar {

        width: 7px;

    }

    .product-item .flip-box__split-list::-webkit-scrollbar-track {

        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

        border-radius: 10px;

    }

    .product-item .flip-box__split-list::-webkit-scrollbar-thumb {

        background-color: rgba(255, 255, 255, 0.1);

        border-radius: 10px;

    }

    .product-item .flip-box__split-list ul {

        text-align: left;

    }

    .product-item .flip-box__split-list i {

        color: #00f6ff;

        position: relative;

        padding-right: 25px;

        line-height: inherit;

        font-weight: 600;

    }

    .product-item .flip__back {

        display: -webkit-box;

        display: flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        flex-direction: column;

        background-color: #fff;

        position: absolute;

    }

    .product-item .flip-box.type1 .flip__back .product.name a {

        color: #fff;

    }

    .product-item .flip-box.type1 .flip__back .price-box .price-label,

    .product-item .flip-box.type1 .flip__back .price-box .price {

        color: #fff;

    }

    .product-item .flip-box.type1 .flip__back .price-box .old-price {

        color: #fff;

    }

    .product-item .flip-box.type1 .flip__back .price-box .price-from:after {

        color: #fff;

    }

    .product-item .flip-box.type1 .flip__back .product-photo-container {

        height: 100%;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .product-item .flip-box.type1 .flip__back .product-item-name {

        text-align: center;

    }

    .product-item .flip-box.type1 .flip__back .product-reviews-summary {

        margin-top: 10px;

        margin-bottom: 0;

        text-align: center;

    }

    .product-item .flip-box.type1 .flip__back .product-reviews-summary .rating-summary .rating-result::before {

        color: #9f9f9f;

    }

    .product-item .flip-box.type1 .flip__back .product-reviews-summary .rating-summary .rating-result>span:before {

        color: #fff;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner {

        padding-top: 20px;

        padding-bottom: 20px;

        display: -webkit-box;

        display: flex;

        align-items: center;

        justify-content: center;

        flex-wrap: wrap;

        flex-shrink: 0;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner>a.weltpixel-quickview {

        display: block;

        order: 3;

        width: 45px;

        height: 45px;

        background-color: #fff;

        border-left: 1px solid #eaeaea;

        display: -webkit-box !important;

        display: flex !important;

        -webkit-box-pack: center;

        justify-content: center;

        -webkit-box-align: center;

        align-items: center;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner>a.weltpixel-quickview:hover {

        background: #eaeaea;

        border: inherit;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner>.actions-primary {

        order: 2;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner>.actions-secondary {

        order: 4;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .tocart {

        width: 50px;

        height: 45px;

        color: #2775ff;

        background-color: #fff;

        border-radius: 27px 0 0 27px;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .tocart:hover {

        background: #eaeaea;

        border: inherit;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary {

        display: flex;

        padding-left: 0;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action {

        margin: 0;

        width: 45px;

        height: 45px;

        color: #2775ff;

        background-color: #fff;

        border-left: 1px solid #eaeaea;

        display: -webkit-box !important;

        display: flex !important;

        -webkit-box-pack: center !important;

        justify-content: center !important;

        -webkit-box-align: center !important;

        align-items: center !important;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action:hover {

        background-color: #eaeaea;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action.towishlist:before {

        display: none;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action.tocompare {

        width: 50px;

        border-radius: 0 27px 27px 0;

    }

    .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action.tocompare:before {

        display: none;

    }

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview {

        position: absolute;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        background-color: #fff;

        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.3);

        width: 54px;

        height: 54px;

        z-index: 4;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        opacity: 0.3;

        -webkit-transition: .3s ease opacity;

        transition: .3s ease opacity;

    }

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview:hover,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview:hover,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview:hover,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview:hover {

        z-index: 5;

        opacity: 1;

    }

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview:after {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        border-radius: 50%;

        z-index: -1;

        background-color: rgba(255, 255, 255, 0.3);

    }

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview:before,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview:before {

        -webkit-animation: 1.5s brk-pulse 0.3s infinite;

        animation: 1.5s brk-pulse 0.3s infinite;

    }

    .product-item .flip-box.type2 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type3 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type4 .flip__back .weltpixel-quickview:after,

    .product-item .flip-box.type5 .flip__back .weltpixel-quickview:after {

        background-color: rgba(255, 255, 255, 0.1);

        -webkit-animation: brk-pulse 1.5s infinite;

        animation: brk-pulse 1.5s infinite;

    }

    .product-item .flip-box.type2 .flip {

        height: 100%;

        padding: 20px 0;

    }

    .product-item .flip-box.type2 .flip-box__split {

        box-shadow: none;

    }

    .product-item .flip-box.type2 .flip__front,

    .product-item .flip-box.type2 .flip__back {

        border-radius: 5px;

        background-color: #fff;

    }

    .product-item .flip-box.type2 .flip__front {

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

    }

    .product-item .flip-box.type2 .flip__front .flip-box__split-info {

        border-radius: 5px;

        flex-direction: column-reverse;

        display: flex;

    }

    .product-item .flip-box.type2 .flip__front .flip-box__split-info .product.name {

        margin-top: 20px;

    }

    .product-item .flip-box.type2 .flip__front .flip-box__split-info .product.name a {

        color: #9f9f9f;

        font-weight: 300;

        font-size: 16px;

        font-family: 'Montserrat', sans-serif;

    }

    .product-item .flip-box.type2 .flip__front .flip-box__split-info .price-box {

        margin-top: 10px;

    }

    .product-item .flip-box.type2 .flip__front .flip-box__split-info .price-box .price-from:after {

        color: #fff;

    }

    .product-item .flip-box.type2 .flip__front .product-photo-container {

        border-bottom: 0;

        border-radius: 5px;

    }

    .product-item .flip-box.type2 .flip__front .product-photo-container img {

        border-radius: 5px;

    }

    .product-item .flip-box.type2 .flip__back .brk-base-bg-gradient-10deg {

        background-image: none;

        background-color: #fff;

        border-radius: 5px;

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-info {

        padding: 30px 0;

    }

    .product-item .flip-box.type2 .flip__back .product-item-description {

        overflow-y: auto;

    }

    .product-item .flip-box.type2 .flip__back .product-reviews-summary {

        margin-bottom: 0;

    }

    .product-item .flip-box.type2 .flip__back .product-item-inner {

        margin-top: 15px;

    }

    .product-item .flip-box.type2 .flip__back .product-item-inner .tocart {

        padding: 10px 33px;

        font-size: 13px;

        font-weight: 600;

        font-family: 'Open Sans', sans-serif;

        line-height: 24px;

        border-radius: 25px;

        box-shadow: none;

        border: 0;

        margin-bottom: 30px;

    }

    .product-item .flip-box.type2 .flip__back .product-item-inner .tocart .icon-inside {

        font-weight: 600 !important;

        color: #fff;

        z-index: 2;

    }

    .product-item .flip-box.type2 .flip__back .product-item-inner .actions-secondary {

        display: none;

    }

    .product-item .flip-box.type2 .flip__back .product.name a {

        color: #222;

        font-weight: 500;

    }

    .product-item .flip-box.type2 .flip__back .price-box {

        display: none;

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-list {

        color: #222;

        text-align: justify;

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-list ul li i {

        color: #2775ff;

    }

    .product-item .flip-box.type2 .flip__back .reviews-actions a {

        color: #222;

    }

    .product-item .flip-box.type2 .flip__back .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .product-item .flip-box.type2 .flip__back .rating-summary .rating-result>span:before {

        color: #2775ff;

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-content {

        position: relative;

        height: 100%;

        z-index: 2;

        border-radius: 5px;

        background-color: inherit;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-content .flip-box__split-list::-webkit-scrollbar-track {

        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    }

    .product-item .flip-box.type2 .flip__back .flip-box__split-content .flip-box__split-list::-webkit-scrollbar-thumb {

        background-color: rgba(39, 117, 255, 0.2);

    }

    .product-item .flip-box.type2 .flip__back:before,

    .product-item .flip-box.type2 .flip__back:after {

        content: '';

        position: absolute;

        top: 40px;

        bottom: 40px;

        width: 30px;

        border-radius: 5px;

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

        z-index: 1;

        background-color: #fff;

    }

    .product-item .flip-box.type2 .flip__back:before {

        left: 0;

        -webkit-transition: left 0.3s ease-in-out 0.4s;

        transition: left 0.3s ease-in-out 0.4s;

    }

    .product-item .flip-box.type2 .flip__back:after {

        right: 0;

        -webkit-transition: right 0.3s ease-in-out 0.4s;

        transition: right 0.3s ease-in-out 0.4s;

    }

    .product-item .flip-box.type2:hover .flip__back:before {

        left: -15px;

    }

    .product-item .flip-box.type2:hover .flip__back:after {

        right: -15px;

    }

    .product-item .flip-box.type3 .brk-base-bg-gradient-10deg {

        background-image: none;

        background-color: #fff;

    }

    .product-item .flip-box.type3 .flip__front .flip-box__split-info {

        position: relative;

    }

    .product-item .flip-box.type3 .flip__front .brk-sc-flip-four__cat {

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        height: 23px;

        border-radius: 12px;

        position: absolute;

        top: 0;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        display: inline-block;

        text-align: center;

        font-size: 12px;

        line-height: 23px;

        padding: 0 17px;

    }

    .product-item .flip-box.type3 .product-reviews-summary {

        margin: -5px 0 0;

    }

    .product-item .flip-box.type3 .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .product-item .flip-box.type3 .rating-summary .rating-result>span:before {

        color: #2775ff;

    }

    .product-item .flip-box.type3 .flip__back .flip-box__split-info {

        display: none;

    }

    .product-item .flip-box.type3 .flip__back .product-item-description {

        visibility: hidden;

    }

    .product-item .flip-box.type3 .flip__back .product-photo-container {

        position: relative;

        height: 100%;

        z-index: 2;

    }

    .product-item .flip-box.type3 .flip__back .product-photo-container img {

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        -o-object-fit: cover;

        object-fit: cover;

        -o-object-position: center;

        object-position: center;

    }

    .product-item .flip-box.type3 .flip__back .product-photo-container a.product.photo.product-item-photo {

        height: 100%;

    }

    .product-item .flip-box.type3 .flip__back .product-item-inner .tocart {

        padding: 10px 33px;

        font-size: 18px;

        font-weight: 600;

        font-family: 'Open Sans', sans-serif;

        line-height: 24px;

        border-radius: 25px;

        box-shadow: none;

        border: 0;

        margin-bottom: -20px;

    }

    .product-item .flip-box.type3 .flip__back .product-item-inner .tocart .icon-inside {

        font-weight: 600 !important;

        color: #fff;

        z-index: 2;

    }

    .product-item .flip-box.type3 .flip__back .product-item-inner .actions-primary {

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .product-item .flip-box.type3 .flip__back .product-item-inner .actions-secondary {

        display: none;

    }

    .product-item .flip-box.type4 .product-item-name {

        text-align: center;

    }

    .product-item .flip-box.type4 .brk-sc-flip-three__title {

        margin-top: 42px;

    }

    .product-item .flip-box.type4 .brk-sc-flip-three__title .product.name a {

        color: #292b2c;

        font-weight: 500;

    }

    .product-item .flip-box.type4 .flip-box__split-info {

        padding: 0;

    }

    .product-item .flip-box.type4 .flip-box__split-info .product-item-name {

        display: none;

    }

    .product-item .flip-box.type4 .flip__back .price-box {

        display: none;

    }

    .product-item .flip-box.type4 .flip__back .flip-box__split-list {

        border-bottom: 0;

        border-top: 0;

        overflow-y: auto;

        padding-top: 40px;

    }

    .product-item .flip-box.type4 .flip__back .flip-box__split-list ul li i {

        color: #fff;

    }

    .product-item .flip-box.type4 .flip__back .product-photo-container {

        position: absolute;

    }

    .product-item .flip-box.type4 .flip__back .product-reviews-summary {

        margin-bottom: 10px;

        text-align: center;

    }

    .product-item .flip-box.type4 .flip__back .product-reviews-summary .rating-result:before {

        color: #9f9f9f;

    }

    .product-item .flip-box.type4 .flip__back .product-reviews-summary .rating-result>span:before {

        color: #fff;

    }

    .product-item .flip-box.type4 .flip__back .product-item-inner .tocart {

        padding: 10px 25px;

        font-size: 0;

        font-weight: 600;

        font-family: 'Open Sans', sans-serif;

        line-height: 24px;

        box-shadow: none;

        border: 0;

        display: flex;

        align-items: center;

        border-radius: 3px;

        background-color: #2775ff;

        margin-bottom: -20px;

    }

    .product-item .flip-box.type4 .flip__back .product-item-inner .tocart:hover {

        box-shadow: 0 5px 10px -2px #7202bb;

        background-color: #7202bb;

    }

    .product-item .flip-box.type4 .flip__back .product-item-inner .tocart .icon-inside {

        font-weight: 600 !important;

        color: #fff;

        z-index: 2;

        top: 0;

        margin: 0;

    }

    .product-item .flip-box.type4 .flip__back .product-item-inner .actions-primary {

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .product-item .flip-box.type4 .flip__back .product-item-inner .actions-secondary {

        display: none;

    }

    .product-item .flip-box.type4 .flip__front .product-photo-container {

        border: 0;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price {

        position: absolute;

        bottom: 0;

        left: 50%;

        -webkit-transform: translate(-50%, 50%);

        transform: translate(-50%, 50%);

        height: 46px;

        border-radius: 3px;

        font-size: 15px;

        line-height: 46px;

        padding: 0 11px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        background-color: #2775ff;

        z-index: 2;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price,

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price,

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price .price {

        color: #fff;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price {

        padding-right: 5px;

        line-height: 30px;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .old-price .price {

        font-size: 12px;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .special-price .price {

        font-size: 14px;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-label {

        display: none;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from,

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-to {

        line-height: 30px;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from .price,

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-to .price {

        font-size: 12px;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from {

        margin-right: 0;

    }

    .product-item .flip-box.type4 .flip__front .price-box.price-final_price .price-from:after {

        content: " - ";

        display: inline-block;

        font-size: 15px;

        font-weight: 600;

        color: #fff;

        margin: 0 5px 0 0;

    }

    .product-item .flip-box.type5 {

        max-width: 400px;

    }

    .product-item .flip-box.type5 .countdown__flip {

        bottom: 39px;

        right: 10px;

        left: auto;

        top: auto;

        transform: translateX(100%);

    }

    .product-item .flip-box.type5 .side-labels {

        position: relative;

        right: initial;

        top: initial;

        flex-direction: row;

        letter-spacing: -.44px;

    }

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label {

        min-width: initial;

        height: 16px;

        padding: 0 5px;

        line-height: 16px;

        margin: 1px 3px 1px 0;

    }

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label.new-label {

        background-color: #02cfa4;

    }

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__text {

        font-size: 11px;

        font-weight: 400;

    }

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-1,

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-2,

    .product-item .flip-box.type5 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {

        display: none;

    }

    .product-item .flip-box.type5 .brk-sc-flip-four__cat {

        display: inline-block;

        height: 16px;

        text-transform: uppercase;

        font-size: 11px;

        line-height: 16px;

        padding: 0 5px;

        letter-spacing: -.44px;

        margin: 1px 3px 1px 0;

    }

    .product-item .flip-box.type5 .flip-box__split {

        position: relative;

    }

    .product-item .flip-box.type5 .old-price {

        margin: 0;

    }

    .product-item .flip-box.type5 .flip__front {

        display: flex;

        justify-content: space-between;

        background-color: #f5f5f5;

        height: 100%;

    }

    .product-item .flip-box.type5 .flip__front .product-photo-container {

        order: 2;

        position: relative;

        right: 15px;

        border: 0;

        top: 0;

        display: flex;

        align-items: center;

        flex: 0 0 41%;

        width: 41%;

        padding: 40px 0;

    }

    .product-item .flip-box.type5 .flip__front .flip-box__split-info {

        order: 1;

        padding: 40px 0 40px 40px;

        background: transparent;

        text-align: left;

        width: -webkit-calc(59% - 15px);

        width: calc(59% - 15px);

        display: flex;

        flex-direction: column;

        justify-content: space-between;

    }

    .product-item .flip-box.type5 .flip__front .flip-box__split-info .product-item-name {

        margin-bottom: 30px;

    }

    .product-item .flip-box.type5 .flip__front .price-box {

        position: relative;

        justify-content: flex-start;

        flex-direction: column;

        align-items: flex-start;

    }

    .product-item .flip-box.type5 .flip__front .price-box .old-price .price-label {

        display: none;

    }

    .product-item .flip-box.type5 .flip__front .price-box .old-price .price {

        font-size: 14px;

    }

    .product-item .flip-box.type5 .flip__back.configurable {

        height: calc(100% + 45px);

        height: -webkit-calc(100% + 45px);

        top: -20px;

    }

    .product-item .flip-box.type5 .flip__back.configurable .product-item-description {

        height: 50px;

    }

    .product-item .flip-box.type5 .flip__back .flip-box__split-overlay {

        background: -webkit-gradient(linear, left top, right top, from(rgba(15, 90, 224, 0.95)), to(rgba(114, 2, 187, 0.95)));

        background: linear-gradient(to right, rgba(15, 90, 224, 0.95), rgba(114, 2, 187, 0.95));

        z-index: 1;

    }

    .product-item .flip-box.type5 .flip__back .flip-box__split-content {

        flex-direction: row;

        flex-flow: wrap;

        justify-content: space-between;

    }

    .product-item .flip-box.type5 .flip__back .flip-box__split-info {

        flex: 0 0 70%;

        order: 0;

        padding: 40px 33px 0 39px;

        text-align: left;

    }

    .product-item .flip-box.type5 .flip__back .price-box {

        display: none;

    }

    .product-item .flip-box.type5 .flip__back .product-item-description {

        flex: 0 0 100%;

        padding: 0 0 20px 39px;

        border: 0;

        order: 2;

        height: 70px;

        font-weight: 400;

        line-height: 24px;

        text-align: left;

        align-items: flex-start;

        justify-content: flex-start;

    }

    .product-item .flip-box.type5 .flip__back .product-item-description ul>li,

    .product-item .flip-box.type5 .flip__back .product-item-description ol>li {

        margin: 0;

    }

    .product-item .flip-box.type5 .flip__back .product-item-description i {

        padding-right: 15px;

    }

    .product-item .flip-box.type5 .flip__back .product-photo-container {

        position: absolute;

        right: 0;

        width: 41%;

        height: 100%;

        z-index: -1;

        display: flex;

        align-items: center;

    }

    .product-item .flip-box.type5 .flip__back .product-reviews-summary {

        order: 1;

        padding-left: 39px;

        display: none;

    }

    .product-item .flip-box.type5 .flip__back .product-reviews-summary .rating-summary .rating-result>span:before {

        color: #00c6ff;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner {

        display: block;

        padding: 10px 33px 0 39px;

        max-height: 60px;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary {

        order: 0;

        position: absolute;

        top: 42px;

        right: 30px;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary .tocart {

        padding: 10px 25px;

        font-size: 0;

        font-weight: 600;

        font-family: 'Open Sans', sans-serif;

        line-height: 24px;

        box-shadow: none;

        border: 0;

        display: flex;

        align-items: center;

        border-radius: 3px;

        margin: 0;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner .actions-primary .tocart .icon-inside {

        font-weight: 600 !important;

        color: #fff;

        z-index: 2;

        top: 0;

        margin: 0;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner .weltpixel-quickview {

        order: 1;

    }

    .product-item .flip-box.type5 .flip__back .product-item-inner .actions-secondary {

        order: 2;

        display: none;

    }

    .product-item .flip-box.type5 .flip__back .product-item-name a {

        color: #fff;

    }

    .product-item .flip-box.type5 .product-item-name {

        padding: 0;

        -webkit-line-clamp: 3;

        -webkit-box-orient: vertical;

        text-overflow: ellipsis;

        overflow: hidden;

        display: -webkit-box;

    }

    .product-item .flip-box.type5 .product-item-name a {

        font-size: 18px;

        display: block;

    }

    .product-item-actions {

        display: none;

    }

    .product-item-actions .actions-secondary>.action:before {

        margin: 0;

    }

    .product-item-description {

        margin: 25px 0;

    }

    .product-item .product-reviews-summary .rating-summary {

        margin: 0 4px 0 0;

    }

    .product-item .product-reviews-summary .reviews-actions {

        font-size: 14px;

        margin-top: 5px;

        text-transform: lowercase;

        font-family: 'Montserrat', sans-serif;

    }

    .product-item .product-reviews-summary .reviews-actions a {

        color: #fff;

    }

    .product-item .price-box {

        font-family: 'Montserrat', sans-serif;

        display: flex;

        align-items: baseline;

        justify-content: center;

    }

    .product-item .price-box .price {

        font-weight: 600;

        white-space: nowrap;

        color: #2775ff;

        font-size: 17px;

    }

    .product-item .price-box .price-label {

        color: #c4c4c4;

        font-size: 16px;

        margin-right: 15px;

    }

    .product-item .price-box .price-from {

        margin-right: 10px;

    }

    .product-item .old-price {

        margin: 5px 0;

        text-decoration: line-through;

        padding-right: 13px;

        color: #c4c4c4;

    }

    .product-item .old-price .price-label {

        display: none;

    }

    .product-item .old-price .price {

        font-weight: 400;

        color: #c4c4c4;

        font-size: 16px;

    }

    .product-item .minimal-price .price-container {

        display: inline;

    }

    .product-item .minimal-price-link {

        margin-top: 5px;

        display: none;

    }

    .product-item .price-from,

    .product-item .price-to {

        margin: 0;

    }

    .product-item .tocompare:before {

        content: '\e61e';

    }

    .price-container .price {

        font-size: 1.4rem;

    }

    .price-container .price-including-tax+.price-excluding-tax,

    .price-container .weee {

        margin-top: 5px;

    }

    .price-container .price-including-tax+.price-excluding-tax,

    .price-container .weee,

    .price-container .price-including-tax+.price-excluding-tax .price,

    .price-container .weee .price,

    .price-container .weee+.price-excluding-tax:before,

    .price-container .weee+.price-excluding-tax .price {

        font-size: 1.1rem;

    }

    .price-container .weee:before {

        content: '('attr(data-label) ': ';

    }

    .price-container .weee:after {

        content: ')';

    }

    .price-container .weee+.price-excluding-tax:before {

        content: attr(data-label) ': ';

    }

    .products-list .product-item {

        display: table;

        width: 100%;

    }

    .products-list .product-item-photo {

        display: table-cell;

        vertical-align: top;

        width: 1%;

    }

    .products-list .product-item-details {

        display: table-cell;

        vertical-align: top;

    }

    .side-labels {

        position: absolute;

        right: -5px;

        top: 86px;

        width: auto;

        display: -webkit-inline-box;

        display: inline-flex;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        flex-direction: column;

        z-index: 1;

    }

    .side-labels .brk-sc-card-label {

        padding: 8px 10px 10px;

        display: -webkit-inline-box;

        display: inline-flex;

        -webkit-box-align: center;

        align-items: center;

        min-width: 60px;

        -webkit-box-pack: center;

        justify-content: center;

        position: relative;

    }

    .side-labels .brk-sc-card-label.sale-label {

        background-color: #7202bb;

    }

    .side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-1,

    .side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-1,

    .side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-2,

    .side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-2,

    .side-labels .brk-sc-card-label.sale-label:nth-child(1) .brk-sc-card-label__additional-3,

    .side-labels .brk-sc-card-label.sale-label:nth-child(2) .brk-sc-card-label__additional-3 {

        background-color: #7202bb;

    }

    .side-labels .brk-sc-card-label.new-label {

        background-color: #2775ff;

    }

    .side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-1,

    .side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-1,

    .side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-2,

    .side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-2,

    .side-labels .brk-sc-card-label.new-label:nth-child(1) .brk-sc-card-label__additional-3,

    .side-labels .brk-sc-card-label.new-label:nth-child(2) .brk-sc-card-label__additional-3 {

        background-color: #2775ff;

    }

    .side-labels .brk-sc-card-label__additional-3 {

        position: absolute;

        right: 0;

        bottom: -6px;

        display: inline-block;

        width: 6px;

        height: 6px;

        -webkit-clip-path: polygon(0 100%, 100% -1px, 0 -1px);

        clip-path: polygon(0 100%, 100% -1px, 0 -1px);

    }

    .side-labels .brk-sc-card-label__additional-2 {

        display: none;

    }

    .side-labels .brk-sc-card-label__additional-1 {

        position: absolute;

        display: inline-block;

        height: 100%;

        -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);

        clip-path: polygon(0 50%, 100% 100%, 100% 0);

        top: 0;

        width: 11px;

        left: -10px;

    }

    .side-labels-cornered .brk-sc-card-label__additional-1 {

        clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%, 100% 50%);

    }

    .top-labels {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: auto;

        display: -webkit-box;

        display: flex;

        z-index: 1;

        -webkit-box-orient: horizontal;

        -webkit-box-direction: reverse;

        flex-direction: row-reverse;

        -webkit-box-pack: justify;

        justify-content: space-between;

    }

    .top-labels .brk-sc-card-label {

        width: 86px;

        height: 86px;

        overflow: hidden;

        position: relative;

    }

    .top-labels .brk-sc-card-label:nth-child(1) {

        right: -5px;

        top: -5px;

    }

    .top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__text {

        bottom: 0;

        right: 0;

        -webkit-transform: rotate(45deg);

        transform: rotate(45deg);

        -webkit-transform-origin: right bottom;

        transform-origin: right bottom;

    }

    .top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-1 {

        top: 0;

        left: 0;

    }

    .top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-2 {

        right: 0;

        bottom: 0;

    }

    .top-labels .brk-sc-card-label:nth-child(2) {

        left: -5px;

        top: -5px;

    }

    .top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__text {

        bottom: -9px;

        left: -19px;

        -webkit-transform: rotate(-45deg);

        transform: rotate(-45deg);

        -webkit-transform-origin: left top;

        transform-origin: left top;

    }

    .top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-1 {

        bottom: 0;

        left: 0;

    }

    .top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-2 {

        right: 0;

        top: 0;

    }

    .top-labels .brk-sc-card-label.sale-label .brk-sc-card-label__text {

        background-image: -webkit-gradient(linear, left top, right top, from(#7202bb), to(#2775ff));

        background-image: linear-gradient(to right, #7202bb, #2775ff);

    }

    .top-labels .brk-sc-card-label.new-label .brk-sc-card-label__text {

        background-image: -webkit-gradient(linear, left top, right top, from(#2775ff), to(#2775ff));

        background-image: linear-gradient(to right, #2775ff, #2775ff);

    }

    .top-labels .brk-sc-card-label__text {

        position: absolute;

        width: 122px;

        height: 28px;

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        justify-content: center;

        z-index: 9;

    }

    .top-labels .brk-sc-card-label__additional-1,

    .top-labels .brk-sc-card-label__additional-2 {

        position: absolute;

        width: 5px;

        height: 5px;

        background-color: #7202bb;

    }

    /**********List Mode**********/

    .product-item div[class*="swatch-opt-"]:first-child {

        margin-bottom: 10px;

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute {

        margin-bottom: 0;

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute .swatch-attribute-options {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: center;

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute .swatch-attribute-options .swatch-option {

        min-width: 22px;

        height: 22px;

        z-index: 5;

        background-color: #fff;

        border: 1px solid #ececec;

        border-radius: 4px;

        cursor: pointer;

        position: relative;

        -webkit-transition: 0.3s ease box-shadow;

        transition: 0.3s ease box-shadow;

        margin: 0 5px 5px 0;

        padding: 0;

        text-align: center;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute .swatch-attribute-options .swatch-option:hover {

        box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.6);

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute .swatch-attribute-options .swatch-option.text.selected {

        color: #2775ff;

        font-weight: 600;

        border: 1px solid #2775ff;

        border-radius: 4px;

    }

    .product-item div[class*="swatch-opt-"]>.swatch-attribute .swatch-attribute-options .swatch-option.color {

        border: 1px solid #fff;

    }

    .products-list .products.list {

        display: flex;

        flex-direction: column;

        flex-wrap: wrap;

    }

    .products-list .products.list .product-item-info {

        margin-bottom: 20px;

    }

    .products-list .products.list .product-item:hover .flip-box__split {

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.14);

    }

    .products-list .products.list .product-item:hover .flip-box__split .flip__front {

        border-color: rgba(39, 117, 255, 0.92);

        border-right-color: transparent;

    }

    .products-list .products.list .product-item:hover .flip-box__split .flip__front:before {

        height: 100%;

    }

    .products-list .products.list .product-item:hover .flip-box__split .flip__front .flip-box__split-info {

        -webkit-transform: translateY(-50%) scale(1);

        transform: translateY(-50%) scale(1);

    }

    .products-list .products.list .product-item:hover .flip-box__split .flip__back .product-item-details {

        border-color: #2775ff;

    }

    .products-list .products.list .product-item .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .products-list .products.list .product-item .rating-summary .rating-result>span:before {

        color: #2775ff;

    }

    .products-list .products.list .product-item .flip-box__split {

        display: flex;

        flex-direction: row;

        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

        -webkit-transition: 0.3s ease box-shadow;

        transition: 0.3s ease box-shadow;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front {

        transform: none;

        -webkit-transform: none;

        display: flex;

        align-items: center;

        justify-content: center;

        padding-left: 0;

        padding-right: 0;

        border-bottom: 3px solid #f2f2f2;

        height: auto;

        border-right: 1px solid #f2f2f2;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .product-item-photo {

        width: 100%;

        display: block;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .product-photo-container {

        border-bottom: 0;

        max-width: 100%;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info {

        position: absolute;

        z-index: 9;

        display: -webkit-box;

        display: flex;

        margin: auto;

        max-width: -webkit-calc(70%);

        max-width: calc(70%);

        box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);

        top: 50%;

        -webkit-transform: translateY(-50%) scale(0);

        transform: translateY(-50%) scale(0);

        -webkit-transition: .3s ease transform .1s;

        transition: .3s ease transform .1s;

        border-radius: 27px;

        padding-top: 0;

        padding-bottom: 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info form input[type="text"] {

        visibility: hidden;

        position: absolute;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .tocart {

        width: 50px;

        height: 45px;

        color: #2775ff;

        background-color: #fff;

        border-radius: 27px 0 0 27px;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .tocart:hover {

        background: #eaeaea;

        border: inherit;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary {

        display: flex;

        padding-left: 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary>.action {

        margin: 0;

        width: 45px;

        height: 45px;

        color: #2775ff;

        background-color: #fff;

        border-left: 1px solid #eaeaea;

        display: -webkit-box !important;

        display: flex !important;

        -webkit-box-pack: center !important;

        justify-content: center !important;

        -webkit-box-align: center !important;

        align-items: center !important;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary>.action:hover {

        background-color: #eaeaea;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary>.action.towishlist:before {

        display: none;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary>.action.tocompare {

        width: 50px;

        border-radius: 0 27px 27px 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front .flip-box__split-info .actions-primary+.actions-secondary>.action.tocompare:before {

        display: none;

    }

    .products-list .products.list .product-item .flip-box__split .flip__front:before {

        content: '';

        position: absolute;

        z-index: 8;

        width: 100%;

        height: 0;

        bottom: 0;

        -webkit-transition: .3s ease height;

        transition: .3s ease height;

        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 2, 187, 0.92)), to(rgba(39, 117, 255, 0.92)));

        background-image: linear-gradient(to bottom, rgba(114, 2, 187, 0.92), rgba(39, 117, 255, 0.92));

    }

    .products-list .products.list .product-item .flip-box__split .flip__back {

        position: relative;

        -webkit-transform: none;

        transform: none;

        height: auto;

        padding-left: 0;

        padding-right: 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .price-box {

        justify-content: flex-start;

        margin-bottom: 30px;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .price-box .price-label {

        color: #9f9f9f;

        font-size: 14px;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute {

        margin-bottom: 5px;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute:last-child {

        margin-bottom: 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options {

        justify-content: flex-start;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options .swatch-option.color {

        border: 2px solid #ececec;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {

        box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);

        background: transparent;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {

        padding: 40px 35px 35px 38px;

        flex: 0 0 70%;

        display: flex;

        flex-direction: column;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info .product-item-name {

        padding: 0;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info .product-item-name>a:hover {

        color: #0f5ae0;

        text-decoration: none;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-overlay {

        display: none;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .product-item-details {

        display: flex;

        flex-wrap: wrap;

        flex-direction: row;

        position: relative;

        height: 100%;

        border-bottom: 3px solid #f2f2f2;

        -webkit-transition: .3s ease border;

        transition: .3s ease border;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .description {

        flex: 0 0 100%;

        background-color: #fbfbfb;

        padding: 32px 35px 32px 45px;

        color: #222;

        box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03);

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .description ul {

        display: flex;

        flex-wrap: wrap;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .description ul li.item {

        width: 50%;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .description ul li.item i {

        padding-right: 23px;

        color: #2775ff;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {

        position: absolute;

        top: 40px;

        right: 10px;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary .reviews-actions .action {

        color: #222;

    }

    .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary .reviews-actions .action.add {

        display: none;

    }

    .products.products-grid .col-xl-3-custom,

    .filterproducts .col-xl-3-custom {

        flex: 0 0 20%;

        max-width: 20%;

    }

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip-box__split .flip__back .flip-box__split-info,

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner {

        padding: 30px 0;

    }

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner>a.weltpixel-quickview,

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .tocart,

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action {

        width: 72px;

        height: 54px;

        font-size: 15px;

    }

    .page-layout-1column .products-grid.products .product-item .flip-box.type1 .flip__back .product-item-inner .actions-primary+.actions-secondary>.action.tocompare {

        width: 72px;

    }

    @media only screen and (max-width: 767px) {

        .products-list .products.list .product-item .flip-box__split {

            flex-direction: column;

        }

    }

    @media only screen and (max-width: 575px) {

        .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {

            display: none;

        }

        .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {

            flex: 0 0 100%;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }

    }

    .toolbar {

        text-align: center;

        padding: 7px 0 29px;

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        border-bottom: 1px solid #ebebeb;

        margin-bottom: 30px;

    }

    .toolbar select {

        width: 100%;

        height: 42px;

        border-radius: 27px;

        border: 2px solid rgba(205, 205, 205, 0.2);

        color: rgba(39, 39, 39, 0.4);

        padding: 0 15px 0 29px;

    }

    .toolbar-amount,

    .toolbar .modes .modes-label {

        display: none;

    }

    .toolbar>div {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

    }

    .page-with-filter .toolbar-amount {

        position: static;

    }

    .toolbar-products {

        background-color: transparent;

    }

    .toolbar-products .pages {

        display: none;

    }

    .products.wrapper~.toolbar-products .pages {

        display: block;

    }

    .toolbar .sorter .brk-sc-sorting__label {

        flex-shrink: 0;

    }

    .toolbar .sorter-action {

        color: #2775ff;

    }

    .toolbar .sorter-action:before {

        display: none;

    }

    .toolbar .limiter {

        margin-left: auto;

    }

    .toolbar .limiter .limiter-text {

        display: none;

    }

    .toolbar .modes.brk-sc-view-swiper {

        position: relative;

        min-width: 140px;

        -webkit-box-align: center;

        align-items: center;

        -webkit-box-pack: justify;

        justify-content: space-between;

        border: 2px solid rgba(205, 205, 205, 0.2);

        border-radius: 25px;

        padding: 5px 23px;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn {

        color: #222;

        border: 0;

        border-right: 0;

        font-weight: 400;

        line-height: 1;

        padding: 7px 10px;

        text-align: center;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:before {

        color: #222;

        font-size: 15px;

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        content: '';

        width: 16px;

        height: 16px;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.mode-grid:before {

        content: "\f00a";

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.mode-list:before {

        content: "\f0c9";

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:hover {

        color: #0f5ae0;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:last-child {

        border-radius: 0 3px 3px 0;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn:last-child.active:after {

        left: -webkit-calc(42%);

        left: calc(42%);

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active {

        color: #fff;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active:before {

        color: #fff;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn.active:after {

        content: '';

        position: absolute;

        left: 0;

        top: 0;

        height: -webkit-calc(100%);

        height: calc(100%);

        width: -webkit-calc(58%);

        width: calc(58%);

        border-radius: 25px;

        -webkit-transition: .3s ease all;

        transition: .3s ease all;

        z-index: -1;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        background-color: #0f5ae0;

    }

    .toolbar .modes.brk-sc-view-swiper .brk-sc-view-swiper__btn i {

        z-index: 4;

    }

    .toolbar .modes.brk-sc-view-swiper,

    .toolbar .modes.brk-sc-view-swiper__btn {

        display: -webkit-inline-box;

        display: none;

    }

    .products.wrapper~.toolbar .toolbar .modes {

        display: none;

    }

    .products.wrapper~.toolbar {

        border-bottom: 0;

    }

    .products.wrapper~.toolbar .sorter,

    .products.wrapper~.toolbar .modes {

        display: none;

    }

    .products.wrapper~.toolbar .pages {

        margin-top: 0;

    }

    @media only screen and (max-width: 991px) {

        .toolbar.brk-sc-sorting {

            padding: 20px 0 20px;

        }

        .toolbar.brk-sc-sorting .toolbar-amount {

            display: none;

        }

        .toolbar.brk-sc-sorting .modes .modes-label {

            display: none;

        }

        .toolbar.brk-sc-sorting .toolbar-sorter {

            margin: 0 !important;

        }

        .products.wrapper~.toolbar .pages {

            margin-top: 20px;

        }

    }

    @media only screen and (max-width: 768px) {

        .toolbar.brk-sc-sorting {

            flex-direction: column;

        }

        .toolbar.brk-sc-sorting .toolbar-sorter,

        .toolbar.brk-sc-sorting .limiter {

            width: 100%;

            flex-wrap: wrap;

            margin-top: 15px !important;

        }

        .toolbar.brk-sc-sorting .toolbar-sorter>label,

        .toolbar.brk-sc-sorting .limiter>label {

            width: 100%;

            margin-bottom: 15px;

            margin-right: 0 !important;

        }

        .toolbar.brk-sc-sorting .toolbar-sorter>div {

            width: calc(100% - 25px);

        }

        .toolbar.brk-sc-sorting .limiter>div {

            width: 100%;

        }

    }

    body.product-page-type2 .top-container {

        display: none !important;

    }

    body.product-page-type2 .columns {

        padding-top: 100px;

    }

    body.product-page-type2 .fotorama__stage {

        border-radius: 10px !important;

    }

    body.product-page-type2 .fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {

        background: none !important;

    }

    .page-header a.action.compare>span {

        display: none;

    }

    .prices-tier .price-container .price-including-tax+.price-excluding-tax:before {

        content: '('attr(data-label) ':';

    }

    .prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {

        content: ')';

    }

    .prices-tier .price-container .weee[data-label] {

        display: inline;

    }

    .prices-tier .price-container .weee[data-label]:before {

        content: ' +'attr(data-label) ':';

    }

    .actual-price {

        font-weight: 700;

    }

    .category-image .image {

        display: block;

        height: auto;

        max-width: 100%;

    }

    .category-cms,

    .category-image,

    .category-description {

        margin-bottom: 20px;

    }

    .product-image-container {

        display: inline-block;

        max-width: 100%;

    }

    .product-image-wrapper {

        display: block;

        height: 0;

        overflow: hidden;

        position: relative;

        z-index: 1;

    }

    .product-image-photo {

        bottom: 0;

        display: block;

        height: auto;

        left: 0;

        margin: auto;

        max-width: 100%;

        position: absolute;

        right: 0;

        top: 0;

    }

    .catalog-product-view .column.main {

        display: flex;

        flex-flow: wrap;

        justify-content: space-between;

    }

    .product.media {

        -ms-flex-order: 0;

        -webkit-order: 0;

        order: 0;

        margin-bottom: 100px !important;

    }

    .product.media .placeholder .photo.container {

        max-width: 100%;

    }

    .product.media .notice {

        margin: 10px 0;

        color: #7d7d7d;

        font-size: 1.2rem;

    }

    .product.media .product.thumbs {

        margin: 10px 0 25px;

    }

    .product.media .items.thumbs {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .product.media .items.thumbs>li {

        display: inline-block;

        vertical-align: top;

    }

    .product.media .items.thumbs>li {

        margin: 1rem 0 0;

    }

    .product.media .items.thumbs img {

        display: block;

    }

    .product.media .items.thumbs .active {

        display: block;

        line-height: 1;

    }

    .product-info-main {

        -ms-flex-order: 1;

        -webkit-order: 1;

        order: 1;

    }

    .product-info-main .product-info-price {

        color: #575757;

    }

    .product-info-main .product-info-price .price-box .price-container>span {

        display: block;

        margin-bottom: 5px;

    }

    .product-info-main .product-info-price .price-box .price-container>span:last-child {

        margin-bottom: 0;

    }

    .product-info-main .product-info-price .price-including-tax+.price-excluding-tax,

    .product-info-main .product-info-price .weee+.price-excluding-tax,

    .product-info-main .product-info-price .weee {

        font-size: 1.4rem;

    }

    .product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,

    .product-info-main .product-info-price .weee+.price-excluding-tax .price,

    .product-info-main .product-info-price .weee .price {

        font-size: 1.4rem;

        font-weight: 600;

        line-height: 16px;

    }

    .product-info-main .product-info-price .price-wrapper .price {

        font-size: 2.2rem;

        font-weight: 600;

        line-height: 22px;

    }

    .product-info-main .product-info-price .old-price .price-wrapper .price {

        font-size: 2rem;

        font-weight: 300;

    }

    .product-info-main .product-info-price .special-price .price-label:after {

        content: ': ';

    }

    .product-info-main .product-info-price .price {

        white-space: nowrap;

    }

    .product-info-main .stock {

        margin: 0 0 3px;

    }

    .product-info-main .stock.available,

    .product-info-main .stock.unavailable {

        font-weight: 700;

        text-transform: uppercase;

    }

    .product-info-main .product.attribute.sku {

        word-break: break-all;

        word-wrap: break-word;

    }

    .product-info-main .product-add-form {

        clear: both;

        padding-top: 15px;

    }

    .product-info-main .product.attribute.sku .type {

        font-weight: normal;

        margin-right: 5px;

    }

    .product-info-main .product.attribute.sku .type:after {

        content: '#:';

    }

    .product-info-main .product.attribute.sku .value {

        display: inline-block;

    }

    .product-info-main .product.attribute.overview {

        margin: 20px 0;

    }

    .product-info-main .product.alert {

        margin: 10px 0;

    }

    .product-info-main .product-options-bottom .box-tocart {

        margin-top: 20px;

    }

    .product.info.detailed {

        -ms-flex-order: 2;

        -webkit-order: 2;

        order: 2;

        margin-bottom: 30px;

    }

    .product.info.detailed .additional-attributes {

        width: auto;

        border: none;

    }

    .product.info.detailed .additional-attributes>thead>tr>th,

    .product.info.detailed .additional-attributes>tbody>tr>th,

    .product.info.detailed .additional-attributes>tfoot>tr>th,

    .product.info.detailed .additional-attributes>thead>tr>td,

    .product.info.detailed .additional-attributes>tbody>tr>td,

    .product.info.detailed .additional-attributes>tfoot>tr>td {

        border: none;

    }

    .product.info.detailed .additional-attributes>thead>tr>td,

    .product.info.detailed .additional-attributes>tbody>tr>td,

    .product.info.detailed .additional-attributes>tfoot>tr>td {

        padding: 5.5px 5px 10px 5px;

    }

    .product.info.detailed .additional-attributes>thead>tr>th,

    .product.info.detailed .additional-attributes>tbody>tr>th,

    .product.info.detailed .additional-attributes>tfoot>tr>th {

        padding: 5.5px 30px 10px 0;

    }

    .product-options-wrapper .fieldset-product-options-inner .legend {

        font-weight: 600;

        font-size: 1.4rem;

        border: none;

        display: inline-block;

        float: none;

        margin: 0 0 8px;

        padding: 0;

    }

    .product-options-wrapper .fieldset-product-options-inner.required .legend:after,

    .product-options-wrapper .fieldset-product-options-inner._required .legend:after {

        content: '*';

        color: #e02b27;

        font-size: 1.2rem;

    }

    .product-options-wrapper .field .note {

        display: block;

        margin-top: 5px;

    }

    .product-options-bottom .price-box,

    .product-info-price .price-box {

        color: #575757;

    }

    .product-options-bottom .price-box .old-price,

    .product-info-price .price-box .old-price {

        font-size: 20px;

        font-weight: 300;

    }

    .product-options-bottom .price-box .old-price .price-container>span,

    .product-info-price .price-box .old-price .price-container>span {

        display: inline-block;

    }

    .product-options-bottom .price-box .price-container>span,

    .product-info-price .price-box .price-container>span {

        display: block;

        margin-bottom: 5px;

    }

    .product-options-bottom .price-box .price-container>span:last-child,

    .product-info-price .price-box .price-container>span:last-child {

        margin-bottom: 0;

    }

    .product-options-bottom .price-box .price-container .price,

    .product-info-price .price-box .price-container .price {

        font-size: 22px;

        font-weight: 600;

        line-height: 22px;

    }

    .product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,

    .product-options-bottom .price-box .price-container .weee+.price-excluding-tax,

    .product-info-price .price-box .price-container .weee+.price-excluding-tax,

    .product-options-bottom .price-box .price-container .weee,

    .product-info-price .price-box .price-container .weee {

        font-size: 5.2rem;

        line-height: 14px;

    }

    .product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,

    .product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,

    .product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,

    .product-info-price .price-box .price-container .weee+.price-excluding-tax .price,

    .product-options-bottom .price-box .price-container .weee .price,

    .product-info-price .price-box .price-container .weee .price {

        font-size: 26px;

        color: #0E4D95;

        font-weight: 700;

    }

    .box-tocart .action.tocart {

        vertical-align: top;

    }

    .box-tocart .action.tocart:not(:last-child) {

        margin-bottom: 15px;

    }

    .product-info-main .product.attribute.overview li i {

        margin-right: 10px;

    }

    .product-addto-links {

        display: inline;

    }

    .prices-tier {

        margin-bottom: 15px;

    }

    .prices-tier .item {

        margin-bottom: 10px;

    }

    .prices-tier .item:last-child {

        margin-bottom: 0;

    }

    .prices-tier .price-excluding-tax,

    .prices-tier .price-including-tax {

        display: inline-block;

    }

    .minimal-price-link,

    .price-excluding-tax,

    .price-including-tax {

        display: block;

        white-space: nowrap;

    }

    .ui-dialog-titlebar-close {

        line-height: 1.42857143;

        margin: 0;

        padding: 0;

        color: #1979c3;

        text-decoration: none;

        background: none;

        border: 0;

        display: inline;

    }

    .ui-dialog-titlebar-close:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .ui-dialog-titlebar-close:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .ui-dialog-titlebar-close:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .ui-dialog-titlebar-close:hover {

        color: #006bb4;

    }

    .ui-dialog-titlebar-close:hover,

    .ui-dialog-titlebar-close:active,

    .ui-dialog-titlebar-close:focus {

        background: none;

        border: 0;

    }

    .ui-dialog-titlebar-close.disabled,

    .ui-dialog-titlebar-close[disabled],

    fieldset[disabled] .ui-dialog-titlebar-close {

        color: #1979c3;

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

        text-decoration: underline;

    }

    .sidebar .product-items .product-item {

        margin-bottom: 20px;

        position: relative;

    }

    .sidebar .product-items .product-item-info {

        position: relative;

        width: auto;

    }

    .sidebar .product-items .product-item-info .product-item-photo {

        left: 0;

        position: absolute;

        top: 0;

    }

    .sidebar .product-items .product-item-name {

        margin-top: 0;

    }

    .sidebar .product-items .product-item-details {

        margin: 0 0 0 85px;

    }

    .sidebar .product-items .product-item-actions {

        display: block;

        margin-top: 10px;

    }

    .sidebar .product-items .price-box {

        display: block;

        margin: 7px 0;

    }

    .sidebar .product-items .text {

        margin-right: 8px;

    }

    .sidebar .product-items .counter {

        color: #7d7d7d;

        font-size: 12px;

        white-space: nowrap;

    }

    .sidebar .product-items .minilist .price {

        display: inline;

        padding: 0;

    }

    .sidebar .product-items .minilist .weee:before {

        display: inline-block;

    }

    .sidebar .product-items .action.delete {

        position: absolute;

        right: 0;

        top: 0;

    }

    .sidebar .action.tocart {

        border-radius: 0;

    }

    .sidebar .product-items-images {

        margin-left: -5px;

    }

    .sidebar .product-items-images .product-item {

        float: left;

        padding-left: 5px;

    }

    .sidebar .product-items-names .product-item {

        margin-bottom: 10px;

    }

    .sidebar .product-items-names .product-item-name {

        margin: 0;

    }

    .catalog-category-view.page-layout-1column .column.main {

        min-height: inherit;

    }

    /************For Berserk***********/

    .fotorama-item .fotorama__arr {

        width: 50px !important;

        display: block !important;

    }

    .fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon,

    .fotorama-item .fotorama-sprite,

    .fotorama-item .fotorama__zoom-in,

    .fotorama-item .fotorama__zoom-out,

    .fotorama-item .fotorama__arr .fotorama__arr__arr,

    .fotorama-item .fotorama__fullscreen-icon,

    .fotorama-item .fotorama__thumb__arr {

        background: none !important;

        color: #2775ff;

        width: 50px !important;

        height: 50px !important;

        text-align: center;

        display: block !important;

    }

    .fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon:before,

    .fotorama-item .fotorama-sprite:before,

    .fotorama-item .fotorama__zoom-in:before,

    .fotorama-item .fotorama__zoom-out:before,

    .fotorama-item .fotorama__arr .fotorama__arr__arr:before,

    .fotorama-item .fotorama__fullscreen-icon:before,

    .fotorama-item .fotorama__thumb__arr:before {

        font-family: "Font Awesome 5 Free";

        font-weight: 600;

    }

    .fotorama-item .fotorama__thumb__arr .fotorama__thumb--icon {

        padding: 0;

    }

    .fotorama-item .fotorama__thumb__arr--left .fotorama__thumb--icon:before {

        content: '\f104';

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__thumb__arr--right .fotorama__thumb--icon:before {

        content: '\f105';

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__fullscreen-icon:before {

        content: '\f002';

        font-size: 16px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__arr,

    .fotorama-item .fotorama__thumb__arr {

        background: transparent !important;

    }

    .fotorama-item .fotorama__arr--next .fotorama__arr__arr:before {

        content: '\f105';

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__arr--prev .fotorama__arr__arr:before {

        content: '\f104';

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__zoom-in:before {

        background: none;

        content: "\f067";

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__zoom-out:before {

        content: "\f068";

        font-size: 21px;

        line-height: 50px;

    }

    .fotorama-item .fotorama__stage {

        border: 1px solid #ebebeb;

        background: #fff;

        border-radius: 10px;

    }

    .fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {

        background: rgba(255, 255, 255, 0.16);

    }

    .fotorama-item .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav {

        text-align: center;

    }

    .fotorama-item .fotorama__nav-wrap .fotorama__thumb-border {

        border-color: #2775ff !important;

    }

    .fotorama-item .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb {

        border: 1px solid rgba(235, 235, 235, 0.5);

    }

    .fotorama-item .fotorama__nav-wrap--vertical .fotorama__nav--thumbs .fotorama__thumb__arr {

        left: 50%;

        transform: translateX(-50%);

    }

    .fotorama-item .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb__arr {

        top: 50%;

        transform: translateY(-50%);

    }

    .fotorama-item.fotorama--fullscreen {

        border-radius: 0;

    }

    .fotorama-item.fotorama--fullscreen .fotorama__stage {

        border-radius: 0;

    }

    .fotorama-item.fotorama--fullscreen .fotorama__nav-wrap {

        transform: none;

    }

    .product-custom-block__bg {

        box-shadow: inset 0 5px 26px rgba(0, 0, 0, 0.03);

        background-color: #f9f9f9;

        margin-top: 150px;

    }

    .product-custom-block__bg .brk-sc-bonus {

        position: relative;

        background-color: #fff;

        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

        margin-top: 20px;

        border-radius: 10px;

        top: -109px;

    }

    .product-custom-block__bg .brk-sc-bonus__subtitle {

        position: absolute;

        display: inline-block;

        padding: 9px 16px;

        left: 50%;

        top: 0;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        white-space: nowrap;

        border-radius: 25px;

        color: #fff;

        margin: 0;

        background-color: #2775ff;

    }

    .brk-sc-item-page-tabs {

        z-index: 1;

        margin-top: -63px;

        padding-bottom: 80px;

    }

    .brk-sc-item-page-tabs__title {

        position: relative;

        padding-right: 32px;

        padding-left: 25px;

        margin-bottom: 39px;

    }

    .brk-sc-item-page-tabs__title:after {

        content: '';

        position: absolute;

        right: 0;

        top: 0;

        width: 3px;

        height: 42px;

        background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6ff), to(#00f6ff));

        background-image: linear-gradient(to top, #00c6ff 0%, #00f6ff 100%);

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth {

        display: -webkit-box;

        display: flex;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-nav {

        min-width: 200px;

        flex-shrink: 0;

        text-align: right;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab {

        cursor: pointer;

        margin-bottom: 27px;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab.active a {

        color: #000 !important;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a {

        color: #b6b6b6;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a.active,

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tab a:hover {

        color: #000 !important;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content {

        text-align: left;

        margin-left: 45px;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item {

        margin-top: -68px;

        padding-left: 17px;

    }

    .brk-sc-item-page-tabs .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item h3 {

        margin-top: 0;

    }

    .brk-products-tabs .tabs-inner {

        background-image: -webkit-gradient(linear, left top, right top, from(rgba(39, 117, 255, 0.92)), to(rgba(114, 2, 87, 0.92)));

        background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));

        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);

        margin-bottom: 80px;

        position: relative;

        text-align: center;

    }

    .brk-products-tabs .product-photo-container {

        background: #fff;

    }

    .brk-products-tabs .type3 .flip__back .product-item-details {

        position: absolute;

    }

    .brk-products-tabs .type4 .product-item-name a {

        color: #fff !important;

    }

    .brk-products-tabs .product-item-details {

        height: 100%;

    }

    .brk-products-tabs .product-item-details .product-item-description {

        border-bottom: 0;

    }

    .brk-products-tabs input[type="checkbox"] {

        position: absolute;

        right: 20px;

        top: 20px;

        cursor: pointer;

        z-index: 3;

        display: flex;

        align-items: center;

        justify-content: center;

        -webkit-appearance: none;

        appearance: none;

        width: 20px;

        height: 20px;

        border: 1px solid rgba(159, 159, 159, 0.3);

        background: #fff;

    }

    .brk-products-tabs input[type="checkbox"]:checked:before {

        content: '\f107';

        font-family: "Font Awesome 5 Free";

        color: #2775ff;

        font-size: 14px;

        font-weight: 600;

    }

    .brk-products-tabs .owl-carousel.owl-drag .owl-item {

        box-shadow: none;

    }

    .brk-products-tabs .block-actions {

        color: #fff;

        font-family: 'Montserrat', sans-serif;

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        z-index: 10;

    }

    .brk-products-tabs .block-actions .action.select {

        color: #2775ff;

        text-transform: uppercase;

        font-weight: 600;

        font-family: 'Montserrat', sans-serif;

    }

    .brk-products-tabs .block-title.title {

        display: none;

    }

    .brk-products-tabs .block-content {

        position: relative;

    }

    .brk-products-tabs .block-content .products {

        margin-bottom: 0;

        margin-top: 0;

    }

    .brk-products-tabs .block-content .owl-dots {

        -webkit-transform: translate(-50%, 50%);

        transform: translate(-50%, 50%);

        height: 80px;

        position: absolute;

        left: 50%;

        bottom: 0;

        margin: 0;

        z-index: 2;

        align-items: center;

    }

    .brk-products-tabs .block-content .owl-dots .owl-dot {

        width: 12px;

        height: 12px;

        background-color: transparent;

        cursor: pointer;

        position: relative;

        box-shadow: none;

        border-radius: 100%;

        margin-right: 3px;

    }

    .brk-products-tabs .block-content .owl-dots .owl-dot:hover,

    .brk-products-tabs .block-content .owl-dots .owl-dot.active {

        border: 1px solid #dbdbdb;

    }

    .brk-products-tabs .block-content .owl-dots .owl-dot:hover span,

    .brk-products-tabs .block-content .owl-dots .owl-dot.active span {

        width: 0;

        height: 0;

    }

    .brk-products-tabs .block-content .owl-dots .owl-dot span {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        width: 8px;

        height: 8px;

        display: block;

        border-radius: 50%;

        color: transparent;

        font-size: 0;

        line-height: 0;

        background-color: #2775ff;

        -webkit-transition-property: width, height;

        transition-property: width, height;

        -webkit-transition-duration: .2s;

        transition-duration: .2s;

    }

    .brk-products-tabs .block-content .owl-nav {

        min-width: 182px;

        height: 54px;

        border-radius: 27px;

        background-color: #fff;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

        display: -webkit-box;

        display: inline-flex;

        -webkit-box-pack: center;

        justify-content: space-between;

        -webkit-box-align: center;

        align-items: center;

        width: auto;

        position: absolute;

        left: 50%;

        bottom: 0;

        -webkit-transform: translate(-50%, 50%);

        transform: translate(-50%, 50%);

    }

    .brk-products-tabs .block-content .owl-nav .owl-prev,

    .brk-products-tabs .block-content .owl-nav .owl-next {

        color: #2775ff;

        background: transparent;

        width: auto;

        height: auto;

        font-size: 24px;

    }

    .brk-products-tabs .block-content .owl-nav .owl-prev {

        margin-left: 20px;

    }

    .brk-products-tabs .block-content .owl-nav .owl-next {

        margin-right: 20px;

    }

    .brk-products-tabs .brk-tabs-content__img {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        -o-object-fit: cover;

        object-fit: cover;

        -o-object-position: center;

        object-position: center;

        z-index: -2;

    }

    .brk-products-tabs .brk-tabs-nav {

        min-height: 58px;

        margin-top: -58px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        background-color: #fff;

        border: 4px solid #fff;

        border-radius: 30px;

        -webkit-transform: translateY(-100%);

        transform: translateY(-100%);

        z-index: 1;

        display: inline-flex;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab {

        margin: 0;

        cursor: pointer;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab a {

        height: 50px;

        display: block;

        opacity: .4;

        position: relative;

        border-radius: 25px;

        -webkit-transition: 0.3s ease color, 0.3s ease opacity, 0.3s ease box-shadow;

        transition: 0.3s ease color, 0.3s ease opacity, 0.3s ease box-shadow;

        z-index: 1;

        padding: 0 40px;

        color: #2775ff;

        font-family: 'Montserrat', sans-serif;

        line-height: 50px;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab a i {

        margin-right: 10px;

        margin-top: -4px;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab a.active {

        opacity: 1;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        color: #fff;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab a.active:before {

        background-color: #2775ff;

    }

    .brk-products-tabs .brk-tabs-nav .brk-tab a:before {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: -1;

        content: "";

        background-color: #fff;

        border-radius: 25px;

        -webkit-transition: 0.3s ease background-color;

        transition: 0.3s ease background-color;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    }

    .product.page-title-wrapper .page-title {

        font-family: 'Montserrat', sans-serif;

        font-size: 28px;

        font-weight: 300;

        line-height: 32px;

        color: #000;

        padding-right: 70px;

    }

    .product.info.detailed .additional-attributes {

        color: #9f9f9f;

        font-family: 'Montserrat', sans-serif;

    }

    .product.info.detailed .additional-attributes th.label {

        color: #222;

        font-weight: 600;

        display: none;

    }

    .product.info.detailed .review-toolbar {

        border: 0;

    }

    .product.info.detailed .review-form {

        font-family: 'Montserrat', sans-serif;

        max-width: 100% !important;

    }

    .product.info.detailed .review-form .review-field-ratings {

        margin-left: 20px;

    }

    .product.info.detailed .review-form .fieldset.review-fieldset {

        margin: 0;

    }

    .product.info.detailed .review-form .review-form-actions {

        text-align: center;

    }

    .product.info.detailed .review-form .review-form-actions .primary.actions-primary {

        float: none;

    }

    .product.info.detailed .review-form .review-form-actions .primary.actions-primary .action.submit {

        transform: translateY(-50%);

    }

    .product.info.detailed .review-form textarea {

        border: 1px solid #e8ecff;

        padding: 20px;

    }

    .product.info.detailed .review-form .review-field-rating .label,

    .product.info.detailed .review-form .review-field-ratings>.label {

        display: none;

    }

    .product.info.detailed .review-form .legend.review-legend {

        font-size: 21px;

        text-align: center;

        border-bottom: 1px solid #ebebeb;

        padding-bottom: 20px;

        margin-bottom: 20px;

    }

    .product.info.detailed .review-form .review-control-vote {

        margin-bottom: 0;

        margin-top: 35px;

    }

    .product.info.detailed .review-form .review-control-vote:before,

    .product.info.detailed .review-form .review-control-vote label:before {

        font-family: "Font Awesome 5 Free";

        font-weight: 600;

        font-size: 14px;

        height: 14px;

        line-height: 14px;

        color: #2775ff;

    }

    .product.info.detailed .review-form .review-control-vote:before {

        content: '\f005''\f005''\f005''\f005''\f005';

        color: #9f9f9f;

    }

    .product.info.detailed .review-form .review-control-vote .rating-1:before {

        content: '\f005';

    }

    .product.info.detailed .review-form .review-control-vote .rating-2:before {

        content: '\f005''\f005';

    }

    .product.info.detailed .review-form .review-control-vote .rating-3:before {

        content: '\f005''\f005''\f005';

    }

    .product.info.detailed .review-form .review-control-vote .rating-4:before {

        content: '\f005''\f005''\f005''\f005';

    }

    .product.info.detailed .review-form .review-control-vote .rating-5:before {

        content: '\f005''\f005''\f005''\f005''\f005';

    }

    .product.info.detailed .product.data.items>.item.content {

        border: 0;

        border-top: 1px solid #ebebeb;

        margin-top: 49px;

    }

    .product.info.detailed .product.data.items>.item.content p {

        color: #000;

        line-height: 26px;

        font-size: 13px;

    }

    .product.info.detailed .product.data.items>.item.content ul {

        padding-top: 5px;

        padding-left: 40px;

        list-style: none;

        font-size: 13px;

    }

    .product.info.detailed .product.data.items>.item.content ul i {

        margin-right: 10px;

    }

    .product.info.detailed .product.data.items>.item.content .block.review-list .block-title {

        display: none;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item {

        padding: 0 0 20px 70px;

        border: 0;

        color: #9f9f9f;

        position: relative;

        margin-bottom: 30px;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item:before {

        content: '';

        width: 1px;

        height: 100%;

        position: absolute;

        left: 24px;

        top: 34px;

        background-color: #ebebeb;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item:after {

        content: '';

        width: 100%;

        height: 1px;

        position: absolute;

        bottom: 0;

        left: 24px;

        background: url(../../frontend/Redgiant/berserk/en_GB/images/sprite.png) 0 -22px;

        background-repeat: repeat-x;

        width: -webkit-calc(100% - 24px);

        width: calc(100% - 24px);

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item:last-child:before,

    .product.info.detailed .product.data.items>.item.content .item.review-item:last-child:after {

        display: none;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .avatar-img {

        width: 50px;

        height: 50px;

        border-radius: 100%;

        border: 1px solid #ebebeb;

        position: absolute;

        top: 0;

        left: 0;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .avatar-img img {

        border-radius: 100%;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-content {

        padding-top: 25px;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top {

        display: flex;

        flex-direction: row;

        justify-content: flex-start;

        align-items: center;

        flex-flow: wrap;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top>div {

        margin-bottom: 10px !important;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-title {

        display: inline-block;

        margin: 0;

        color: #222;

        margin-right: 30px;

        font-weight: 300;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-details-label {

        display: none;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-date {

        font-size: 14px;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-ratings {

        margin-left: auto;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-ratings .rating-label {

        display: none;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-ratings .rating-result:before {

        color: #9f9f9f;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-ratings .rating-result span:before {

        color: #2775ff;

    }

    .product.info.detailed .product.data.items>.item.content .item.review-item .review-top .review-author .review-details-value {

        padding: 3px 20px 3px 20px;

        background-color: #f1f1f1;

        margin-right: 20px;

        border-radius: 20px;

        margin-top: -2px;

        -webkit-transition: .3s ease all;

        transition: .3s ease all;

        display: inline-block;

        font-size: 14px;

        color: #fff;

        background-color: #2775ff;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .product.info.detailed .product.data.items>.item.title {

        padding: 18px 50px 17px;

        margin-left: -35px;

        -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%);

        clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%);

        cursor: pointer;

        -webkit-transition: .3s ease all;

        transition: .3s ease all;

        opacity: .3;

        text-transform: uppercase;

    }

    .product.info.detailed .product.data.items>.item.title>a {

        border: 0;

        color: #222;

        line-height: 1;

        height: auto;

        padding: 0;

        background: transparent;

    }

    .product.info.detailed .product.data.items>.item.title:first-child {

        border-top-left-radius: 5px;

        -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 0% 100%);

        clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0% 100%);

        padding-left: 33px;

        margin-left: 0;

    }

    .product.info.detailed .product.data.items>.item.title.active,

    .product.info.detailed .product.data.items>.item.title:hover {

        background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f4f8), to(#f0f2f8));

        background-image: linear-gradient(to top, #f2f4f8 0%, #f0f2f8 100%);

        opacity: 1;

    }

    .product.info.detailed .product.data.items>.item:nth-last-child(2) {

        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%) !important;

        clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%) !important;

        border-top-right-radius: 5px !important;

        padding-right: 30px !important;

    }

    .products-quicknav {

        position: absolute;

        right: 0;

        display: flex;

        flex-direction: row;

    }

    .products-quicknav .product-nav>a {

        background: #fff;

        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);

        width: 38px;

        height: 38px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 100%;

        color: #2775ff;

        text-decoration: none;

    }

    .products-quicknav .product-nav>a i {

        color: #2775ff;

        font-size: 21px;

    }

    .products-quicknav .product-nav:first-child {

        margin-right: 5px;

    }

    .products-quicknav .product-nav:hover>.product-pop {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .products-quicknav .product-nav.product-prev .product-pop {

        left: 0;

        margin-left: -20px;

    }

    .products-quicknav .product-nav.product-prev .product-pop:before {

        left: 30px;

    }

    .products-quicknav .product-nav.product-next .product-pop {

        right: 0;

        margin-right: -20px;

    }

    .products-quicknav .product-nav.product-next .product-pop:before {

        right: 30px;

    }

    .products-quicknav .product-nav .product-pop {

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: 100px;

        height: auto;

        background-color: #fff;

        padding: 5px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        margin-top: 7px;

        text-align: center;

    }

    .products-quicknav .product-nav .product-pop:before {

        border: 8px solid;

        border-color: transparent transparent #fff transparent;

        z-index: 99;

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

        top: -16px;

    }

    .products-quicknav .product-nav .product-pop .product-name {

        font-size: 13px;

        padding: 5px 7px;

    }

    .product-info-main {

        position: relative;

        margin-bottom: 100px;

    }

    .product-info-main .product-reviews-summary {

        margin-top: 15px;

        margin-bottom: 15px;

    }

    .product-info-main .product-reviews-summary .reviews-actions {

        display: inline-flex;

        flex-direction: row;

    }

    .product-info-main .product-reviews-summary .reviews-actions>a {

        color: #9f9f9f;

    }

    .product-info-main .product-reviews-summary .reviews-actions>a:hover {

        color: #2775ff;

        text-decoration: none;

    }

    .product-info-main .product-reviews-summary .reviews-actions>a.action.view span:first-child {

        padding: 0 3px;

    }

    .product-info-main .product-reviews-summary .rating-summary {

        display: inline-flex;

        flex-direction: column;

        margin: 0 10px 0 0;

    }

    .product-info-main .product-reviews-summary .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .product-info-main .product-reviews-summary .rating-summary .rating-result span:before {

        color: #2775ff;

    }

    .product-info-main .product-info-stock-sku {

        position: absolute;

        right: 0;

    }

    .product-info-main .product-info-price {

        width: auto;

        margin-right: 25px;

        margin-bottom: 20px;

        display: flex;

        border: 0;

        align-items: center;

    }

    .product-info-main .product-info-price .price-box {

        width: auto;

        display: flex;

        flex-direction: row;

        flex-flow: wrap;

    }

    .product-info-main .product-info-price .price-box .price {

        font-weight: 300 !important;

    }

    .product-info-main .product-info-price .price-label {

        color: #9f9f9f;

        font-size: 18px;

        font-weight: 300;

    }

    .product-info-main .product-info-price .old-price .price-label {

        display: none !important;

    }

    .product-info-main .product-info-price .old-price .price {

        margin-right: 5px;

        font-size: 14px !important;

        font-weight: 500 !important;

        text-decoration: line-through !important;

    }

    .product-info-main .product-add-form {

        padding: 0;

    }

    .product-info-main .product-add-form:before,

    .product-info-main .product-add-form:after {

        content: '';

        display: block;

        width: 100%;

        height: 3px;

        background: url('../../frontend/Redgiant/berserk/en_GB/images/dotted-border.png') center center repeat-x;

    }

    .product-info-main .product-add-form:before {

        margin-bottom: 35px;

    }

    .product-info-main .product-add-form:after {

        margin-top: 35px;

    }

    .product-info-main .product-add-form .swatch-input {

        opacity: 0;

        visibility: hidden;

        width: 0;

        height: 0;

        margin: 0;

        padding: 0;

        position: absolute;

    }

    .product-info-main .product-add-form .berserk_container {

        display: flex;

        flex-direction: row;

        justify-content: space-between;

        align-items: center;

    }

    .product-info-main .product-add-form .fieldset {

        display: flex;

        flex-direction: row;

        align-items: center;

    }

    .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {

        font-size: 14px;

        padding: 15px 33px;

        border: 0;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

    }





    a.action.tocompare {

        display: none;

        position: absolute;

        padding-top: 100px;

    }



    .product-info-main .product-add-form .fieldset .actions .action.primary.tocart i {

        margin-right: 10px;

    }

    .product-info-main .product-add-form .fieldset .actions button:focus,

    .product-info-main .product-add-form .fieldset .actions button:active {

        background: transparent !important;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;

    }

    .product-info-main .product-add-form .fieldset .field.qty {

        display: flex;

        align-items: center;

        margin: 0 30px 0 0;

    }

    .product-info-main .product-add-form .fieldset .field.qty .label {

        display: none;

    }

    .product-info-main .product-add-form .fieldset .field.qty .control {

        position: relative;

        border-radius: 25px;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);

    }

    .product-info-main .product-add-form .fieldset .field.qty .control input {

        border-color: #ebebeb;

        height: 51px;

        width: 94px;

        border-radius: 25px;

    }

    .product-info-main .product-add-form .fieldset .field.qty .control .qty-changer {

        display: flex;

        flex-direction: row;

        justify-content: space-between;

        transform: translateY(-50%);

        border-left: 0;

        position: absolute;

        top: 50%;

        width: 100%;

        pointer-events: none;

    }

    .product-info-main .product-add-form .fieldset .field.qty .control .qty-changer>a {

        font-size: 10px;

        line-height: 16px;

        padding: 2px 4px;

        pointer-events: all;

    }

    .product-info-main .product-add-form .fieldset .field.qty .control .qty-changer>a:first-child {

        margin-left: 7px;

    }

    .product-info-main .product-add-form .fieldset .field.qty .control .qty-changer>a:last-child {

        margin-right: 7px;

    }

    .product-info-main .product-add-form .addthis_inline_share_toolbox {

        flex: 0 0 100%;

    }

    .product-info-main .product-add-form .addthis_inline_share_toolbox>label {

        display: none;

    }

    .product-info-main .product-add-form .product-social-links {

        margin: 0 0 10px 20px;

        width: auto;

        display: inline-flex;

    }

    .product-info-main .product-add-form .product-social-links a.action {

        color: #575757;

        background: #fff;

        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);

        width: 38px;

        height: 38px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 100%;

        margin-left: 5px;

    }

    .product-info-main .product-add-form .product-social-links a.action:first-child {

        margin-left: 0;

    }

    .product-info-main .product-add-form .product-social-links a.action:hover {

        color: #2775ff;

    }

    .product-info-main .product-add-form .action.tocart {

        width: 100%;

        margin: 0;

    }

    .product-info-main .product-add-form .action.tocart:hover {

        border: 0;

    }

    .product-info-main .product-add-form .product-options-bottom {

        display: flex;

        align-items: center;

        flex-wrap: wrap;

    }

    .product-info-main .product-options-wrapper {

        margin-bottom: 35px;

    }

    .product-info-main .product-options-wrapper .swatch-opt {

        display: flex;

        flex-direction: row;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div {

        margin-right: 30px;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div:last-child {

        margin-right: 0;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute.color .swatch-attribute-options {

        margin-top: 3px;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options {

        display: flex;

        flex-wrap: wrap;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options .swatch-option {

        cursor: pointer;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options .swatch-option:hover {

        box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4) !important;

        color: #2775ff;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options .swatch-option.text {

        min-width: 38px;

        padding-left: 12px;

        padding-right: 12px;

        height: 38px;

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        justify-content: center;

        background-color: #fff;

        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.06);

        margin-right: 10px;

        margin-bottom: 10px;

        -webkit-transition: 0.3s ease width, 0.3s ease background-color, 0.3s ease color;

        transition: 0.3s ease width, 0.3s ease background-color, 0.3s ease color;

        border-radius: 38px;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options .swatch-option.text.selected {

        border: 0;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-options .swatch-option.color {

        text-align: center;

        margin: 5px 5px 10px;

        width: 24px;

        height: 24px;

        background-color: #fff;

        border: 2px solid rgba(255, 255, 255, 0.86);

        border-radius: 4px;

        position: relative;

        -webkit-transition: 0.3s ease box-shadow;

        transition: 0.3s ease box-shadow;

        box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.08), 3px 3px 4px -1px rgba(0, 0, 0, 0.08);

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-label {

        font-size: 14px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

        margin-bottom: 20px;

        display: inline-block;

        text-transform: uppercase;

        margin-right: 20px;

    }

    .product-info-main .product-options-wrapper .swatch-opt>div .swatch-attribute-selected-option {

        color: #9f9f9f;

    }

    .shape-box__wrapper-stripe {

        display: inline-block;

        position: relative;

        z-index: 1;

        margin: 0 0 30px 30px;

        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);

        overflow: hidden;

        border-bottom: 2px solid #2775ff;

    }

    .shape-box__wrapper-stripe:hover:before {

        -webkit-transform: skewY(0deg);

        transform: skewY(0deg);

        height: 60%;

    }

    .shape-box__wrapper-stripe:hover .icon {

        opacity: 1;

    }

    .shape-box__wrapper-stripe:hover .icon svg {

        height: 90px;

        overflow: visible;

        margin-bottom: 20px;

    }

    .shape-box__wrapper-stripe:hover figcaption {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    .shape-box__wrapper-stripe:hover figcaption .show-cont {

        bottom: 95%;

    }

    .shape-box__wrapper-stripe:hover>.after {

        -webkit-transform: skewY(0deg);

        transform: skewY(0deg);

        height: 100%;

        opacity: .8;

    }

    .shape-box__wrapper-stripe:before {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        bottom: 0;

        background: #fff;

        z-index: 1;

        -webkit-transform: skewY(19deg);

        transform: skewY(19deg);

        -webkit-transform-origin: top left;

        transform-origin: top left;

        -webkit-transition-property: \transform, height;

        transition-property: \transform, height;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        height: 175px;

    }

    .shape-box__wrapper-stripe>.after {

        position: absolute;

        left: 0;

        right: 0;

        bottom: 0;

        height: 155px;

        background: #7202bb;

        -webkit-transform: skewY(-19deg);

        transform: skewY(-19deg);

        -webkit-transform-origin: top right;

        transform-origin: top right;

        -webkit-transition-property: height, opacity, \transform;

        transition-property: height, opacity, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

    }

    .shape-box__wrapper-stripe>img {

        width: 100%;

        height: 100%;

        -o-object-fit: cover;

        object-fit: cover;

    }

    .shape-box__wrapper-stripe .brk-abs-overlay {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        opacity: .6;

        z-index: 0;

        background-color: #000;

    }

    .shape-box__wrapper-stripe .icon {

        position: absolute;

        top: 10%;

        left: 50%;

        -webkit-transition: opacity .4s;

        transition: opacity .4s;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

        opacity: 1;

        z-index: -100;

    }

    .shape-box__wrapper-stripe .icon svg {

        overflow: hidden;

        -webkit-transition-property: max-height, overflow, -webkit-transform;

        transition-property: max-height, overflow, transform;

        transition-property: max-height, overflow, transform, -webkit-transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

    }

    .shape-box__wrapper-stripe .btn {

        margin: 25px 0 0;

        min-width: 0;

        width: 100%;

    }

    .shape-box__wrapper-stripe figcaption {

        position: absolute;

        left: 0;

        right: 0;

        bottom: 0;

        padding: 0 30px 30px;

        -webkit-transition: \transform .4s;

        transition: \transform .4s;

        -webkit-transform: translateY(100%);

        transform: translateY(100%);

        z-index: 3;

        text-align: center;

    }

    .shape-box__wrapper-stripe figcaption .show-cont {

        position: absolute;

        bottom: -webkit-calc(100% + 30px);

        bottom: calc(100% + 30px);

        left: 30px;

        right: 30px;

        -webkit-transition: bottom .4s;

        transition: bottom .4s;

    }

    .shape-box__wrapper-stripe figcaption p {

        color: #000 !important;

        margin-top: 125px;

        line-height: 21px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    }

    .catalog-category-view .sidebar-main .block-title {

        border-bottom: 1px solid #ebebeb;

        padding: 19px 20px 29px 30px;

        margin-bottom: 20px;

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

        text-transform: initial;

    }

    .catalog-product-view .sidebar-main .block-title {

        border-bottom: 1px solid #ebebeb;

        padding: 19px 20px 29px 30px;

        margin-bottom: 20px;

        font-family: 'Montserrat', sans-serif;

        color: #000000;

        font-size: 21px;

        font-weight: 500;

        text-transform: initial;

    }

    .catalog-product-view.type2 .product.page-title-wrapper .page-title {

        font-size: 46px;

        color: #fff;

        line-height: 48px;

    }

    .catalog-product-view.type2 .rating-summary .rating-resultbefore {

        color: #fff;

    }

    .catalog-product-view.type2 .rating-summary .rating-result>span:before {

        color: #00c6ff;

    }

    .catalog-product-view.type2 .reviews-actions>a,

    .catalog-product-view.type2 .product-options-wrapper .swatch-opt>div .swatch-attribute-label,

    .catalog-product-view.type2 .price-label,

    .catalog-product-view.type2 .price,

    .catalog-product-view.type2 .product-info-price .product-info-stock-sku {

        color: #fff;

    }

    .catalog-product-view.type2 .old-price .price {

        color: #9f9f9f !important;

    }

    .catalog-product-view.type2 .product-add-form:before,

    .catalog-product-view.type2 .product-add-form:after {

        display: none;

    }

    .catalog-product-view.type2 .product-add-form .fieldset .field.qty .control input {

        border-color: rgba(39, 117, 255, 0.4);

    }

    .catalog-product-view.type2 .products-quicknav .product-nav>a i {

        color: #00c6ff !important;

    }

    .catalog-product-view.type2 .products-quicknav .product-pop:before {

        border-bottom-color: #fff !important;

    }

    .fullwidth-row.top_overlay {

        position: absolute;

        margin-top: -80px;

        padding-bottom: 100px;

    }

    .fullwidth-row.top_overlay .brk-sc-item-page-header__overlay {

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background-image: linear-gradient(40deg, rgba(39, 117, 255, 0.92) 15%, rgba(114, 2, 187, 0.92) 75%);

    }

    .fullwidth-row.top_overlay .brk-sc-item-page-header__svg svg {

        position: absolute;

        bottom: 0;

        width: 100%;

        left: -2px;

    }

    .countdown__flip {

        margin-top: 30px;

        /* Animation start */

        /* Animation end */

    }

    @media (min-width: 768px) {

        .countdown__flip {

            display: flex;

            justify-content: flex-start;

            align-items: center;

            flex-wrap: wrap;

        }

    }

    .countdown__flip .time {

        display: inline-block;

        text-align: center;

        position: relative;

        width: 65px;

        height: 90px;

        perspective: 100px;

        backface-visibility: hidden;

        border-radius: 8px;

        transform: translate3d(0, 0, 0);

        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25), inset 1px 1px rgba(255, 255, 255, 0.2);

    }

    .countdown__flip .time:before,

    .countdown__flip .time:after {

        content: '';

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        width: 1px;

        height: 11px;

        background-color: white;

    }

    .countdown__flip .time:before {

        left: -1px;

    }

    .countdown__flip .time:after {

        right: -1px;

    }

    .countdown__flip .count {

        background-color: #2775ff;

        color: white;

        display: block;

        font-size: 38px;

        font-weight: 400;

        overflow: hidden;

        position: absolute;

        text-align: center;

        top: 0;

        width: 100%;

    }

    .countdown__flip .count.top {

        border-bottom: 1px solid #95bbff;

        background: #2775ff;

        line-height: 90px;

        height: 50%;

        transform-origin: 50% 100%;

        border-radius: 8px 8px 0 0;

    }

    .countdown__flip .count.bottom {

        background: #2775ff;

        line-height: 0;

        height: 50%;

        top: 50%;

        transform-origin: 50% 0;

        border-radius: 0 0 8px 8px;

    }

    .countdown__flip .count.curr.top {

        transform: rotateX(0deg);

        z-index: 3;

    }

    .countdown__flip .count.next.bottom {

        transform: rotateX(90deg);

        z-index: 2;

    }

    .countdown__flip .flip .count.curr.top {

        transition: all 250ms ease-in-out;

        transform: rotateX(-90deg);

    }

    .countdown__flip .flip .count.next.bottom {

        transition: all 250ms ease-in-out 250ms;

        transform: rotateX(0deg);

    }

    .countdown__flip .label {

        display: block;

        font-size: 12px;

        line-height: 12px;

        font-weight: 600;

        margin-top: 18px;

        text-align: center;

        text-transform: uppercase;

        color: #a3aeac;

    }

    @media only screen and (min-width: 576px) {

        .fullwidth-row {

            width: 100vw;

            margin-left: calc(255px - 50vw);

        }

    }

    @media only screen and (max-width: 575px) {

        .fullwidth-row.top_overlay {

            display: none;

        }

        .fullwidth-row {

            width: 100% !important;

            margin: 0 !important;

        }

    }

    body.catalog-product-compare-index .action.print {

        float: right;

        margin: 15px 0;

    }

    .table-wrapper.comparison {

        padding: 0 15px;

        clear: both;

        overflow-x: auto;

    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th,

    .table-wrapper.comparison .table-comparison>tbody>tr>td {

        border-top: 0;

    }

    .table-wrapper.comparison .table-comparison>tbody>tr>th.info,

    .table-wrapper.comparison .table-comparison>tbody>tr>td.info {

        background-color: transparent;

    }

    .table-wrapper.comparison .table-comparison>thead>tr>th {

        border-bottom: 0;

    }

    .table-wrapper.comparison .product-image-container {

        border: 0;

        border-radius: 0;

        padding: 0;

        background: none;

    }

    .table-comparison {

        table-layout: fixed;

    }

    .table-comparison .cell.label,

    .table-comparison td:last-child {

        border-right: 1px solid #cccccc;

    }

    .table-comparison .cell {

        width: 180px;

        padding: 15px;

    }

    .table-comparison .cell .attibute.value {

        width: 100%;

        overflow: hidden;

    }

    .table-comparison .cell.product.info,

    .table-comparison .cell.product.label {

        border-bottom: 1px solid #cccccc;

    }

    .table-comparison .cell.label .attribute.label {

        display: block;

        width: 100%;

        word-wrap: break-word;

    }

    .table-comparison .cell.attribute {

        font-size: 1.3rem;

    }

    .table-comparison .cell.attribute img {

        max-width: 100%;

        height: auto;

    }

    .table-comparison .cell.remove {

        padding-top: 0;

        padding-bottom: 0;

        text-align: right;

    }

    .table-comparison .product-item-photo {

        display: block;

        margin: 0 auto 15px;

    }

    .table-comparison .product-image-photo {

        margin-left: 0;

    }

    .table-comparison .product-item-actions,

    .table-comparison .price-box,

    .table-comparison .product.rating,

    .table-comparison .product-item-name {

        display: block;

        margin: 15px 0;

    }

    .table-comparison .product-addto-links {

        margin-top: 15px;

    }

    .table-comparison .product-addto-links .action.split,

    .table-comparison .product-addto-links .action.toggle {

        line-height: 1.2rem;

        padding: 5px 8px;

        font-size: 1.1rem;

    }

    .table-comparison .product-addto-links .action.toggle {

        padding: 0;

    }

    .table-comparison .actions-primary,

    .table-comparison .actions-secondary {

        display: inline-block;

    }

    .comparison.headings {

        position: absolute;

        z-index: 2;

        top: 0;

        left: 0;

        width: auto;

        background: #ffffff;

    }

    table.table-comparison {

        border-collapse: separate;

        border-spacing: 0 14px;

    }

    table.table-comparison tbody tr {

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

    }

    table.table-comparison tbody td,

    table.table-comparison tbody td:last-child {

        border-left: 1px solid #ccc;

    }

    table.table-comparison .cell.remove {

        border-bottom: 0;

        border: 0;

    }

    table.table-comparison .cell.label,

    table.table-comparison td:last-child {

        border: 0;

    }

    table.table-comparison .product-item-name {

        padding: 0;

    }

    table.table-comparison .product-item-name>a {

        color: #272727;

        font-size: 15px;

        font-weight: 700;

    }

    table.table-comparison .product-reviews-summary {

        margin: 0;

    }

    table.table-comparison .product-reviews-summary .reviews-actions {

        display: none;

    }

    table.table-comparison .rating-summary .rating-result:before {

        color: #ddd;

    }

    table.table-comparison .rating-summary .rating-result>span:before {

        color: #2775ff;

    }

    table.table-comparison .price-container .price {

        font-size: 17px;

        font-weight: 700;

        color: #2775ff;

    }

    table.table-comparison span.price-label {

        display: none;

    }

    table.table-comparison .action.tocart {

        padding: 10px 33px;

        display: inline-block;

        text-align: center;

        line-height: inherit;

        white-space: nowrap;

        max-width: 100%;

        text-overflow: ellipsis;

        cursor: pointer;

        vertical-align: middle;

        position: relative;

        text-decoration: none;

        text-transform: uppercase;

        margin: 10px;

        border-radius: 20px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.4) !important;

        color: #fff;

        background-color: #007bff;

    }

    table.table-comparison .action.tocart:hover {

        border: 0;

    }

    .block-compare .product-item .product-item-name {

        margin-left: 22px;

    }

    .block-compare .action.delete {

        left: 0;

        position: absolute;

        top: 0;

    }

    .block-compare .actions-toolbar {

        margin: 17px 0 0;

    }

    .block.related .action.select {

        vertical-align: top;

    }

    .block.related .product-item-details {

        position: relative;

        z-index: 3;

    }

    .block.related .block-content .owl-carousel.owl-drag .owl-item {

        box-shadow: none !important;

    }

    .block.related .related-available .product-item-name {

        margin-left: 20px;

    }

    .actions-toolbar .primary .action {

        border: 0;

    }

    .block-search {

        margin-bottom: 0;

    }

    .block-search .block-title {

        display: none;

    }

    .block-search .block-content {

        margin-bottom: 0;

    }

    .block-search .label {

        text-decoration: none;

        display: inline-block;

        float: right;

    }

    .block-search .label>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .block-search .label:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: 28px;

        color: #8f8f8f;

        content: '\e615';

        font-family: 'berserk-icons';

        margin: 0 10px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .block-search .label:hover:before {

        color: #333333;

    }

    .block-search .label:active:before {

        color: #333333;

    }

    .block-search .label.active+.control input {

        position: static;

    }

    .block-search .action.search {

        display: none;

    }

    .block-search .control {

        border-top: 1px solid #cccccc;

        clear: both;

        margin: 0 -15px -1px;

        padding: 0 15px;

    }

    .block-search input {

        left: -300%;

        margin: 15px 0;

        position: absolute;

    }

    .block-search .nested {

        display: none;

    }

    .search-autocomplete {

        display: none;

        margin-top: -15px;

        overflow: hidden;

        position: absolute;

        z-index: 3;

    }

    .search-autocomplete ul {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .search-autocomplete ul:not(:empty) {

        background: #ffffff;

        border: 1px solid #c2c2c2;

        border-top: 0;

    }

    .search-autocomplete ul li {

        border-top: 1px solid #e5e5e5;

        cursor: pointer;

        margin: 0;

        padding: 5px 40px 5px 10px;

        position: relative;

        text-align: left;

        white-space: normal;

    }

    .search-autocomplete ul li:first-child {

        border-top: none;

    }

    .search-autocomplete ul li:hover,

    .search-autocomplete ul li.selected {

        background: #e8e8e8;

    }

    .search-autocomplete ul li .amount {

        color: #999999;

        position: absolute;

        right: 7px;

        top: 5px;

    }

    .form.search.advanced .legend {

        text-align: center;

        line-height: 60px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

        font-size: 21px;

    }

    .form.search.advanced .fieldset .field {

        position: relative;

    }

    .form.search.advanced .actions-toolbar {

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .form.search.advanced .fields.range .field:first-child {

        position: relative;

    }

    .form.search.advanced .fields.range .field:first-child .control {

        padding-right: 25px;

    }

    .form.search.advanced .fields.range .field:first-child .control:after {

        content: ' \2013 ';

        display: inline-block;

        position: absolute;

        right: 0;

        text-align: center;

        bottom: 15px;

        width: 25px;

        color: rgba(39, 39, 39, 0.4);

    }

    .form.search.advanced .fields.range .field:last-child {

        position: relative;

    }

    .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {

        left: 0;

        position: absolute;

        top: 32px;

    }

    .form.search.advanced .fields.range .field.with-addon .control {

        padding-right: 45px;

    }

    .form.search.advanced .fields.range .field.with-addon .control .addon {

        display: block;

    }

    .form.search.advanced .fields.range .field.with-addon .control input {

        width: 100%;

    }

    .form.search.advanced .group.price .addon .addafter {

        background: none;

        border: 0;

        padding-top: 6px;

        position: absolute;

        right: 0;

        left: auto;

        bottom: 5px;

    }

    .search-terms {

        line-height: 2em;

    }

    .search-terms>li {

        display: inline-block;

        margin-right: 10px;

    }

    .search.found {

        margin-bottom: 10px;

    }

    .update-shopping-cart-wrap {

        display: none;

    }

    .checkout-cart-index .page-main {

        padding-left: 0;

        padding-right: 0;

    }

    .checkout-cart-index button:hover {

        border: 0;

    }

    .checkout-cart-index .page-title-wrapper {

        padding-left: 15px;

        padding-right: 15px;

    }

    .checkout-cart-index .space-tr {

        height: 15px;

    }

    .checkout-cart-index .coupon-wrapper {

        position: relative;

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

    }

    .checkout-cart-index .coupon-wrapper:before {

        display: block;

        content: "";

        float: left;

    }

    .checkout-cart-index .coupon-wrapper:after {

        position: absolute;

        left: 0;

        bottom: 0;

        content: "";

        display: block;

        width: 100%;

        height: 3px;

        background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

    }

    .checkout-cart-index .cart-summary {

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

    }

    .checkout-cart-index .cart-summary:after {

        left: 0;

        bottom: 0;

        content: "";

        display: block;

        width: 100%;

        height: 3px;

        background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

    }

    .checkout-cart-index .cart-summary select {

        line-height: 54px;

        height: 54px;

        padding: 0 15px 0 21px;

        border: 0;

        border-bottom: 1px solid #e8ecff;

        position: relative;

        width: 100%;

        font-size: 14px;

    }

    .checkout-cart-index .cart-summary select:focus {

        box-shadow: none;

        outline: none;

    }

    .checkout-cart-index .cart-summary [type="text"] {

        width: 100%;

        font-size: 14px;

        background: transparent;

        height: 54px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        padding: 0 15px 0 21px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        border-bottom: 1px solid #e8ecff;

        color: #272727;

        outline: none;

    }

    .checkout-cart-index .cart-summary [type="text"]:focus {

        border-bottom: 1px solid #2775ff;

        outline: none;

        box-shadow: none;

    }

    .clearfix {

        clear: both;

        margin: 0;

        padding: 0;

    }

    .cart-totals tbody th {

        background: #fff;

    }

    .cart-totals tbody>.grand.totals>th,

    .cart-totals tbody>.grand.totals>td {

        border-top: 0;

        vertical-align: middle;

    }

    .cart-totals tbody>.grand.totals .amount {

        color: #2775ff;

        font-size: 24px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

    }

    .cart-totals tbody>.grand.totals .mask {

        font-size: 14px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

        vertical-align: middle;

    }

    .cart-summary {

        background: #fff;

        margin-bottom: 25px;

        padding: 1px 0 25px;

    }

    .cart-summary>.title {

        font-size: 2.4rem;

        display: none;

        font-weight: 300;

        margin: 12px 0;

    }

    .cart-summary .block form:not(:last-of-type) .fieldset {

        margin: 0 0 25px;

    }

    .cart-summary .block>.title {

        border-top: 0;

    }

    .cart-summary .block .price {

        font-weight: 700;

    }

    .cart-summary .block .field {

        margin: 0 0 16px;

    }

    .cart-summary .block .field.note {

        display: none;

    }

    .cart-summary .block .actions-toolbar>.primary {

        text-align: left;

    }

    .cart-summary .block .actions-toolbar>.primary .action.primary {

        width: auto;

    }

    .cart-summary .block .title strong {

        font-size: 1.4rem;

        font-weight: 600;

    }

    .cart-summary .block .item-options {

        margin: 0 0 16px;

    }

    .cart-summary .block .item-options .field .radio {

        float: left;

    }

    .cart-summary .block .item-options .field .radio+.label {

        display: block;

        margin: 0;

        overflow: hidden;

    }

    .page-main .cart-summary .block {

        margin-bottom: 0;

    }

    .cart-summary .checkout-methods-items {

        margin: 20px 0 0;

        padding: 0 15px;

        text-align: center;

    }

    .cart-summary .checkout-methods-items .action.primary.checkout {

        width: 100%;

        margin: 0;

        font-size: 16px;

        padding: 15px 33px;

    }

    .cart-summary .checkout-methods-items .item {

        margin-bottom: 25px;

    }

    .cart-summary .checkout-methods-items .item:last-child {

        margin-bottom: 0;

    }

    .cart-summary .message {

        padding-left: 20px;

    }

    .cart-summary .message>*:first-child:before {

        display: none;

    }

    .cart-totals tbody .mark,

    .cart-totals tfoot .mark {

        text-align: left;

    }

    .brk-checkout-order-item_cart {

        overflow: hidden;

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

        -webkit-transition: 0.3s box-shadow;

        transition: 0.3s box-shadow;

    }

    .brk-checkout-order-item_cart:hover {

        box-shadow: 0 3px 20px rgba(39, 117, 255, 0.3);

    }

    .brk-checkout-order-item {

        border: 1px solid #e9e9e9;

        margin-bottom: 12px;

    }

    .brk-checkout-order-item__del-btn {

        outline: transparent;

        border: 0;

        margin-left: 15px;

    }

    .brk-checkout-order-item__del-btn>i {

        color: #e00;

    }

    .cart.table-wrapper .cart thead tr {

        line-height: 68px;

        border-bottom: 1px solid #eaeaea;

        margin-bottom: 15px;

    }

    .cart.table-wrapper .cart thead tr th.col {

        border-bottom: 1px solid #eaeaea;

        padding: 0;

        border-top: 0;

        text-align: center;

    }

    .cart.table-wrapper .cart thead tr>th.col:nth-child(1) {

        width: 70%;

    }

    .cart.table-wrapper .cart thead tr>th.col:nth-child(2) {

        width: 10%;

    }

    .cart.table-wrapper .cart thead tr>th.col:nth-child(3) {

        width: 10%;

    }

    .cart.table-wrapper .cart thead tr>th.col:nth-child(4) {

        width: 10%;

    }

    .cart.table-wrapper .cart>.item {

        position: relative;

    }

    .cart.table-wrapper .col {

        padding-top: 15px;

    }

    .cart.table-wrapper .col.price,

    .cart.table-wrapper .col.subtotal,

    .cart.table-wrapper .col.msrp {

        padding: 20px 11px 10px;

        text-align: center;

    }

    .cart.table-wrapper .col.qty {

        padding: 20px 11px 10px;

        text-align: center;

    }

    .cart.table-wrapper .col.qty .input-text {

        height: 36px;

        margin-top: -7px;

        text-align: center;

        width: 60px;

        margin-left: 10px;

        margin-right: 10px;

    }

    .cart.table-wrapper .col.qty>.qty {

        position: relative;

    }

    .cart.table-wrapper .col.qty>.qty .qty-dec {

        position: absolute;

        top: 5px;

        left: 0;

    }

    .cart.table-wrapper .col.qty>.qty .qty-inc {

        position: absolute;

        top: 5px;

        right: 0;

    }

    .cart.table-wrapper .col>.price {

        color: #7d7d7d;

        font-size: 1.8rem;

        font-weight: 700;

    }

    .cart.table-wrapper .item-actions td {

        padding-bottom: 0;

        padding-left: 15px;

        padding-right: 15px;

        white-space: normal;

    }

    .cart.table-wrapper .item .col.item {

        display: block;

        min-height: 75px;

        padding: 15px 15px 10px 90px;

        position: relative;

    }

    .cart.table-wrapper .col.qty>.qty {

        display: inline-block;

    }

    .cart.table-wrapper .col.qty .input-text {

        border: 0;

    }

    .cart.table-wrapper .actions-toolbar {

        min-height: 38px;

        padding-bottom: 15px;

        position: relative;

    }

    .cart.table-wrapper .actions-toolbar .action-towishlist {

        position: absolute;

        right: 54px;

        left: auto;

        color: #e00;

        top: 8px;

    }

    .cart.table-wrapper .actions-toolbar .action-towishlist:before {

        -webkit-font-smoothing: antialiased;

        font-size: 14px;

        line-height: 20px;

        color: #e00;

        content: '\f004';

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        vertical-align: middle;

        display: inline-block;

        overflow: hidden;

        text-align: center;

    }

    .cart.table-wrapper .actions-toolbar .action-towishlist span {

        display: none;

    }

    .cart.table-wrapper .actions-toolbar>.action-edit,

    .cart.table-wrapper .actions-toolbar>.action-delete {

        position: absolute;

        right: 16px;

        top: 10px;

    }

    .cart.table-wrapper .actions-toolbar>.action-edit>span,

    .cart.table-wrapper .actions-toolbar>.action-delete>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .cart.table-wrapper .actions-toolbar>.action-edit:before,

    .cart.table-wrapper .actions-toolbar>.action-delete:before {

        content: "\f304";

        font-size: 14px;

        font-family: "Font Awesome 5 Free";

        color: #e00;

        font-weight: 900;

        display: inline-block;

    }

    .cart.table-wrapper .actions-toolbar>.action-delete {

        right: 5px;

    }

    .cart.table-wrapper .actions-toolbar>.action-delete:before {

        content: "\f057";

    }

    .cart.table-wrapper .action {

        margin-right: 25px;

    }

    .cart.table-wrapper .action:last-child {

        margin-right: 0;

    }

    .cart.table-wrapper .action.help.map {

        font-weight: 400;

    }

    .cart.table-wrapper .product-item-photo {

        display: block;

        left: 15px;

        max-width: 65px;

        padding: 0;

        position: absolute;

        top: 15px;

        width: 100%;

    }

    .cart.table-wrapper .product-item-name {

        font-size: 1.8rem;

        display: block;

        margin: -3px 0 5px;

    }

    .cart.table-wrapper .gift-registry-name-label:after {

        content: ':';

    }

    .cart.table-wrapper .item-options {

        margin-bottom: 0;

        font-weight: 300;

    }

    .cart.table-wrapper .item-options dt {

        font-weight: 500;

    }

    .cart.table-wrapper .product-item-name {

        font-size: 14px;

        font-weight: 700;

        line-height: 16px;

        padding: 0;

    }

    .cart.table-wrapper .product-item-name a>a:visited {

        text-decoration: none;

    }

    .cart.table-wrapper .price-excluding-tax .cart-price {

        font-size: 14px;

        color: #2775ff;

    }

    .cart.table-wrapper .product-item-name+.item-options {

        margin-top: 20px;

    }

    .cart.table-wrapper .action.configure {

        display: inline-block;

        margin: 10px 0 0;

    }

    .cart.table-wrapper .item .message {

        margin-top: 20px;

    }

    .cart-products-toolbar .toolbar-amount {

        left: inherit;

        margin: 25px 0 15px;

        padding: 0;

        position: relative;

        text-align: center;

        top: inherit;

    }

    .cart-products-toolbar-top {

        border-bottom: 1px solid #cccccc;

    }

    .cart-discount {

        border-bottom: 1px solid #cccccc;

        clear: left;

    }

    .cart-empty {

        padding-left: 15px;

        padding-right: 15px;

    }

    .cart-tax-info+.cart-tax-total,

    .cart .cart-tax-info+.cart-tax-total {

        display: block;

    }

    .cart.table-wrapper .col.price,

    .order-items.table-wrapper .col.price,

    .cart.table-wrapper .col.qty,

    .order-items.table-wrapper .col.qty,

    .cart.table-wrapper .col.subtotal,

    .order-items.table-wrapper .col.subtotal,

    .cart.table-wrapper .col.msrp,

    .order-items.table-wrapper .col.msrp {

        text-align: right;

    }

    .block.crosssell {

        padding: 0 15px;

        margin-top: 70px;

    }

    .block.crosssell .product-item-info {

        width: 200px;

    }

    @-webkit-keyframes cart-checkout-animat {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(1.4);

            transform: scale(1.4);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

    }

    @keyframes cart-checkout-animat {

        0% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

        50% {

            -webkit-transform: scale(1.4);

            transform: scale(1.4);

        }

        100% {

            -webkit-transform: scale(1);

            transform: scale(1);

        }

    }

    .block-minicart .items-total {

        float: left;

        margin: 20px 30px;

        font-size: 18px;

        font-weight: 700;

    }

    .block-minicart .items-total .count {

        font-weight: 700;

    }

    .block-minicart .subtotal {

        margin: 0;

        text-align: right;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        padding: 20px 30px;

        font-size: 18px;

    }

    .block-minicart .amount .price-wrapper:first-child .price {

        font-size: 18px;

        font-weight: 700;

    }

    .block-minicart .subtitle {

        display: none;

    }

    .block-minicart .subtitle.empty {

        display: block;

        font-size: 14px;

        padding: 30px 20px;

        text-align: center;

    }

    .block-minicart .text.empty {

        text-align: center;

    }

    .block-minicart .block-content>.actions {

        background-color: #f4f4f4;

        position: relative;

        padding: 20px 30px;

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03);

    }

    .block-minicart .block-content>.actions>.secondary {

        text-align: center;

        display: block;

        position: absolute;

        top: 20px;

        left: 30px;

        z-index: 2;

    }

    .block-minicart .block-content>.actions>.secondary a.action.viewcart {

        display: block;

        width: 164px;

        height: 54px;

        font-size: 14px;

        font-weight: 600;

        line-height: 54px;

        text-align: center;

        border-radius: 27px;

        text-transform: uppercase;

        background-color: #fff;

        color: #2775ff;

        box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);

        z-index: 2;

    }

    .block-minicart .block-content>.actions>.secondary a.action.viewcart>i {

        margin-right: 10px;

        font-size: 19px;

    }

    .block-minicart .block-content>.actions>.secondary a.action.viewcart:hover>i {

        -webkit-animation: cart-checkout-animat 1s ease-in-out;

        animation: cart-checkout-animat 1s ease-in-out;

    }

    .block-minicart .block-content>.actions>.secondary+.primary .action.primary {

        text-align: right;

    }

    .block-minicart .block-content>.actions>.secondary+.primary .action.primary>span {

        white-space: nowrap;

        max-width: calc(100% - 50px);

        display: inline-block;

        overflow: hidden;

        vertical-align: middle;

        line-height: 1;

        text-overflow: ellipsis;

    }

    .block-minicart .block-content>.actions>.primary {

        width: 100%;

    }

    .block-minicart .block-content>.actions>.primary .action.primary {

        width: 100%;

        height: 54px;

        border: 0;

        border-radius: 27px;

        display: block;

        font-size: 14px;

        font-weight: 600;

        line-height: 54px;

        text-align: center;

        padding: 0 23px;

        text-transform: uppercase;

        color: #fff;

        background-color: #2775ff;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .block-minicart .block-content>.actions>.primary .action.primary:focus {

        outline: none;

    }

    .block-minicart .block-content>.actions>.primary .action.primary:after {

        content: "\f061";

        font-family: "Font Awesome 5 Free";

        font-weight: 600;

        position: relative;

        font-size: 16px;

        margin-left: 30px;

        display: inline-block;

    }

    .block-minicart .block-content>.actions>.primary .action.primary:hover:after {

        -webkit-animation: cart-checkout-animat 1s ease-in-out;

        animation: cart-checkout-animat 1s ease-in-out;

    }

    .block-minicart .block-content>.actions .paypal-logo {

        margin-top: 15px;

        text-align: center;

    }

    .block-minicart .block-category-link,

    .block-minicart .block-product-link,

    .block-minicart .block-cms-link,

    .block-minicart .block-banners {

        margin: 15px 0 0;

        text-align: center;

    }

    .minicart-wrapper {

        display: inline-block;

        position: relative;

        vertical-align: middle;

    }

    .minicart-wrapper:before,

    .minicart-wrapper:after {

        content: '';

        display: table;

    }

    .minicart-wrapper:after {

        clear: both;

    }

    .minicart-wrapper .action.showcart {

        cursor: pointer;

        display: inline-block;

        text-decoration: none;

    }

    .minicart-wrapper .action.showcart:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: 28px;

        color: #8f8f8f;

        content: '\e611';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .minicart-wrapper .action.showcart:hover:before {

        color: #333333;

    }

    .minicart-wrapper .action.showcart:active:before {

        color: #8f8f8f;

    }

    .minicart-wrapper .action.showcart.active {

        display: inline-block;

        text-decoration: none;

    }

    .minicart-wrapper .action.showcart.active:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: 28px;

        color: #8f8f8f;

        content: '\e611';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .minicart-wrapper .action.showcart.active:hover:before {

        color: #333333;

    }

    .minicart-wrapper .action.showcart.active:active:before {

        color: #8f8f8f;

    }

    .minicart-wrapper .block-minicart {

        margin: 0;

        padding: 0;

        list-style: none none;

        background: #ffffff;

        border: 1px solid #bbbbbb;

        margin-top: 4px;

        min-width: 100%;

        width: 320px;

        z-index: 100;

        box-sizing: border-box;

        display: none;

        position: absolute;

        top: 100%;

        right: 0px;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

    }

    .minicart-wrapper .block-minicart li {

        margin: 0;

    }

    .minicart-wrapper .block-minicart li:hover {

        cursor: pointer;

    }

    .minicart-wrapper .block-minicart:before,

    .minicart-wrapper .block-minicart:after {

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

    }

    .minicart-wrapper .block-minicart:before {

        border: 6px solid;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .minicart-wrapper .block-minicart:after {

        border: 7px solid;

        border-color: transparent transparent #bbbbbb transparent;

        z-index: 98;

    }

    .minicart-wrapper .block-minicart:before {

        right: 26px;

        top: -12px;

    }

    .minicart-wrapper .block-minicart:after {

        right: 25px;

        top: -14px;

    }

    .minicart-wrapper.active {

        overflow: visible;

    }

    .minicart-wrapper.active .block-minicart {

        display: block;

    }

    .minicart-wrapper>.ui-dialog {

        display: block !important;

    }

    .minicart-wrapper .block-minicart {

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        right: -15px;

        width: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        max-height: calc(100vh - 125px);

        padding-bottom: 3px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        background-color: #fff;

        margin: 0;

        border: 0;

    }

    .minicart-wrapper .block-minicart:after {

        display: none;

    }

    .minicart-wrapper .block-minicart:before {

        top: -16px;

        border-width: 8px;

    }

    .minicart-wrapper .block-minicart .block-title {

        height: 68px;

        line-height: 68px;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        position: relative;

        padding-left: 28px;

        text-align: left;

        font-size: 18px;

    }

    .minicart-wrapper .block-minicart .block-title span.qty {

        display: none;

    }

    .minicart-wrapper .block-minicart li:hover {

        cursor: default;

    }

    .minicart-wrapper:hover .block-minicart {

        z-index: 99;

        opacity: 1;

        visibility: visible;

        transform: scale(1);

        transition-duration: .28s;

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

    }

    .minicart-wrapper .product .actions {

        position: absolute;

        right: 0;

        top: 50%;

        margin: 0;

        margin-top: -50px;

    }

    .minicart-wrapper .product .actions>.primary,

    .minicart-wrapper .product .actions>.secondary {

        display: block;

        margin: 0;

    }

    .minicart-wrapper .action.close {

        height: 40px;

        position: absolute;

        right: 0;

        top: 0;

        width: 40px;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-shadow: none;

        font-weight: 400;

        display: inline-block;

        text-decoration: none;

    }

    .minicart-wrapper .action.close:focus,

    .minicart-wrapper .action.close:active {

        background: none;

        border: none;

    }

    .minicart-wrapper .action.close:hover {

        background: none;

        border: none;

    }

    .minicart-wrapper .action.close.disabled,

    .minicart-wrapper .action.close[disabled],

    fieldset[disabled] .minicart-wrapper .action.close {

        pointer-events: none;

        opacity: 0.5;

    }

    .minicart-wrapper .action.close>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .minicart-wrapper .action.close:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: 16px;

        color: #8f8f8f;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .minicart-wrapper .action.close:hover:before {

        color: inherit;

    }

    .minicart-wrapper .action.close:active:before {

        color: inherit;

    }

    .minicart-wrapper .action.showcart {

        white-space: nowrap;

        padding: 0 10px;

    }

    .minicart-wrapper .action.showcart.active:before,

    .minicart-wrapper .action.showcart:before {

        content: "\f291";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 14px;

        line-height: 66px;

        vertical-align: middle;

    }

    .minicart-wrapper .action.showcart:before,

    .minicart-wrapper .action.showcart:hover:before,

    .minicart-wrapper .action.showcart:active:before,

    .minicart-wrapper .action.showcart.active:before,

    .minicart-wrapper .action.showcart.active:hover:before,

    .minicart-wrapper .action.showcart.active:active:before {

        color: #fff;

    }

    .minicart-wrapper .action.showcart .counter.qty {

        background: #b50aff;

        color: #fff;

        height: 19px;

        line-height: 19px;

        border-radius: 10px;

        display: block;

        margin: 0;

        min-width: 19px;

        overflow: hidden;

        padding: 0;

        text-align: center;

        white-space: normal;

        font-size: 12px;

        font-weight: 600;

        position: absolute;

        top: 8px;

        right: -5px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

    }

    .minicart-wrapper .action.showcart .counter.qty.empty {

        display: none;

    }

    .minicart-wrapper .action.showcart .counter.qty .loader>img {

        max-width: 24px;

    }

    .minicart-wrapper .minicart-widgets {

        margin: 0;

    }

    .minicart-items-wrapper {

        overflow-x: auto;

        max-height: calc(100vh - 315px);

    }

    .minicart-items {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .minicart-items .product-item>.product {

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: justify;

        -webkit-box-align: center;

        align-items: center;

        position: relative;

        z-index: 1;

        border-bottom: 1px dashed #dcdcdc;

        padding: 22px 30px;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        -webkit-transition-property: background-color, box-shadow;

        transition-property: background-color, box-shadow;

    }

    .minicart-items .product-item>.product:hover {

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 3px 0 #00c6ff;

        z-index: 2;

    }

    .minicart-items .product-item:last-child>.product {

        border-bottom: none;

    }

    .minicart-items .product-item-pricing .label {

        display: none;

    }

    .minicart-items .price-minicart {

        margin-bottom: 5px;

    }

    .minicart-items .product-item-name {

        font-weight: 600;

        margin: 0;

        font-size: 16px;

        line-height: 21px;

        font-family: 'Montserrat', sans-serif;

        padding: 0;

    }

    .minicart-items .product-item-name a,

    .minicart-items .product-item-name a:hover,

    .minicart-items .product-item-name a:active,

    .minicart-items .product-item-name a:visited {

        text-decoration: none;

        color: #292b2c;

    }

    .minicart-items .product-item-details {

        width: 100%;

        padding-right: 75px;

        position: relative;

    }

    .minicart-items .product-item-details .price {

        font-size: 14px;

        color: #2775ff;

        font-family: 'Montserrat', sans-serif;

    }

    .minicart-items .product-item-details .price-including-tax,

    .minicart-items .product-item-details .price-excluding-tax {

        margin: 5px 0;

    }

    .minicart-items .product-item-details .weee[data-label] {

        font-size: 1.1rem;

    }

    .minicart-items .product-item-details .details-qty {

        margin-top: 10px;

    }

    .minicart-items .product>.product-item-photo,

    .minicart-items .product>.product-image-container {

        float: left;

        width: 80px;

    }

    .minicart-items .product .toggle {

        border: 0;

        padding: 0;

    }

    .minicart-items .product .toggle:after {

        color: #8f8f8f;

        margin: 0 0 0 5px;

        position: static;

    }

    .minicart-items .product .active>.toggle:after {

        content: '\e621';

    }

    .minicart-items .product.pricing {

        margin-top: 3px;

    }

    .minicart-items .product.options .toggle.tooltip {

        display: inline-block;

        text-decoration: none;

    }

    .minicart-items .product.options .toggle.tooltip>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .minicart-items .product.options .toggle.tooltip:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: 12px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: -3px 0 0 7px;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .minicart-items .product.options .details {

        display: none;

    }

    .minicart-items .item-qty {

        margin-right: 10px;

        text-align: center;

        width: 100px;

        height: 48px;

        border-radius: 24px;

        overflow: hidden;

        background-color: #fff;

        border: 2px solid rgba(227, 227, 227, 0.2);

        margin: 0;

    }

    .minicart-items .update-cart-item {

        font-size: 1.1rem;

        vertical-align: top;

    }

    .minicart-items .subtitle {

        display: none;

    }

    .minicart-items .action.edit,

    .minicart-items .action.delete {

        display: block;

        text-decoration: none;

        width: 48px;

        line-height: 48px;

        height: 48px;

        border-radius: 24px;

        text-align: center;

        position: relative;

        background-color: #fff;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

    }

    .minicart-items .action.edit:before,

    .minicart-items .action.delete:before {

        content: '\f303';

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .minicart-items .action.edit:hover,

    .minicart-items .action.delete:hover {

        background-color: #2775ff;

    }

    .minicart-items .action.edit:hover:before,

    .minicart-items .action.delete:hover:before {

        color: #fff;

    }

    .minicart-items .action.edit span,

    .minicart-items .action.delete span {

        display: none;

    }

    .minicart-items .action.edit {

        margin-bottom: 4px;

    }

    .minicart-items .action.delete:before {

        content: '\f057';

    }

    #registration input[type="submit"] {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        min-width: 280px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        font-size: 14px;

        line-height: 56px;

        font-family: 'Montserrat', sans-serif;

        text-transform: uppercase !important;

        text-align: center !important;

        border: 0;

        font-weight: 700;

        margin-top: 20px;

    }

    .checkout-index-index .page-title-wrapper,

    .checkout-onepage-success .page-title-wrapper {

        height: auto;

        overflow: initial;

    }

    .checkout-container {

        margin: 0 0 20px;

    }

    .opc-wrapper {

        margin: 0 0 20px;

    }

    .opc-wrapper .form-login .brk-form-wrap>.label {

        position: static !important;

        font-size: 14px !important;

    }

    .opc-wrapper .form-login .actions-toolbar button {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        height: 40px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        font-size: 13px;

        line-height: 40px;

        padding: 0 20px;

    }

    .opc-wrapper .step-title {

        border: 0;

    }

    .opc-wrapper .step-content {

        margin: 0 0 40px;

    }

    .opc-wrapper .field-tooltip .field-tooltip-action:before {

        font-weight: 900 !important;

        font-family: "Font Awesome 5 Free";

        font-size: 14px;

        content: "\f059";

    }

    .opc-wrapper .methods-shipping .actions-toolbar .action.primary {

        border: 0;

    }

    .authentication-wrapper .fieldset>.field.required>.label:after,

    .authentication-wrapper .fieldset>.fields>.field.required>.label:after,

    .authentication-wrapper .fieldset>.field._required>.label:after,

    .authentication-wrapper .fieldset>.fields>.field._required>.label:after {

        color: #2775ff;

    }

    .checkout-index-index .nav-sections,

    .checkout-index-index .nav-toggle {

        display: none;

    }

    .checkout-index-index .logo {

        margin-left: 0;

    }

    .checkout-index-index .modal-popup .modal-title {

        border-bottom: 0;

        font-family: 'Montserrat', sans-serif;

        font-size: 21px;

        word-wrap: break-word;

        font-weight: 700;

    }

    .checkout-index-index .modal-slide .action-close {

        outline: none;

    }

    .checkout-index-index .field-tooltip .field-tooltip-action:before {

        content: '\f059';

        font-family: "Font Awesome 5 Free";

    }

    .checkout-index-index .modal-footer button {

        border-radius: 25px;

        padding: 10px 33px;

        background: transparent;

        border: 2px solid #2775ff;

        color: #2775ff;

        margin: 0 0 0 20px;

        outline: none;

    }

    .checkout-index-index button.action.secondary.action-hide-popup {

        border-radius: 25px;

        padding: 10px 33px;

        background: transparent;

        border: 2px solid #2775ff !important;

        text-decoration: none !important;

        color: #2775ff;

        margin: 0 0 0 20px;

        outline: none;

    }

    .checkout-shipping-address .step-title {

        margin-top: 60px;

        font-size: 36px;

        line-height: 42px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

        margin-bottom: 30px;

    }

    .opc-wrapper select,

    .opc-wrapper [type=email],

    .opc-wrapper [type=password],

    .opc-wrapper [type=search],

    .opc-wrapper [type=email],

    .opc-wrapper [type=tel],

    .opc-wrapper [type=text] {

        height: 54px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        padding: 0 15px 0 21px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        border-bottom: 1px solid #e8ecff;

        color: #272727;

    }

    .opc-wrapper .shipping-address-item.selected-item {

        border-color: #2775ff !important;

    }

    .opc-wrapper [type=text]:not([disabled]) {

        width: 100%;

        font-size: 14px;

        background-color: transparent;

    }

    .opc-wrapper *:focus,

    .opc-wrapper input:not([disabled]):focus,

    .opc-wrapper textarea:not([disabled]):focus,

    .opc-wrapper select:not([disabled]):focus {

        box-shadow: none;

        border-bottom-color: #2775ff;

        outline: none;

    }

    .opc-wrapper .shipping-address-item.selected-item:after {

        background: #2775ff !important;

    }

    .checkout-shipping-method .step-title {

        font-size: 36px;

        line-height: 42px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

    }

    .table-checkout-shipping-method .row {

        margin: 0;

    }

    #checkout-payment-method-load {

        font-family: 'Montserrat', sans-serif;

    }

    #checkout-payment-method-load .step-title {

        margin-bottom: 40px;

        line-height: 42px;

        font-size: 36px;

        font-weight: 700;

        margin-top: 40px;

    }

    #checkout-payment-method-load .payment-method-title label span {

        font-size: 21px;

        font-weight: 700;

        line-height: 24px;

    }

    #checkout-payment-method-load .checkout-billing-address .billing-address-details {

        font-family: 'Montserrat', sans-serif;

        font-size: 14px;

    }

    #checkout-payment-method-load .action.primary.checkout {

        border: 0;

        -webkit-transition: background 0.4s ease 0.3s, box-shadow 0.4s;

        transition: background 0.4s ease 0.3s, box-shadow 0.4s;

        will-change: background;

        border-radius: 25px;

        padding: 15px 33px;

        font-size: 16px;

        background: #7202bb;

        box-shadow: 0 5px 10px -2px #69adff;

        display: inline-block;

        text-align: center;

        max-width: 100%;

        text-overflow: ellipsis;

        vertical-align: middle;

        position: relative;

        overflow: hidden;

        color: #fff;

        text-transform: uppercase;

        font-family: 'Montserrat', sans-serif;

    }

    #checkout-payment-method-load .action.primary.checkout:before,

    #checkout-payment-method-load .action.primary.checkout:after {

        display: block;

        content: "Place Order";

        position: absolute;

        width: 100%;

        height: 50%;

        left: 0;

        overflow: hidden;

        background: #2775ff;

        color: #fff;

        -webkit-transition: transform .3s;

        transition: transform .3s;

    }

    #checkout-payment-method-load .action.primary.checkout:before {

        padding-top: 15px;

        top: 0;

    }

    #checkout-payment-method-load .action.primary.checkout:after {

        display: block;

        content: "Place Order";

        bottom: 0;

        line-height: 0;

    }

    #checkout-payment-method-load .action.primary.checkout>span {

        display: inline-block;

        -webkit-transform: scale(0.1);

        transform: scale(0.1);

        opacity: 0;

        -webkit-transition: transform .3s, opacity .3s;

        transition: transform .3s, opacity .3s;

    }

    #checkout-payment-method-load .action.primary.checkout:hover {

        box-shadow: 0 5px 10px -2px #7202bb !important;

        background: #7202bb;

    }

    #checkout-payment-method-load .action.primary.checkout:hover:before {

        -webkit-transform: translateY(-105%);

        transform: translateY(-105%);

        padding-top: 15px;

    }

    #checkout-payment-method-load .action.primary.checkout:hover:after {

        -webkit-transform: translateY(105%);

        transform: translateY(105%);

    }

    #checkout-payment-method-load .action.primary.checkout:hover>span {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        display: inline-block;

        color: #fff;

    }

    #checkout-payment-method-load .payment-method-billing-address .actions-toolbar button {

        margin: 0 10px;

        padding: 5px 10px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        vertical-align: middle;

        background: #fff;

        border-radius: 25px;

        text-decoration: none;

        border: 0;

    }

    #checkout-payment-method-load .payment-method-billing-address .actions-toolbar button:hover {

        text-decoration: none;

    }

    .authentication-wrapper button {

        text-decoration: none;

        border: 0;

        outline: none;

    }

    .authentication-wrapper button:hover {

        text-decoration: none;

    }

    .authentication-wrapper button span {

        text-decoration: none;

        color: #00c5ff;

        border: 0;

        outline: none;

    }

    .opc-sidebar .modal-header {

        border: 0;

    }

    .opc-sidebar .modal-content {

        border: 0;

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

        position: relative;

        display: block;

    }

    .opc-sidebar .modal-content:after {

        position: absolute;

        content: "";

        display: block;

        left: 0;

        bottom: 0;

        width: 100%;

        height: 3px;

        background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

    }

    .opc-sidebar .opc-block-summary {

        background: #fff;

    }

    .opc-sidebar .opc-block-summary .items-in-cart .product {

        padding: 0;

    }

    .opc-sidebar .opc-block-summary .items-in-cart .title {

        font-family: 'Montserrat', sans-serif;

    }

    .opc-sidebar .opc-block-summary .items-in-cart .title>strong {

        font-weight: 700;

        font-size: 21px;

    }

    .opc-sidebar .opc-block-summary .table-totals tbody * {

        background: #fff;

        vertical-align: middle;

    }

    .opc-sidebar .opc-block-summary .table-totals tbody .mark {

        font-size: 14px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

        line-height: 16px;

    }

    .opc-sidebar .opc-block-summary .table-totals tbody .price {

        font-size: 14px;

        font-weight: 700;

        line-height: 26px;

        color: #2775ff;

        font-family: 'Montserrat', sans-serif;

    }

    .opc-sidebar .opc-block-summary .table-totals tbody .grand.totals .price {

        font-size: 24px;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item {

        padding: 10px 0;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item .price {

        font-size: 14px;

        font-weight: 700;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item>.product {

        align-items: flex-start;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item>.product:hover {

        box-shadow: none;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item>.product .product-item-details {

        padding: 0;

    }

    .opc-sidebar .opc-block-summary .minicart-items .product-item>.product .product-item-name {

        font-size: 14px;

    }

    .opc-sidebar .opc-block-summary>.title {

        font-size: 36px;

        line-height: 42px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

        margin-bottom: 20px;

    }

    .opc-sidebar .shipping-information .shipping-information-title span {

        font-size: 21px;

        line-height: 24px;

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

    }

    .opc-sidebar .shipping-information .shipping-information-title button.action-edit:before {

        content: '\f303';

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .opc-sidebar .shipping-information .shipping-information-content {

        font-family: 'Montserrat', sans-serif;

        font-size: 14px;

    }

    .opc-sidebar .shipping-information .ship-via {

        padding-bottom: 20px;

    }

    #discount-form {

        position: relative;

    }

    #discount-form .action.action-apply {

        position: absolute;

        right: 0;

        top: 0;

        z-index: 1;

        margin: 0;

    }

    #discount-form input[type="text"] {

        width: 100%;

        height: 54px;

        border-radius: 27px;

        font-size: 14px;

        padding: 0 20px 0 30px;

        box-shadow: none;

        background-color: #fff;

        border: 2px solid rgba(205, 205, 205, 0.2);

        color: #272727;

    }

    #discount-form input[type="text"]:focus {

        box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);

        border-color: #00c6ff;

    }

    .authentication-dropdown.custom-slide._show {

        border: 0;

        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap:before {

        position: absolute;

        left: 0;

        top: 0;

        bottom: 0;

        width: 100%;

        height: 3px;

        display: block;

        content: "";

        background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content {

        border: 0;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content:before {

        display: none;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-title strong {

        font-weight: 700;

        font-family: 'Montserrat', sans-serif;

        font-size: 42px;

        line-height: 42px;

        margin-bottom: 45px;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=text],

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=password],

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content [type=email] {

        height: 54px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        padding: 0 15px 0 21px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        border-bottom: 1px solid #e8ecff;

        color: #272727;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset>.field,

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset>.fields>.field {

        margin: 0;

        margin-top: 30px;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar {

        display: flex;

        flex-wrap: wrap;

        -webkit-box-pack: justify !important;

        justify-content: space-between !important;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar>.primary {

        display: flex;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar>.secondary {

        display: flex;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar>.secondary>a {

        font-size: 14px;

        line-height: 24px;

        color: #2775ff;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar>.primary button {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        display: inline-block;

        min-width: 280px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        line-height: 56px;

        padding: 0;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar>.primary button span:not(.bofore) {

        letter-spacing: 0.2em;

        padding-right: 0;

        font-size: 13px;

        font-weight: 700;

        color: #272727;

        font-family: 'Montserrat', sans-serif;

        z-index: 2;

        text-transform: uppercase;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds_left-icon .before {

        right: auto;

        left: 7px;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds .before {

        position: absolute;

        top: 50%;

        right: 7px;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        width: 40px;

        height: 40px;

        border-radius: 50%;

        padding-right: 23px;

        letter-spacing: -.06em;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds .before i {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        vertical-align: 0;

        font-size: 1.125rem;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .btn-backgrounds_white .before {

        background-color: #eee;

    }

    .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-header {

        border: 0;

    }

    .opc-estimated-wrapper {

        background: #f4f4f4;

        border-bottom: 1px solid #cccccc;

        border-top: 1px solid #cccccc;

        margin: -21px -15px 15px;

        padding: 18px 15px;

    }

    .opc-estimated-wrapper .estimated-block {

        font-size: 18px;

        float: left;

        font-weight: 700;

    }

    .opc-estimated-wrapper .estimated-block .estimated-label {

        display: block;

        margin: 0 0 5px;

    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart {

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {

        background: none;

        border: none;

    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {

        background: none;

        border: none;

    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],

    fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {

        pointer-events: none;

        opacity: 0.5;

    }

    .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {

        color: #333333;

    }

    .opc-progress-bar {

        display: none;

    }

    .field.choice .field-tooltip {

        display: inline-block;

        margin-left: 10px;

        position: relative;

        top: -3px;

    }

    .field.choice .field-tooltip-action {

        line-height: 21px;

    }

    .field._error .control input,

    .field._error .control select,

    .field._error .control textarea {

        border-color: #ed8380;

    }

    .checkout-index-index .modal-popup .fieldset .field .label {

        font-weight: 400;

    }

    .checkout-index-index .modal-popup .modal-footer .action-hide-popup {

        margin-top: 8px;

    }

    .field-tooltip {

        cursor: pointer;

        position: absolute;

        right: 0;

        top: 1px;

    }

    .field-tooltip._active {

        z-index: 100;

    }

    .field-tooltip._active .field-tooltip-content {

        display: block;

    }

    .field-tooltip._active .field-tooltip-action:before {

        color: #333333;

    }

    .field-tooltip .field-tooltip-action {

        display: inline-block;

        text-decoration: none;

    }

    .field-tooltip .field-tooltip-action>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .field-tooltip .field-tooltip-action:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 21px;

        line-height: inherit;

        color: #bbbbbb;

        content: '\e623';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .field-tooltip .field-tooltip-action:hover:before {

        color: #333333;

    }

    ._keyfocus .field-tooltip .field-tooltip-action:focus {

        z-index: 100;

    }

    ._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {

        display: block;

    }

    ._keyfocus .field-tooltip .field-tooltip-action:focus:before {

        color: #333333;

    }

    .field-tooltip .field-tooltip-content {

        background: #f4f4f4;

        border: 1px solid #999999;

        border-radius: 1px;

        font-size: 14px;

        padding: 12px;

        width: 270px;

        display: none;

        left: 38px;

        position: absolute;

        text-transform: none;

        top: -9px;

        word-wrap: break-word;

        z-index: 2;

    }

    .field-tooltip .field-tooltip-content:before,

    .field-tooltip .field-tooltip-content:after {

        border: 10px solid transparent;

        height: 0;

        width: 0;

        border-right-color: #f4f4f4;

        left: -21px;

        top: 12px;

        content: '';

        display: block;

        position: absolute;

        z-index: 3;

    }

    .field-tooltip .field-tooltip-content:before {

        border-right-color: #666666;

    }

    .field-tooltip .field-tooltip-content:after {

        border-right-color: #f4f4f4;

        width: 1px;

        z-index: 4;

    }

    .opc-wrapper .form-login,

    .opc-wrapper .form-shipping-address {

        margin-top: 28px;

        margin-bottom: 28px;

    }

    .opc-wrapper .form-login .fieldset .field .label,

    .opc-wrapper .form-shipping-address .fieldset .field .label {

        font-weight: 400;

    }

    .opc-wrapper .form-login .fieldset .note,

    .opc-wrapper .form-shipping-address .fieldset .note {

        font-size: 14px;

        margin-top: 10px;

    }

    .opc-wrapper .shipping-address-items {

        font-size: 0;

    }

    .opc-wrapper .shipping-address-item {

        border: 2px solid transparent;

        font-size: 14px;

        line-height: 30px;

        margin: 0 0 20px;

        padding: 20px 35px 20px 20px;

        transition: 0.3s border-color;

        width: 50%;

        display: inline-block;

        position: relative;

        vertical-align: top;

        word-wrap: break-word;

    }

    .opc-wrapper .shipping-address-item.selected-item {

        border-color: #ff5501;

    }

    .opc-wrapper .shipping-address-item.selected-item:after {

        background: #ff5501;

        color: #ffffff;

        content: '\e610';

        font-family: 'berserk-icons';

        height: 27px;

        width: 29px;

        font-size: 19px;

        line-height: 21px;

        padding-top: 2px;

        position: absolute;

        right: 0;

        text-align: center;

        top: 0;

    }

    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {

        visibility: hidden;

    }

    .opc-wrapper .action-show-popup {

        margin: 0 0 20px;

    }

    .opc-wrapper .action-show-popup>span:before {

        content: '+';

        padding-right: 5px;

    }

    .opc-wrapper .action-select-shipping-item {

        float: right;

        margin: 20px 0 0;

    }

    .opc-wrapper .edit-address-link {

        display: block;

        float: left;

        margin: 26px 5px 0 0;

    }

    .checkout-shipping-method .step-title {

        margin-bottom: 0;

    }

    .checkout-shipping-method .no-quotes-block {

        margin: 20px 0;

    }

    .methods-shipping .actions-toolbar .action.primary {

        margin: 20px 0 0;

    }

    .table-checkout-shipping-method thead th {

        display: none;

    }

    .table-checkout-shipping-method tbody td {

        border-top: 1px solid #cccccc;

        padding-bottom: 20px;

        padding-top: 20px;

    }

    .table-checkout-shipping-method tbody td:first-child {

        padding-left: 0;

        padding-right: 0;

        width: 20px;

    }

    .table-checkout-shipping-method tbody tr:first-child td {

        border-top: none;

    }

    .table-checkout-shipping-method tbody .col-price {

        font-weight: 600;

    }

    .table-checkout-shipping-method tbody .row-error td {

        border-top: none;

        padding-bottom: 10px;

        padding-top: 0;

    }

    .checkout-shipping-method {

        position: relative;

    }

    .shipping-policy-block.field-tooltip {

        top: 12px;

    }

    .shipping-policy-block.field-tooltip .field-tooltip-action {

        color: #1979c3;

        cursor: pointer;

    }

    .shipping-policy-block.field-tooltip .field-tooltip-action:before {

        display: none;

    }

    .shipping-policy-block.field-tooltip .field-tooltip-content {

        width: 420px;

        top: 30px;

    }

    .opc-block-shipping-information {

        padding: 0 30px;

    }

    .opc-block-shipping-information .shipping-information-title {

        border-bottom: 1px solid #cccccc;

        margin: 0 0 20px;

        position: relative;

    }

    .opc-block-shipping-information .shipping-information-title .action-edit {

        top: 10px;

        display: inline-block;

        text-decoration: none;

        margin: 0;

        position: absolute;

        right: 0;

    }

    .opc-block-shipping-information .shipping-information-title .action-edit>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .opc-block-shipping-information .shipping-information-title .action-edit:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 18px;

        line-height: 20px;

        color: #8f8f8f;

        content: '\e601';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {

        color: #333333;

    }

    .opc-block-shipping-information .shipping-information-title .action-edit:active:before {

        color: #8f8f8f;

    }

    .opc-block-shipping-information .shipping-information-content {

        line-height: 27px;

    }

    .opc-block-shipping-information .shipping-information-content .actions-toolbar {

        margin-left: 0;

    }

    .opc-block-shipping-information .ship-to,

    .opc-block-shipping-information .ship-via {

        margin: 0 0 20px;

    }

    .opc-block-summary {

        background: #f5f5f5;

        margin: 0 0 20px;

        padding: 22px 30px;

    }

    .opc-block-summary>.title {

        display: block;

    }

    .opc-block-summary .mark .value {

        color: #999999;

        display: block;

    }

    .opc-block-summary .grand.incl+.grand.excl .mark,

    .opc-block-summary .grand.incl+.grand.excl .amount {

        border-top: 0;

        font-size: 1.4rem;

        padding-top: 0;

    }

    .opc-block-summary .grand.incl+.grand.excl .mark strong,

    .opc-block-summary .grand.incl+.grand.excl .amount strong {

        font-weight: 400;

    }

    .opc-block-summary .not-calculated {

        font-style: italic;

    }

    .opc-block-summary .items-in-cart>.title {

        border-bottom: 1px solid #cccccc;

        padding: 10px 40px 10px 0;

        cursor: pointer;

        display: block;

        text-decoration: none;

        margin-bottom: 0;

        position: relative;

    }

    .opc-block-summary .items-in-cart>.title>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .opc-block-summary .items-in-cart>.title:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: 12px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 3px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .opc-block-summary .items-in-cart>.title:after {

        position: absolute;

        right: 0;

        top: 10px;

    }

    .opc-block-summary .items-in-cart>.title strong {

        font-size: 1.8rem;

        font-weight: 300;

        margin: 0;

    }

    .opc-block-summary .items-in-cart.active>.title:after {

        content: '\e621';

    }

    .opc-block-summary .items-in-cart .product {

        position: relative;

    }

    .opc-block-summary .minicart-items-wrapper {

        margin: 0 -15px 0 0;

        max-height: 370px;

        padding: 15px 15px 0 0;

        border: 0;

    }

    .column.main .opc-block-summary .product-item {

        margin: 0;

        padding-left: 0;

    }

    .opc-block-summary .product-item .product-item-inner {

        display: table;

        margin: 0 0 10px;

        width: 100%;

    }

    .opc-block-summary .product-item .product-item-name-block {

        display: table-cell;

        padding-right: 5px;

        text-align: left;

    }

    .opc-block-summary .product-item .subtotal {

        display: table-cell;

        text-align: right;

    }

    .opc-block-summary .product-item .price {

        font-size: 1.6rem;

        font-weight: 400;

    }

    .opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {

        font-size: 1rem;

    }

    .opc-block-summary .actions-toolbar {

        position: relative;

        z-index: 1;

    }

    .opc-block-summary .actions-toolbar .secondary {

        border-top: 1px solid #cccccc;

        display: block;

        margin: -1px 0 0;

        padding: 15px 0 0;

        text-align: left;

    }

    .opc-block-summary .actions-toolbar .secondary .action {

        margin: 0;

    }

    .authentication-dropdown {

        box-sizing: border-box;

    }

    .authentication-dropdown .modal-inner-wrap {

        padding: 25px;

    }

    .authentication-wrapper {

        float: right;

        margin-top: -60px;

        max-width: 50%;

        position: relative;

        z-index: 1;

    }

    ._has-auth-shown .authentication-wrapper {

        z-index: 900;

    }

    .block-authentication .block-title {

        font-size: 1.8rem;

        border-bottom: 0;

        margin-bottom: 25px;

    }

    .block-authentication .block-title strong {

        font-weight: 300;

    }

    .block-authentication .field .label {

        font-weight: 400;

    }

    .block-authentication .actions-toolbar {

        margin-bottom: 5px;

    }

    .block-authentication .actions-toolbar>.secondary {

        padding-top: 25px;

        text-align: left;

    }

    .block-authentication .block[class] {

        margin: 0;

    }

    .block-authentication .block[class] ul {

        list-style: none;

        padding-left: 10px;

    }

    .block-authentication .block[class] .field .control,

    .block-authentication .block[class] .field .label {

        float: none;

        width: auto;

    }

    .block-authentication .block[class]+.block {

        border-top: 1px solid #c1c1c1;

        margin-top: 40px;

        padding-top: 40px;

        position: relative;

    }

    .block-authentication .block[class]+.block:before {

        height: 36px;

        line-height: 34px;

        margin: -19px 0 0 -18px;

        min-width: 36px;

        background: #ffffff;

        border: 1px solid #c1c1c1;

        border-radius: 50%;

        box-sizing: border-box;

        color: #c1c1c1;

        content: attr(data-label);

        display: inline-block;

        left: 50%;

        letter-spacing: normal;

        padding: 0 .2rem;

        position: absolute;

        text-align: center;

        text-transform: uppercase;

        top: 0;

    }

    .checkout-payment-method .step-title {

        border-bottom: 0;

        margin-bottom: 0;

    }

    .checkout-payment-method .payment-method:first-child .payment-method-title {

        border-top: 0;

    }

    .checkout-payment-method .payment-method._active .payment-method-content {

        display: block;

    }

    .checkout-payment-method .payment-method+.payment-method .payment-method-title {

        border-top: 1px solid #cccccc;

    }

    .checkout-payment-method .payment-method-content #po_number {

        margin-bottom: 20px;

    }

    .checkout-payment-method .payment-method-title {

        padding: 20px 0;

        margin: 0;

    }

    .checkout-payment-method .payment-method-title .payment-icon {

        display: inline-block;

        margin-right: 5px;

        vertical-align: middle;

    }

    .checkout-payment-method .payment-method-title .action-help {

        display: inline-block;

        margin-left: 5px;

    }

    .checkout-payment-method .payment-method-content {

        display: none;

        padding: 0 0 20px 22px;

    }

    .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {

        margin: 0 0 20px;

    }

    .checkout-payment-method .payment-group+.payment-group .step-title {

        margin: 20px 0 0;

    }

    .checkout-payment-method .field-select-billing,

    .checkout-payment-method .billing-address-form {

        max-width: 500px;

    }

    .checkout-payment-method .billing-address-same-as-shipping-block {

        margin: 0 0 10px;

    }

    .checkout-payment-method .checkout-billing-address {

        margin: 0 0 20px;

    }

    .checkout-payment-method .checkout-billing-address .primary .action-update {

        margin-right: 0;

    }

    .checkout-payment-method .checkout-billing-address .billing-address-details {

        line-height: 27px;

        padding: 0 0 0 23px;

    }

    .checkout-payment-method .payment-method-note+.checkout-billing-address {

        margin-top: 20px;

    }

    .checkout-payment-method .payment-method-iframe {

        background-color: transparent;

        display: none;

        width: 100%;

    }

    .checkout-payment-method .no-payments-block {

        margin: 20px 0;

    }

    .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {

        content: '\e621';

    }

    .checkout-payment-method .payment-option._collapsible .payment-option-title {

        cursor: pointer;

    }

    .checkout-payment-method .payment-option._collapsible .payment-option-content {

        display: none;

    }

    .checkout-payment-method .payment-option-title {

        border-top: 1px solid #cccccc;

        padding: 20px 0;

    }

    .checkout-payment-method .payment-option-title .action-toggle {

        color: #1979c3;

        display: inline-block;

        text-decoration: none;

    }

    .checkout-payment-method .payment-option-title .action-toggle:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 14px;

        line-height: 16px;

        color: #8f8f8f;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0 0 0 10px;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .checkout-payment-method .payment-option-title .action-toggle:hover:after {

        color: #333333;

    }

    .checkout-payment-method .payment-option-title .action-toggle:active:after {

        color: #8f8f8f;

    }

    .checkout-payment-method .payment-option-content {

        padding: 0 0 20px 22px;

    }

    .checkout-payment-method .payment-option-inner {

        margin: 0 0 20px;

    }

    .checkout-payment-method .credit-card-types {

        padding: 0;

    }

    .checkout-payment-method .credit-card-types .item {

        display: inline-block;

        list-style: none;

        margin: 0 5px 0 0;

        vertical-align: top;

    }

    .checkout-payment-method .credit-card-types .item._active {

        font-weight: 700;

    }

    .checkout-payment-method .credit-card-types .item._active img {

        -webkit-filter: grayscale(0%);

    }

    .checkout-payment-method .credit-card-types .item._inactive {

        opacity: .4;

    }

    .checkout-payment-method .credit-card-types .item span {

        display: inline-block;

        padding-top: 6px;

        vertical-align: top;

    }

    .checkout-payment-method .credit-card-types img {

        -webkit-filter: grayscale(100%);

        -webkit-transition: all .6s ease;

    }

    .checkout-payment-method .ccard .fields>.year {

        padding-left: 5px;

    }

    .checkout-payment-method .ccard .fields .select {

        padding-left: 5px;

        padding-right: 5px;

    }

    .checkout-payment-method .ccard .month .select {

        width: 140px;

    }

    .checkout-payment-method .ccard .year .select {

        width: 80px;

    }

    .checkout-payment-method .ccard .number .input-text {

        width: 225px;

    }

    .checkout-payment-method .ccard>.field.cvv>.control {

        display: inline-block;

        padding-right: 20px;

    }

    .checkout-payment-method .ccard .cvv .label {

        display: block;

    }

    .checkout-payment-method .ccard .cvv .input-text {

        width: 55px;

    }

    .checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {

        width: auto !important;

    }

    .checkout-agreements-block .checkout-agreements {

        margin-bottom: 20px;

    }

    .checkout-agreements-block .action-show {

        vertical-align: baseline;

    }

    .checkout-agreements-items {

        padding-bottom: 30px;

    }

    .checkout-agreements-items .checkout-agreements-item {

        margin-bottom: 20px;

    }

    .checkout-agreements-items .checkout-agreements-item-title {

        border-bottom: 0;

    }

    .checkout-agreement-item-content {

        overflow: auto;

    }

    .contact-index-index #store_map {

        height: 300px;

        display: block;

    }

    .login-container .block-new-customer .actions-toolbar {

        margin-top: 25px;

    }

    .login-container .block .block-title {

        border-bottom: 0;

    }

    .login-container .fieldset:after {

        margin: 10px 0 0;

        content: attr(data-hasrequired);

        display: block;

        letter-spacing: normal;

        word-spacing: normal;

        color: #e02b27;

        font-size: 1.2rem;

    }

    .login-container .fieldset:after {

        margin-top: 35px;

    }

    .login-container .block .block-title {

        font-weight: 700;

        text-transform: uppercase;

    }

    .login-container .fieldset>.field,

    .login-container .fieldset>.fields>.field {

        font-size: 15px;

        font-family: Montserrat, sans-serif;

        font-weight: 300;

    }

    .login-container button#send2 {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        min-width: 260px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        letter-spacing: 0.26px;

        font-size: 14px;

        line-height: 56px;

        text-transform: uppercase;

        outline: none;

    }

    .login-container .secondary {

        line-height: 56px;

        margin: 0;

        text-decoration: none;

    }

    .login-container .fieldset:after {

        display: none;

    }

    .login-container .block-new-customer .block-title {

        text-transform: uppercase;

    }

    .login-container .block-new-customer .block-content p {

        font-size: 15px;

        font-family: Montserrat, sans-serif;

        font-weight: 300;

        line-height: 21px;

    }

    .login-container a.action.create.primary {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        min-width: 260px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        letter-spacing: 0.26px;

        font-size: 14px;

        line-height: 56px;

        text-transform: uppercase;

        outline: none;

    }

    .btn-backgrounds_white .before {

        background-color: #eee;

    }

    .btn-backgrounds .before {

        position: absolute;

        top: 50%;

        right: 7px;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        width: 40px;

        height: 40px;

        border-radius: 50%;

        letter-spacing: -.06em;

    }

    .btn-backgrounds .before i {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        vertical-align: 0;

        font-size: 18px;

    }

    .btn-backgrounds_left-icon .before {

        right: auto;

        left: 7px;

    }

    .forget .field.note {

        font-size: 15px;

        font-family: Montserrat, sans-serif;

    }

    .forget button {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        min-width: 260px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        letter-spacing: 0.26px;

        font-size: 14px;

        line-height: 56px;

        text-transform: uppercase;

        outline: none;

    }

    .form-create-account .legend>span {

        font-size: 21px;

        font-family: "Open Sans", sans-serif;

        font-weight: 700;

        line-height: 22px;

    }

    .form-create-account button.action.primary {

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);

        color: #272727;

        display: inline-block;

        min-width: 260px;

        height: 56px;

        border-radius: 28px;

        background-color: #fff;

        position: relative;

        letter-spacing: 0.26px;

        font-size: 14px;

        line-height: 56px;

        text-transform: uppercase;

        outline: none;

    }

    .brk-form-checkbox+.label {

        vertical-align: top;

        margin-top: 30px !important;

        font-size: 14px;

        line-height: 22px;

        padding-left: 8px;

        cursor: pointer;

        display: inline-block !important;

        color: #272727;

    }

    button.btn-backgrounds.btn-backgrounds:hover {

        color: #0f5ae0;

    }

    .block-addresses-list .items.addresses>.item {

        margin-bottom: 20px;

    }

    .block-addresses-list .items.addresses>.item:last-child {

        margin-bottom: 0;

    }

    .block-addresses-list .items.addresses .item.actions {

        margin-top: 5px;

    }

    .form-address-edit #region_id {

        display: none;

    }

    .form-edit-account .fieldset.password {

        display: none;

    }

    .form-create-account .fieldset-fullname .fields .field {

        float: none;

    }

    .account {

        font-family: 'Montserrat', sans-serif;

    }

    .account a {

        color: #2775ff;

    }

    .account .block-collapsible-nav .item a:hover {

        background: transparent !important;

    }

    .account .page-title-wrapper .page-title {

        display: inline-block;

    }

    .account .messages {

        margin-bottom: 20px;

    }

    .account .column.main {

        margin-bottom: 30px;

    }

    .account .column.main h2 {

        margin-top: 0;

    }

    .account .page-title-wrapper .page-title span,

    .account .page-title-wrapper .page-title span,

    .account .page-title-wrapper .page-title span,

    .account .page-title-wrapper .page-title span {

        font-size: 42px;

        line-height: 42px;

        margin-top: 0;

        margin-bottom: 45px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 700;

    }

    .account .block>.block-title>strong {

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px !important;

        font-weight: 700 !important;

        display: inline-block;

    }

    .account form .legend>span,

    .account form .legend>span {

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

        display: inline-block;

        margin-bottom: 30px;

    }

    .account .sidebar-additional {

        margin-top: 40px;

    }

    .account .table-wrapper {

        margin-bottom: 20px;

        border-bottom: 1px solid #e4e4e4;

    }

    .account .table-wrapper:last-child {

        margin-bottom: 0;

    }

    .account .table .col {

        width: auto !important;

    }

    .account .table td,

    .account .table th {

        line-height: 24px;

    }

    .account .table th {

        line-height: 30px;

        border-color: #2775ff;

        border-top: 0;

    }

    .account .table tbody>tr:first-child td {

        border-top: 0 !important;

    }

    .account .block-collapsible-nav .content {

        background: #fff;

    }

    .account .block-collapsible-nav .item.current a,

    .account .block-collapsible-nav .item.current>strong {

        border-color: #2775ff;

    }

    .account .block-collapsible-nav .item:hover {

        background: transparent;

    }

    .account .block-collapsible-nav .item:hover>a,

    .account .block-collapsible-nav .item:hover>strong {

        border-left: 3px solid #2775ff;

        display: block;

    }

    .account .block-content a.action.compare.primary {

        border-radius: 20px;

        padding: 5px 10px;

        background: transparent !important;

        border: 2px solid #2775ff !important;

        color: #2775ff !important;

        position: relative;

        overflow: hidden;

    }

    .account .block-content a.action.compare.primary:before {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        height: 0;

        background: #2775ff;

        -webkit-transition: background .4s, height .4s;

        transition: background .4s, height .4s;

        z-index: -1;

    }

    .account .block-content a.action.compare.primary:after {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        height: 0;

        background: #2775ff;

        -webkit-transition: background .4s, height .4s;

        transition: background .4s, height .4s;

        z-index: -1;

    }

    .account .block-content a.action.compare.primary:hover:before {

        height: 50%;

        background: #e8ecff;

        top: 0;

    }

    .account .block-content a.action.compare.primary:hover:after {

        height: 50%;

        background: #e8ecff !important;

        bottom: 0;

    }

    .account .block-content button.action.tocart.primary {

        border-radius: 20px;

        padding: 5px 10px;

        background: transparent !important;

        border: 2px solid #2775ff !important;

        color: #2775ff !important;

        line-height: 20px;

        outline: none;

        position: relative;

        overflow: hidden;

    }

    .account .block-content button.action.tocart.primary:before {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        height: 0;

        background: #2775ff;

        -webkit-transition: background .4s, height .4s;

        transition: background .4s, height .4s;

        z-index: -1;

    }

    .account .block-content button.action.tocart.primary:after {

        content: '';

        position: absolute;

        left: 0;

        right: 0;

        height: 0;

        background: #2775ff;

        -webkit-transition: background .4s, height .4s;

        transition: background .4s, height .4s;

        z-index: -1;

    }

    .account .block-content button.action.tocart.primary:hover:before {

        height: 50%;

        background: #e8ecff;

        top: 0;

    }

    .account .block-content button.action.tocart.primary:hover:after {

        height: 50%;

        background: #e8ecff !important;

        bottom: 0;

    }

    .account .block-content .product-item .product-item-name {

        padding: 0;

    }

    .account .block-content .product-item .product-item-name>a {

        text-decoration: none !important;

    }

    .account .block-content .product-item .product-item-name>a:hover {

        color: #2775ff;

    }

    .account .data.table .col.actions .action.delete,

    [class^='sales-guest-'] .data.table .col.actions .action.delete,

    .sales-guest-view .data.table .col.actions .action.delete {

        color: #d10029;

    }

    .column.main .block:last-child {

        margin-bottom: 0;

    }

    .block .title {

        display: block;

        margin-bottom: 10px;

    }

    .block .title strong {

        font-weight: 700;

        line-height: 1.1;

        font-size: 1.4rem;

        margin-top: 2rem;

        margin-bottom: 2rem;

    }

    .block p:last-child {

        margin: 0;

    }

    .block .box-actions {

        margin-top: 5px;

    }

    .field.password .control {

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

    }

    .field.password .control .mage-error {

        -ms-flex-order: 2;

        -webkit-order: 2;

        order: 2;

    }

    .field.password .control .input-text {

        -ms-flex-order: 0;

        -webkit-order: 0;

        order: 0;

    }

    .password-strength-meter {

        background-color: #f4f4f4;

        height: 32px;

        line-height: 32px;

        padding: 0 9px;

        position: relative;

        z-index: 1;

    }

    .password-strength-meter:before {

        content: '';

        height: 100%;

        left: 0;

        position: absolute;

        top: 0;

        z-index: -1;

    }

    .password-strength-meter-0 .password-strength-meter:before {

        background-color: #f4f4f4;

        width: 100%;

    }

    .password-strength-meter-1 .password-strength-meter:before {

        background-color: #ffafae;

        width: 25%;

    }

    .password-strength-meter-2 .password-strength-meter:before {

        background-color: #ffd6b3;

        width: 50%;

    }

    .password-strength-meter-3 .password-strength-meter:before {

        background-color: #c5eeac;

        width: 75%;

    }

    .password-strength-meter-4 .password-strength-meter:before {

        background-color: #81b562;

        width: 100%;

    }

    .control.captcha-image {

        margin-top: 10px;

    }

    .control.captcha-image .captcha-img {

        vertical-align: middle;

    }

    .order-products-toolbar {

        position: relative;

    }

    .block-balance .price {

        margin-top: -10px;

        font-size: 3.2rem;

        display: inline-block;

        line-height: 32px;

    }

    .table-downloadable-products .product-name {

        font-weight: 400;

        margin-right: 15px;

    }

    .table-downloadable-products .action.download {

        display: inline-block;

        text-decoration: none;

    }

    .table-downloadable-products .action.download:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: inherit;

        line-height: inherit;

        color: inherit;

        content: '\e626';

        font-family: 'berserk-icons';

        margin: 0 5px 0 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .page-product-downloadable .product-add-form {

        clear: both;

        margin-bottom: 25px;

        order: 2;

        flex: 0 0 100%;

    }

    .page-product-downloadable .product-add-form form {

        display: flex;

        justify-content: space-between;

        align-items: center;

    }

    .page-product-downloadable .product-add-form .product-options-wrapper {

        flex: 0 0 40%;

    }

    .page-product-downloadable .product-add-form .berserk_container {

        flex: 0 0 30%;

        padding-left: 20px;

    }

    .page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .stock.available {

        font-weight: 700;

        text-transform: uppercase;

    }

    .page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .type {

        font-weight: normal;

        margin-right: 5px;

    }

    .page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .type:after {

        content: '#:';

    }

    .page-product-downloadable .product-add-form .berserk_container .product-info-stock-sku .value {

        display: inline-block;

    }

    .page-product-downloadable .product-add-form input[type="checkbox"] {

        margin-right: 10px;

        -webkit-appearance: none;

        appearance: none;

        width: 20px;

        height: 20px;

        border: 1px solid rgba(159, 159, 159, 0.3);

        background: #fff;

        text-align: center;

    }

    .page-product-downloadable .product-add-form input[type="checkbox"]:checked:before {

        content: '\f107';

        font-family: "Font Awesome 5 Free";

        color: #2775ff;

        font-size: 14px;

        font-weight: 600;

    }

    .page-product-downloadable .product-info-price .price {

        font-weight: 300 !important;

    }

    .page-product-downloadable .product-social-links a.action {

        color: #575757;

        background: #fff;

        box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);

        width: 38px;

        height: 38px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 100%;

        margin-right: 10px;

        margin-bottom: 20px;

    }

    .page-product-downloadable .product-social-links a.action:hover {

        color: #2775ff;

    }

    .page-product-downloadable .product-social-links a.action:last-child {

        margin-right: 0;

    }

    .page-product-downloadable .product-options-bottom .field.qty {

        display: none;

    }

    .page-product-downloadable .product-options-bottom .price-box {

        text-align: right;

        margin-bottom: 20px;

    }

    .page-product-downloadable .product-options-bottom .price-box .price {

        font-weight: 300 !important;

    }

    .page-product-downloadable .product-options-bottom .box-tocart .action.tocart {

        margin: 0;

        width: 100%;

    }

    .page-product-downloadable .product-options-bottom .box-tocart .action.tocart:hover {

        border: 0;

    }

    .samples-item-title {

        font-size: 1.4rem;

        font-weight: 600;

        margin: 0 0 10px;

    }

    .samples-item {

        margin: 0 0 10px;

    }

    .product.attribute.overview {

        line-height: 10px;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-size: 13px;

        color: #000;

    }

    .field.downloads {

        margin-bottom: 10px;

        font-family: 'Montserrat', sans-serif;

    }

    .page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control {

        width: 100%;

    }

    .field.downloads .price-container {

        display: inline;

        white-space: nowrap;

    }

    .field.downloads .price-container:before {

        content: ' + ';

        display: inline;

    }

    .field.downloads .price-excluding-tax {

        display: inline;

    }

    .field.downloads .price-excluding-tax:before {

        content: ' ('attr(data-label) ': ';

    }

    .field.downloads .price-excluding-tax:after {

        content: ')';

    }

    .field.downloads .price-including-tax {

        display: inline;

        font-weight: 600;

        font-size: 1.4rem;

    }

    .field.downloads .field.choice {

        border-bottom: 1px solid #ebebeb;

        box-sizing: border-box;

        margin-bottom: 10px;

        padding-bottom: 10px;

        padding-left: 25px;

        position: relative;

        width: 100%;

        z-index: 1;

    }

    .field.downloads .field.choice input {

        left: 0;

        position: absolute;

        top: 2px;

    }

    .field.downloads .field.downloads-all {

        border-bottom: 0;

        padding-left: 0;

    }

    .field.downloads .sample.link {

        float: right;

    }

    .field.downloads-all .label {

        text-decoration: none;

        color: #2775ff;

        cursor: pointer;

    }

    .field.downloads-all input {

        opacity: 0;

    }

    .field.downloads.downloads-no-separately .field.choice {

        padding-left: 0;

    }

    .page-product-giftcard .giftcard-amount {

        border-top: 1px #c1c1c1 solid;

        clear: both;

        margin-bottom: 0;

        padding-top: 15px;

        text-align: left;

    }

    .page-product-giftcard .giftcard-amount .field:last-child {

        padding-bottom: 20px !important;

    }

    .page-product-giftcard .product-info-main .price-box .old-price {

        font-size: 20px;

    }

    .page-product-giftcard .product-info-main .price-box .price-container.price-final>span {

        display: block;

        margin-bottom: 5px;

    }

    .page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child {

        margin-bottom: 0;

    }

    .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {

        font-size: 22px;

        font-weight: 600;

        line-height: 22px;

    }

    .page-product-giftcard .product-info-main .price-box+.giftcard.form {

        border-top: 1px #c1c1c1 solid;

        padding-top: 15px;

    }

    .page-product-giftcard .product-info-main .alert {

        clear: left;

    }

    .page-product-giftcard .product-info-stock-sku {

        display: block;

    }

    .page-product-giftcard .product-add-form {

        border: 0;

        clear: none;

        padding-top: 0;

    }

    .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {

        margin-bottom: 20px;

        margin-top: 20px;

    }

    .page-product-giftcard .giftcard.form {

        clear: both;

    }

    .page-product-giftcard .price-box {

        margin-bottom: 10px;

    }

    .page-product-giftcard .product-info-price {

        border: 0;

        display: block;

        float: right;

        white-space: nowrap;

        width: auto;

    }

    .giftcard-account .please-wait {

        display: none;

    }

    .giftcard-account .form-giftcard-redeem .giftcard.info {

        margin-bottom: 30px;

    }

    .opc-wrapper .form-giftcard-account {

        max-width: 500px;

    }

    .opc-wrapper .form-giftcard-account .field {

        margin: 0 0 20px;

    }

    .opc-wrapper .giftcard-account-info {

        margin: 0 0 20px;

    }

    .opc-wrapper .giftcard-account-info .giftcard-account-number {

        margin: 0 0 10px;

    }

    .gift-message .field .label {

        color: #666666;

        font-weight: 400;

    }

    .cart.table-wrapper .item-gift._active {

        border-top: 1px solid #c1c1c1;

    }

    .cart.table-wrapper .item-gift .action {

        margin-right: 0;

    }

    .gift-options {

        margin: 20px 0;

    }

    .gift-options .actions-toolbar .action-cancel {

        display: none;

    }

    .gift-options-title {

        font-weight: 600;

        margin: 0 0 20px;

    }

    .gift-options-content .fieldset {

        margin: 0 0 20px;

    }

    .gift-summary {

        position: relative;

    }

    .gift-summary .actions-toolbar>.secondary .action {

        margin: 0 0 0 20px;

        width: auto;

    }

    .gift-summary .action-edit,

    .gift-summary .action-delete {

        display: inline-block;

        text-decoration: none;

    }

    .gift-summary .action-edit>span,

    .gift-summary .action-delete>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .gift-summary .action-edit:before,

    .gift-summary .action-delete:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 18px;

        line-height: 20px;

        color: #8f8f8f;

        content: '\e601';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .gift-summary .action-edit:hover:before,

    .gift-summary .action-delete:hover:before {

        color: #333333;

    }

    .gift-summary .action-edit:active:before,

    .gift-summary .action-delete:active:before {

        color: #8f8f8f;

    }

    .gift-summary .action-delete:before {

        content: '\e604';

    }

    .gift-summary .actions-toolbar,

    .cart.table-wrapper .gift-summary .actions-toolbar {

        padding: 0;

        position: absolute;

        right: 0;

        top: 0;

    }

    .cart.table-wrapper .gift-content {

        clear: left;

        display: none;

        float: left;

        margin-right: -100%;

        padding: 20px 0;

        width: 100%;

    }

    .cart.table-wrapper .gift-content._active {

        display: table;

        table-layout: fixed;

    }

    .gift-item-block {

        border-bottom: 1px solid #c1c1c1;

        margin: 0;

    }

    .gift-item-block._active .title:after {

        content: '\e621';

    }

    .gift-item-block .title {

        color: #1979c3;

        cursor: pointer;

        display: block;

        text-decoration: none;

        margin: 0;

        padding: 10px 40px 10px 15px;

        position: relative;

    }

    .gift-item-block .title:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 1.2rem;

        line-height: 20px;

        color: #858585;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0 0 0 10px;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .gift-item-block .title:hover:after {

        color: #333333;

    }

    .gift-item-block .content {

        padding: 10px 0 20px;

        position: relative;

    }

    .order-details-items .order-gift-message dt:after,

    .order-details-items .block-order-details-gift-message dt:after {

        content: '';

    }

    .order-details-items .order-gift-message .item-message,

    .order-details-items .block-order-details-gift-message .item-message {

        clear: left;

    }

    .order-details-items .order-gift-message .item-options dt,

    .order-details-items .block-order-details-gift-message .item-options dt {

        font-weight: 400;

        margin: 10px 0;

    }

    .options-order-container,

    .options-items-container {

        margin-bottom: 10px;

    }

    .gift-messages-order {

        margin-bottom: 25px;

    }

    .form-giftregistry-share .actions-toolbar:not(:last-child),

    .form-giftregistry-edit .actions-toolbar:not(:last-child) {

        margin-bottom: 40px;

    }

    .form-giftregistry-share .fieldset .nested .field:not(.choice) .control,

    .form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {

        width: 100%;

    }

    .giftregisty-dropdown .action.toggle {

        color: #1979c3;

    }

    .table-giftregistry-items .product-image {

        margin-right: 10px;

        float: left;

    }

    .cart-summary .form.giftregistry .fieldset {

        margin: 15px 0 5px;

        text-align: left;

    }

    .cart-summary .form.giftregistry .fieldset .field {

        margin: 0 0 10px;

    }

    .cart-summary .form.giftregistry .fieldset .field .control {

        float: none;

        width: auto;

    }

    .form-giftregistry-search {

        margin-bottom: 60px;

    }

    .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {

        margin-bottom: 0;

    }

    .block-giftregistry .actions-toolbar {

        margin: 17px 0 0;

    }

    .block-giftregistry-shared .item-options .item-value {

        margin: 0 0 25px;

    }

    .block-giftregistry-shared-items .item .col {

        border: 0;

    }

    .block-giftregistry-shared-items th {

        border-bottom: 1px solid #cccccc;

    }

    .block-giftregistry-shared-items .col {

        padding: 20px 11px 10px;

    }

    .block-giftregistry-shared-items .col .price-box {

        display: inline-block;

    }

    .block-giftregistry-shared-items .col .price-wrapper {

        font-size: 1.8rem;

        display: block;

        font-weight: 700;

        white-space: nowrap;

    }

    .block-giftregistry-shared-items .product .item-options {

        margin: 0;

    }

    .block-giftregistry-shared-items .product-item-photo {

        display: block;

        max-width: 65px;

        padding: 10px 0;

    }

    .block-giftregistry-shared-items .product-item-name {

        font-size: 1.8rem;

        display: block;

        margin: 0 0 5px;

    }

    .gift-wrapping-info {

        font-weight: 300;

        font-size: 18px;

        margin: 20px 0;

    }

    .gift-wrapping-list {

        list-style: none;

        margin: 20px 0 10px;

        padding: 0;

    }

    .gift-wrapping-list .no-image {

        background: #f2f2f2;

        display: inline-block;

        text-decoration: none;

    }

    .gift-wrapping-list .no-image>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .gift-wrapping-list .no-image:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 22px;

        line-height: 4rem;

        color: #494949;

        content: '\e62a';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .gift-wrapping-list .no-image:after {

        display: block;

    }

    .gift-wrapping-preview,

    .gift-wrapping-item>span {

        cursor: pointer;

        display: block;

        overflow: hidden;

        position: relative;

        z-index: 1;

    }

    .gift-wrapping-item {

        float: left;

        margin: 0 10px 10px 0;

    }

    .gift-wrapping-item:last-child {

        margin-right: 0;

    }

    .gift-wrapping-item._active span:before {

        border: 3px solid #333333;

        box-sizing: border-box;

        content: '';

        display: block;

        height: 100%;

        position: absolute;

        width: 100%;

        z-index: 2;

    }

    .gift-wrapping-item>span {

        height: 4rem;

        width: 4rem;

    }

    .gift-wrapping-title {

        margin: 10px 0;

    }

    .gift-wrapping-title .action-remove {

        margin: -5px 0 0 5px;

        display: inline-block;

        text-decoration: none;

    }

    .gift-wrapping-title .action-remove>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .gift-wrapping-title .action-remove:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 18px;

        line-height: 20px;

        color: #8f8f8f;

        content: '\e604';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .gift-wrapping-title .action-remove:hover:before {

        color: #333333;

    }

    .gift-wrapping-title .action-remove:active:before {

        color: #8f8f8f;

    }

    .gift-options-content .fieldset .field {

        margin: 10px 0;

    }

    .gift-wrapping-summary {

        padding-right: 7rem;

    }

    .gift-wrapping-summary .gift-wrapping-title {

        border: 0;

        display: inline-block;

        padding: 0;

    }

    .opc-wrapper .fieldset.gift-message .field.gift-wrapping {

        padding: 0;

        width: 100%;

    }

    .opc-wrapper .data.table .gift-wrapping,

    .table-order-items .gift-wrapping {

        margin: 20px 0 0;

    }

    .opc-wrapper .data.table .gift-wrapping .title,

    .table-order-items .gift-wrapping .title {

        float: none;

    }

    .opc-wrapper .data.table .gift-wrapping .content,

    .table-order-items .gift-wrapping .content {

        margin: 0;

    }

    .opc-wrapper .data.table .gift-wrapping .content>img,

    .table-order-items .gift-wrapping .content>img {

        float: left;

        margin: 0 10px 0 0;

        max-height: 50px;

        max-width: 50px;

    }

    .gift-summary .price-box,

    .gift-options .price-box {

        margin-left: 22px;

    }

    .gift-summary .regular-price:before,

    .gift-options .regular-price:before {

        content: attr(data-label) ': ';

    }

    .gift-summary .regular-price .price,

    .gift-options .regular-price .price {

        font-weight: 700;

    }

    .table-wrapper.grouped {

        width: auto;

    }

    .table.grouped {

        font-family: 'Montserrat', sans-serif;

        font-size: 16px;

        font-weight: 500;

    }

    .table.grouped .row-tier-price>td {

        border-top: 0;

    }

    .table.grouped thead th {

        border-bottom: 0;

        font-weight: 600;

        padding: 15px 20px;

    }

    .table.grouped .qty-changer {

        display: flex;

        flex-direction: row;

        justify-content: space-between;

        transform: translateY(-50%);

        border-left: 0;

        position: absolute;

        top: 50%;

        left: -15px;

        width: 84px;

        pointer-events: none;

    }

    .table.grouped .qty-changer>a {

        pointer-events: all;

    }

    .table.grouped .col.item {

        width: 90%;

        border-top: 1px solid #e8ecff;

    }

    .table.grouped .col.qty {

        width: 10%;

        text-align: center;

        vertical-align: middle;

        padding-right: 20px;

    }

    .table.grouped .col.qty .control.qty {

        position: relative;

    }

    .table.grouped .col.qty .control.qty .qty {

        border: 1px solid #ebebeb;

    }

    .table.grouped .product-item-name {

        display: inline-block;

        font-weight: 400;

        margin-bottom: 10px;

    }

    .table.grouped .price-box p {

        margin: 0;

    }

    .table.grouped .price-box .price {

        font-weight: 300;

        font-size: 21px;

        color: #272727;

    }

    .table.grouped .price-box .old-price .price {

        font-weight: normal;

        text-decoration: line-through;

    }

    .table.grouped .stock.unavailable {

        font-weight: normal;

        margin: 0;

        text-transform: none;

        white-space: nowrap;

    }

    .page-product-grouped .product-info-main .alert {

        clear: left;

    }

    .form-add-invitations .additional,

    .form-add-invitations .field.message {

        margin-top: 20px;

    }

    .form-add-invitations .action.remove {

        top: 4px;

    }

    .form-add-invitations .action.add {

        display: inline-block;

        text-decoration: none;

        line-height: normal;

        padding: 4px;

        width: auto;

    }

    .form-add-invitations .action.add>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .form-add-invitations .action.add:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 18px;

        line-height: inherit;

        color: inherit;

        content: '\e61c';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .form-add-invitations .action.add:hover:before {

        color: inherit;

    }

    .form-add-invitations .action.add:active:before {

        color: inherit;

    }

    .filter.block {

        margin-bottom: 0;

    }

    .filter-title strong {

        padding: 3px 6px;

        text-align: center;

        z-index: 2;

        display: block;

    }

    .filter-title strong[data-count]:after {

        color: #ffffff;

        background: #ff5501;

        border-radius: 2px;

        content: attr(data-count);

        display: inline-block;

        font-size: .8em;

        line-height: 1;

        margin: 0 5px;

        min-width: 1em;

        padding: 2px;

    }

    .filter-title strong.disabled {

        opacity: .5;

    }

    .filter .block-subtitle {

        border-bottom: 1px solid #cccccc;

        font-size: 14px;

        font-weight: 600;

        line-height: 1em;

        padding: 10px 10px 20px;

    }

    .filter-subtitle {

        display: none;

    }

    .filter-current {

        margin: 0;

    }

    .filter-current .items {

        padding: 15px 30px;

    }

    .filter-current .item {

        padding-left: 17px;

        position: relative;

        z-index: 1;

    }

    .filter .filter-current-subtitle {

        border: none;

        display: block;

        padding-bottom: 10px;

    }

    .filter-current .action.remove {

        left: -2px;

        position: absolute;

        top: -1px;

    }

    .filter-actions {

        margin-bottom: 25px;

        padding: 0 10px;

    }

    .filter-label {

        font-weight: 700;

    }

    .filter-label:after {

        content: ': ';

    }

    .filter-value {

        color: #858585;

    }

    .filter-options {

        display: none;

        margin: 0;

    }

    .filter-options-item {

        border-bottom: 1px solid #cccccc;

        padding-bottom: 10px;

    }

    .filter-options-title {

        cursor: pointer;

        font-weight: 600;

        margin: 0;

        overflow: hidden;

        padding: 10px 40px 0 10px;

        position: relative;

        text-transform: uppercase;

        word-break: break-all;

        z-index: 1;

        display: block;

        text-decoration: none;

    }

    .filter-options-title:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 13px;

        line-height: inherit;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .filter-options-title:after {

        position: absolute;

        right: 13px;

        top: 12px;

    }

    .filter-options-title:hover {

        color: #000000;

    }

    .active>.filter-options-title:after {

        content: '\e621';

    }

    .filter-options-content {

        margin: 0;

        padding: 10px;

    }

    .filter-options-content .item {

        line-height: 1.5em;

        margin: 10px 0;

    }

    .filter-options-content a {

        color: #494949;

        margin-left: -5px;

        margin-right: -5px;

        padding-left: 5px;

        padding-right: 7px;

    }

    .filter-options-content a:hover {

        background-color: #e8e8e8;

        text-decoration: none;

    }

    .filter-options-content a:hover+.count {

        background-color: #e8e8e8;

    }

    .filter-options-content .count {

        color: #858585;

        padding-right: 5px;

    }

    .filter-options-content .count:before {

        content: '(';

    }

    .filter-options-content .count:after {

        content: ')';

    }

    .map-popup-wrapper.popup .action.close {

        top: 10px;

    }

    .map-popup {

        background: #ffffff;

        border: 1px solid #adadad;

        padding: 22px;

        width: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

        transition: opacity 0.3s linear;

        left: 0;

        margin-top: 10px;

        position: absolute;

        top: 0;

        z-index: 1001;

        display: none;

        opacity: 0;

        box-sizing: border-box;

    }

    .map-popup .popup-header {

        margin: 0 0 25px;

        padding-right: 16px;

    }

    .map-popup .popup-header .title {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

    }

    .map-popup .popup-actions .action.close {

        position: absolute;

        display: inline-block;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

        right: 10px;

        top: 10px;

    }

    .map-popup .popup-actions .action.close>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .map-popup .popup-actions .action.close:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: 16px;

        color: #8c8c8c;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .map-popup .popup-actions .action.close:hover:before {

        color: #737373;

    }

    .map-popup .popup-actions .action.close:active:before {

        color: #737373;

    }

    .map-popup .popup-actions .action.close:focus,

    .map-popup .popup-actions .action.close:active {

        background: none;

        border: none;

    }

    .map-popup .popup-actions .action.close:hover {

        background: none;

        border: none;

    }

    .map-popup .popup-actions .action.close.disabled,

    .map-popup .popup-actions .action.close[disabled],

    fieldset[disabled] .map-popup .popup-actions .action.close {

        pointer-events: none;

        opacity: 0.5;

    }

    .map-popup.active {

        opacity: 1;

    }

    .map-popup .map-info-price {

        margin: 0 0 20px;

    }

    .map-popup .map-info-price .price-box {

        margin: 0 0 20px;

    }

    .map-popup .map-info-price .price-box .label:after {

        content: ': ';

    }

    .map-popup .action.primary {

        margin-right: 10px;

    }

    .map-popup .map-msrp {

        margin-bottom: 10px;

    }

    .map-popup .actual-price {

        margin: 3px 0 15px;

    }

    .map-popup .popup-header {

        display: none;

    }

    .map-old-price {

        text-decoration: none;

    }

    .map-old-price .price-wrapper {

        text-decoration: line-through;

    }

    .map-old-price,

    .product-item .map-old-price,

    .product-info-price .map-show-info {

        display: inline-block;

        min-width: 10rem;

    }

    .map-old-price:not(:last-child),

    .product-item .map-old-price:not(:last-child),

    .product-info-price .map-show-info:not(:last-child) {

        margin-right: 10px;

    }

    .product-options-bottom .price-box .old-price .price-container>span,

    .product-info-price .price-box .old-price .price-container>span {

        display: inline;

    }

    .map-form-addtocart {

        display: inline-block;

        text-align: center;

    }

    .map-form-addtocart img {

        display: block;

        margin: 0 auto;

    }

    .wishlist.split.button {

        display: inline-block;

        position: relative;

        margin-right: 5%;

        vertical-align: middle;

    }

    .wishlist.split.button:before,

    .wishlist.split.button:after {

        content: '';

        display: table;

    }

    .wishlist.split.button:after {

        clear: both;

    }

    .wishlist.split.button .action.split {

        float: left;

        margin: 0;

    }

    .wishlist.split.button .action.toggle {

        float: right;

        margin: 0;

    }

    .wishlist.split.button .action.toggle {

        display: inline-block;

        text-decoration: none;

    }

    .wishlist.split.button .action.toggle>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .wishlist.split.button .action.toggle:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: inherit;

        color: #999999;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .wishlist.split.button .action.toggle:hover:after {

        color: #333333;

    }

    .wishlist.split.button .action.toggle:active:after {

        color: inherit;

    }

    .wishlist.split.button .action.toggle.active {

        display: inline-block;

        text-decoration: none;

    }

    .wishlist.split.button .action.toggle.active>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .wishlist.split.button .action.toggle.active:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: inherit;

        color: #999999;

        content: '\e621';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .wishlist.split.button .action.toggle.active:hover:after {

        color: #333333;

    }

    .wishlist.split.button .action.toggle.active:active:after {

        color: inherit;

    }

    .wishlist.split.button .items {

        margin: 0;

        padding: 0;

        list-style: none none;

        background: #ffffff;

        border: 1px solid #bbbbbb;

        margin-top: 4px;

        min-width: 200px;

        z-index: 100;

        box-sizing: border-box;

        display: none;

        position: absolute;

        top: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

    }

    .wishlist.split.button .items li {

        margin: 0;

        padding: 5px 5px 5px 23px;

    }

    .wishlist.split.button .items li:hover {

        background: #e8e8e8;

        cursor: pointer;

    }

    .wishlist.split.button .items:before,

    .wishlist.split.button .items:after {

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

    }

    .wishlist.split.button .items:before {

        border: 6px solid;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .wishlist.split.button .items:after {

        border: 7px solid;

        border-color: transparent transparent #bbbbbb transparent;

        z-index: 98;

    }

    .wishlist.split.button .items:before {

        left: 10px;

        top: -12px;

    }

    .wishlist.split.button .items:after {

        left: 9px;

        top: -14px;

    }

    .wishlist.split.button.active {

        overflow: visible;

    }

    .wishlist.split.button.active .items {

        display: block;

    }

    .wishlist.split.button .items {

        padding: 6px 0;

        text-align: left;

    }

    .wishlist.split.button>.action.split {

        margin-right: 5px;

    }

    .wishlist.split.button>.action.split:before {

        content: '\e600';

    }

    .wishlist.split.button>.action.split:before {

        margin: 0;

        width: 18px;

    }

    .wishlist.split.button>.action:active,

    .wishlist.split.button>.action:focus,

    .wishlist.split.button>.action:hover {

        color: #333333;

    }

    .wishlist.split.button>.action.toggle:before {

        border-left: 1px solid #999999;

        content: '';

        float: left;

        height: 15px;

        margin: 3px 4px 0 0;

    }

    .cart.table-wrapper .wishlist.split.button {

        vertical-align: baseline;

    }

    .cart.table-wrapper .wishlist.split.button>.action.split {

        font-weight: normal;

        letter-spacing: normal;

        text-transform: none;

    }

    .cart.table-wrapper .wishlist.split.button>.action.toggle:after {

        color: #1979c3;

    }

    .cart.table-wrapper .wishlist.split.button>.action.split,

    .cart.table-wrapper .wishlist.split.button>.action.toggle {

        color: #1979c3;

    }

    .cart.table-wrapper .wishlist.split.button>.action.split:before,

    .cart.table-wrapper .wishlist.split.button>.action.toggle:before {

        display: none;

    }

    .wishlist.window.popup {

        background: #ffffff;

        border: 1px solid #adadad;

        padding: 22px;

        width: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

        transition: opacity 0.3s linear;

        bottom: 0;

        left: 0;

        position: fixed;

        right: 0;

        top: 0;

        z-index: 1001;

        display: none;

        opacity: 0;

        box-sizing: border-box;

    }

    .wishlist.window.popup .popup-header {

        margin: 0 0 25px;

        padding-right: 16px;

    }

    .wishlist.window.popup .popup-header .title {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

    }

    .wishlist.window.popup .popup-actions .action.close {

        position: absolute;

        display: inline-block;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

        right: 10px;

        top: 10px;

    }

    .wishlist.window.popup .popup-actions .action.close>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .wishlist.window.popup .popup-actions .action.close:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 16px;

        line-height: 16px;

        color: #8c8c8c;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .wishlist.window.popup .popup-actions .action.close:hover:before {

        color: #737373;

    }

    .wishlist.window.popup .popup-actions .action.close:active:before {

        color: #737373;

    }

    .wishlist.window.popup .popup-actions .action.close:focus,

    .wishlist.window.popup .popup-actions .action.close:active {

        background: none;

        border: none;

    }

    .wishlist.window.popup .popup-actions .action.close:hover {

        background: none;

        border: none;

    }

    .wishlist.window.popup .popup-actions .action.close.disabled,

    .wishlist.window.popup .popup-actions .action.close[disabled],

    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {

        pointer-events: none;

        opacity: 0.5;

    }

    .wishlist.window.popup.active {

        opacity: 1;

    }

    .wishlist.window.popup.active {

        display: block;

    }

    .wishlist.overlay {

        transition: opacity 0.15s linear;

        background: #8c8c8c;

        z-index: 899;

        bottom: 0;

        left: 0;

        opacity: 0;

        position: fixed;

        right: 0;

        top: 0;

    }

    .wishlist.overlay.active {

        opacity: 0.7;

        filter: alpha(opacity=70);

    }

    .wishlist.overlay.active {

        display: block;

    }

    .wishlist-dropdown.move .action.toggle,

    .wishlist-dropdown.copy .action.toggle {

        color: #1979c3;

    }

    .page-multiple-wishlist .actions-toolbar>.primary {

        display: block;

        float: none;

        text-align: left;

    }

    .page-multiple-wishlist .actions-toolbar>.primary .action.remove {

        float: right;

    }

    .block-wishlist-management {

        position: relative;

    }

    .block-wishlist-management .wishlist-select .wishlist-name-label {

        font-weight: 600;

    }

    .block-wishlist-management .wishlist-title {

        margin-bottom: 10px;

    }

    .block-wishlist-management .wishlist-title strong {

        font-weight: 300;

        margin-right: 10px;

    }

    .block-wishlist-management .wishlist-notice {

        color: #7d7d7d;

        display: inline-block;

        margin-right: 20px;

    }

    .block-wishlist-management .wishlist-notice.private {

        display: inline-block;

        text-decoration: none;

    }

    .block-wishlist-management .wishlist-notice.private:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: inherit;

        line-height: inherit;

        color: #a3a3a3;

        content: '\e629';

        font-family: 'berserk-icons';

        margin: 0 5px 0 0;

        vertical-align: text-bottom;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .block-wishlist-management .wishlist-toolbar-select,

    .block-wishlist-management .wishlist-toolbar-actions {

        display: inline-block;

    }

    .block-wishlist-management .wishlist-toolbar-select {

        margin-right: 20px;

    }

    .block-wishlist-management .wishlist-toolbar .copy .dropdown {

        right: 0;

    }

    .block-wishlist-management .wishlist-toolbar .copy .dropdown:before {

        left: auto;

        right: 11px;

    }

    .block-wishlist-management .wishlist-toolbar .copy .dropdown:after {

        left: auto;

        right: 10px;

    }

    .block-wishlist-management .wishlist-dropdown.move {

        margin-right: 20px;

    }

    .block-wishlist-search-form .form-wishlist-search {

        margin-bottom: 60px;

        max-width: 500px;

    }

    .block-wishlist-search-results .table-wrapper {

        border-top: none;

    }

    .block-wishlist-info-items .block-title {

        margin-bottom: 20px;

        font-size: 2.2rem;

    }

    .block-wishlist-info-items .block-title>strong {

        font-weight: 300;

    }

    .block-wishlist-info-items .product-item {

        width: 100%;

    }

    .block-wishlist-info-items .product-item-photo {

        margin-left: 20px;

    }

    .block-wishlist-info-items .product-item-info {

        width: auto;

    }

    .block-wishlist-info-items .product-item-info:hover .split {

        visibility: visible;

    }

    .block-wishlist-info-items .price-wrapper {

        display: block;

        margin: 0 0 10px;

    }

    .block-wishlist-info-items .split {

        clear: both;

        padding: 10px 0;

        visibility: hidden;

    }

    .block-wishlist-info-items .wishlist-dropdown .change {

        color: #1979c3;

    }

    .block-wishlist-info-items .input-text.qty {

        margin-right: 10px;

    }

    .block.newsletter .form.subscribe {

        display: table;

        width: 100%;

    }

    .block.newsletter .fieldset {

        display: table-cell;

        margin: 0;

        padding: 0;

        vertical-align: top;

    }

    .block.newsletter .field {

        margin: 0;

    }

    .block.newsletter .field .control {

        position: relative;

        display: block;

    }

    .block.newsletter .field .control:before {

        content: "\f0e0";

        display: block;

        font-family: "Font Awesome\ 5 Free" !important;

        position: absolute;

        left: 5px;

        top: 16px;

        font-weight: 900;

        font-size: 16px;

        color: #aaa;

    }

    .block.newsletter input {

        height: 54px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        padding: 0 15px 0 35px;

        border-bottom: 1px solid #e8ecff;

        color: #272727;

        background-color: transparent;

        display: block;

        max-width: 100%;

    }

    .block.newsletter .title {

        display: none;

    }

    .block.newsletter .actions {

        display: table-cell;

        vertical-align: middle;

        width: 1%;

    }

    .block.newsletter .action.subscribe {

        border-bottom-left-radius: 0;

        border-top-left-radius: 0;

        margin-left: -1px;

        white-space: nowrap;

    }

    .data.switch .counter {

        color: #7d7d7d;

    }

    .data.switch .counter:before {

        content: '(';

    }

    .data.switch .counter:after {

        content: ')';

    }

    .rating-summary {

        overflow: hidden;

        white-space: nowrap;

    }

    .rating-summary .rating-result {

        width: 88px;

        display: inline-block;

        position: relative;

        vertical-align: middle;

    }

    .rating-summary .rating-result:before {

        left: 0;

        position: absolute;

        top: 0;

        width: 100%;

        z-index: 1;

        -webkit-font-smoothing: antialiased;

        color: #c7c7c7;

        font-family: 'berserk-icons';

        font-size: 16px;

        height: 16px;

        letter-spacing: 2px;

        line-height: 16px;

        content: '\e605''\e605''\e605''\e605''\e605';

        display: block;

        font-style: normal;

        font-weight: normal;

        speak: none;

    }

    .rating-summary .rating-result>span {

        display: block;

        overflow: hidden;

    }

    .rating-summary .rating-result>span:before {

        position: relative;

        z-index: 2;

        -webkit-font-smoothing: antialiased;

        color: #ff5501;

        font-family: 'berserk-icons';

        font-size: 16px;

        height: 16px;

        letter-spacing: 2px;

        line-height: 16px;

        content: '\e605''\e605''\e605''\e605''\e605';

        display: block;

        font-style: normal;

        font-weight: normal;

        speak: none;

    }

    .rating-summary .rating-result>span span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .rating-summary .rating-result:before {

        content: '\f005''\f005''\f005''\f005''\f005';

        font-family: "Font Awesome\ 5 Free" !important;

        font-size: 14px;

        height: 14px;

        line-height: 14px;

        font-weight: 600;

        color: #fff;

    }

    .rating-summary .rating-result>span:before {

        content: '\f005''\f005''\f005''\f005''\f005';

        font-family: "Font Awesome\ 5 Free" !important;

        font-size: 14px;

        height: 14px;

        line-height: 14px;

        font-weight: 600;

    }

    .product-reviews-summary .rating-summary .label,

    .table-reviews .rating-summary .label {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .review-control-vote {

        overflow: hidden;

    }

    .review-control-vote:before {

        color: #c7c7c7;

        font-family: 'berserk-icons';

        font-size: 16px;

        height: 16px;

        letter-spacing: 2px;

        line-height: 16px;

        font-style: normal;

        font-weight: normal;

        speak: none;

        vertical-align: top;

        -webkit-font-smoothing: antialiased;

        content: '\e605''\e605''\e605''\e605''\e605';

        display: block;

        position: absolute;

        z-index: 1;

    }

    .review-control-vote input[type="radio"] {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .review-control-vote input[type="radio"]:hover+label:before,

    .review-control-vote input[type="radio"]:checked+label:before {

        opacity: 1;

    }

    .review-control-vote label {

        cursor: pointer;

        display: block;

        position: absolute;

    }

    .review-control-vote label span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .review-control-vote label:before {

        color: #ff5501;

        font-family: 'berserk-icons';

        font-size: 16px;

        height: 16px;

        letter-spacing: 2px;

        line-height: 16px;

        font-style: normal;

        font-weight: normal;

        speak: none;

        vertical-align: top;

        -webkit-font-smoothing: antialiased;

        opacity: 0;

    }

    .review-control-vote label:hover:before {

        opacity: 1;

    }

    .review-control-vote label:hover~label:before {

        opacity: 0;

    }

    .review-control-vote .rating-5 {

        z-index: 2;

    }

    .review-control-vote .rating-5:before {

        content: '\e605''\e605''\e605''\e605''\e605';

    }

    .review-control-vote .rating-4 {

        z-index: 3;

    }

    .review-control-vote .rating-4:before {

        content: '\e605''\e605''\e605''\e605';

    }

    .review-control-vote .rating-3 {

        z-index: 4;

    }

    .review-control-vote .rating-3:before {

        content: '\e605''\e605''\e605';

    }

    .review-control-vote .rating-2 {

        z-index: 5;

    }

    .review-control-vote .rating-2:before {

        content: '\e605''\e605';

    }

    .review-control-vote .rating-1 {

        z-index: 6;

    }

    .review-control-vote .rating-1:before {

        content: '\e605';

    }

    .review-control-vote:before {

        content: '\e625''\e625''\e625''\e625''\e625';

    }

    .review-toolbar {

        border-top: 1px solid #c9c9c9;

        margin: 0 0 20px;

        padding: 0;

        text-align: center;

    }

    .review-toolbar:first-child {

        display: none;

    }

    .review-toolbar .pages {

        border-bottom: 1px solid #c9c9c9;

        display: block;

        padding: 20px 0;

        text-align: center;

    }

    .review-toolbar .limiter {

        display: none;

    }

    .review-add .block-title {

        display: none;

    }

    .review-form .action.submit.primary {

        margin: 0;

    }

    .review-form .actions-toolbar .actions-primary {

        padding: 0;

    }

    .fieldset .review-legend.legend {

        border-bottom: 0;

        line-height: 1.3;

        padding: 0;

        margin-bottom: 20px;

    }

    .fieldset .review-legend.legend span {

        margin: 0;

    }

    .fieldset .review-legend.legend strong {

        display: block;

        font-weight: 600;

    }

    .fieldset .review-field-ratings>.label {

        font-weight: 600;

        margin-bottom: 10px;

        padding: 0;

    }

    .review-control-vote label:before,

    .review-control-vote:before {

        font-size: 32px;

        height: 32px;

        letter-spacing: 10px;

        line-height: 32px;

    }

    .review-field-rating .label {

        font-weight: 600;

    }

    .review-field-rating .control {

        margin-bottom: 48px;

        margin-top: 10px;

    }

    .review-list {

        margin-bottom: 30px;

    }

    .review-list .block-title strong {

        font-weight: 300;

        line-height: 1.1;

        font-size: 2.6rem;

        margin-top: 2.5rem;

        margin-bottom: 2rem;

    }

    .review-item {

        border-bottom: 1px solid #c9c9c9;

        margin: 0;

        padding: 20px 0;

    }

    .review-item:after {

        clear: both;

        content: '';

        display: table;

    }

    .review-item:last-child {

        border-width: 0;

    }

    .review-ratings {

        display: table;

        margin-bottom: 10px;

        max-width: 100%;

    }

    .review-author {

        display: inline;

    }

    .review-author .review-details-value {

        font-weight: 400;

    }

    .review-date {

        display: inline;

    }

    .review-title {

        font-weight: 600;

        line-height: 1.1;

        font-size: 1.8rem;

        margin-top: 2rem;

        margin-bottom: 1rem;

        margin: 0 0 20px;

    }

    .review-content {

        margin-bottom: 20px;

    }

    .page-main .column .review-add {

        margin-bottom: 0;

    }

    .data.table.reviews .rating-summary {

        margin-top: -4px;

    }

    .customer.review.view .review.title,

    .customer.review.view .ratings.summary.items,

    .customer.review.view .product.details {

        margin-bottom: 20px;

    }

    .product-reviews-summary {

        margin-top: 5px;

        margin-bottom: 5px;

    }

    .products.wrapper.list .product-reviews-summary {

        margin: 0 auto;

    }

    .product-reviews-summary .rating-summary {

        display: inline-block;

        vertical-align: middle;

    }

    .product-reviews-summary .reviews-actions {

        display: inline-block;

        font-size: 11px;

        vertical-align: middle;

    }

    .product-reviews-summary .reviews-actions a:not(:last-child) {

        margin-right: 30px;

    }

    .product-info-main .rating-summary,

    .customer-review .rating-summary {

        margin-right: 30px;

    }

    .block-reviews-dashboard .items .item {

        margin-bottom: 20px;

    }

    .block-reviews-dashboard .items .item:last-child {

        margin-bottom: 0;

    }

    .block-reviews-dashboard .product-name {

        display: inline-block;

    }

    .block-reviews-dashboard .product-name:not(:last-child) {

        margin-bottom: 5px;

    }

    .block-reviews-dashboard .rating-summary .label {

        font-weight: 600;

        margin-right: 10px;

    }

    .table-reviews .product-name,

    .block-reviews-dashboard .product-name {

        font-weight: 400;

    }

    .table-reviews .rating-summary {

        display: inline-block;

        vertical-align: baseline;

    }

    .customer-review .product-media {

        float: left;

        margin-right: 3%;

        max-width: 285px;

        width: 30%;

    }

    .customer-review .review-details {

        margin: 0;

    }

    .customer-review .review-details .customer-review-rating {

        margin-bottom: 20px;

    }

    .customer-review .review-details .customer-review-rating .item {

        margin-bottom: 10px;

    }

    .customer-review .review-details .customer-review-rating .item:last-child {

        margin-bottom: 0;

    }

    .customer-review .review-details .review-title {

        line-height: 1.1;

        font-size: 1.8rem;

        margin-top: 2rem;

        margin-bottom: 1rem;

        font-weight: 600;

        margin-bottom: 20px;

    }

    .customer-review .review-details .review-content {

        margin: 0;

        margin-bottom: 20px;

    }

    .customer-review .review-details .review-date {

        color: #a6a6a6;

    }

    .block-reward-info .reward-balance {

        font-size: 1.8rem;

        margin-bottom: 25px;

    }

    .block-reward-info .reward-rates:not(:last-child),

    .block-reward-info .reward-limit:not(:last-child),

    .block-reward-info .reward-expiring:not(:last-child) {

        margin-bottom: 25px;

    }

    .block-reward-info .reward-rates .title,

    .block-reward-info .reward-limit .title,

    .block-reward-info .reward-expiring .title {

        display: inline-block;

        margin-bottom: 10px;

    }

    .order-details-items.rma .order-title {

        display: none;

    }

    .order-details-items.rma .order-title+.toolbar {

        display: none;

    }

    .form-create-return .additional:first-child {

        margin-top: 0;

    }

    .form-create-return .field.comment {

        margin-top: 55px;

    }

    .block-returns-comments .returns-comments dt,

    .block-returns-comments .returns-comments dd {

        margin: 0;

    }

    .block-returns-comments .returns-comments dt {

        font-weight: 400;

    }

    .block-returns-comments .returns-comments dd {

        margin-bottom: 15px;

    }

    .block-returns-comments .returns-comments dd:last-child {

        margin-bottom: 0;

    }

    .block-returns-comments .fieldset {

        margin-bottom: 20px;

    }

    .magento-rma-guest-create .order-links .item a {

        line-height: 1.42857143;

        margin: 0 30px 0 0;

        padding: 0;

        color: #1979c3;

        text-decoration: none;

        background: none;

        border: 0;

        display: inline;

    }

    .magento-rma-guest-create .order-links .item a:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .magento-rma-guest-create .order-links .item a:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .magento-rma-guest-create .order-links .item a:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .magento-rma-guest-create .order-links .item a:hover {

        color: #006bb4;

    }

    .magento-rma-guest-create .order-links .item a:hover,

    .magento-rma-guest-create .order-links .item a:active,

    .magento-rma-guest-create .order-links .item a:focus {

        background: none;

        border: 0;

    }

    .magento-rma-guest-create .order-links .item a.disabled,

    .magento-rma-guest-create .order-links .item a[disabled],

    fieldset[disabled] .magento-rma-guest-create .order-links .item a {

        color: #1979c3;

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

        text-decoration: underline;

    }

    .order-links .item {

        line-height: 40px;

        margin: 0 0 -1px;

    }

    .order-links .item strong {

        background: #ffffff;

        border: 1px solid #cccccc;

        display: block;

        font-weight: 400;

        padding: 0 20px;

    }

    .order-links .item a {

        background: #f6f6f6;

        color: #7d7d7d;

        border: 1px solid #cccccc;

        display: block;

        font-weight: 400;

        padding: 0 20px;

    }

    .order-links .item a:hover {

        background: #ffffff;

        text-decoration: none;

    }

    .order-details-items {

        border: 1px solid #cccccc;

        margin-bottom: 40px;

        padding: 10px;

    }

    .order-details-items .order-title {

        border-bottom: 1px solid #cccccc;

        padding: 0 0 10px;

    }

    .order-details-items .order-title>strong {

        font-size: 2.4rem;

        font-weight: 300;

    }

    .order-details-items .order-title .action {

        display: inline-block;

    }

    .order-details-items .table-wrapper {

        margin: 0;

    }

    .order-details-items .table-wrapper+.actions-toolbar {

        display: none;

    }

    .order-details-items .table-wrapper:not(:last-child) {

        margin-bottom: 30px;

    }

    .order-details-items .table-order-items>thead>tr>th {

        border-bottom: 1px solid #cccccc;

    }

    .order-details-items .table-order-items tbody+tbody {

        border-top: 1px solid #cccccc;

    }

    .account .order-details-items .table-order-items tbody tr:nth-child(even) td {

        background: none;

    }

    .order-details-items .table-order-items tbody td {

        padding-bottom: 20px;

        padding-top: 20px;

    }

    .order-details-items .table-order-items tbody .col.label {

        font-weight: 700;

        padding-bottom: 5px;

        padding-top: 0;

    }

    .order-details-items .table-order-items tbody .col.options {

        padding: 0 0 15px;

    }

    .order-details-items .table-order-items tbody>.item-parent td {

        padding-bottom: 5px;

    }

    .order-details-items .table-order-items tbody>.item-parent+tr td {

        padding-top: 5px;

    }

    .order-details-items .table-order-items tbody .item-options-container td {

        padding-bottom: 15px;

        padding-top: 0;

    }

    .order-details-items .table-order-items .product-item-name {

        margin: 0 0 10px;

    }

    .order-details-items .item-options {

        margin: 0;

    }

    .order-details-items .item-options dt {

        margin: 0;

    }

    .order-details-items .item-options dd {

        margin: 0 0 15px;

    }

    .order-details-items .item-options dd:last-child {

        margin-bottom: 0;

    }

    .order-details-items .item-options.links dt {

        display: inline-block;

    }

    .order-details-items .item-options.links dt:after {

        content: ': ';

    }

    .order-details-items .item-options.links dd {

        margin: 0;

    }

    .order-details-items thead .col.qty {

        text-align: center;

    }

    .order-details-items .col.name {

        padding-top: 16px;

    }

    .order-details-items .action.show {

        display: inline-block;

        text-decoration: none;

        color: #333333;

    }

    .order-details-items .action.show>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .order-details-items .action.show:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 10px;

        line-height: 10px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .order-details-items .action.show.expanded:after {

        content: '\e621';

    }

    .order-details-items .product-item-name {

        font-size: 1.8rem;

    }

    .order-details-items .items-qty .item {

        white-space: nowrap;

    }

    .order-details-items .items-qty .title:after {

        content: ': ';

    }

    .order-details-items .pages-items .item:first-child,

    .order-details-items .pages-items .item:last-child {

        margin-right: 0;

    }

    .block-order-details-comments {

        margin: 0 0 40px;

    }

    .block-order-details-comments .comment-date {

        font-weight: 600;

    }

    .block-order-details-comments .comment-content {

        line-height: 1.6;

        margin: 0 0 20px;

    }

    .block-order-details-view .block-content .box {

        margin-bottom: 30px;

    }

    .block-order-details-view .box-title {

        font-weight: 600;

    }

    .block-order-details-view .box-content .payment-method .title {

        font-weight: 400;

    }

    .block-order-details-view .box-content .payment-method .content {

        margin: 0;

    }

    .block-order-details-view .box-content .payment-method .content>strong {

        font-weight: 400;

    }

    .block-order-details-view .box-content .payment-method .content>strong:after {

        content: ': ';

    }

    .column.main .order-details-items .block-order-details-gift-message {

        margin: 40px 0 0;

    }

    .block-order-details-gift-message+.actions-toolbar {

        display: none;

    }

    .order-tracking {

        margin: 0;

        padding: 20px 0;

    }

    .order-title+.order-tracking {

        border-bottom: 1px solid #cccccc;

    }

    .order-tracking .tracking-title {

        display: inline-block;

    }

    .order-tracking .tracking-content {

        display: inline-block;

        margin: 0 0 0 5px;

    }

    .order-actions-toolbar {

        margin-bottom: 25px;

    }

    .order-actions-toolbar .action {

        margin-right: 30px;

    }

    .order-actions-toolbar .action.print {

        display: none;

        margin: 0;

    }

    .form-orders-search .field:last-child {

        margin-bottom: 20px;

    }

    .block-reorder .actions-toolbar {

        margin: 17px 0;

    }

    .block-reorder .product-item-name {

        display: inline-block;

    }

    .block-reorder .product-item .field.item {

        display: inline-block;

    }

    .product-social-links .action.mailto.friend {

        text-align: center;

    }

    .product-social-links .action.mailto.friend span {

        display: none;

    }

    .product-social-links .action.mailto.friend:before {

        content: "\f0e0";

        font-family: "Font Awesome 5 Free" !important;

        font-weight: 600 !important;

        font-size: 14px;

    }

    .block-collapsible-nav .content {

        background: #f5f5f5;

        padding: 15px 0;

    }

    .block-collapsible-nav .item {

        margin: 3px 0 0;

    }

    .block-collapsible-nav .item:first-child {

        margin-top: 0;

    }

    .block-collapsible-nav .item a,

    .block-collapsible-nav .item>strong {

        border-left: 3px solid transparent;

        color: #575757;

        display: block;

        padding: 5px 18px 5px 15px;

    }

    .block-collapsible-nav .item a {

        text-decoration: none;

    }

    .block-collapsible-nav .item a:hover {

        background: #e8e8e8;

    }

    .block-collapsible-nav .item.current a,

    .block-collapsible-nav .item.current>strong {

        border-color: #ff5501;

        color: #000000;

        font-weight: 600;

    }

    .block-collapsible-nav .item.current a {

        border-color: #ff5501;

    }

    .ie9 .page-wrapper {

        background-color: #ffffff;

        min-height: 0;

    }

    body {

        background-color: #ffffff;

    }

    body:not(.cms-index-index) .page-wrapper .top-container {

        background: url("../../frontend/Redgiant/berserk/en_GB/images/top_container_default.jpg") center no-repeat;

        background-size: cover;

        max-width: 100%;

        padding: 75px 0 47px 0;

        overflow: hidden;

        position: relative;

        z-index: 1;

        -webkit-box-align: center !important;

        align-items: center !important;

        display: -webkit-box;

        display: flex;

        flex-wrap: wrap;

    }

    body:not(.cms-index-index) .page-wrapper .top-container:before {

        background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

        background: linear-gradient(to right, #0f5ae0, #7202bb);

        opacity: 0.6;

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: 1;

        content: '';

        display: block;

    }

    body:not(.cms-index-index) .page-wrapper .top-container>div {

        position: relative;

        z-index: 2;

        padding-top: 40px;

        font-family: 'Montserrat', sans-serif;

        opacity: 0;

    }

    body:not(.cms-index-index) .page-wrapper .top-container>div .page-title {

        padding: 0;

        margin: 0;

        padding-right: 55px;

        font-size: 0px;

        line-height: 68px;

        color: #fff;

        font-family: 'Montserrat', sans-serif;

        font-weight: 100;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a {

        font-size: 15px;

        display: inline-block;

        vertical-align: middle;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a,

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:visited,

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:hover,

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs a:active {

        color: #fff;

        text-decoration: none;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .items {

        padding-top: 20px;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .items>li {

        display: inline-block;

        vertical-align: middle;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs .item:not(:last-child):after {

        content: "\f054";

        font-family: "Font Awesome 5 Free";

        font-weight: 600;

        font-size: 15px;

        vertical-align: middle;

        color: #fff;

        opacity: .4;

    }

    body:not(.cms-index-index) .page-wrapper .top-container .breadcrumbs strong {

        font-weight: 400;

        font-size: 15px;

        color: #fff;

        opacity: .4;

    }

    .brk-header__element {

        display: inline-block;

        position: relative;

        height: 100%;

        vertical-align: middle;

        color: #000;

    }

    .brk-header__element i {

        position: absolute;

        top: 50%;

        left: 18px;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        vertical-align: 0;

        color: inherit;

        line-height: 1;

    }

    .brk-header__element a:hover {

        color: inherit;

        background-color: rgba(255, 255, 255, 0.15);

        text-decoration: none;

    }

    .brk-header__element a,

    .brk-header__element a:visited,

    .brk-header__element a:hover,

    .brk-header__element a:active {

        color: #fff;

    }

    .brk-header__element--label {

        display: inline-block;

        padding-left: 27px;

        color: inherit;

    }

    .brk-header__element--wrap {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        position: relative;

        height: inherit;

        padding: 0 18px;

    }

    .brk-call-us {

        display: inline-block;

        vertical-align: middle;

        position: relative;

        border-radius: 21px;

        text-align: left;

        font-weight: 600;

        font-size: .875rem;

        margin: 0 5px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

        border: 1px solid rgba(255, 255, 255, 0.2);

        color: #fff;

    }

    .brk-call-us a {

        font-size: 14px;

        font-weight: 600;

    }

    .brk-call-us a,

    .brk-call-us a:visited,

    .brk-call-us a:hover,

    .brk-call-us a:active {

        color: #fff;

        text-decoration: none;

    }

    .brk-call-us__number {

        display: none;

        padding-left: 28px;

        padding-right: 56px;

        line-height: 40px;

    }

    .brk-call-us__link {

        display: block;

        position: static;

        top: 0;

        right: 0;

        border-radius: 50%;

        text-align: center;

        font-weight: 700;

        text-transform: uppercase;

        font-size: .875rem;

        width: 40px;

        height: 40px;

        line-height: 42px;

        color: #2775ff !important;

        background-color: #fff;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

    }

    .brk-call-us__link i {

        vertical-align: 0;

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    .nav-toggle {

        --bc: #fff;

        width: 22px;

        height: 18px;

        top: 24px;

    }

    .nav-toggle:before {

        display: none;

    }

    .nav-toggle span {

        position: absolute;

        top: 50%;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        left: 0;

        right: 0;

        height: 2px;

        background-color: var(--bc);

        width: auto;

        display: block;

        clip: auto;

        margin: 0;

        overflow: visible;

    }

    .nav-toggle span:before,

    .nav-toggle span:after {

        content: '';

        position: absolute;

        left: 0;

        width: 100%;

        height: 100%;

        -webkit-transition-duration: .3s;

        transition-duration: .3s;

        background-color: inherit;

    }

    .nav-toggle span:before {

        -webkit-transition-property: top;

        transition-property: top;

        top: -7px;

    }

    .nav-toggle span:after {

        -webkit-transition-property: bottom;

        transition-property: bottom;

        bottom: -7px;

    }

    .nav-toggle:hover span:before {

        top: -10px;

    }

    .nav-toggle:hover span:after {

        bottom: -10px;

    }

    .brk-lang,

    .brk-cur {

        display: inline-block;

        position: relative;

        height: 42px;

        text-align: center;

        cursor: pointer;

        margin: 0 5px;

        z-index: 1;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

        border: 1px solid rgba(255, 255, 255, 0.2);

        color: #fff;

        border-radius: 21px;

        padding: 0 21px;

        transition: all 0.2s;

    }

    .brk-lang:hover .brk-switcher__option,

    .brk-cur:hover .brk-switcher__option {

        max-width: 500px;

        background-color: #fff;

    }

    .brk-lang:hover .brk-switcher__option a,

    .brk-cur:hover .brk-switcher__option a {

        color: #b6b6b6;

    }

    .brk-lang:hover .brk-switcher__option a:hover,

    .brk-cur:hover .brk-switcher__option a:hover {

        color: #2775ff;

    }

    .brk-lang i,

    .brk-cur i {

        display: inline-block;

        vertical-align: middle;

        margin-left: 8px;

    }

    .brk-switcher__selected {

        font-size: 14px;

        font-weight: 600;

        display: inline-block;

        vertical-align: middle;

        line-height: 42px;

        color: #fff;

        z-index: 100;

    }

    .brk-switcher__selected i {

        vertical-align: 0;

        margin-left: 8px;

    }

    .brk-switcher__option {

        overflow: hidden;

        max-width: 0;

        margin: 0;

        padding: 0;

        list-style: none;

        display: inline-block;

        vertical-align: middle;

        position: absolute;

        right: 0;

        border-radius: 21px;

        padding: 0 21px;

        background-color: transparent;

        -webkit-transition-property: max-width, background-color;

        transition-property: max-width, background-color;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

    }

    .brk-switcher__option:after {

        content: "\f0d7";

        display: inline-block;

        vertical-align: middle;

        margin-left: 8px;

        font-weight: 900 !important;

        font-family: "Font Awesome 5 Free";

        color: #b6b6b6;

        font-size: 14px;

        -moz-osx-font-smoothing: grayscale;

        -webkit-font-smoothing: antialiased;

        font-style: normal;

        font-variant: normal;

        text-rendering: auto;

        line-height: 1;

    }

    .brk-switcher__option>li {

        display: inline-block;

        vertical-align: middle;

        margin: 0;

    }

    .brk-switcher__option a {

        font-size: 14px;

        font-weight: 600;

        color: transparent;

        line-height: 40px;

        text-align: center;

        padding: 0 18px;

    }

    .brk-switcher__option a:visited {

        color: #b6b6b6;

    }

    .brk-switcher__option a:hover,

    .brk-switcher__option a:active {

        color: #2775ff;

        text-decoration: none;

    }

    .search-area {

        display: inline-block;

        vertical-align: middle;

        position: relative;

        margin-left: 0;

        margin-right: 10px;

    }

    .search-area>a {

        font-size: 14px;

        color: #fff;

        padding: 0 10px;

        display: inline-block;

        vertical-align: middle;

        line-height: 66px;

    }

    .brk-footer__shop-title,

    .brk-footer__shop-title_wide {

        position: relative;

        font-size: 24px;

        font-weight: 400;

        margin: 0;

        margin-bottom: 35px;

        padding-bottom: 30px;

        color: #fff;

        text-transform: uppercase;

    }

    .brk-footer__shop-title:after,

    .brk-footer__shop-title_wide:after {

        content: "";

        position: absolute;

        left: 0;

        bottom: 0;

        width: 100%;

        height: 2px;

        background-color: rgba(255, 255, 255, 0.2);

    }

    .brk-categories {

        list-style: none;

        padding: 0;

        margin: 0;

    }

    .brk-categories__item>a,

    .brk-categories__item-icon {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

    }

    .brk-categories__item {

        margin: 0;

    }

    .brk-categories__item.active,

    .brk-categories__item:hover {

        background-color: #2775ff;

    }

    .brk-categories__item>a {

        padding: 13px 30px 12px;

        -webkit-box-pack: justify;

        justify-content: space-between;

        text-decoration: none;

        color: #fff;

    }

    .brk-footer__shop-element {

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

        overflow: hidden;

        padding-bottom: 40px;

        margin-bottom: 30px;

    }

    .brk-footer__social-links-title {

        line-height: 24px;

        font-size: 16px;

        padding: 0;

        margin: 10px 25px 10px 0;

        color: #fff;

    }

    .brk-social-links {

        display: -webkit-inline-box;

        display: inline-flex;

        -webkit-box-align: center;

        align-items: center;

        padding-bottom: 4px;

    }



    .brk-social-links a {

        color: white;

    }



    a.brk-social-links__item {

        font-size: 13px;

        margin-right: 20px;

        line-height: 24px;

        color: #fff;

        text-decoration: none;

    }

    a.brk-social-links__item:hover {

        color: rgba(0, 0, 0, 0.7);

    }

    .brk-header__btn_white .after,

    .brk-header__btn_white-border .after,

    .brk-header__btn_white .before,

    .brk-header__btn_white-border .before {

        background-color: #fff !important;

        color: #000 !important;

    }

    .brk-footer__wide-menu {

        position: relative;

    }

    .brk-footer__wide-menu:after {

        content: "";

        position: absolute;

        left: -40px;

        right: -40px;

        top: 0;

        bottom: 0;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);

        background-color: #fff;

        z-index: -1;

    }

    .brk-footer-nav ul li {

        margin: 16px 20px;

    }

    .brk-footer-nav ul li:first-child {

        margin-left: 0;

    }

    .brk-footer-nav ul li a {

        font: inherit;

        color: inherit;

        text-decoration: none;

    }

    .brk-footer-nav ul li a:hover {

        color: rgba(0, 0, 0, 0.7);

    }

    .page.messages {

        position: relative;

        z-index: 1;

    }

    .authorization-link>a>i,

    .link.wishlist>a>i {

        margin-right: 8px;

    }

    .my-account-link:before,

    .register-link:before {

        font-family: "Font Awesome 5 Free";

        -moz-osx-font-smoothing: grayscale;

        -webkit-font-smoothing: antialiased;

        display: inline-block;

        font-style: normal;

        font-variant: normal;

        text-rendering: auto;

        line-height: 1;

        margin-right: 14px;

        font-weight: 900;

    }

    a.action.compare:before {

        content: "\f362";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        margin-right: 8px;

        display: inline-block;

        vertical-align: middle;

        margin-top: -1px;

    }

    .my-account-link:before {

        content: '\f007';

    }

    .register-link:before {

        content: '\f234';

        margin-right: 8px;

    }

    .block-search .label {

        display: none;

    }

    .block-search input {

        position: static;

        margin: 0;

    }

    .block-search .action.search {

        display: inline-block;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

        position: absolute;

        right: 10px;

        top: 0;

        z-index: 1;

    }

    .block-search .action.search>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .brk-header-popup-menu__open-close {

        color: #fff;

        height: inherit;

        text-transform: uppercase;

        cursor: pointer;

        display: none;

        -webkit-box-align: center;

        align-items: center;

    }

    .brk-header-popup-menu__open-close .brk-close,

    .brk-header-popup-menu__open-close.is-active .brk-open {

        display: none;

    }

    .brk-header-popup-menu__open-close.is-active .brk-close {

        display: block;

    }

    .brk-header-popup-menu__open-close i {

        vertical-align: text-top;

        margin-right: 10px;

        position: relative;

        top: 2px;

    }

    /************* Header(Common) **************/

    .page-header {

        /************* Header Type 1(Common) **************/

        /************* Header Type 1(Common) **************/

        /************* Header Type 2(Common) **************/

        /************* Header Type 2(Common) **************/

        /************* Header Type 3(Common) **************/

        /************* Header Type 3(Common) **************/

        /************* Header Type 4(Common) **************/

        /************* Header Type 4(Common) **************/

        /************* Header Type 5(Common) **************/

        /************* Header Type 5(Common) **************/

        /************* Header Type 6(Common) **************/

        /************* Header Type 6(Common) **************/

        /************* Header Type 7(Common) **************/

        /************* Header Type 7(Common) **************/

        /************* Sticky Header(Common) **************/

        /************* Sticky Header(Common) **************/

    }

    .page-header .logo {

        display: inline-block;

    }

    .page-header .header.content {

        max-width: 100%;

    }

    .page-header.type1 {

        top: -42px;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type1 .header.panel {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

        background: linear-gradient(to right, #0f5ae0, #7202bb);

        max-width: 100%;

        width: 100%;

        padding: 0 15px;

        height: 46px;

        display: flex;

    }

    .page-header.type1 .header.panel>.brk-custom-block,

    .page-header.type1 .header.panel>.links-area {

        flex: 0 0 50%;

        max-width: 50%;

    }

    .page-header.type1 .header.panel>.links-area {

        text-align: right;

    }

    .page-header.type1 .header.panel .links-area>.links {

        list-style: none;

        padding: 0;

        margin: 0;

        height: 100%;

    }

    .page-header.type1 .header.panel .links-area>.links>li {

        display: inline-block;

        vertical-align: middle;

        color: #fff;

        margin: 0;

        height: inherit;

    }

    .page-header.type1 .header.panel .links-area>.links>li>a,

    .page-header.type1 .header.panel .links-area>.links>li>a:visited,

    .page-header.type1 .header.panel .links-area>.links>li>a:hover,

    .page-header.type1 .header.panel .links-area>.links>li>a:active {

        color: #fff;

        text-decoration: none;

    }

    .page-header.type1 .header.panel .links-area>.links>li>a:hover {

        background-color: rgba(255, 255, 255, 0.15);

    }

    .page-header.type1 .header.panel .links-area>.links>li>*:not(.customer-menu) {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        position: relative;

        height: inherit;

        padding: 0 18px;

    }

    .page-header.type1 .header.content {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type1 .header.content .header-content {

        position: relative;

    }

    .page-header.type1 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type1 .header.content .header-content>.row>div:first-child {

        position: static;

    }

    .page-header.type1 .header.content .brk-custom-block {

        display: inline-block;

        vertical-align: middle;

    }

    .page-header.type1 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type1 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type1 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type1 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type1 .block-search .block-content {

        position: relative;

    }

    .page-header.type1 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type1 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type1 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type2 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type2.brk-header_scroll {

        top: -45px;

    }

    .page-header.type2 .brk-header__element {

        font-size: 10px;

        text-transform: uppercase;

        font-weight: 600;

    }

    .page-header.type2 .brk-header__element i {

        opacity: .5;

        margin-top: -6px;

        font-size: 11px;

        -webkit-transform: none;

        transform: none;

    }

    .page-header.type2 .brk-header__element--label {

        padding-left: 18px;

    }

    .page-header.type2 .brk-switcher__selected {

        font-size: 11px;

        font-weight: 400;

    }

    .page-header.type2 .my-account-link:before,

    .page-header.type2 .register-link:before {

        opacity: .5;

        font-size: 11px;

    }

    .page-header.type2 .minicart-wrapper .action.showcart {

        color: #fff;

    }

    .page-header.type2 .minicart-wrapper .action.showcart.active:before,

    .page-header.type2 .minicart-wrapper .action.showcart:before {

        font-size: 11px;

        line-height: 45px;

        opacity: .5;

    }

    .page-header.type2 .minicart-wrapper .action.showcart .text {

        display: inline-block;

        vertical-align: middle;

        clip: auto;

        height: auto;

        margin: 0;

        width: auto;

        position: static;

        font-size: 10px;

        text-transform: uppercase;

        margin-left: 10px;

        font-family: 'Montserrat', sans-serif;

        font-weight: 500;

    }

    .page-header.type2 .minicart-wrapper .action.showcart .counter.qty {

        background-color: rgba(0, 0, 0, 0.2);

        position: static;

        width: 19px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;

        margin-left: 10px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

        font-family: 'Montserrat';

        font-weight: 500;

        font-size: 10px;

    }

    .page-header.type2 .header.panel {

        border-bottom: 1px solid rgba(255, 255, 255, 0.5);

        max-width: 100%;

        width: 100%;

        padding: 0 15px;

        height: 46px;

        display: flex;

        font-family: 'Montserrat', sans-serif;

    }

    .page-header.type2 .header.panel>.brk-custom-block {

        flex: 0 0 50%;

        max-width: 50%;

    }

    .page-header.type2 .header.panel>.links-area {

        flex: 0 0 50%;

        max-width: 50%;

    }

    .page-header.type2 .header.panel>.links-area {

        text-align: right;

    }

    .page-header.type2 .account-links-area {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

        position: relative;

    }

    .page-header.type2 .account-links-area>a {

        display: block;

        line-height: 45px;

        padding: 0 10px;

        font-size: 10px;

        text-transform: uppercase;

    }

    .page-header.type2 .account-links-area>a i {

        font-size: 11px;

    }

    .page-header.type2 .account-links-area>a,

    .page-header.type2 .account-links-area>a:hover,

    .page-header.type2 .account-links-area>a:active,

    .page-header.type2 .account-links-area>a:visited {

        color: #fff;

    }

    .page-header.type2 .account-links-area>.header.links {

        float: none;

        right: -5px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: auto;

        min-width: 200px;

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        padding: 5px 0;

        font-size: 12px;

    }

    .page-header.type2 .account-links-area>.header.links:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type2 .account-links-area>.header.links li {

        margin: 0;

    }

    .page-header.type2 .account-links-area>.header.links li>a {

        padding: 10px 20px;

        position: relative;

        display: block;

    }

    .page-header.type2 .account-links-area>.header.links li>a,

    .page-header.type2 .account-links-area>.header.links li>a:active,

    .page-header.type2 .account-links-area>.header.links li>a:visited {

        color: #272727;

    }

    .page-header.type2 .account-links-area>.header.links li>a:after {

        content: '';

        position: absolute;

        top: 0;

        right: -5px;

        bottom: 0;

        left: -5px;

        background-color: #f3f7ff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        opacity: 0;

        z-index: -1;

    }

    .page-header.type2 .account-links-area>.header.links li>a:hover:after {

        opacity: 1;

    }

    .page-header.type2 .account-links-area>.header.links li>span {

        display: block;

        padding: 10px 20px;

    }

    .page-header.type2 .account-links-area:hover>.header.links {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type2 .header.content {

        border-bottom: transparent;

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type2 .header.content .header-content {

        position: relative;

    }

    .page-header.type2 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type2 .header.content .header-content>.row>.col-lg {

        position: static;

    }

    .page-header.type2 .header.content .logo {

        margin-left: 10px;

        display: inline-block;

    }

    .page-header.type2 .header.content .brk-custom-block {

        display: inline-block;

        vertical-align: middle;

    }

    .page-header.type2 .block-search {

        float: none;

        right: -5px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type2 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 13px;

    }

    .page-header.type2 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type2 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type2 .block-search .block-content {

        position: relative;

    }

    .page-header.type2 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type2 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type2 .search-area {

        margin-right: 0;

        margin-left: 5px;

    }

    .page-header.type2 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type2 .brk-custom-block .btn-sm-1 {

        line-height: 24px;

        padding: 8px 5px;

        margin: 0;

    }

    .page-header.type2 .brk-switcher__option {

        border-radius: 0;

    }

    .page-header.type3 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type3.brk-header_scroll {

        top: -45px;

    }

    .page-header.type3 .brk-header__element {

        font-size: 10px;

        text-transform: uppercase;

        font-weight: 600;

    }

    .page-header.type3 .brk-header__element i {

        opacity: .5;

        margin-top: -6px;

        font-size: 11px;

        -webkit-transform: none;

        transform: none;

    }

    .page-header.type3 .brk-header__element a,

    .page-header.type3 .brk-header__element a:visited,

    .page-header.type3 .brk-header__element a:hover,

    .page-header.type3 .brk-header__element a:active {

        color: #fff;

    }

    .page-header.type3 .brk-header__element a:hover {

        background-color: transparent;

    }

    .page-header.type3 .brk-header__element--label {

        padding-left: 18px;

    }

    .page-header.type3 .brk-switcher__selected {

        font-size: 11px;

        font-weight: 400;

        color: #fff;

    }

    .page-header.type3 .my-account-link:before,

    .page-header.type3 .register-link:before {

        opacity: .5;

        font-size: 11px;

    }

    .page-header.type3 .minicart-wrapper .action.showcart {

        color: #fff;

    }

    .page-header.type3 .minicart-wrapper .action.showcart.active:before,

    .page-header.type3 .minicart-wrapper .action.showcart:before {

        font-size: 11px;

        line-height: 45px;

        opacity: .5;

    }

    .page-header.type3 .minicart-wrapper .action.showcart:before,

    .page-header.type3 .minicart-wrapper .action.showcart:hover:before,

    .page-header.type3 .minicart-wrapper .action.showcart:active:before,

    .page-header.type3 .minicart-wrapper .action.showcart.active:before,

    .page-header.type3 .minicart-wrapper .action.showcart.active:hover:before,

    .page-header.type3 .minicart-wrapper .action.showcart.active:active:before {

        color: #fff;

    }

    .page-header.type3 .minicart-wrapper .action.showcart .text {

        display: inline-block;

        vertical-align: middle;

        clip: auto;

        height: auto;

        margin: 0;

        width: auto;

        position: static;

        font-size: 10px;

        text-transform: uppercase;

        margin-left: 10px;

        color: #fff;

        font-family: 'Montserrat', sans-serif;

        font-weight: 500;

    }

    .page-header.type3 .minicart-wrapper .action.showcart .counter.qty {

        background-color: rgba(0, 0, 0, 0.2);

        position: static;

        width: 19px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;

        margin-left: 10px;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07000000000000001);

        font-family: 'Montserrat';

        font-weight: 500;

        font-size: 10px;

    }

    .page-header.type3 .header.panel {

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

        max-width: 100%;

        width: 100%;

        padding: 0 15px;

        height: 46px;

        display: flex;

        font-family: 'Montserrat', sans-serif;

    }

    .page-header.type3 .header.panel>.brk-custom-block {

        flex: 0 0 33.33%;

        max-width: 33.33%;

    }

    .page-header.type3 .header.panel>.links-area {

        flex: 0 0 66.66%;

        max-width: 66.66%;

    }

    .page-header.type3 .header.panel>.links-area {

        text-align: right;

    }

    .page-header.type3 .header.panel .links-area>.links {

        list-style: none;

        padding: 0;

        margin: 0;

        height: 100%;

    }

    .page-header.type3 .header.panel .links-area>.links>li {

        display: inline-block;

        vertical-align: middle;

        color: #000;

        margin: 0;

        height: inherit;

        font-size: 10px;

        text-transform: uppercase;

        font-weight: 500;

    }

    .page-header.type3 .header.panel .links-area>.links>li>a,

    .page-header.type3 .header.panel .links-area>.links>li>a:visited,

    .page-header.type3 .header.panel .links-area>.links>li>a:hover,

    .page-header.type3 .header.panel .links-area>.links>li>a:active {

        color: #fff;

        text-decoration: none;

    }

    .page-header.type3 .header.panel .links-area>.links>li>a:hover {

        background-color: transparent;

    }

    .page-header.type3 .header.panel .links-area>.links>li>a i {

        opacity: .5;

        margin-right: 10px;

        font-size: 11px;

    }

    .page-header.type3 .header.panel .links-area>.links>li>*:not(.customer-menu) {

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        position: relative;

        height: inherit;

        padding: 0 18px;

    }

    .page-header.type3 .header.content {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type3 .header.content .header-content {

        position: relative;

    }

    .page-header.type3 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type3 .header.content .header-content>.row>.col-lg {

        position: static;

    }

    .page-header.type3 .header.content .logo {

        margin-left: 10px;

        display: inline-block;

    }

    .page-header.type3 .header.content .brk-custom-block {

        display: inline-block;

        vertical-align: middle;

    }

    .page-header.type3 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type3 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type3 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type3 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type3 .block-search .block-content {

        position: relative;

    }

    .page-header.type3 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type3 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type3 .search-area {

        margin-right: 0;

    }

    .page-header.type3 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type3 .brk-custom-block .btn-sm-1 {

        line-height: 24px;

        padding: 8px 5px;

    }

    .page-header.type3 .brk-switcher__option {

        border-radius: 0;

    }

    .page-header.type4 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: rgba(38, 38, 38, 0.2);

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type4 .brk-header-popup-menu__open-close {

        height: 100%;

        position: relative;

        z-index: 1;

    }

    .page-header.type4 .header-right-area {

        height: 100%;

    }

    .page-header.type4 .brk-header__element i {

        position: static;

        -webkit-transform: none;

        transform: none;

    }

    .page-header.type4 .minicart-wrapper {

        margin-left: 0;

    }

    .page-header.type4 .search-area {

        margin-left: 5px;

        margin-right: 5px;

    }

    .page-header.type4 .links-area {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

        position: relative;

    }

    .page-header.type4 .links-area>a {

        display: block;

        line-height: 73px;

        padding: 0 10px;

    }

    .page-header.type4 .links-area>a,

    .page-header.type4 .links-area>a:hover,

    .page-header.type4 .links-area>a:active,

    .page-header.type4 .links-area>a:visited {

        color: #fff;

    }

    .page-header.type4 .links-area>.header.links {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: auto;

        min-width: 200px;

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        padding: 5px 0;

    }

    .page-header.type4 .links-area>.header.links:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type4 .links-area>.header.links li {

        margin: 0;

    }

    .page-header.type4 .links-area>.header.links li>a {

        padding: 10px 20px;

        position: relative;

        display: block;

    }

    .page-header.type4 .links-area>.header.links li>a,

    .page-header.type4 .links-area>.header.links li>a:active,

    .page-header.type4 .links-area>.header.links li>a:visited {

        color: #272727;

    }

    .page-header.type4 .links-area>.header.links li>a:after {

        content: '';

        position: absolute;

        top: 0;

        right: -5px;

        bottom: 0;

        left: -5px;

        background-color: #f3f7ff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        opacity: 0;

        z-index: -1;

    }

    .page-header.type4 .links-area>.header.links li>a:hover:after {

        opacity: 1;

    }

    .page-header.type4 .links-area>.header.links li>span {

        display: block;

        padding: 10px 20px;

    }

    .page-header.type4 .links-area:hover>.header.links {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type4 .header.content {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 30px;

        height: 74px;

    }

    .page-header.type4 .header.content .header-content {

        position: relative;

        height: 100%;

    }

    .page-header.type4 .header.content .header-content>.row {

        position: static;

        height: inherit;

    }

    .page-header.type4 .header.content .brk-custom-block {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

    }

    .page-header.type4 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type4 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type4 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type4 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type4 .block-search .block-content {

        position: relative;

    }

    .page-header.type4 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type4 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type4 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type5 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type5 .links-area {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

        margin-left: 10px;

        position: relative;

    }

    .page-header.type5 .links-area>a {

        display: block;

        line-height: 71px;

        padding: 0 10px;

    }

    .page-header.type5 .links-area>a,

    .page-header.type5 .links-area>a:hover,

    .page-header.type5 .links-area>a:active,

    .page-header.type5 .links-area>a:visited {

        color: #fff;

    }

    .page-header.type5 .links-area>.header.links {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: auto;

        min-width: 200px;

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        padding: 5px 0;

    }

    .page-header.type5 .links-area>.header.links:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type5 .links-area>.header.links li {

        margin: 0;

    }

    .page-header.type5 .links-area>.header.links li>a {

        padding: 10px 20px;

        position: relative;

        display: block;

    }

    .page-header.type5 .links-area>.header.links li>a,

    .page-header.type5 .links-area>.header.links li>a:active,

    .page-header.type5 .links-area>.header.links li>a:visited {

        color: #272727;

    }

    .page-header.type5 .links-area>.header.links li>a:after {

        content: '';

        position: absolute;

        top: 0;

        right: -5px;

        bottom: 0;

        left: -5px;

        background-color: #f3f7ff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        opacity: 0;

        z-index: -1;

    }

    .page-header.type5 .links-area>.header.links li>a:hover:after {

        opacity: 1;

    }

    .page-header.type5 .links-area>.header.links li>span {

        display: block;

        padding: 10px 20px;

    }

    .page-header.type5 .links-area:hover>.header.links {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type5 .brk-switcher__selected {

        font-size: 11px;

        font-weight: 400;

    }

    .page-header.type5 .minicart-wrapper .action.showcart {

        color: #fff;

    }

    .page-header.type5 .minicart-wrapper .action.showcart.active:before,

    .page-header.type5 .minicart-wrapper .action.showcart:before {

        font-size: 12px;

        line-height: 71px;

    }

    .page-header.type5 .minicart-wrapper .action.showcart:before,

    .page-header.type5 .minicart-wrapper .action.showcart:hover:before,

    .page-header.type5 .minicart-wrapper .action.showcart:active:before,

    .page-header.type5 .minicart-wrapper .action.showcart.active:before,

    .page-header.type5 .minicart-wrapper .action.showcart.active:hover:before,

    .page-header.type5 .minicart-wrapper .action.showcart.active:active:before {

        color: #fff;

    }

    .page-header.type5 .minicart-wrapper .action.showcart .counter.qty {

        width: 19px;

        display: inline-block;

    }

    .page-header.type5 .header.content {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type5 .header.content .header-content {

        position: relative;

    }

    .page-header.type5 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type5 .header.content .header-content>.row>.col-lg {

        position: static;

    }

    .page-header.type5 .header.content .logo {

        margin-left: 10px;

        display: inline-block;

        vertical-align: middle;

    }

    .page-header.type5 .header.content .brk-custom-block {

        display: inline-block;

        vertical-align: middle;

    }

    .page-header.type5 .search-area>a {

        line-height: 71px;

    }

    .page-header.type5 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type5 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type5 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type5 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type5 .block-search .block-content {

        position: relative;

    }

    .page-header.type5 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type5 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type5 .search-area {

        margin-right: 0;

        margin-left: 10px;

    }

    .page-header.type5 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type5 .brk-custom-block .btn-sm-1 {

        line-height: 24px;

        padding: 8px 5px;

    }

    .page-header.type5 .brk-switcher__option {

        border-radius: 0;

    }

    .page-header.type6 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type6 .brk-header__element i {

        position: static;

        line-height: inherit;

        -webkit-transform: none;

        transform: none;

    }

    .page-header.type6 .brk-header__element a {

        line-height: 71px;

        display: block;

        height: 71px;

    }

    .page-header.type6 .links-area {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

        margin-left: 10px;

        position: relative;

    }

    .page-header.type6 .links-area>a {

        display: block;

        line-height: 71px;

        padding: 0 10px;

    }

    .page-header.type6 .links-area>a,

    .page-header.type6 .links-area>a:hover,

    .page-header.type6 .links-area>a:active,

    .page-header.type6 .links-area>a:visited {

        color: #fff;

    }

    .page-header.type6 .links-area>.header.links {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: auto;

        min-width: 200px;

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        padding: 5px 0;

    }

    .page-header.type6 .links-area>.header.links:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type6 .links-area>.header.links li {

        margin: 0;

    }

    .page-header.type6 .links-area>.header.links li>a {

        padding: 10px 20px;

        position: relative;

        display: block;

    }

    .page-header.type6 .links-area>.header.links li>a,

    .page-header.type6 .links-area>.header.links li>a:active,

    .page-header.type6 .links-area>.header.links li>a:visited {

        color: #272727;

    }

    .page-header.type6 .links-area>.header.links li>a:after {

        content: '';

        position: absolute;

        top: 0;

        right: -5px;

        bottom: 0;

        left: -5px;

        background-color: #f3f7ff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        opacity: 0;

        z-index: -1;

    }

    .page-header.type6 .links-area>.header.links li>a:hover:after {

        opacity: 1;

    }

    .page-header.type6 .links-area>.header.links li>span {

        display: block;

        padding: 10px 20px;

    }

    .page-header.type6 .links-area:hover>.header.links {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type6 .brk-switcher__selected {

        font-size: 11px;

        font-weight: 400;

    }

    .page-header.type6 .minicart-wrapper .action.showcart {

        color: #fff;

    }

    .page-header.type6 .minicart-wrapper .action.showcart.active:before,

    .page-header.type6 .minicart-wrapper .action.showcart:before {

        font-size: 12px;

        line-height: 71px;

    }

    .page-header.type6 .minicart-wrapper .action.showcart:before,

    .page-header.type6 .minicart-wrapper .action.showcart:hover:before,

    .page-header.type6 .minicart-wrapper .action.showcart:active:before,

    .page-header.type6 .minicart-wrapper .action.showcart.active:before,

    .page-header.type6 .minicart-wrapper .action.showcart.active:hover:before,

    .page-header.type6 .minicart-wrapper .action.showcart.active:active:before {

        color: #fff;

    }

    .page-header.type6 .minicart-wrapper .action.showcart .counter.qty {

        width: 19px;

        display: inline-block;

    }

    .page-header.type6 .header.content {

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type6 .header.content .header-content {

        position: relative;

    }

    .page-header.type6 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type6 .header.content .header-content>.row>.col-lg {

        position: static;

    }

    .page-header.type6 .header.content .logo {

        margin-left: 10px;

        display: inline-block;

    }

    .page-header.type6 .header.content .brk-custom-block {

        display: none;

        vertical-align: middle;

    }

    .page-header.type6 .search-area>a {

        line-height: 71px;

    }

    .page-header.type6 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type6 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type6 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type6 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type6 .block-search .block-content {

        position: relative;

    }

    .page-header.type6 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type6 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type6 .search-area {

        margin-right: 0;

        margin-left: 10px;

    }

    .page-header.type6 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type6 .brk-custom-block .btn-sm-1 {

        line-height: 24px;

        padding: 8px 5px;

    }

    .page-header.type6 .brk-switcher__option {

        border-radius: 0;

    }

    .page-header.type7 {

        top: 0;

        left: 0;

        right: 0;

        z-index: 100;

        background-color: transparent;

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

        -webkit-transition-duration: .4s;

        transition-duration: .4s;

        -webkit-transition-delay: .2s;

        transition-delay: .2s;

        position: absolute;

        padding: 0;

    }

    .page-header.type7 .brk-header__element i {

        line-height: inherit;

        -webkit-transform: none;

        transform: none;

        top: 0;

    }

    .page-header.type7 .brk-header__element a,

    .page-header.type7 .brk-header__element .brk-header__element--wrap {

        line-height: 1.5;

        display: block;

    }

    .page-header.type7 .brk-header__element .brk-header__element--label {

        padding-left: 20px;

    }

    .page-header.type7 .links-area {

        display: inline-block;

        vertical-align: middle;

        height: inherit;

        margin-left: 10px;

        position: relative;

    }

    .page-header.type7 .links-area>a {

        display: block;

        line-height: 71px;

        padding: 0 10px;

    }

    .page-header.type7 .links-area>a,

    .page-header.type7 .links-area>a:hover,

    .page-header.type7 .links-area>a:active,

    .page-header.type7 .links-area>a:visited {

        color: #fff;

    }

    .page-header.type7 .links-area>.header.links {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: auto;

        min-width: 200px;

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

        padding: 5px 0;

    }

    .page-header.type7 .links-area>.header.links:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type7 .links-area>.header.links li {

        margin: 0;

    }

    .page-header.type7 .links-area>.header.links li>a {

        padding: 10px 20px;

        position: relative;

        display: block;

    }

    .page-header.type7 .links-area>.header.links li>a,

    .page-header.type7 .links-area>.header.links li>a:active,

    .page-header.type7 .links-area>.header.links li>a:visited {

        color: #272727;

    }

    .page-header.type7 .links-area>.header.links li>a:after {

        content: '';

        position: absolute;

        top: 0;

        right: -5px;

        bottom: 0;

        left: -5px;

        background-color: #f3f7ff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        opacity: 0;

        z-index: -1;

    }

    .page-header.type7 .links-area>.header.links li>a:hover:after {

        opacity: 1;

    }

    .page-header.type7 .links-area>.header.links li>span {

        display: block;

        padding: 10px 20px;

    }

    .page-header.type7 .links-area:hover>.header.links {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type7 .brk-switcher__selected {

        font-size: 11px;

        font-weight: 400;

    }

    .page-header.type7 .minicart-wrapper .action.showcart {

        color: #fff;

    }

    .page-header.type7 .minicart-wrapper .action.showcart.active:before,

    .page-header.type7 .minicart-wrapper .action.showcart:before {

        font-size: 12px;

        line-height: 71px;

    }

    .page-header.type7 .minicart-wrapper .action.showcart:before,

    .page-header.type7 .minicart-wrapper .action.showcart:hover:before,

    .page-header.type7 .minicart-wrapper .action.showcart:active:before,

    .page-header.type7 .minicart-wrapper .action.showcart.active:before,

    .page-header.type7 .minicart-wrapper .action.showcart.active:hover:before,

    .page-header.type7 .minicart-wrapper .action.showcart.active:active:before {

        color: #fff;

    }

    .page-header.type7 .minicart-wrapper .action.showcart .counter.qty {

        width: 19px;

        display: inline-block;

    }

    .page-header.type7 .header.content {

        position: relative;

        -webkit-transition: height .3s;

        transition: height .3s;

        padding: 0 15px;

    }

    .page-header.type7 .header.content .header-content {

        position: relative;

    }

    .page-header.type7 .header.content .header-content>.row {

        position: static;

    }

    .page-header.type7 .header.content .header-content>.row>.col-lg {

        position: static;

    }

    .page-header.type7 .header.content .logo {

        margin-left: 10px;

        display: inline-block;

    }

    .page-header.type7 .header.content .brk-custom-block {

        vertical-align: middle;

    }

    .page-header.type7 .search-area>a {

        line-height: 71px;

    }

    .page-header.type7 .block-search {

        float: none;

        right: -15px;

        opacity: 0;

        visibility: hidden;

        transform: scale(0);

        transform-origin: calc(100% - 30px) 0;

        transition-property: opacity, visibility, \transform;

        transition-duration: .3s;

        z-index: 98;

        position: absolute;

        top: 100%;

        width: calc(100vw - 60px);

        max-width: 500px;

        height: auto;

        text-align: left;

        background-color: #fff;

        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;

        padding: 0;

    }

    .page-header.type7 .block-search:before {

        content: '';

        position: absolute;

        width: 0;

        height: 0;

        top: -8px;

        border-bottom: 8px solid #fff;

        border-left: 8px solid transparent;

        border-right: 8px solid transparent;

        z-index: 9;

        right: 23px;

    }

    .page-header.type7 .block-search .block-title {

        display: block;

        height: 68px;

        line-height: 68px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -2px #7400ba;

        font-size: 18px;

        font-family: 'Montserrat', sans-serif;

        margin: 0;

    }

    .page-header.type7 .block-search input {

        width: 100%;

        height: 66px;

        border-radius: 0;

        box-shadow: none;

        border: 0;

        color: #272727;

        padding: 0 50px 0 29px;

        line-height: 66px;

        font-size: 14px;

        margin-bottom: 3px;

    }

    .page-header.type7 .block-search .block-content {

        position: relative;

    }

    .page-header.type7 .block-search .block-content .action.search {

        top: 17px;

        right: 20px;

    }

    .page-header.type7 .block-search .block-content .action.search:before {

        content: "\f002";

        font-family: "Font Awesome 5 Free";

        font-weight: 900;

        font-size: 16px;

        color: #2775ff;

    }

    .page-header.type7 .search-area {

        margin-right: 0;

        margin-left: 10px;

    }

    .page-header.type7 .search-area:hover .block-search {

        visibility: visible;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

        -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

        -webkit-transition-duration: .28s;

        transition-duration: .28s;

    }

    .page-header.type7 .brk-custom-block .btn-sm-1 {

        line-height: 24px;

        padding: 8px 5px;

    }

    .page-header.type7 .brk-switcher__option {

        border-radius: 0;

    }

    .page-header img.sticky-logo {

        display: none;

    }

    .page-header img.default-logo {

        display: block;

    }

    .page-header.brk-header_scroll {

        position: fixed;

        /************* Sticky Header Type 1(Common) **************/

        /************* Sticky Header Type 1(Common) **************/

        /************* Sticky Header Type 2(Common) **************/

        /************* Sticky Header Type 2(Common) **************/

        /************* Sticky Header Type 3(Common) **************/

        /************* Sticky Header Type 3(Common) **************/

        /************* Sticky Header Type 4(Common) **************/

        /************* Sticky Header Type 4(Common) **************/

        /************* Sticky Header Type 5(Common) **************/

        /************* Sticky Header Type 5(Common) **************/

        /************* Sticky Header Type 6(Common) **************/

        /************* Sticky Header Type 6(Common) **************/

        /************* Sticky Header Type 7(Common) **************/

        /************* Sticky Header Type 7(Common) **************/

    }

    .page-header.brk-header_scroll img.sticky-logo {

        display: block;

    }

    .page-header.brk-header_scroll img.default-logo {

        display: none;

    }

    .page-header.brk-header_scroll .brk-call-us {

        border: 1px solid rgba(205, 205, 205, 0.2);

        box-shadow: none;

    }

    .page-header.brk-header_scroll .brk-call-us a,

    .page-header.brk-header_scroll .brk-call-us a:visited,

    .page-header.brk-header_scroll .brk-call-us a:hover,

    .page-header.brk-header_scroll .brk-call-us a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll .brk-call-us__link {

        color: #fff !important;

        background-color: #2775ff;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart:before,

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart:hover:before,

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart:active:before,

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:before,

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:hover:before,

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart.active:active:before {

        color: #272727;

    }

    .page-header.brk-header_scroll .minicart-wrapper .action.showcart .counter.qty {

        color: #272727;

        background-color: rgba(0, 0, 0, 0.12);

    }

    .page-header.brk-header_scroll .search-area>a {

        color: #272727;

    }

    .page-header.brk-header_scroll .nav-toggle {

        --bc: #272727;

    }

    .page-header.brk-header_scroll.type1 .header.panel {

        background: #f0f0f0;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type1 .header.panel .links-area>.links>li {

        color: #272727;

    }

    .page-header.brk-header_scroll.type1 .header.panel .links-area>.links>li a,

    .page-header.brk-header_scroll.type1 .header.panel .links-area>.links>li a:visited,

    .page-header.brk-header_scroll.type1 .header.panel .links-area>.links>li a:hover,

    .page-header.brk-header_scroll.type1 .header.panel .links-area>.links>li a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type1 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type1 .brk-header__element a,

    .page-header.brk-header_scroll.type1 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type1 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type1 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type1 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type2 .header.panel {

        background: #f0f0f0;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type2 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type2 .brk-header__element a,

    .page-header.brk-header_scroll.type2 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type2 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type2 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type2 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type2 .minicart-wrapper .action.showcart {

        color: #272727;

    }

    .page-header.brk-header_scroll.type3 .header.panel {

        background: #f0f0f0;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type3 .header.panel .links-area>.links>li {

        color: #272727;

    }

    .page-header.brk-header_scroll.type3 .header.panel .links-area>.links>li a,

    .page-header.brk-header_scroll.type3 .header.panel .links-area>.links>li a:visited,

    .page-header.brk-header_scroll.type3 .header.panel .links-area>.links>li a:hover,

    .page-header.brk-header_scroll.type3 .header.panel .links-area>.links>li a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type3 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type3 .brk-header__element a,

    .page-header.brk-header_scroll.type3 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type3 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type3 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type3 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type3 .minicart-wrapper .action.showcart .text,

    .page-header.brk-header_scroll.type3 .search-area>a {

        color: #272727;

    }

    .page-header.brk-header_scroll.type4 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type4 .brk-header__element a,

    .page-header.brk-header_scroll.type4 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type4 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type4 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type4 .brk-header-popup-menu__open-close {

        color: #272727;

    }

    .page-header.brk-header_scroll.type4 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type5 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type5 .brk-header__element a,

    .page-header.brk-header_scroll.type5 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type5 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type5 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type5 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type6 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type6 .brk-header__element a,

    .page-header.brk-header_scroll.type6 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type6 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type6 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type6 .header.content {

        background-color: #fff;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type7 {

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .page-header.brk-header_scroll.type7 .brk-header__element {

        color: #272727;

    }

    .page-header.brk-header_scroll.type7 .brk-header__element a,

    .page-header.brk-header_scroll.type7 .brk-header__element a:visited,

    .page-header.brk-header_scroll.type7 .brk-header__element a:hover,

    .page-header.brk-header_scroll.type7 .brk-header__element a:active {

        color: #272727;

    }

    .page-header.brk-header_scroll.type7 .header.content {

        background-color: #fff;

    }

    .header.content {

        position: relative;

    }

    /************* Header(Common) **************/

    /************* Info Menu(Common) **************/

    .brk-info-menu {

        position: fixed;

        top: 0;

        right: 0;

        width: 100%;

        max-width: 380px;

        -webkit-transform: translateX(100%);

        transform: translateX(100%);

        height: 100vh;

        -webkit-transition: \transform .3s;

        transition: \transform .3s;

        border-top: 3px solid #2775ff;

        overflow: hidden;

        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

        z-index: 105;

    }

    .brk-info-menu.active {

        -webkit-transform: translateX(0);

        transform: translateX(0);

    }

    .brk-info-menu-overlay {

        width: 100vw;

        height: 100vh;

        right: 0;

        top: 0;

        position: fixed;

        z-index: 2;

        visibility: hidden;

        opacity: 0;

    }

    .brk-info-menu.active+.brk-info-menu-overlay {

        visibility: visible;

        opacity: 1;

    }

    .brk-info-menu-open {

        position: relative;

        cursor: pointer;

        display: inline-block;

        vertical-align: middle;

    }

    .brk-info-menu-open.open-active .brk-lines:before,

    .brk-info-menu-open.open-active .brk-lines:after {

        -webkit-transition-delay: 0s, .3s;

        transition-delay: 0s, .3s;

    }

    .brk-info-menu-open .brk-lines {

        display: block;

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        height: 2px;

        -webkit-transition: background 0s .3s;

        transition: background 0s .3s;

    }

    .brk-info-menu-open .brk-lines:before,

    .brk-info-menu-open .brk-lines:after {

        content: '';

        position: absolute;

        -webkit-transition-duration: .3s, .3s;

        transition-duration: .3s, .3s;

        -webkit-transition-delay: .3s, 0s;

        transition-delay: .3s, 0s;

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

        background: #fff;

    }

    .brk-info-menu-open .brk-lines:before {

        -webkit-transition-property: top, \transform;

        transition-property: top, \transform;

    }

    .brk-info-menu-open .brk-lines:after {

        -webkit-transition-property: bottom, \transform;

        transition-property: bottom, \transform;

    }

    .brk-info-menu-open .brk-lines .brk-center-line {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background: #fff;

    }

    .brk-info-menu-open.open-active span .brk-center-line {

        background: 0 0 !important;

    }

    .brk-info-menu-open__title {

        font-size: 16px;

        color: #272727;

        display: inline-block;

        font-weight: 700;

        padding-left: 60px;

        line-height: 42px;

    }

    .brk-info-menu__bar {

        position: relative;

        width: 100%;

        height: 100%;

        background-color: #fff;

        overflow-y: auto;

    }

    .brk-info-menu__header {

        height: 73px;

        line-height: 73px;

        position: relative;

        background-color: #fff;

        padding-left: 28px;

        text-align: left;

        border-bottom: 1px solid #ebebeb;

    }

    .brk-info-menu__close {

        width: 71px;

        height: 73px;

        background-color: #f9f9f9;

        box-shadow: inset 2px 1px 10px rgba(0, 0, 0, 0.04);

        position: absolute;

        top: 0;

        right: 0;

        font-size: 14px;

        z-index: 10;

        color: #2775ff;

    }

    .brk-info-menu__close i {

        vertical-align: 0;

        margin-left: 5px;

        -webkit-transition: font-size 0.3s;

        transition: font-size 0.3s;

    }

    .brk-info-menu__close:hover i {

        font-size: 17px;

    }

    .list-inline-7 {

        background-color: #fff;

        padding: 6px 0;

    }

    .list-inline-7 li {

        display: block;

    }

    .list-inline-7 li a {

        display: block;

        line-height: 44px;

        padding: 0 25px;

        text-align: left;

        position: relative;

        color: #9f9f9f;

    }

    .list-inline-7 li a:hover {

        background-color: #2775ff;

        color: #fff;

        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);

    }

    .list-inline-7 li a:hover .list-inline-7__before {

        border: 0;

    }

    .list-inline-7 li a:hover .list-inline-7__before i {

        color: #2775ff;

    }

    .list-inline-7 li>ul {

        padding-left: 20px;

    }

    .list-inline-7__before {

        position: absolute;

        top: 50%;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        right: 15px;

        width: 40px;

        height: 20px;

        border-radius: 10px;

        background-color: #fff;

        border: 1px solid #ececec;

    }

    .list-inline-7__before i {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

    }

    /************* Info Menu(Common) **************/

    .action.skip:focus {

        background: #f0f0f0;

        padding: 10px;

        box-sizing: border-box;

        left: 0;

        position: absolute;

        text-align: center;

        top: 0;

        width: 100%;

        z-index: 15;

    }

    .message.global p {

        margin: 0;

    }

    .message.global.noscript,

    .message.global.cookie {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #ffee9c;

        border-color: #d6ca8e;

        color: #333333;

        margin: 0;

    }

    .message.global.noscript a,

    .message.global.cookie a {

        color: #1979c3;

    }

    .message.global.noscript a:hover,

    .message.global.cookie a:hover {

        color: #006bb4;

    }

    .message.global.noscript a:active,

    .message.global.cookie a:active {

        color: #ff5501;

    }

    .message.global.cookie {

        bottom: 0;

        left: 0;

        position: fixed;

        right: 0;

        z-index: 3;

    }

    .message.global.cookie .actions {

        margin-top: 10px;

    }

    .message.global.demo {

        margin: 0 0 10px;

        padding: 12px 20px 12px 25px;

        display: block;

        font-size: 1.3rem;

        background: #ff0101;

        border-color: none;

        color: #ffffff;

        margin-bottom: 0;

        text-align: center;

    }

    .message.global.demo a {

        color: #1979c3;

    }

    .message.global.demo a:hover {

        color: #006bb4;

    }

    .message.global.demo a:active {

        color: #ff5501;

    }

    .page-footer {

        background: url(../../frontend/Redgiant/berserk/en_GB/images/footer_bg.jpg) center no-repeat;

        background-size: cover;

        max-width: 100%;

        overflow: hidden;

        position: relative;

        padding: 50px 0;

    }

    .page-footer:before {

        background-image: linear-gradient(10deg, rgba(39, 117, 255, 0.92) 0%, rgba(114, 2, 187, 0.92) 100%);

        opacity: 0.9;

        position: absolute;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        z-index: 1;

        content: '';

        display: block;

    }

    .page-footer>div {

        position: relative;

        z-index: 2;

    }

    .page-header .switcher .options,

    .page-footer .switcher .options {

        display: inline-block;

        position: relative;

    }

    .page-header .switcher .options:before,

    .page-footer .switcher .options:before,

    .page-header .switcher .options:after,

    .page-footer .switcher .options:after {

        content: '';

        display: table;

    }

    .page-header .switcher .options:after,

    .page-footer .switcher .options:after {

        clear: both;

    }

    .page-header .switcher .options .action.toggle,

    .page-footer .switcher .options .action.toggle {

        padding: 0;

        cursor: pointer;

        display: inline-block;

        text-decoration: none;

    }

    .page-header .switcher .options .action.toggle>span,

    .page-footer .switcher .options .action.toggle>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .page-header .switcher .options .action.toggle:after,

    .page-footer .switcher .options .action.toggle:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 10px;

        line-height: 22px;

        color: inherit;

        content: '\e622';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .page-header .switcher .options .action.toggle:hover:after,

    .page-footer .switcher .options .action.toggle:hover:after {

        color: inherit;

    }

    .page-header .switcher .options .action.toggle:active:after,

    .page-footer .switcher .options .action.toggle:active:after {

        color: inherit;

    }

    .page-header .switcher .options .action.toggle.active,

    .page-footer .switcher .options .action.toggle.active {

        display: inline-block;

        text-decoration: none;

    }

    .page-header .switcher .options .action.toggle.active>span,

    .page-footer .switcher .options .action.toggle.active>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .page-header .switcher .options .action.toggle.active:after,

    .page-footer .switcher .options .action.toggle.active:after {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 10px;

        line-height: 22px;

        color: inherit;

        content: '\e621';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .page-header .switcher .options .action.toggle.active:hover:after,

    .page-footer .switcher .options .action.toggle.active:hover:after {

        color: inherit;

    }

    .page-header .switcher .options .action.toggle.active:active:after,

    .page-footer .switcher .options .action.toggle.active:active:after {

        color: inherit;

    }

    .page-header .switcher .options ul.dropdown,

    .page-footer .switcher .options ul.dropdown {

        margin: 0;

        padding: 0;

        list-style: none none;

        background: #ffffff;

        border: 1px solid #bbbbbb;

        margin-top: 4px;

        min-width: 160px;

        z-index: 100;

        box-sizing: border-box;

        display: none;

        position: absolute;

        top: 100%;

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);

    }

    .page-header .switcher .options ul.dropdown li,

    .page-footer .switcher .options ul.dropdown li {

        margin: 0;

        padding: 0;

    }

    .page-header .switcher .options ul.dropdown li:hover,

    .page-footer .switcher .options ul.dropdown li:hover {

        background: #e8e8e8;

        cursor: pointer;

    }

    .page-header .switcher .options ul.dropdown:before,

    .page-footer .switcher .options ul.dropdown:before,

    .page-header .switcher .options ul.dropdown:after,

    .page-footer .switcher .options ul.dropdown:after {

        border-bottom-style: solid;

        content: '';

        display: block;

        height: 0;

        position: absolute;

        width: 0;

    }

    .page-header .switcher .options ul.dropdown:before,

    .page-footer .switcher .options ul.dropdown:before {

        border: 6px solid;

        border-color: transparent transparent #ffffff transparent;

        z-index: 99;

    }

    .page-header .switcher .options ul.dropdown:after,

    .page-footer .switcher .options ul.dropdown:after {

        border: 7px solid;

        border-color: transparent transparent #bbbbbb transparent;

        z-index: 98;

    }

    .page-header .switcher .options ul.dropdown:before,

    .page-footer .switcher .options ul.dropdown:before {

        left: 10px;

        top: -12px;

    }

    .page-header .switcher .options ul.dropdown:after,

    .page-footer .switcher .options ul.dropdown:after {

        left: 9px;

        top: -14px;

    }

    .page-header .switcher .options.active,

    .page-footer .switcher .options.active {

        overflow: visible;

    }

    .page-header .switcher .options.active ul.dropdown,

    .page-footer .switcher .options.active ul.dropdown {

        display: block;

    }

    .page-header .switcher .options ul.dropdown a,

    .page-footer .switcher .options ul.dropdown a {

        color: #333333;

        text-decoration: none;

        display: block;

        padding: 8px;

    }

    .page-header .switcher .options ul.dropdown a:visited,

    .page-footer .switcher .options ul.dropdown a:visited {

        color: #333333;

        text-decoration: none;

    }

    .page-header .switcher .options ul.dropdown a:hover,

    .page-footer .switcher .options ul.dropdown a:hover {

        color: #333333;

        text-decoration: none;

    }

    .page-header .switcher .options ul.dropdown a:active,

    .page-footer .switcher .options ul.dropdown a:active {

        color: #333333;

        text-decoration: none;

    }

    .page-header .switcher strong,

    .page-footer .switcher strong {

        font-weight: 400;

    }

    .sidebar .widget.block:not(:last-child),

    .sidebar .widget:not(:last-child) {

        margin-bottom: 40px;

    }

    .widget {

        clear: both;

    }

    .page-header .widget.block,

    .page-footer .widget.block {

        margin: 20px 0;

    }

    .page-header .links .widget.block,

    .page-footer .links .widget.block {

        margin: 0;

    }

    .ui-datepicker td {

        padding: 0;

    }

    .ui-tooltip {

        background: #ffffff;

        border: 1px solid #bbbbbb;

        padding: 10px;

    }

    .my-credit-cards .status {

        font-style: italic;

    }

    .my-credit-cards .action.delete {

        background-image: none;

        -moz-box-sizing: content-box;

        box-shadow: none;

        line-height: inherit;

        text-shadow: none;

        font-weight: 400;

        line-height: 1.42857143;

        margin: 0;

        padding: 0;

        color: #1979c3;

        text-decoration: none;

        background: none;

        border: 0;

        display: inline;

    }

    .my-credit-cards .action.delete:focus,

    .my-credit-cards .action.delete:active {

        background: none;

        border: none;

    }

    .my-credit-cards .action.delete:hover {

        background: none;

        border: none;

    }

    .my-credit-cards .action.delete.disabled,

    .my-credit-cards .action.delete[disabled],

    fieldset[disabled] .my-credit-cards .action.delete {

        pointer-events: none;

        opacity: 0.5;

    }

    .my-credit-cards .action.delete:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .my-credit-cards .action.delete:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .my-credit-cards .action.delete:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .my-credit-cards .action.delete:hover {

        color: #006bb4;

    }

    .my-credit-cards .action.delete:hover,

    .my-credit-cards .action.delete:active,

    .my-credit-cards .action.delete:focus {

        background: none;

        border: 0;

    }

    .my-credit-cards .action.delete.disabled,

    .my-credit-cards .action.delete[disabled],

    fieldset[disabled] .my-credit-cards .action.delete {

        color: #1979c3;

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

        text-decoration: underline;

    }

    .my-credit-cards-popup .modal-footer {

        text-align: right;

    }

    .my-credit-cards-popup .action.secondary {

        background-image: none;

        -moz-box-sizing: content-box;

        box-shadow: none;

        line-height: inherit;

        text-shadow: none;

        font-weight: 400;

        line-height: 1.42857143;

        margin: 0;

        padding: 0;

        color: #1979c3;

        text-decoration: none;

        background: none;

        border: 0;

        display: inline;

        margin-right: 20px;

    }

    .my-credit-cards-popup .action.secondary:focus,

    .my-credit-cards-popup .action.secondary:active {

        background: none;

        border: none;

    }

    .my-credit-cards-popup .action.secondary:hover {

        background: none;

        border: none;

    }

    .my-credit-cards-popup .action.secondary.disabled,

    .my-credit-cards-popup .action.secondary[disabled],

    fieldset[disabled] .my-credit-cards-popup .action.secondary {

        pointer-events: none;

        opacity: 0.5;

    }

    .my-credit-cards-popup .action.secondary:visited {

        color: #1979c3;

        text-decoration: none;

    }

    .my-credit-cards-popup .action.secondary:hover {

        color: #006bb4;

        text-decoration: underline;

    }

    .my-credit-cards-popup .action.secondary:active {

        color: #ff5501;

        text-decoration: underline;

    }

    .my-credit-cards-popup .action.secondary:hover {

        color: #006bb4;

    }

    .my-credit-cards-popup .action.secondary:hover,

    .my-credit-cards-popup .action.secondary:active,

    .my-credit-cards-popup .action.secondary:focus {

        background: none;

        border: 0;

    }

    .my-credit-cards-popup .action.secondary.disabled,

    .my-credit-cards-popup .action.secondary[disabled],

    fieldset[disabled] .my-credit-cards-popup .action.secondary {

        color: #1979c3;

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

        text-decoration: underline;

    }

    .account .table-wrapper .data.table.wishlist>thead>tr>th,

    .account .table-wrapper .data.table.wishlist>tbody>tr>th,

    .account .table-wrapper .data.table.wishlist>tfoot>tr>th,

    .account .table-wrapper .data.table.wishlist>thead>tr>td,

    .account .table-wrapper .data.table.wishlist>tbody>tr>td,

    .account .table-wrapper .data.table.wishlist>tfoot>tr>td {

        border-top: 1px solid #cccccc;

    }

    .account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,

    .account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,

    .account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,

    .account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,

    .account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,

    .account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {

        border-top: 0;

    }

    .account .table-wrapper .data.table.wishlist>tbody+tbody {

        border-top: 1px solid #cccccc;

    }

    .account .table-wrapper .data.table.wishlist thead>tr>th {

        border-bottom: 0;

    }

    .account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {

        border-bottom: 1px solid #cccccc;

    }

    .account .table-wrapper .data.table.wishlist .product.name {

        display: inline-block;

        margin-bottom: 10px;

    }

    .account .table-wrapper .data.table.wishlist .box-tocart {

        margin: 10px 0;

    }

    .account .table-wrapper .data.table.wishlist .box-tocart .qty {

        vertical-align: middle;

    }

    .account .table-wrapper .data.table.wishlist .col.item {

        width: 50%;

    }

    .account .table-wrapper .data.table.wishlist .col.photo {

        max-width: 150px;

    }

    .account .table-wrapper .data.table.wishlist .col.selector {

        max-width: 15px;

    }

    .account .table-wrapper .data.table.wishlist textarea {

        margin: 10px 0;

    }

    .account .table-wrapper .data.table.wishlist .input-text.qty {

        margin-bottom: 10px;

    }

    .account .table-wrapper .data.table.wishlist .action.primary {

        vertical-align: top;

    }

    .account .table-wrapper .data.table.wishlist .price {

        font-weight: 700;

    }

    .link.wishlist .counter {

        color: #7d7d7d;

        white-space: nowrap;

    }

    .link.wishlist .counter:before {

        content: '(';

    }

    .link.wishlist .counter:after {

        content: ')';

    }

    .block-wishlist .counter {

        margin-left: 20px;

    }

    .block-wishlist .product-item-name {

        margin-right: 25px;

    }

    .products-grid.wishlist .product-item-photo {

        display: block;

        margin-bottom: 10px;

    }

    .products-grid.wishlist .product-item-name {

        margin-top: 0;

    }

    .products-grid.wishlist .product-item .price-box {

        margin: 0;

    }

    .products-grid.wishlist .product-item-comment {

        display: block;

        height: 42px;

        margin: 10px 0;

        border: 0;

        border-bottom: 1px solid #2775ff;

    }

    .products-grid.wishlist .product-item-actions>* {

        margin-right: 15px;

    }

    .products-grid.wishlist .product-item-actions>*:last-child {

        margin-right: 0;

    }

    .products-grid.wishlist .product-item .box-tocart input.qty {

        border: 0;

        border-bottom: 1px solid #2775ff;

    }

    .products-grid.wishlist .product-item .box-tocart .tocart {

        background: transparent;

        border-radius: 25px;

        border: 2px solid #2775ff;

        color: #2775ff;

        outline: none;

    }

    .brk-sc-card-preview__img-container {

        width: 80px;

        flex-shrink: 0;

    }

    .arrows-classic-ellipse .slick-arrow {

        font-size: 0;

        line-height: 0;

        position: absolute;

        top: 50%;

        display: block;

        width: 70px;

        height: 46px;

        padding: 0;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        cursor: pointer;

        color: transparent;

        border: 0;

        border-radius: 27px;

        outline: none;

        z-index: 9;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);

        background-color: #fff;

    }

    .arrows-classic-ellipse .slick-arrow:hover {

        outline: none;

    }

    .arrows-classic-ellipse .slick-arrow:before {

        content: '';

        font-family: 'Font Awesome\ 5 Free';

        font-weight: 600;

        position: absolute;

        top: 50%;

        left: 50%;

        vertical-align: 3px;

        font-size: 22px;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        color: #2775ff;

    }

    .arrows-classic-ellipse .slick-arrow.slick-prev {

        left: -10px;

    }

    .arrows-classic-ellipse .slick-arrow.slick-prev::before {

        content: '\f104';

    }

    .arrows-classic-ellipse .slick-arrow.slick-next {

        right: -10px;

    }

    .arrows-classic-ellipse .slick-arrow.slick-next:before {

        content: '\f105';

    }

    .arrows-classic-ellipse .slick-disabled {

        background-color: #E6E6E6 !important;

        cursor: default;

    }

    .arrows-classic-ellipse .slick-disabled:before {

        color: #828282 !important;

    }

    .filterproducts .old-price .price {

        font-size: 12px !important;

        font-weight: normal !important;

        text-decoration: line-through !important;

    }

    .filterproducts.isotope-grid .brk-sc-flip-four__cat {

        border-radius: 15px;

        padding: 5px 10px;

        font-size: 13px;

        font-weight: 700;

        margin-bottom: 15px;

        text-transform: uppercase;

        display: inline-block;

        opacity: 0;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.isotope-grid .product-labels {

        position: relative;

        display: inline-block;

        top: initial;

        right: initial;

        opacity: 0;

        margin-bottom: 15px;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.isotope-grid .product-labels .brk-sc-card-label {

        border-radius: 15px;

        padding: 6px 10px;

    }

    .filterproducts.isotope-grid .product-labels .brk-sc-card-label.sale-label {

        background-color: #00c6ff;

    }

    .filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-1,

    .filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-2,

    .filterproducts.isotope-grid .product-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {

        display: none;

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button {

        position: relative;

        background-color: #fafafa;

        min-height: 130px;

        padding: 40px 0 35px;

        display: -webkit-box;

        display: flex;

        -webkit-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        justify-content: center;

        flex-wrap: wrap;

        box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.02);

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button li {

        height: 44px;

        border-radius: 24px;

        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.06);

        font-size: 14px;

        text-align: center;

        overflow: hidden;

        margin: 0 5px;

        padding: 2px;

        display: block;

        cursor: pointer;

        z-index: 1;

        font-weight: 700;

        position: relative;

        -webkit-transition: all 0.2s ease-in-out;

        transition: all 0.2s ease-in-out;

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button li .brk-shop-grid-filter__button-text {

        padding: 0 37px;

        line-height: 40px;

        border-radius: 20px;

        background-color: #fafafa;

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button li i {

        position: relative;

        top: 2px;

        margin-right: 7px;

        vertical-align: 0;

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button li .before {

        content: '';

        position: absolute;

        top: 50%;

        left: 0;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        width: 100%;

        height: 0;

        z-index: -1;

        -webkit-transition: all 0.2s ease-in-out;

        transition: all 0.2s ease-in-out;

    }

    .filterproducts.isotope-grid ul.brk-shop-grid-filter__button li.checked .before {

        height: 100%;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells {

        height: 0;

        padding-bottom: 100%;

        position: relative;

        overflow: hidden;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:before {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        height: 100%;

        z-index: 1;

        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.45)));

        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.45) 100%);

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .product-labels,

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .brk-sc-flip-four__cat {

        opacity: 1;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .before,

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover:before {

        height: 100%;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .before .brk-shop-grid-filter-cells__content,

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover:before .brk-shop-grid-filter-cells__content {

        bottom: 0;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells .before {

        position: absolute;

        z-index: 1;

        bottom: 0;

        left: 0;

        height: 0;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:hover .brk-shop-grid-filter-cells__content {

        bottom: 0;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells,

    .filterproducts.isotope-grid .brk-shop-grid-filter-grid,

    .filterproducts.isotope-grid .brk-shop-grid-filter__button_style-3 {

        background-position: center center;

        background-size: cover;

        background-repeat: no-repeat;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells .before,

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells:before {

        width: -webkit-calc(100% + 1px);

        width: calc(100% + 1px);

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__content {

        position: absolute;

        bottom: -webkit-calc(-100% + 110px);

        bottom: calc(-100% + 110px);

        left: 0;

        width: 100%;

        height: 100%;

        padding: 25px;

        z-index: 2;

        -webkit-transition: all 0.5s ease-in-out;

        transition: all 0.5s ease-in-out;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__content .product-item-link {

        color: #fff;

        font-size: 18px;

        font-weight: 300;

        display: block;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary {

        margin-bottom: 0;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .label {

        display: block;

        height: auto;

        width: auto;

        position: relative;

        font-size: 14px;

        color: #fff;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .rating-result>span:before {

        color: #fff;

        opacity: 1;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .rating-summary .rating-result:before {

        opacity: 0.6;

    }

    .filterproducts.isotope-grid .brk-shop-grid-filter-cells__rating .product-reviews-summary .reviews-actions {

        display: none;

    }

    .filterproducts.isotope-grid .actions-primary {

        color: #fff;

        position: relative;

        display: inline-block;

        min-width: 90px;

        height: 38px;

        border-radius: 19px;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        padding: 0 19px;

        text-align: center;

        border: solid 2px #fff;

        background: transparent;

        font-size: 16px;

    }

    .filterproducts.isotope-grid .actions-primary .price-box {

        position: absolute;

        top: 50%;

        left: 0;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        width: 100%;

        display: inline-block;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        opacity: 1;

    }

    .filterproducts.isotope-grid .actions-primary .price-box .price-label {

        display: none;

    }

    .filterproducts.isotope-grid .actions-primary .price-box .price,

    .filterproducts.isotope-grid .actions-primary .price-box .old-color .price {

        color: #fff !important;

    }

    .filterproducts.isotope-grid .actions-primary .tocart {

        color: #2775ff;

        vertical-align: -webkit-baseline-middle;

        opacity: 0;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        text-align: center;

        border: 0;

        background: transparent;

        font-size: 16px;

    }

    .filterproducts.isotope-grid .actions-primary .tocart i {

        margin-right: 5px;

    }

    .filterproducts.isotope-grid .actions-primary:hover {

        background: #fff;

    }

    .filterproducts.isotope-grid .actions-primary:hover .price-box {

        opacity: 0;

    }

    .filterproducts.isotope-grid .actions-primary:hover .tocart {

        opacity: 1;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle {

        min-height: 520px;

        position: relative;

        background: no-repeat center center;

        background-size: cover;

        overflow: hidden;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle:hover .brk-sc-tiles-angle__loading {

        -webkit-animation: loading-tiles 1.5s linear infinite;

        animation: loading-tiles 1.5s linear infinite;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {

        position: absolute;

        top: 50%;

        left: 50%;

        width: 42px;

        height: 42px;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        z-index: 3;

        -webkit-transition: all 0.25s ease-in-out;

        transition: all 0.25s ease-in-out;

        color: #fff;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading .before {

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        width: 18px;

        height: 18px;

        border-radius: 50%;

        border: 3px solid #fff;

        background-color: #2775ff;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading i {

        font-size: 42px;

        line-height: 42px;

        vertical-align: 0;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading.top-active {

        top: -webkit-calc(100% - 65px);

        top: calc(100% - 65px);

        -webkit-transform: translate(-50%, 0);

        transform: translate(-50%, 0);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading.bottom-active {

        top: 65px;

        -webkit-transform: translate(-50%, 0);

        transform: translate(-50%, 0);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {

        position: absolute;

        left: 0;

        right: 0;

        z-index: 1;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        overflow: hidden;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {

        z-index: 2;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {

        padding: 0 35px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {

        -webkit-transition: all 0.2s ease-in-out;

        transition: all 0.2s ease-in-out;

        opacity: 0;

        visibility: hidden;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top {

        top: 0;

        bottom: 60px;

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%);

        clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover {

        bottom: 0;

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0 100%);

        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0 100%);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .slick-arrow {

        opacity: 1;

        visibility: visible;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider {

        width: 940px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {

        text-align: right;

        margin-left: 50px;

        margin-top: 35px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active {

        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 28.5%);

        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 28.5%);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {

        padding: 85px 0 0 64px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {

        padding: 16px 0 0 64px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {

        padding: 55px 0 0 28px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {

        top: 60px;

        bottom: 0;

        -webkit-clip-path: polygon(0 86.2%, 100% 0%, 100% 100%, 0 100%);

        clip-path: polygon(0 86.2%, 100% 0%, 100% 100%, 0 100%);

        display: -webkit-box;

        display: flex;

        -webkit-box-align: end;

        align-items: flex-end;

        -webkit-box-pack: end;

        justify-content: flex-end;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {

        top: 0;

        -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);

        clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .slick-arrow {

        opacity: 1;

        visibility: visible;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {

        width: 940px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {

        text-align: left;

        margin: 0 94px 73px 0;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active {

        -webkit-clip-path: polygon(0 100%, 100% 71%, 100% 100%, 0 100%);

        clip-path: polygon(0 100%, 100% 71%, 100% 100%, 0 100%);

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {

        padding: 0 64px 105px 0;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {

        padding: 0 64px 16px 0;

        -webkit-box-align: center;

        align-items: center;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {

        -webkit-box-ordinal-group: 0;

        order: -1;

        text-align: right;

        margin-top: 160px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        display: -webkit-box;

        display: flex;

        flex-wrap: wrap;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content {

        max-width: 460px;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content h4 {

        font-size: 36px;

        line-height: 42px;

        color: inherit;

        letter-spacing: -.36px;

        text-transform: uppercase;

        margin-bottom: 11px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__content p {

        font-size: 15px;

        line-height: 26px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider {

        overflow: hidden;

        width: 310px;

        padding: 0 20px;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider .slick-slider {

        width: 870px;

    }

    .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container .brk-sc-tiles-angle__slider .brk-sc-angle-post__title {

        font-size: 16px;

        line-height: 22px;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post {

        padding: 43px 15px 43px;

        outline: 0;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container {

        width: 100%;

        height: 0;

        padding-bottom: 100%;

        position: relative;

        background: #ffffff no-repeat center center;

        background-size: contain;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover {

        cursor: pointer;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__container-before {

        opacity: 1;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__title {

        top: 50%;

        -webkit-transform: translate(-50%, -50%) scale(1);

        transform: translate(-50%, -50%) scale(1);

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__price {

        bottom: 0;

        -webkit-transform: translateX(-50%) scale(0);

        transform: translateX(-50%) scale(0);

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container:hover .brk-sc-angle-post__buy {

        bottom: -20px;

        -webkit-transform: translateX(-50%) scale(1);

        transform: translateX(-50%) scale(1);

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__container-before {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        z-index: 1;

        opacity: 0;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__title {

        position: absolute;

        top: 0;

        left: 50%;

        width: 100%;

        max-width: 180px;

        text-align: center;

        -webkit-transform: translateX(-50%) scale(0);

        transform: translateX(-50%) scale(0);

        font-size: 21px;

        line-height: 26px;

        font-weight: bold;

        text-transform: uppercase;

        padding: 0 15px;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 3;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price {

        position: absolute;

        left: 50%;

        bottom: -20px;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

        text-align: center;

        font-size: 18px;

        border-radius: 3px;

        font-weight: bold;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 3;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-label {

        display: none;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-from .price,

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-to .price {

        font-size: 12px;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__price .price-box {

        display: inline-block;

        padding: 8px 10px;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy {

        position: absolute;

        left: 50%;

        bottom: 0;

        -webkit-transform: translateX(-50%) scale(0);

        transform: translateX(-50%) scale(0);

        font-size: 13px;

        text-transform: uppercase;

        border-radius: 3px;

        font-weight: bold;

        text-align: center;

        -webkit-transition: all 0.4s ease-in-out;

        transition: all 0.4s ease-in-out;

        z-index: 3;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        background: #2775ff;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy .action.tocart {

        background: transparent;

        border: 0;

        color: #fff;

        padding: 12px 20px;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy .action.tocart:hover {

        border: 0;

    }

    .filterproducts.tiles_slider_list .brk-sc-angle-post .brk-sc-angle-post__buy i {

        vertical-align: 0;

        font-weight: normal;

        font-size: 16px;

        margin-right: 12px;

    }

    .filterproducts.small-list .product-item {

        margin-top: 30px;

    }

    .filterproducts.small-list .product-item:first-child {

        margin-top: 0;

    }

    .filterproducts.small-list .product-item .price-box {

        justify-content: left;

        font-size: 14px;

    }

    .filterproducts.small-list .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .filterproducts.small-list .rating-summary .rating-result>span:before {

        color: #fff;

    }

    .filterproducts.small-list .product-item-link {

        font-size: 18px;

        font-weight: 300;

        letter-spacing: 1px;

        font-family: 'Montserrat', sans-serif;

        margin-bottom: 4px;

    }

    .filterproducts.small-list .product-item-link,

    .filterproducts.small-list .product-item-link:hover,

    .filterproducts.small-list .product-item-link:visited,

    .filterproducts.small-list .product-item-link:active {

        color: #272727;

    }

    .filterproducts.small-list .product-image-photo {

        position: static;

        margin: 0;

    }

    .filterproducts.owl-carousel .owl-nav {

        position: absolute;

        right: 38px;

        top: -38px;

    }

    .filterproducts.owl-carousel .owl-nav:hover button:first-child,

    .filterproducts.owl-carousel .owl-nav:hover button:last-child {

        box-shadow: 0 3px 10px rgba(213, 213, 213, 0.5);

        background-color: #fff;

        color: #d3d3d3;

    }

    .filterproducts.owl-carousel .owl-nav button {

        position: relative;

        width: 38px;

        height: 38px;

        font-size: 24px;

        display: -webkit-inline-box;

        display: inline-flex;

        -webkit-box-align: center;

        align-items: center;

        -webkit-box-pack: center;

        justify-content: center;

        border-radius: 100%;

        margin: 0;

        box-shadow: 0 3px 10px rgba(213, 213, 213, 0.5);

        background-color: #fff;

        -webkit-transition-property: box-shadow, background-color;

        transition-property: box-shadow, background-color;

        -webkit-transition-duration: .3s;

        transition-duration: .3s;

        color: #d3d3d3;

    }

    .filterproducts.owl-carousel .owl-nav button:hover {

        color: #fff !important;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5) !important;

        background-color: #2775ff !important;

        z-index: 2;

    }

    .filterproducts.owl-carousel .owl-nav button:first-child {

        right: -10px;

    }

    .filterproducts.owl-carousel .owl-nav button:last-child {

        z-index: 1;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        background-color: #2775ff;

        color: #fff;

    }

    .filterproducts.box-tiles-1 {

        margin-bottom: 190px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {

        transform: translateY(50%);

        margin-left: 50px;

        margin-right: 50px;

    }

    .filterproducts.box-tiles-2 {

        margin-bottom: 150px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .filterproducts.box-tiles-2 .product-item:nth-child(2n) {

        transform: translateY(50%);

    }

    .filterproducts .flip-box.type6 {

        width: 220px;

        height: 380px;

    }

    .filterproducts .flip-box.type6 .brk-sc-flip-four__cat {

        display: inline-block;

        height: 16px;

        text-transform: uppercase;

        font-size: 11px;

        line-height: 16px;

        padding: 0 5px;

        letter-spacing: -.44px;

        margin: 1px 3px 1px 0;

        border-radius: 2px;

    }

    .filterproducts .flip-box.type6 .side-labels {

        position: relative;

        right: initial;

        top: initial;

        flex-direction: row;

        letter-spacing: -.44px;

    }

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label {

        min-width: initial;

        height: 16px;

        padding: 0 5px;

        line-height: 16px;

        margin: 1px 3px 1px 0;

    }

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label.new-label {

        background-color: #02cfa4;

    }

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__text {

        font-size: 11px;

        font-weight: 400;

    }

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-1,

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-2,

    .filterproducts .flip-box.type6 .side-labels .brk-sc-card-label .brk-sc-card-label__additional-3 {

        display: none;

    }

    .filterproducts .flip-box.type6:before,

    .filterproducts .flip-box.type6:after {

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        width: 100%;

        height: 100%;

        z-index: -1;

        background-color: #f5f5f5;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        -webkit-transform-origin: center center;

        transform-origin: center center;

    }

    .filterproducts .flip-box.type6:before {

        -webkit-transform: translate(-50%, -50%) rotate(60deg);

        transform: translate(-50%, -50%) rotate(60deg);

    }

    .filterproducts .flip-box.type6:after {

        -webkit-transform: translate(-50%, -50%) rotate(-60deg);

        transform: translate(-50%, -50%) rotate(-60deg);

    }

    .filterproducts .flip-box.type6 .flip-box__split {

        position: absolute;

        top: 0;

        left: 0;

        z-index: 3;

        width: 100%;

        height: 100%;

        background: #f5f5f5;

        box-shadow: none;

        transform: none !important;

    }

    .filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .brk-sc-honeycomb-four__layer {

        opacity: .8 !important;

    }

    .filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .flip-box__split-info {

        z-index: 2 !important;

    }

    .filterproducts .flip-box.type6 .flip-box__split:hover .flip__front .flip-box__split-info .product.name a {

        color: #fff !important;

    }

    .filterproducts .flip-box.type6 .flip-box__split .brk-sc-honeycomb-four__layer {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        z-index: 2;

        width: 200%;

        height: 100%;

        opacity: 0;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

        background: linear-gradient(to right, #0f5ae0, #7202bb);

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__back {

        display: none;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container {

        position: absolute;

        z-index: -1;

        height: calc(100% - 4px);

        width: 100%;

        background: transparent;

        top: 2px;

        right: -50%;

        -webkit-clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);

        clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);

        margin-right: 2px;

        border: 0;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container a {

        height: 100%;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-photo-container .product-image-photo {

        width: auto;

        max-width: none;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .rating-summary .rating-result:before {

        color: #9f9f9f;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .rating-summary .rating-result>span:before {

        color: #2775ff;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .product-reviews-summary .reviews-actions {

        display: none;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info {

        background: transparent;

        position: absolute;

        width: 70%;

        left: -25%;

        top: 50%;

        transform: translate(25%, -50%);

        text-align: left;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .product.name {

        padding: 0;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .product.name a {

        font-size: 21px;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box {

        display: inline-block;

        padding: 8px 10px;

        border-radius: 3px;

        text-align: center;

        font-weight: 600;

        background: #2775ff;

        margin-top: 25px;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        -webkit-transition: 0.3s box-shadow, 0.3s background-color;

        transition: 0.3s box-shadow, 0.3s background-color;

        white-space: nowrap;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .price {

        color: #fff !important;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .price-label {

        display: none;

    }

    .filterproducts .flip-box.type6 .flip-box__split .flip__front .flip-box__split-info .price-box .old-price {

        padding-right: 5px;

    }

    .filterproducts .flip-box.type7 {

        position: relative;

        width: 135px;

        height: 234px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);

    }

    .filterproducts .flip-box.type7 .product-labels {

        right: -30px;

        top: -30px;

        z-index: 10;

    }

    .filterproducts .flip-box.type7 .product-labels .product-label {

        border-radius: 50%;

        height: 60px;

        width: 60px;

        min-width: initial;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .filterproducts .flip-box.type7 .product-labels .product-label:last-child {

        margin-top: -15px;

    }

    .filterproducts .flip-box.type7 .product-labels .product-label:first-child {

        margin-top: 0;

    }

    .filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-1,

    .filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-2,

    .filterproducts .flip-box.type7 .product-labels .brk-sc-card-label__additional-3 {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split {

        position: relative;

        width: 100%;

        height: 100%;

        z-index: 2;

        text-align: center;

        padding: 27px 0 50px;

        min-height: initial;

        transform: none !important;

    }

    .filterproducts .flip-box.type7 .flip-box__split:before,

    .filterproducts .flip-box.type7 .flip-box__split:after {

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        width: 100%;

        height: 100%;

        z-index: -1;

        box-shadow: inherit;

        background-color: #fff;

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        -webkit-transform-origin: center center;

        transform-origin: center center;

    }

    .filterproducts .flip-box.type7 .flip-box__split:before {

        -webkit-transform: translate(-50%, -50%) rotate(60deg);

        transform: translate(-50%, -50%) rotate(60deg);

    }

    .filterproducts .flip-box.type7 .flip-box__split:after {

        -webkit-transform: translate(-50%, -50%) rotate(-60deg);

        transform: translate(-50%, -50%) rotate(-60deg);

    }

    .filterproducts .flip-box.type7 .flip-box__split:hover .flip__back {

        backface-visibility: visible;

        visibility: visible;

    }

    .filterproducts .flip-box.type7 .flip-box__split:hover .flip__back .action.tocart,

    .filterproducts .flip-box.type7 .flip-box__split:hover .flip__back .flip-box__split-overlay {

        opacity: 1 !important;

    }

    .filterproducts .flip-box.type7 .flip-box__split:hover .flip__front .flip-box__split-info {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split>.brk-sc-honeycomb-four__layer {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        z-index: 2;

        width: 200%;

        height: 100%;

        opacity: 1;

        background: #fff;

        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back {

        transform: none;

        visibility: hidden;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-overlay {

        position: absolute;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        z-index: 2;

        width: 200%;

        height: 100%;

        opacity: 0;

        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        -webkit-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

        background-image: none;

        background-color: rgba(39, 117, 255, 0.75) !important;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-content {

        display: block;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info {

        padding-bottom: 0;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info .product-item-name {

        padding: 0;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .flip-box__split-info .product-item-name a {

        font-size: 18px;

        color: #fff;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-description {

        height: 80px;

        font-size: 14px;

        line-height: 23px;

        padding: 0;

        border: 0;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .price-box,

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-reviews-summary {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner {

        position: absolute;

        left: 0;

        bottom: 0;

        width: 100%;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .weltpixel-quickview,

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .actions-secondary {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart {

        margin: 0;

        padding: 0 20px;

        line-height: 42px;

        transform: translateY(50%);

        border-radius: 21px;

        border: 0;

        color: #2775ff;

        background: #fff;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5) !important;

        -webkit-transition: all 0.5s ease-in-out;

        transition: all 0.5s ease-in-out;

        opacity: 0;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart i {

        font-weight: 600 !important;

        color: #2775ff;

        z-index: 2;

        top: 0;

        margin: 0;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span {

        background: #fff;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.before,

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.after {

        display: none !important;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__back .product-item-inner .action.tocart span.text {

        opacity: 1;

        transform: none;

        color: #2775ff;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front {

        position: absolute;

        text-align: center;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container {

        border: 0;

        height: 100%;

        width: 200%;

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-25%, 0);

        transform: translate(-25%, 0);

        -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container a {

        height: 100%;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .product-photo-container a .product-image-photo {

        max-width: initial;

        width: auto;

        height: 80%;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info {

        position: absolute;

        bottom: 0;

        left: 50%;

        padding: 8px 10px;

        border-radius: 21px;

        font-weight: 700;

        background: #2775ff;

        transform: translate(-50%, 50%);

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .product-item-name {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box {

        display: inline-block;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .price {

        color: #fff !important;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .price-label {

        display: none;

    }

    .filterproducts .flip-box.type7 .flip-box__split .flip__front .flip-box__split-info .price-box .old-price {

        padding: 0;

    }

    .filterproducts.brk-slider-cube-container {

        padding: 0 20px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube {

        position: relative;

        padding: 0 18px;

        margin-bottom: 70px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__items {

        position: relative;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content {

        position: relative;

        background: #f2f2f2;

        height: 100%;

        border-radius: 8px;

        padding: 10px;

        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .product-photo-container img {

        -o-object-fit: contain;

        object-fit: contain;

        -o-object-position: center;

        object-position: center;

        border-radius: 8px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary {

        -webkit-transform: translate(-50%, 50%);

        transform: translate(-50%, 50%);

        padding: 8px 20px;

        box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);

        display: flex;

        border-radius: 50px;

        -webkit-box-align: center;

        align-items: center;

        position: absolute;

        left: 50%;

        bottom: 0;

        background: #2775ff;

        color: #fff;

        min-width: 120px;

        height: 42px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box {

        text-align: left;

        white-space: nowrap;

        margin-right: 30px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box .price-label {

        display: none;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .price-box .price {

        font-weight: 700;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .slider-item-content .actions-primary .tocart {

        position: absolute;

        right: 4px;

        top: 50%;

        -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

        border-radius: 100%;

        width: 36px;

        height: 36px;

        background-color: #fff;

        display: -webkit-box;

        display: flex;

        -webkit-box-pack: center;

        justify-content: center;

        -webkit-box-align: center;

        align-items: center;

        color: #2775ff;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion {

        position: absolute;

        left: 50%;

        bottom: -75px;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet {

        width: 9px;

        height: 9px;

        margin: 0 6px;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet:first-child {

        margin-left: 0;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet :last-child {

        margin-right: 0;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__pagintaion .swiper-pagination-bullet.swiper-pagination-bullet-active {

        background-color: #2775ff;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__overlay {

        position: absolute;

        width: 100%;

        height: -webkit-calc(100% - 60px);

        height: calc(100% - 60px);

        top: 50%;

        left: 50%;

        -webkit-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        box-shadow: 0 12px 31px rgba(0, 0, 0, 0.24);

        border-radius: 8px;

        -webkit-transition: all .8s ease;

        transition: all .8s ease;

        z-index: 1;

        background-color: #f2f2f2;

    }

    .filterproducts.brk-slider-cube-container .brk-slider-cube .brk-slider-cube__overlay.deactive {

        width: -webkit-calc(100% - 100px);

        width: calc(100% - 100px);

        height: -webkit-calc(100% - 100px);

        height: calc(100% - 100px);

        opacity: 0;

    }

    .filterproducts.products .product-image-photo {

        margin: 0;

    }

    @-webkit-keyframes loading-tiles {

        from {

            -webkit-transform: translate(-50%, -50%) rotate(0);

            transform: translate(-50%, -50%) rotate(0);

        }

        to {

            -webkit-transform: translate(-50%, -50%) rotate(360deg);

            transform: translate(-50%, -50%) rotate(360deg);

        }

    }

    @keyframes loading-tiles {

        from {

            -webkit-transform: translate(-50%, -50%) rotate(0);

            transform: translate(-50%, -50%) rotate(0);

        }

        to {

            -webkit-transform: translate(-50%, -50%) rotate(360deg);

            transform: translate(-50%, -50%) rotate(360deg);

        }

    }

    @supports not ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 13.2%, 0 100%))) {

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover {

            -webkit-clip-path: none;

            clip-path: none;

            width: 100%;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active {

            -webkit-clip-path: none;

            clip-path: none;

            width: 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {

            -webkit-clip-path: none;

            clip-path: none;

            top: 0;

            width: 50%;

            left: auto;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {

            -webkit-clip-path: none;

            clip-path: none;

            width: 100%;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active {

            -webkit-clip-path: none;

            clip-path: none;

            width: 0;

        }

    }

    @media only screen and (min-width: 1230px) {

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {

            margin-left: 10px;

            margin-top: 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {

            padding: 85px 0 0 34px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {

            padding: 35px 0 0 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {

            padding: 16px 0 0 34px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {

            margin: 0 10px 73px 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {

            padding: 0 34px 105px 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {

            padding: 0 34px 16px 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {

            margin-top: 80px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {

            width: 242px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {

            width: 660px;

        }

    }

    @media only screen and (max-width: 992px - 1) {

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {

            width: 500px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content {

            max-width: 340px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content h4 {

            font-size: 24px;

            line-height: 28px;

            margin-bottom: 5px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content p {

            font-size: 13px;

            line-height: 18px;

        }

    }

    @media only screen and (max-width: 991px) {

        .filterproducts.box-tiles-2 .product-item:nth-child(2n),

        .filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {

            transform: none;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {

            display: none;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {

            position: relative;

            left: auto;

            right: auto;

            top: auto !important;

            bottom: auto !important;

            -webkit-clip-path: none !important;

            clip-path: none !important;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {

            -webkit-clip-path: none !important;

            clip-path: none !important;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {

            padding: 0 10px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__slider,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__slider {

            width: 100% !important;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {

            opacity: 1;

            visibility: visible;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {

            display: block;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {

            text-align: left;

            margin-left: 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__content {

            max-width: none;

            width: 100%;

            padding: 20px 15px 15px !important;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {

            padding: 20px !important;

            display: block;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {

            width: 100%;

            padding: 0 35px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {

            width: 100% !important;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {

            margin: 0;

            text-align: left;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {

            margin: 0;

        }

    }

    @media only screen and (max-width: 575px) {

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {

            padding: 0;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow {

            width: 40px;

            height: 40px;

            border-radius: 50%;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-prev {

            left: 10px;

        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-next {

            right: 10px;

        }

    }

    .ln_slider_container {

        width: 100%;

        padding: 0 35px 0 35px;

        margin: 0;

        text-align: center;

    }

    .ln_slider_container .ui-slider-horizontal {

        height: 10px;

        -webkit-border-radius: 10px;

        border-radius: 10px;

        border: none;

        background: #dadada;

        box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.1);

        border: 3px solid #fff;

    }

    .ln_slider_container .ui-slider-horizontal .ui-slider-range.ui-widget-header.ui-corner-all {

        position: absolute;

        z-index: 1;

        font-size: .7em;

        display: block;

        border: 0;

        height: 4px;

        background-color: #7202bb;

    }

    .ln_slider_container .ui-slider-horizontal .ui-slider-handle {

        position: absolute;

        padding: 0;

        z-index: 2;

        touch-action: none;

        width: 16px;

        height: 16px;

        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);

        border: 4px solid #fff;

        border-radius: 100%;

        -webkit-transform: translate(-7px, -6px);

        transform: translate(-7px, -6px);

        outline: 0;

        cursor: pointer;

        background: linear-gradient(7deg, #7400ba 0%, #6e50c2 100%);

    }

    .layered-filter-block-container>.block.filter {

        padding: 0;

    }

    .filter-current .filter-current-subtitle {

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

        border-bottom: 1px solid #ebebeb;

        padding-left: 30px;

        padding: 19px 20px 29px 30px;

        line-height: inherit;

        position: relative;

    }

    .filter-current .items {

        padding: 15px 0 15px 30px;

    }

    .filter-current .items .item {

        margin: 10px 0;

        padding: 0;

    }

    .filter-current .items .item .filter-label {

        margin-right: 10px;

        color: #9f9f9f;

        font-weight: 600;

    }

    .filter-current .items .item .filter-value {

        color: #9f9f9f;

    }

    .filter-current .items .item .action.remove {

        right: 0;

        left: auto;

    }

    .filter-current .items .item .action.remove:before {

        content: "\f00d";

        font-family: "Font Awesome 5 Free";

        color: #9f9f9f;

        font-size: 14px;

        font-weight: 600;

    }

    .filter-actions {

        text-align: right;

        padding-right: 0;

    }

    .filter-actions a {

        color: #2775ff;

        font-size: 14px;

    }

    .page-layout-2columns-right .column.main {

        position: relative;

    }

    .page-layout-2columns-right .column.main:after {

        content: '';

        display: block;

        position: absolute;

        top: 0;

        right: -15px;

        height: 100%;

        width: 1px;

        background: #ebebeb;

    }

    .filter-options-content {

        padding: 0;

    }

    .filter-options-content .item {

        padding: 0;

        margin: 0 !important;

        -webkit-box-pack: justify;

        justify-content: space-between;

        position: relative;

    }

    .filter-options-content .item input[type="checkbox"] {

        position: absolute;

        left: 30px;

        top: 50%;

        margin-top: -10px;

        display: flex;

        align-items: center;

        justify-content: center;

        -webkit-appearance: none;

        appearance: none;

        width: 20px;

        height: 20px;

        border: 1px solid rgba(159, 159, 159, 0.3);

        background: #fff;

    }

    .filter-options-content .item input[type="checkbox"]:checked:before {

        content: '\f107';

        font-family: "Font Awesome 5 Free";

        color: #2775ff;

        font-size: 14px;

        font-weight: 600;

    }

    .filter-options-content .item input[type="checkbox"]:checked+a {

        color: #2775ff;

    }

    .filter-options-content .item input[type="checkbox"]:checked+a:hover {

        color: #fff;

    }

    .filter-options-content .item a {

        color: #9f9f9f;

        display: flex;

        flex-grow: 1;

        margin: 0;

        padding: 10px 10px 10px 65px;

    }

    .filter-options-content .item a:hover {

        background: #2775ff;

        color: #fff;

    }

    .filter-options-content .item a:hover .count {

        color: #fff;

    }

    .filter-options-content .item a .count {

        color: #2775ff;

        padding-left: 5px;

        display: flex;

        align-items: center;

    }

    .infinite-loader {

        text-align: center;

        margin: 60px 0;

    }

    .infinite-loader a {

        font-size: 16px;

        width: 52px;

        height: 52px;

    }

    .block-category-list {

        margin-bottom: 30px;

    }

    .block-category-list .block-title {

        border-bottom: 1px solid #ebebeb;

        padding: 20px 20px 29px 30px;

        margin-bottom: 20px;

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

        text-transform: initial;

    }

    .block-category-list .item {

        margin-bottom: 0;

    }

    .block-category-list a {

        color: #9f9f9f;

        display: flex;

        flex-grow: 1;

        margin: 0;

        padding: 13px 10px 12px 30px;

    }

    .block-category-list a .count {

        color: #2775ff;

        padding-left: 5px;

        display: flex;

        align-items: center;

    }

    .block-category-list a .count:before {

        content: '(';

    }

    .block-category-list a .count:after {

        content: ')';

    }

    .block-category-list a:hover {

        color: #fff;

        background-color: #2775ff;

    }

    .block-category-list a:hover .count {

        color: #fff;

    }

    .block-category-list a:after {

        content: "\f105";

        font-weight: 600;

        font-size: 13px;

        font-family: "Font Awesome\ 5 Free" !important;

        color: #2775ff;

        padding: 5px 15px;

        height: 20px;

        border-radius: 20px;

        margin-left: auto;

        display: flex;

        border: 1px solid #ececec;

        background: #fff;

        align-items: center;

    }

    .filter-options .filter-options-item {

        border: 0;

        padding: 0;

        margin: 40px 0 45px;

    }

    .filter-options .filter-options-item .filter-options-title {

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0;

        margin: 0 30px 30px 30px;

        overflow: visible;

        position: relative;

    }

    .filter-options .filter-options-item .filter-options-title:before {

        height: 10px;

        width: 100%;

        content: '';

        position: absolute;

        top: 5px;

        left: 0;

        z-index: -1;

        background: url(../../frontend/Redgiant/berserk/en_GB/images/dotted-bg.png) repeat-x;

    }

    .filter-options .filter-options-item .filter-options-title:after {

        font-family: "Font Awesome 5 Free";

        content: "\f103";

        font-weight: 600;

        font-size: 11px;

        color: rgba(159, 159, 159, 0.3);

        right: 0;

        top: auto;

        left: 0;

        bottom: -16px;

    }

    .filter-options .filter-options-item .filter-options-title span {

        background: #fff;

        z-index: 2;

        padding: 0 20px;

        font-size: 14px;

        text-transform: uppercase;

    }

    .filter-options .filter-options-item.active .filter-options-title:after {

        content: "\f102";

        font-weight: 600;

    }

    .filter-options .filter-options-item.active .filter-options-content {

        display: block !important;

    }

    .filter-options .filter-options-item[attribute="price"] .filter-options-content .item:hover {

        background: transparent;

    }

    .filter-options .filter-options-item[attribute="price"] .filter-options-content .item:hover a {

        background: linear-gradient(7deg, #7400ba 0%, #6e50c2 100%);

    }

    .block-subtitle.filter-subtitle {

        border-bottom: 1px solid #ebebeb;

        padding: 20px 20px 29px 30px;

        margin-bottom: 10px;

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

        text-transform: initial;

        line-height: inherit;

        position: relative;

    }

    .ln_overlay {

        background-color: #FFFFFF;

        height: 100%;

        opacity: 0.5;

        filter: alpha(opacity=50);

        position: fixed;

        left: 0;

        top: 0;

        width: 100%;

        z-index: 555;

        display: none;

    }

    .ln_overlay img {

        top: 40%;

        left: 45%;

        display: block;

        position: fixed;

    }

    .sidebar .block {

        padding-left: 30px;

    }

    .sidebar .block .block-title strong {

        font-family: 'Montserrat', sans-serif;

        color: #292b2c;

        font-size: 21px;

        font-weight: 700;

    }

    .swatch-attribute.swatch-layered .swatch-attribute-options {

        display: -webkit-box;

        display: flex;

        flex-wrap: wrap;

        padding: 0 30px;

    }

    .swatch-attribute:not(.color) .swatch-attribute-options>a {

        min-width: 30px;

        height: 30px;

        border-radius: 100%;

    }

    .swatch-attribute-options>a {

        min-width: 24px;

        height: 24px;

        background-color: #fff;

        border: 1px solid #ececec;

        border-radius: 4px;

        position: relative;

        -webkit-transition: 0.3s ease box-shadow;

        transition: 0.3s ease box-shadow;

        margin: 0 5px 5px 0 !important;

        padding: 0;

        text-align: center;

    }

    .swatch-attribute-options>a:hover {

        box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);

        background: transparent;

    }

    .swatch-attribute-options>a .swatch-option.color {

        position: absolute;

        left: 2px;

        top: 2px;

        width: -webkit-calc(100% - 4px);

        width: calc(100% - 4px);

        height: -webkit-calc(100% - 4px);

        height: calc(100% - 4px);

        border-radius: 4px;

        border: 0 !important;

        min-width: initial;

        margin: 0;

        display: flex;

        align-items: center;

        justify-content: center;

        outline: 0 !important;

    }

    .swatch-attribute-options>a .swatch-option.text {

        width: 100%;

        height: 100%;

        padding: 2px 5px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .swatch-option.color.selected:before {

        content: "\f00c";

        color: #fff;

        font-family: "Font Awesome 5 Free";

        font-size: 12px;

        font-weight: 600;

        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);

    }

    .swatch-option.text.selected {

        color: #2775ff;

        font-weight: 600;

        border: 1px solid #2775ff;

        border-radius: 4px;

    }

    .swatch-option-tooltip {

        max-width: 140px;

        max-height: 100%;

        min-height: 20px;

        min-width: 30px;

        position: absolute;

        padding: 5px;

        background: #fff;

        color: #949494;

        display: none;

        z-index: 999;

        text-align: center;

        border-radius: 2px;

        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);

    }

    .swatch-option-tooltip .corner,

    .swatch-option-tooltip-layered .corner {

        left: 40%;

        position: absolute;

        bottom: 0;

        height: 7px;

    }

    .swatch-option-tooltip .corner:after,

    .swatch-option-tooltip-layered .corner:after {

        content: '';

        position: relative;

        top: 0px;

        left: -15px;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 7px 7.5px 0 7.5px;

        border-color: #fff transparent transparent transparent;

        font-size: 1px;

    }

    .swatch-option-tooltip .corner:before,

    .swatch-option-tooltip-layered .corner:before {

        content: '';

        position: relative;

        top: 1px;

        left: 0;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 8px 8.5px 0 8.5px;

        border-color: #fff transparent transparent transparent;

        font-size: 1px;

    }

    .swatch-option-tooltip .image,

    .swatch-option-tooltip-layered .image {

        display: block;

        height: 130px;

        width: 130px;

        margin: 0 auto;

    }

    .swatch-option-tooltip .title {

        max-width: 140px;

        min-height: 20px;

        max-height: 200px;

        color: #282828;

        text-align: center;

        display: block;

        overflow: hidden;

    }

    @media only screen and (min-width: 992px) {

        .page-products.page-layout-1column .columns {

            padding-top: 60px;

        }

        .page-products.page-layout-1column .columns .filter-current .filter-current-subtitle {

            border: 0;

        }

        .page-products.page-layout-1column .columns .filter.block {

            position: absolute;

            top: 0;

            width: -webkit-calc(100% - 30px);

            width: calc(100% - 30px);

            border-bottom: 0;

            margin-bottom: 20px;

            border-top: 0;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item {

            margin: 0;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title {

            color: #272727;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title:after {

            content: "\f106";

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-content {

            visibility: visible;

            opacity: 1;

            -webkit-transform: scale(1);

            transform: scale(1);

            -webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

            transition-timing-function: cubic-bezier(0.17, 0.89, 0.27, 1.19);

            -webkit-transition-duration: .28s;

            transition-duration: .28s;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item:after {

            content: '' !important;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title {

            display: flex;

            align-items: center;

            justify-content: center;

            padding: 9px 30px;

            overflow: visible;

            position: relative;

            border-radius: 27px;

            border: 2px solid rgba(205, 205, 205, 0.2);

            margin: 0 10px 20px 0;

            color: rgba(39, 39, 39, 0.4);

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:before {

            display: none;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:after {

            content: "\f107";

            right: 15px;

            top: 12px;

            left: auto;

            color: #00c6ff;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content {

            opacity: 0;

            visibility: hidden;

            transform: scale(0);

            transform-origin: calc(70%) 0;

            transition-property: opacity, visibility, \transform;

            transition-duration: .3s;

            z-index: 98;

            position: absolute;

            top: 100%;

            width: 120%;

            height: auto;

            background-color: #fff;

            padding: 5px;

            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;

            margin-top: -7px;

            text-align: center;

            border: 0;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content .ln_slider_container {

            padding: 0 15px 0 15px;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:before {

            border: 8px solid;

            border-color: transparent transparent #fff transparent;

            z-index: 99;

            border-bottom-style: solid;

            content: '';

            display: block;

            height: 0;

            position: absolute;

            width: 0;

            right: 23px;

            top: -16px;

        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:after {

            display: none;

        }

    }

    @media only screen and (max-width: 991px) {

        .page-products.catalog-category-view .column.main:after {

            display: none;

        }

        .filter .filter-current {

            border: 0;

        }

        .filter .filter-current.active+.block-actions {

            margin-right: 0;

            padding: 0 30px;

        }

        .filter .filter-current.active .block-subtitle:before {

            content: '\f106';

        }

        .filter .filter-current .filter-current-subtitle {

            border-top: 1px solid #ebebeb;

            padding-left: 0;

            padding-right: 0;

        }

        .filter .filter-current .filter-current-subtitle:before {

            font-family: "Font Awesome 5 Free";

            content: '\f107';

            font-size: 14px;

            font-weight: 600;

            top: 50%;

            transform: translateY(-50%);

        }

        .filter .filter-current .filter-current-subtitle:after {

            color: #9f9f9f;

            font-family: 'Montserrat', sans-serif;

            font-size: 14px;

        }

        .block-category-list .block-title {

            padding-left: 0;

            padding-right: 0;

        }

        .block.filter .block-title.filter-title {

            width: 110px;

            margin: 20px 0;

            border: 1px solid #2775ff;

            border-radius: 4px;

            text-align: center;

        }

        .block.filter.active .filter-title {

            width: auto;

            margin: 0;

            border: 0;

            height: 70px;

        }

    }

    .weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,

    .weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {

        width: 100%;

    }

    .weltpixel-quickview-catalog-product-view .page-wrapper .page-main,

    .weltpixel_quickview-catalog_product-view .page-wrapper .page-main {

        padding: 20px;

        min-height: 600px;

    }

    .weltpixel-quickview-catalog-product-view .reviews-actions .add,

    .weltpixel_quickview-catalog_product-view .reviews-actions .add {

        display: none;

    }

    .weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,

    .weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,

    .weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,

    .weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {

        float: none;

        width: 100%;

    }

    .weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,

    .weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {

        display: none;

    }

    .weltpixel-quickview-catalog-product-view .product-info-main .product-options-bottom .box-tocart,

    .weltpixel_quickview-catalog_product-view .product-info-main .product-options-bottom .box-tocart {

        margin-top: 0;

    }

    .weltpixel-quickview-catalog-product-view .product-info-main .product-add-form .addthis_inline_share_toolbox,

    .weltpixel_quickview-catalog_product-view .product-info-main .product-add-form .addthis_inline_share_toolbox {

        margin-top: 30px;

    }

    .weltpixel-quickview-catalog-product-view .box-tocart,

    .weltpixel_quickview-catalog_product-view .box-tocart {

        display: inline-block;

        vertical-align: middle;

        margin: 0;

    }

    .weltpixel-quickview-catalog-product-view .box-gotoproduct,

    .weltpixel_quickview-catalog_product-view .box-gotoproduct {

        margin-left: 20px;

        vertical-align: middle;

        display: inline-block;

    }

    .weltpixel-quickview-catalog-product-view .box-gotoproduct .action,

    .weltpixel_quickview-catalog_product-view .box-gotoproduct .action {

        font-size: 15px !important;

        color: #0e4d95;

        font-weight: bold;

        padding: 15px 33px !important;

        border: 0 !important;

        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

        border-radius: 25px;

    }

    .box-gotoproduct #product-gotoproduct-button {

        width: 100%;

        padding: 14px 17px;

        font-size: 1.8rem;

        text-align: center;

        border: 1px solid transparent;

    }

    .page-products .product-item .weltpixel-quickview {

        display: block;

    }

    .weltpixel-quickview-catalog-product-view .page-wrapper,

    .weltpixel_quickview-catalog_product-view .page-wrapper {

        min-height: auto !important;

    }

    .weltpixel-quickview-catalog-product-view .column.main,

    .weltpixel_quickview-catalog_product-view .column.main {

        padding-bottom: 0;

        width: 100% !important;

    }

    .weltpixel-quickview-catalog-product-view .sidebar,

    .weltpixel_quickview-catalog_product-view .sidebar {

        display: none !important;

    }

    .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,

    .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {

        font-size: 22px !important;

    }

    .block-banners .banner-item,

    .block-banners-inline .banner-item {

        display: block;

    }

    .block-banners .banner-item-content,

    .block-banners-inline .banner-item-content {

        margin-bottom: 20px;

    }

    .block-banners .banner-item-content img,

    .block-banners-inline .banner-item-content img {

        display: block;

        margin: 0 auto;

    }

    .block-product-link.widget,

    .block-category-link.widget {

        display: block;

        margin-bottom: 20px;

    }

    .block-product-link-inline.widget {

        margin: 0;

    }

    .block.widget .product-item-info {

        width: auto;

    }

    .block.widget .pager {

        padding: 0;

    }

    .block.widget .pager .toolbar-amount {

        float: none;

        font-size: 1.2rem;

    }

    .block.widget .pager .pages-item-previous {

        padding-left: 0;

    }

    .block.widget .pager .pages-item-next {

        position: relative;

    }

    .block.widget .pager .items {

        white-space: nowrap;

    }

    .columns .block-event {

        position: relative;

        z-index: 2;

    }

    .block-event .block-content {

        position: relative;

    }

    .block-event .block-content>.action {

        cursor: pointer;

        margin-top: -6px;

        position: absolute;

        top: 50%;

        z-index: 3;

    }

    .block-event .block-content>.action.backward,

    .block-event .block-content>.action.forward {

        opacity: .5;

        overflow: hidden;

        width: 20px;

        display: inline-block;

        text-decoration: none;

    }

    .block-event .block-content>.action.backward>span,

    .block-event .block-content>.action.forward>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .block-event .block-content>.action.backward:before,

    .block-event .block-content>.action.forward:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 55px;

        line-height: 30px;

        color: inherit;

        content: '\e617';

        font-family: 'berserk-icons';

        vertical-align: middle;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .block-event .block-content>.action.backward:before,

    .block-event .block-content>.action.forward:before {

        margin-left: -15px;

    }

    .block-event .block-content>.action.backward {

        left: 0;

    }

    .block-event .block-content>.action.forward {

        right: 0;

    }

    .block-event .block-content>.action.forward:before {

        content: '\e608';

    }

    .block-event .block-content>.action.forward:before {

        margin-left: -20px;

    }

    .block-event .block-content>.action.inactive {

        cursor: default;

        display: none;

    }

    .block-event .block-content>.action:hover {

        opacity: 1;

    }

    .block-event .slider-panel {

        overflow: hidden;

        position: relative;

        z-index: 2;

    }

    .block-event .slider-panel .slider {

        white-space: nowrap;

    }

    .block-event .slider-panel .slider .item {

        background: #f0f0f0;

        display: inline-block;

        text-align: center;

        vertical-align: top;

        white-space: normal;

        width: 16.35%;

    }

    .sidebar-main .block-event .slider-panel .slider .item,

    .sidebar-additional .block-event .slider-panel .slider .item {

        width: 100%;

    }

    .block-event .slider-panel .slider .item img {

        max-width: 100%;

    }

    .block-event .slider-panel .slider .item .category-name {

        display: inline-block;

        font-size: 1.8rem;

        padding: 15px 5px 0;

        word-break: break-all;

    }

    .block-event .slider-panel .slider .item .ticker {

        margin: 0;

        padding: 0;

        list-style: none none;

    }

    .block-event .slider-panel .slider .item .ticker li {

        display: none;

        margin: 0 5px;

    }

    .block-event .slider-panel .slider .item .ticker .value {

        font-size: 2.6rem;

        font-weight: 300;

    }

    .block-event .slider-panel .slider .item .ticker .label {

        display: block;

        font-size: 1.3rem;

    }

    .block-event .slider-panel .slider .item .dates {

        font-weight: 300;

    }

    .block-event .slider-panel .slider .item .dates .start,

    .block-event .slider-panel .slider .item .dates .end,

    .block-event .slider-panel .slider .item .dates .date {

        display: block;

    }

    .block-event .slider-panel .slider .item .dates .start:after {

        font-size: 1.8rem;

        content: '\2013';

        display: block;

    }

    .block-event .slider-panel .slider .item .dates .date {

        font-size: 1.8rem;

        font-weight: 300;

    }

    .block-event .slider-panel .slider .item .dates .time {

        font-size: 1.3rem;

    }

    .block-event .slider-panel .slider .item .box-event .box-content {

        padding: 5px 0 10px;

    }

    .block-event .slider-panel .slider .item .box-event .box-title {

        display: block;

        font-weight: 300;

        margin: 10px 0 0;

    }

    .block-event .slider-panel .slider .item .action.show {

        display: block;

        padding: 0;

    }

    .block-event .slider-panel .slider .item .action.show .category.name {

        display: inline-block;

        padding: 30px 10px 0;

    }

    .block-event .slider-panel .slider .item .action.show img {

        display: block;

    }

    .block-event .slider-panel .slider .item .action.event {

        background-image: none;

        background: #1979c3;

        border: 1px solid #1979c3;

        color: #ffffff;

        cursor: pointer;

        display: inline-block;

        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        font-weight: 600;

        padding: 7px 15px;

        font-size: 1.4rem;

        box-sizing: border-box;

        vertical-align: middle;

        margin-top: 15px;

    }

    .block-event .slider-panel .slider .item .action.event:focus,

    .block-event .slider-panel .slider .item .action.event:active {

        background: #006bb4;

        border: 1px solid #006bb4;

        color: #ffffff;

    }

    .block-event .slider-panel .slider .item .action.event:hover {

        background: #006bb4;

        border: 1px solid #006bb4;

        color: #ffffff;

    }

    .block-event .slider-panel .slider .item .action.event.disabled,

    .block-event .slider-panel .slider .item .action.event[disabled],

    fieldset[disabled] .block-event .slider-panel .slider .item .action.event {

        opacity: 0.5;

        cursor: default;

        pointer-events: none;

    }

    .block-event .slider-panel .slider .item .action.event:hover {

        text-decoration: none;

    }

    .block-static-block.widget,

    .block-cms-link.widget {

        margin-bottom: 20px;

    }

    .links .block-static-block.widget,

    .links .block-cms-link.widget {

        margin-bottom: 0;

    }

    .block-cms-link-inline.widget {

        margin: 0;

    }

    .block-wishlist-search .form-wishlist-search {

        margin: 20px 0 0;

    }

    .block-cms-hierarchy-link.widget {

        display: block;

        margin-bottom: 20px;

    }

    .block-cms-hierarchy-link-inline.widget {

        margin: 0;

    }

    .sidebar .block-addbysku .fieldset {

        margin: 0;

    }

    .sidebar .block-addbysku .fieldset .fields {

        position: relative;

    }

    .sidebar .block-addbysku .fieldset .fields .field {

        display: inline-block;

        margin-bottom: 10px;

        vertical-align: top;

    }

    .sidebar .block-addbysku .fieldset .fields .field.sku {

        margin-right: -85px;

        padding-right: 90px;

        width: 100%;

    }

    .sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {

        width: 80px;

    }

    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {

        position: absolute;

        right: 0;

        top: 7px;

    }

    .sidebar .block-addbysku .form-addbysku .actions-toolbar {

        margin-bottom: 20px;

    }

    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {

        text-align: left;

    }

    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {

        width: auto;

    }

    .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {

        float: none;

        text-align: left;

    }

    .sidebar .block-addbysku .action.add {

        display: inline-block;

        text-decoration: none;

        line-height: normal;

        padding: 4px;

        width: auto;

    }

    .sidebar .block-addbysku .action.add>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .sidebar .block-addbysku .action.add:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 18px;

        line-height: inherit;

        color: inherit;

        content: '\e61c';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .sidebar .block-addbysku .action.add:hover:before {

        color: inherit;

    }

    .sidebar .block-addbysku .action.add:active:before {

        color: inherit;

    }

    .sidebar .block-addbysku .action.links {

        display: inline-block;

        margin: 20px 0 0;

    }

    .sidebar .block-addbysku .action.reset {

        display: block;

        margin: 10px 0;

    }

    .sidebar .block-addbysku .action.remove {

        display: inline-block;

        background-image: none;

        background: none;

        -moz-box-sizing: content-box;

        border: 0;

        box-shadow: none;

        line-height: inherit;

        margin: 0;

        padding: 0;

        text-decoration: none;

        text-shadow: none;

        font-weight: 400;

    }

    .sidebar .block-addbysku .action.remove>span {

        border: 0;

        clip: rect(0, 0, 0, 0);

        height: 1px;

        margin: -1px;

        overflow: hidden;

        padding: 0;

        position: absolute;

        width: 1px;

    }

    .sidebar .block-addbysku .action.remove:before {

        -webkit-font-smoothing: antialiased;

        -moz-osx-font-smoothing: grayscale;

        font-size: 12px;

        line-height: inherit;

        color: #999999;

        content: '\e616';

        font-family: 'berserk-icons';

        margin: 0;

        vertical-align: top;

        display: inline-block;

        font-weight: normal;

        overflow: hidden;

        speak: none;

        text-align: center;

    }

    .sidebar .block-addbysku .action.remove:hover:before {

        color: inherit;

    }

    .sidebar .block-addbysku .action.remove:active:before {

        color: inherit;

    }

    .sidebar .block-addbysku .action.remove:focus,

    .sidebar .block-addbysku .action.remove:active {

        background: none;

        border: none;

    }

    .sidebar .block-addbysku .action.remove:hover {

        background: none;

        border: none;

    }

    .sidebar .block-addbysku .action.remove.disabled,

    .sidebar .block-addbysku .action.remove[disabled],

    fieldset[disabled] .sidebar .block-addbysku .action.remove {

        pointer-events: none;

        opacity: 0.5;

    }

    @media only screen and (max-width: 991px) {

        .abs-visually-hidden-mobile-m {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .abs-add-clearfix-mobile-m:before,

        .abs-add-clearfix-mobile-m:after,

        .account .column.main .block:not(.widget) .block-title:before,

        .account .column.main .block:not(.widget) .block-title:after {

            content: '';

            display: table;

        }

        .abs-add-clearfix-mobile-m:after,

        .account .column.main .block:not(.widget) .block-title:after {

            clear: both;

        }

        .abs-toggling-title-mobile,

        .block-wishlist-management .wishlist-select .wishlist-name,

        .block-collapsible-nav .title {

            border-top: 1px solid #cccccc;

            cursor: pointer;

            margin-bottom: 0;

            position: relative;

            border-bottom: 1px solid #cccccc;

            padding: 10px 40px 10px 15px;

            display: block;

            text-decoration: none;

        }

        .block-wishlist-management .wishlist-select .wishlist-name:after,

        .block-collapsible-nav .title:after {

            position: absolute;

            right: 20px;

            top: 10px;

        }

        .abs-toggling-title-mobile:after,

        .block-wishlist-management .wishlist-select .wishlist-name:after,

        .block-collapsible-nav .title:after {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 12px;

            line-height: inherit;

            color: inherit;

            content: '\e622';

            font-family: 'berserk-icons';

            margin: 3px 0 0 0;

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .abs-toggling-title-mobile.active:after,

        .block-wishlist-management .wishlist-select .wishlist-name.active:after,

        .block-collapsible-nav .title.active:after {

            content: '\e621';

        }

        .abs-icon-add-mobile,

        .block-wishlist-management .wishlist-add.item .add {

            display: block;

            text-decoration: none;

        }

        .abs-icon-add-mobile:before,

        .block-wishlist-management .wishlist-add.item .add:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 10px;

            line-height: 10px;

            color: inherit;

            content: '\e61c';

            font-family: 'berserk-icons';

            margin: 0 5px 0 0;

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .abs-checkout-tooltip-content-position-top-mobile,

        .field-tooltip .field-tooltip-content {

            right: -10px;

            top: 40px;

            left: auto;

        }

        .field-tooltip .field-tooltip-content:before,

        .field-tooltip .field-tooltip-content:after {

            border: 10px solid transparent;

            height: 0;

            width: 0;

            margin-top: -21px;

            right: 10px;

            left: auto;

            top: 0;

        }

        .field-tooltip .field-tooltip-content:before {

            border-bottom-color: #666666;

        }

        .field-tooltip .field-tooltip-content:after {

            border-bottom-color: #f4f4f4;

            top: 1px;

        }

        .navigation,

        .breadcrumbs,

        .page-header .header.panel,

        .header.content,

        .footer.content,

        .page-main,

        .page-wrapper>.widget,

        .page-wrapper>.page-bottom,

        .block.category.event,

        .top-container {

            padding-left: 15px;

            padding-right: 15px;

        }

        .account .page-main,

        .cms-privacy-policy .page-main {

            padding-top: 41px;

            position: relative;

        }

        .navigation {

            padding: 0;

        }

        .navigation .parent .level-top {

            position: relative;

            display: block;

            text-decoration: none;

        }

        .navigation .parent .level-top:after {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 42px;

            line-height: inherit;

            color: inherit;

            content: '\e622';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .navigation .parent .level-top:after {

            position: absolute;

            right: 7px;

            top: -8px;

        }

        .navigation .parent .level-top.ui-state-active:after {

            content: '\e621';

        }

        .nav-sections {

            -webkit-overflow-scrolling: touch;

            -webkit-transition: left 0.3s;

            -moz-transition: left 0.3s;

            -ms-transition: left 0.3s;

            transition: left 0.3s;

            height: 100%;

            left: -80%;

            left: calc(-1 * (100% - 54px));

            overflow: auto;

            position: fixed;

            top: 0;

            width: 80%;

            width: calc(100% - 54px);

        }

        .nav-sections .switcher {

            border-top: 1px solid #d1d1d1;

            font-size: 1.6rem;

            font-weight: 700;

            margin: 0;

            padding: .8rem 3.5rem .8rem 2rem;

        }

        .nav-sections .switcher .label {

            display: block;

            margin-bottom: 5px;

        }

        .nav-sections .switcher:last-child {

            border-bottom: 1px solid #d1d1d1;

        }

        .nav-sections .switcher-trigger strong {

            position: relative;

            display: block;

            text-decoration: none;

        }

        .nav-sections .switcher-trigger strong:after {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 42px;

            line-height: inherit;

            color: inherit;

            content: '\e622';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .nav-sections .switcher-trigger strong:after {

            position: absolute;

            right: -40px;

            top: -16px;

        }

        .nav-sections .switcher-trigger.active strong:after {

            content: '\e621';

        }

        .nav-sections .switcher-dropdown {

            margin: 0;

            padding: 0;

            list-style: none none;

            padding: 10px 0;

        }

        .nav-sections .header.links {

            margin: 0;

            padding: 0;

            list-style: none none;

            border-bottom: 1px solid #d1d1d1;

        }

        .nav-sections .header.links li {

            font-size: 1.6rem;

            margin: 0;

        }

        .nav-sections .header.links li.greet.welcome {

            border-top: 1px solid #d1d1d1;

            font-weight: 700;

            padding: 0.8rem 20px;

        }

        .nav-sections .header.links li>a {

            border-top: 1px solid #d1d1d1;

        }

        .nav-sections .header.links a,

        .nav-sections .header.links a:hover {

            color: #575757;

            text-decoration: none;

            display: block;

            font-weight: 700;

            padding: 0.8rem 20px;

        }

        .nav-sections .header.links .header.links {

            border: 0;

        }

        .nav-before-open {

            height: 100%;

            overflow-x: hidden;

            width: 100%;

        }

        .nav-before-open .page-wrapper {

            -webkit-transition: left 0.3s;

            -moz-transition: left 0.3s;

            -ms-transition: left 0.3s;

            transition: left 0.3s;

            height: 100%;

            left: 0;

            overflow: hidden;

            position: relative;

        }

        .nav-before-open body {

            height: 100%;

            overflow: hidden;

            position: relative;

            width: 100%;

        }

        .nav-open .page-wrapper {

            left: 80%;

            left: calc(100% - 54px);

        }

        .nav-open .nav-sections {

            -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

            -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

            -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

            box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

            left: 0;

            z-index: 99;

        }

        .nav-open .nav-toggle:after {

            background: rgba(0, 0, 0, 0.7);

            content: '';

            display: block;

            height: 100%;

            position: fixed;

            right: 0;

            top: 0;

            width: 100%;

            z-index: 1;

        }

        .nav-sections-items {

            position: relative;

            z-index: 1;

        }

        .nav-sections-items:before,

        .nav-sections-items:after {

            content: '';

            display: table;

        }

        .nav-sections-items:after {

            clear: both;

        }

        .nav-sections-item-title {

            background: #e3e3e3;

            border: solid #d7d7d7;

            border-width: 0 0 1px 1px;

            box-sizing: border-box;

            float: left;

            height: 71px;

            padding-top: 24px;

            text-align: center;

            width: 33.33%;

        }

        .nav-sections-item-title.active {

            background: transparent;

            border-bottom: 0;

        }

        .nav-sections-item-title .nav-sections-item-switch:hover {

            text-decoration: none;

        }

        .nav-sections-item-content {

            box-sizing: border-box;

            float: right;

            margin-left: -100%;

            margin-top: 71px;

            width: 100%;

            padding: 25px 0;

        }

        .nav-sections-item-content:before,

        .nav-sections-item-content:after {

            content: '';

            display: table;

        }

        .nav-sections-item-content:after {

            clear: both;

        }

        .nav-sections-item-content.active {

            display: block;

        }

        .navigation {

            background: #f0f0f0;

            box-sizing: border-box;

        }

        .navigation ul {

            margin: 0;

            padding: 0;

        }

        .navigation li {

            margin: 0;

        }

        .navigation a {

            display: block;

            padding-top: 10px;

            padding-right: 0;

            padding-bottom: 10px;

            padding-left: 15px;

        }

        .navigation a,

        .navigation a:hover {

            color: #575757;

            text-decoration: none;

        }

        .navigation .level0 {

            border-top: 1px solid #d1d1d1;

            font-size: 1.6rem;

        }

        .navigation .level0>.level-top {

            font-weight: 700;

            padding: 8px 40px 8px 15px;

            text-transform: uppercase;

            word-wrap: break-word;

        }

        .navigation .level0>.level-top:hover {

            color: #333333;

        }

        .navigation .level0.active .all-category .ui-state-focus {

            border-color: #ff5501;

            border-style: solid;

            border-width: 0 0 0 8px;

            color: #333333;

            padding-left: 7px;

            display: inline-block;

        }

        .navigation .level0>.level1 {

            font-weight: 600;

        }

        .navigation .level0.active>a:not(.ui-state-active),

        .navigation .level0.has-active>a:not(.ui-state-active) {

            border-color: #ff5501;

            border-style: solid;

            border-width: 0 0 0 8px;

            color: #333333;

        }

        .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),

        .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {

            margin-left: -8px;

        }

        .navigation li.level0:last-child {

            border-bottom: 1px solid #d1d1d1;

        }

        .navigation .submenu>li {

            word-wrap: break-word;

        }

        .navigation .submenu>li>a:hover {

            color: #333333;

        }

        .navigation .submenu:not(:first-child) {

            font-weight: 400;

            line-height: 1.3;

            left: auto !important;

            overflow-x: hidden;

            padding: 0;

            position: relative;

            top: auto !important;

            transition: left 0.3s ease-out;

        }

        .navigation .submenu:not(:first-child)>li>a {

            padding-left: 15px;

        }

        .navigation .submenu:not(:first-child)>li:last-child {

            margin-bottom: 0;

        }

        .navigation .submenu:not(:first-child) ul {

            display: block;

            padding-left: 15px;

        }

        .navigation .submenu:not(:first-child) ul>li {

            margin: 0;

        }

        .navigation .submenu:not(:first-child) ul>li a {

            color: #575757;

            display: block;

            line-height: normal;

        }

        .navigation .submenu:not(:first-child) ul>li a:hover {

            color: #333333;

        }

        .navigation .submenu:not(:first-child).expanded {

            display: block !important;

            padding-right: 0;

            top: 0 !important;

        }

        .navigation .submenu:not(:first-child) .active>a {

            border-color: #ff5501;

            border-style: solid;

            border-width: 0 0 0 8px;

            color: #333333;

            padding-left: 7px;

        }

        .navigation .submenu:not(:first-child) .level1.active>a {

            padding-left: 7px;

        }

        .breadcrumbs {

            display: none;

        }

        .modal-popup.modal-slide {

            left: 44px;

            z-index: 900;

        }

        .modal-popup.modal-slide._show .modal-inner-wrap {

            -webkit-transform: translateX(0);

            transform: translateX(0);

        }

        .modal-popup.modal-slide .modal-inner-wrap {

            height: 100%;

            overflow-y: auto;

            position: static;

            -webkit-transform: translateX(100%);

            transform: translateX(100%);

            -webkit-transition: -webkit-transform 0.3s ease-in-out;

            transition: transform 0.3s ease-in-out;

            width: auto;

        }

        .modal-popup.modal-slide .modal-inner-wrap {

            margin: 0;

            max-height: none;

        }

        .custom-slide {

            bottom: 0;

            left: 0;

            min-width: 0;

            position: fixed;

            right: 0;

            top: 0;

            visibility: hidden;

            opacity: 0;

            -webkit-transition: visibility 0s .3s, opacity .3s ease;

            transition: visibility 0s .3s, opacity .3s ease;

            left: 44px;

            z-index: 900;

        }

        .custom-slide._show {

            visibility: visible;

            opacity: 1;

            -webkit-transition: opacity .3s ease;

            transition: opacity .3s ease;

        }

        .custom-slide._show .modal-inner-wrap {

            -webkit-transform: translate(0, 0);

            transform: translate(0, 0);

        }

        .custom-slide .modal-inner-wrap {

            background-color: #ffffff;

            box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);

            opacity: 1;

            pointer-events: auto;

        }

        .custom-slide._show .modal-inner-wrap {

            -webkit-transform: translateX(0);

            transform: translateX(0);

        }

        .custom-slide .modal-inner-wrap {

            height: 100%;

            overflow-y: auto;

            position: static;

            -webkit-transform: translateX(100%);

            transform: translateX(100%);

            -webkit-transition: -webkit-transform 0.3s ease-in-out;

            transition: transform 0.3s ease-in-out;

            width: auto;

        }

        .custom-slide._show {

            -webkit-overflow-scrolling: touch;

            overflow-x: hidden;

            overflow-y: auto;

        }

        .custom-slide .modal-inner-wrap {

            background-color: #f4f4f4;

            box-sizing: border-box;

            height: auto;

            min-height: 100%;

        }

        body._has-modal-custom {

            height: 100vh;

            overflow: hidden;

            width: 100vw;

        }

        body._has-modal-custom .modal-custom-overlay {

            background-color: rgba(51, 51, 51, 0.55);

        }

        .modal-popup.modal-slide .modal-inner-wrap[class] {

            background-color: #f4f4f4;

        }

        .modal-popup.modal-slide._inner-scroll._show {

            -webkit-overflow-scrolling: touch;

            overflow-y: auto;

        }

        .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {

            height: auto;

            min-height: 100%;

        }

        .modal-popup .modal-title {

            font-size: 14px;

            font-weight: 700;

        }

        .multishipping-checkout-success .nav-toggle {

            display: block;

        }

        .multishipping-checkout-success .logo {

            margin-left: 40px;

        }

        .block-cart-failed .block-title {

            margin: 0 20px 20px;

        }

        .catalog-product-view .column.main {

            display: -webkit-flex;

            display: -ms-flexbox;

            display: flex;

            -webkit-flex-direction: column;

            -ms-flex-direction: column;

            flex-direction: column;

        }

        .catalog-product-view .product.media {

            -ms-flex-order: -1;

            -webkit-order: -1;

            order: -1;

        }

        .compare.wrapper,

        [class*='block-compare'] {

            display: none;

        }

        .cart-container .form-cart .actions.main {

            text-align: center;

        }

        .cart-discount {

            border-bottom: 1px solid #cccccc;

        }

        .cart.table-wrapper {

            border-top: 0;

        }

        .cart.table-wrapper .actions-toolbar {

            min-height: 40px;

        }

        .cart.table-wrapper .action-towishlist {

            position: absolute;

            right: 54px;

            left: auto;

            top: 7px;

            color: #e00;

        }

        .cart.table-wrapper .action-towishlist:before {

            color: #e00;

        }

        .cart.table-wrapper thead .col.item,

        .cart.table-wrapper thead .col.qty,

        .cart.table-wrapper thead .col.price,

        .cart.table-wrapper thead .col.subtotal,

        .cart.table-wrapper thead .col.msrp {

            display: none;

        }

        .cart.table-wrapper .col.qty,

        .cart.table-wrapper .col.price,

        .cart.table-wrapper .col.subtotal,

        .cart.table-wrapper .col.msrp {

            box-sizing: border-box;

            display: block;

            float: left;

            white-space: nowrap;

            width: 33%;

            border-top: 0;

            text-align: center;

        }

        .cart.table-wrapper .col.qty:before,

        .cart.table-wrapper .col.price:before,

        .cart.table-wrapper .col.subtotal:before,

        .cart.table-wrapper .col.msrp:before {

            content: attr(data-th);

            display: block;

            font-weight: 600;

            padding-bottom: 10px;

        }

        .cart.table-wrapper .col.msrp {

            white-space: normal;

        }

        .cart.table-wrapper .item .col.item {

            padding-bottom: 0;

        }

        .cart.table-wrapper tbody>tr>td:last-child {

            border: 0;

        }

        .cart-totals {

            padding-left: 15px;

            padding-right: 15px;

        }

        .cart-totals .table-wrapper {

            border-top: 0;

        }

        .cart-totals .totals tbody>tr:not(:last-child)>td:last-child {

            border: 0;

        }

        .cart-summary {

            position: static;

            padding: 0;

        }

        .cart-summary:after {

            position: static;

        }

        .cart-summary .block {

            padding: 20px;

        }

        .cart-summary .checkout-methods-items {

            padding: 30px;

        }

        .cart-discount .block .content {

            display: block;

            padding: 38px 15px 38px;

        }

        .cart-discount .block .content form {

            position: relative;

        }

        .cart-discount .block .content form button {

            margin: 0;

        }

        .cart-totals .table-wrapper {

            padding: 20px;

        }

        .custom-slide._show .modal-header {

            padding: 0;

        }

        .custom-slide._show .modal-content:before {

            position: absolute;

            left: 0;

            top: 0;

            bottom: 0;

            width: 100%;

            height: 3px;

            display: block;

            content: "";

            background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

        }

        .custom-slide._show .modal-content:after {

            display: none;

        }

        .custom-slide._show .modal-inner-wrap {

            background-color: #fff;

        }

        .authentication-wrapper {

            margin-top: 15px;

            margin-bottom: -40px;

        }

        .authentication-wrapper button {

            text-decoration: none;

            border: 0;

        }

        .authentication-wrapper button span {

            text-decoration: none;

            color: #00c5ff;

            border: 0;

        }

        .opc-estimated-wrapper {

            background: #fff;

            border: 0;

            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);

            position: relative;

            display: block;

        }

        .opc-estimated-wrapper .estimated-block {

            width: 50%;

            font-family: 'Montserrat', sans-serif;

            vertical-align: middle;

        }

        .opc-estimated-wrapper .estimated-block .estimated-label {

            font-size: 14px;

            line-height: 15px;

            font-weight: 700;

            margin-right: 10px;

        }

        .opc-estimated-wrapper .estimated-block .estimated-price {

            font-size: 24px;

            font-weight: 700;

            line-height: 36px;

            color: #2775ff;

        }

        .opc-estimated-wrapper .minicart-wrapper {

            width: 50%;

            text-align: right;

            padding-right: 60px;

        }

        .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {

            right: auto;

            top: 14px;

        }

        .opc-estimated-wrapper .minicart-wrapper .action.showcart {

            margin-top: 5px !important;

            margin-bottom: -20px !important;

        }

        .opc-estimated-wrapper:after {

            position: absolute;

            left: 0;

            bottom: 0;

            width: 100%;

            height: 3px;

            display: block;

            content: "";

            background-image: linear-gradient(to right, #2775ff 0%, #7202bb 100%);

        }

        .opc-wrapper .form-login,

        .opc-wrapper .form-shipping-address,

        .opc-wrapper .methods-shipping {

            background: #fff;

        }

        #discount-form {

            position: relative;

        }

        #discount-form .action.action-apply {

            position: absolute;

            right: 0;

            top: 0;

            z-index: 1;

            width: 200px;

            margin: 0;

        }

        .checkout-index-index .modal-popup .modal-footer .action-save-address {

            width: 100%;

        }

        .checkout-index-index .modal-popup .modal-footer .action-hide-popup {

            margin-top: 20px;

        }

        .checkout-payment-method .payment-methods {

            margin: 0 -15px;

        }

        .checkout-payment-method .step-title {

            padding-left: 15px;

            padding-right: 15px;

        }

        .checkout-payment-method .payment-method-title {

            padding: 15px;

        }

        .checkout-payment-method .payment-method-content {

            padding: 0 15px 20px;

        }

        .checkout-payment-method .checkout-billing-address .action-cancel {

            margin-top: 10px;

        }

        .checkout-payment-method .payment-option {

            margin: 0 -15px;

        }

        .checkout-payment-method .payment-option .payment-option-title {

            padding: 15px;

        }

        .checkout-payment-method .payment-option .payment-option-content {

            padding: 0 15px 20px;

        }

        .login-container .fieldset:after {

            text-align: center;

        }

        .account .page.messages {

            margin-bottom: 40px;

        }

        .account .column.main .block:not(.widget) .block-title>.action {

            float: right;

            margin-top: 5px;

        }

        .account .column.main .block:not(.widget) .block-content .box {

            margin-bottom: 20px;

        }

        .account .column.main .block:not(.widget) .block-content .box:last-child {

            margin-bottom: 0;

        }

        .control.captcha-image .captcha-img {

            display: block;

            margin-bottom: 10px;

        }

        .customer-account-index .page-title-wrapper {

            position: relative;

        }

        .cart-discount .giftcard .content {

            padding-bottom: 35px;

        }

        .cart-discount .actions-toolbar .secondary {

            bottom: 17px;

        }

        .field.open-amount {

            width: 100%;

        }

        .page-product-giftcard .product-info-main .product-info-stock-sku {

            display: block;

            padding-left: 10px;

            text-align: left;

        }

        .gift-message .actions-toolbar .action-update {

            font-size: 2rem;

            padding: 15px;

            width: 100%;

        }

        .gift-item-block {

            border-bottom: 0;

            border-top: 1px solid #c1c1c1;

        }

        .gift-item-block .title:after {

            font-size: 1.2rem;

            position: absolute;

            right: 20px;

            top: 10px;

        }

        .gift-item-block .content {

            padding-left: 1.5rem;

            padding-right: 1.5rem;

        }

        .gift-message-summary {

            padding-right: 7rem;

        }

        .cart.table-wrapper .action-gift {

            display: inline-block;

            text-decoration: none;

        }

        .cart.table-wrapper .action-gift>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .cart.table-wrapper .action-gift:after {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: 20px;

            color: #8f8f8f;

            content: '\e62a';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .cart.table-wrapper .action-gift:hover:after {

            color: #333333;

        }

        .cart.table-wrapper .action-gift:active:after {

            color: #8f8f8f;

        }

        .cart.table-wrapper .action-gift._active {

            border: 1px solid #c1c1c1;

            border-bottom-color: #ffffff;

            margin: -5px 14px -1px -15px;

            padding: 4px 10px 9px 14px;

        }

        .cart.table-wrapper .action-gift._active:after {

            color: #333333;

        }

        .cart.table-wrapper .gift-content {

            border-top: 1px solid #c1c1c1;

            margin-right: -15px;

            overflow: hidden;

            padding-left: 15px;

            padding-right: 15px;

        }

        .gift-options-cart-item+.action-towishlist {

            left: 43px;

            position: absolute;

        }

        .cart.table-wrapper .action-giftregistry {

            display: inline-block;

            text-decoration: none;

        }

        .cart.table-wrapper .action-giftregistry>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .cart.table-wrapper .action-giftregistry:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: 20px;

            color: #8f8f8f;

            content: '\e62b';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .cart.table-wrapper .action-giftregistry:hover:before {

            color: #333333;

        }

        .cart.table-wrapper .action-giftregistry:active:before {

            color: #8f8f8f;

        }

        .gift-wrapping {

            border-bottom: 1px solid #c1c1c1;

            margin-bottom: 20px;

            padding-bottom: 10px;

        }

        .gift-wrapping-list {

            width: 100%;

        }

        .gift-wrapping-summary+.gift-message-summary {

            padding-right: 0;

        }

        .gift-options-cart-item {

            float: left;

        }

        .gift-wrapping-preview img {

            width: 100%;

        }

        .item-actions .actions-toolbar .gift-options .gift-wrapping,

        .item-actions .actions-toolbar .gift-options .gift-message {

            display: block;

        }

        .table-wrapper.grouped {

            margin-left: -15px;

            margin-right: -15px;

        }

        body.filter-active .page-header {

            display: none;

        }

        body.filter-active .page-wrapper {

            height: 0;

            margin-top: -999999em;

            visibility: hidden;

        }

        body.filter-active .columns {

            z-index: 999;

        }

        .filter.active {

            position: relative;

            visibility: visible;

            z-index: 99;

        }

        .filter.active .filter-options-item:last-child {

            margin-bottom: 40px;

        }

        .filter.active .filter-title {

            border-bottom: 1px solid #cccccc;

            height: 48px;

            left: 0;

            position: fixed;

            right: 0;

            top: 0;

            z-index: 2;

        }

        .filter.active .filter-title strong {

            box-shadow: none;

            background: none;

            border: 0;

            color: transparent;

            left: auto;

            right: 3px;

            top: 10px;

        }

        .filter.active .filter-title strong:after {

            width: 70px;

            height: 68px;

            margin-top: 2px;

            display: flex;

            align-items: center;

            justify-content: center;

            position: absolute;

            top: 0;

            right: 0;

            box-shadow: inset 2px 1px 10px rgba(0, 0, 0, 0.04);

            background-color: #f9f9f9;

            color: #2775ff;

            content: '\f00d';

            font-family: "Font Awesome 5 Free";

            font-size: 14px;

            font-weight: 600;

        }

        .filter.active .filter-subtitle {

            font-weight: 700;

            border-top: 2px solid #2775ff;

            background: transparent;

            display: block;

            height: 70px;

            left: 0;

            line-height: 32px;

            position: fixed;

            right: 0;

            top: 0;

            z-index: 1;

        }

        .filter.active .filter-options {

            background: #ffffff;

            bottom: 0;

            display: block;

            left: 0;

            overflow: scroll;

            position: fixed;

            right: 0;

            top: 70px;

            z-index: 10;

        }

        .filter .filter-subtitle {

            font-size: 20px;

            font-weight: 300;

        }

        .filter-actions {

            margin: -35px -10px 25px;

        }

        .filter-options-content {

            padding: 5px 10px;

        }

        .filter .filter-current .items {

            display: none;

        }

        .filter .filter-current-subtitle {

            position: relative;

            z-index: 1;

        }

        .filter .filter-current-subtitle:before {

            position: absolute;

            right: 10px;

            top: 10px;

        }

        .filter .filter-current-subtitle:after {

            color: #7d7d7d;

            content: ' ('attr(data-count) ')';

            font-size: .9em;

        }

        .filter .filter-current.active {

            padding-bottom: 30px;

        }

        .filter .filter-current.active .items {

            display: block;

        }

        .filter .filter-current.active+.block-actions {

            display: block;

        }

        .filter .filter-current+.block-actions {

            display: none;

        }

        .filter-no-options .filter-title:before {

            background: rgba(255, 255, 255, 0.5);

            content: '';

            display: block;

            height: 40px;

            left: -15px;

            margin-top: -60px;

            position: relative;

            width: 100px;

            z-index: 99;

        }

        .filter-no-options .filter-content {

            margin-bottom: 20px;

        }

        .page-with-filter .columns .sidebar-main {

            -ms-flex-order: 0;

            -webkit-order: 0;

            order: 0;

        }

        .map-popup {

            max-width: 100%;

        }

        .map-old-price,

        .map-show-info {

            display: inline-block;

        }

        .map-old-price:not(:last-child),

        .map-show-info:not(:last-child) {

            margin-bottom: 10px;

        }

        .block-wishlist-management {

            clear: both;

            margin-top: -21px;

        }

        .block-wishlist-management .wishlist-select {

            margin: 0 -15px 20px;

        }

        .block-wishlist-management .wishlist-select .wishlist-name {

            font-size: 1.6rem;

        }

        .block-wishlist-management .wishlist-select-items {

            border-bottom: 1px solid #cccccc;

            background: #f5f5f5;

            display: none;

            padding: 15px 0;

        }

        .block-wishlist-management .wishlist-select-items.active {

            display: block;

        }

        .block-wishlist-management .wishlist-select-items .item {

            margin: 3px 0 0;

        }

        .block-wishlist-management .wishlist-select-items .item:first-child {

            margin-top: 0;

        }

        .block-wishlist-management .wishlist-select-items .item.current {

            display: none;

        }

        .block-wishlist-management .wishlist-select-items .item a {

            color: #333333;

            display: block;

            padding: 5px 18px;

            text-decoration: none;

        }

        .block-wishlist-management .wishlist-select-items .item a:hover {

            background: #e8e8e8;

        }

        .block-wishlist-management .wishlist-title strong {

            font-size: 2.6rem;

        }

        .block-wishlist-management .wishlist-info {

            margin-bottom: 15px;

        }

        .block-wishlist-management .wishlist-toolbar-select,

        .block-wishlist-management .wishlist-toolbar-actions {

            margin-bottom: 15px;

        }

        .products-grid.wishlist .product-item-checkbox {

            left: 20px;

            position: absolute;

            top: 20px;

        }

        .page-multiple-wishlist .products-grid.wishlist .product-item-photo {

            margin-left: 25px;

        }

        .page-multiple-wishlist .products-grid.wishlist .product-item-name,

        .page-multiple-wishlist .products-grid.wishlist .product-item-description,

        .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,

        .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {

            margin-left: 115px;

        }

        .products-grid.wishlist .wishlist-dropdown {

            display: none;

        }

        .order-pager-wrapper .toolbar-amount {

            left: inherit;

            position: relative;

            text-align: center;

            top: inherit;

        }

        .order-pager-wrapper .pages {

            text-align: center;

        }

        .order-pager-wrapper .action.previous,

        .order-pager-wrapper .action.next {

            margin: 0;

        }

        .block-collapsible-nav {

            left: 0;

            position: absolute;

            top: -21px;

            width: 100%;

            z-index: 5;

        }

        .block-collapsible-nav .content {

            border-bottom: 1px solid #cccccc;

            display: none;

        }

        .block-collapsible-nav .content.active {

            display: block;

        }

        .customer-name,

        .customer-welcome+.authorization-link {

            display: none;

        }

        .page-header .nav-sections .switcher {

            border: 0;

            display: block;

            box-shadow: none;

            border-radius: 0;

            transition: none;

            height: auto;

            text-align: left;

            padding: 0;

            z-index: auto;

        }

        .page-header .nav-sections .switcher i {

            position: absolute;

            right: 25px;

            top: 22px;

            color: #B6B6B6;

        }

        .page-header .nav-sections .switcher:hover i {

            color: #2775ff;

        }

        .page-header .nav-sections .switcher .brk-switcher__selected {

            color: #000;

            padding: 0 7px 0 25px;

            font-size: 16px;

            font-weight: 700;

            line-height: 60px;

            display: block;

        }

        .page-header .nav-sections .switcher:hover .brk-switcher__selected {

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        }

        .page-header .nav-sections .switcher .brk-switcher__option {

            width: 100%;

            left: 0;

            max-width: 100%;

            padding: 0;

            background: transparent;

            position: static;

            display: none;

            border-radius: 0;

        }

        .page-header .nav-sections .switcher .brk-switcher__option:after {

            display: none;

        }

        .page-header .nav-sections .switcher .brk-switcher__option li {

            display: block;

        }

        .page-header .nav-sections .switcher .brk-switcher__option a {

            padding: 0 25px;

            color: #000 !important;

            text-align: left;

            padding-left: 50px;

            display: block;

        }

        .page-header .nav-sections .switcher .brk-switcher__option a:hover {

            background-color: #f3f7ff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        }

        .page-header .nav-sections .switcher:hover>.brk-switcher__option {

            display: block;

        }

        .page-footer .footer.content .switcher-store {

            background: #f4f4f4;

            font-size: 1.6rem;

            margin: 0 -15px;

        }

        .page-footer .footer.content .switcher-store .switcher-options {

            display: block;

        }

        .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {

            background: none;

            border: 0;

            box-shadow: none;

            margin: 0;

            position: relative;

        }

        .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,

        .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {

            display: none;

        }

        .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,

        .page-footer .footer.content .switcher-store .switcher-options .switcher-option {

            border-top: 1px solid #cecece;

            display: block;

            padding: 10px 20px;

        }

        .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {

            padding: 10px 0;

        }

        .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {

            padding: 0;

        }

        .cms-page-view .page-main {

            padding-top: 41px;

            position: relative;

        }

        body:not(.cms-index-index) .page-wrapper .top-container>div {

            max-width: 720px;

            margin: 0 auto;

        }

        /************* Header(Mobile) **************/

        .brk-info-menu-open {

            display: none !important;

        }

        .page-header {

            /************* Header Type 1(Mobile) **************/

            /************* Header Type 1(Mobile) **************/

            /************* Header Type 2(Mobile) **************/

            /************* Header Type 2(Mobile) **************/

            /************* Header Type 3(Mobile) **************/

            /************* Header Type 3(Mobile) **************/

            /************* Header Type 4(Mobile) **************/

            /************* Header Type 4(Mobile) **************/

            /************* Header Type 5(Mobile) **************/

            /************* Header Type 5(Mobile) **************/

            /************* Header Type 6(Mobile) **************/

            /************* Header Type 6(Mobile) **************/

            /************* Header Type 7(Mobile) **************/

            /************* Header Type 7(Mobile) **************/

        }

        .page-header .block-search .control {

            margin: 0;

            padding: 0;

        }

        .page-header .logo {

            margin: 0;

        }

        .page-header .switcher {

            display: none;

        }

        .page-header.type1 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type1 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type1 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type1 .header.panel>.brk-custom-block,

        .page-header.type1 .header.panel>.links-area {

            display: none;

        }

        .page-header.type2:before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            -webkit-transition: background .3s;

            transition: background .3s;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

            z-index: 1;

        }

        .page-header.type2.brk-header_scroll {

            top: 0;

        }

        .page-header.type2.brk-header_scroll:before {

            background: #272727;

        }

        .page-header.type2.brk-header_scroll .search-area>a {

            color: #272727;

        }

        .page-header.type2.brk-header_scroll .nav-toggle {

            --bc: #272727;

        }

        .page-header.type2 .nav-toggle {

            --bc: #fff;

        }

        .page-header.type2 .search-area>a {

            color: #fff;

        }

        .page-header.type2 .header.panel {

            display: none;

        }

        .page-header.type2 .header.content {

            border-bottom: 0;

        }

        .page-header.type2 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type2 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type2 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type2 .header.panel>.brk-custom-block,

        .page-header.type2 .header.panel>.links-area {

            display: none;

        }

        .page-header.type3:before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            -webkit-transition: background .3s;

            transition: background .3s;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

            z-index: 1;

        }

        .page-header.type3.brk-header_scroll {

            top: 0;

        }

        .page-header.type3.brk-header_scroll:before {

            background: #272727;

        }

        .page-header.type3 .nav-toggle {

            --bc: #fff;

        }

        .page-header.type3 .search-area>a {

            color: #fff;

        }

        .page-header.type3 .header.panel {

            display: none;

        }

        .page-header.type3 .header.content {

            border-bottom: 0;

        }

        .page-header.type3 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type3 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type3 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type3 .header.panel>.brk-custom-block,

        .page-header.type3 .header.panel>.links-area {

            display: none;

        }

        .page-header.type4 .nav-toggle {

            top: 27px;

        }

        .page-header.type4 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type4 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type4 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type4 .header.panel>.brk-custom-block,

        .page-header.type4 .header.panel>.links-area {

            display: none;

        }

        .page-header.type5:before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            -webkit-transition: background .3s;

            transition: background .3s;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

            z-index: 1;

        }

        .page-header.type5.brk-header_scroll {

            top: 0;

        }

        .page-header.type5.brk-header_scroll:before {

            background: #272727;

        }

        .page-header.type5.brk-header_scroll .links-area>a,

        .page-header.type5.brk-header_scroll .links-area>a:hover,

        .page-header.type5.brk-header_scroll .links-area>a:active,

        .page-header.type5.brk-header_scroll .links-area>a:visited {

            color: #272727;

        }

        .page-header.type5 .nav-area {

            padding: 0 !important;

        }

        .page-header.type5 .nav-toggle {

            position: relative;

            left: 0;

            top: 0;

            margin-left: 15px;

        }

        .page-header.type5 .header.panel {

            display: none;

        }

        .page-header.type5 .header.content {

            border-bottom: 0;

        }

        .page-header.type5 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type5 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type5 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type5 .links-area {

            display: none;

        }

        .page-header.type6:before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            -webkit-transition: background .3s;

            transition: background .3s;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

            z-index: 1;

        }

        .page-header.type6.brk-header_scroll {

            top: 0;

        }

        .page-header.type6.brk-header_scroll:before {

            background: #272727;

        }

        .page-header.type6.brk-header_scroll .links-area>a,

        .page-header.type6.brk-header_scroll .links-area>a:hover,

        .page-header.type6.brk-header_scroll .links-area>a:active,

        .page-header.type6.brk-header_scroll .links-area>a:visited {

            color: #272727;

        }

        .page-header.type6 .nav-area {

            padding: 0 !important;

        }

        .page-header.type6 .nav-toggle {

            position: relative;

            left: 0;

            top: 0;

            margin-left: 15px;

        }

        .page-header.type6 .header.panel {

            display: none;

        }

        .page-header.type6 .header.content {

            border-bottom: 0;

        }

        .page-header.type6 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type6 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type6 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type6 .links-area {

            display: none;

        }

        .page-header.type7:before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            -webkit-transition: background .3s;

            transition: background .3s;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

            z-index: 1;

        }

        .page-header.type7.brk-header_scroll {

            top: 0;

        }

        .page-header.type7.brk-header_scroll:before {

            background: #272727;

        }

        .page-header.type7.brk-header_scroll .links-area>a,

        .page-header.type7.brk-header_scroll .links-area>a:hover,

        .page-header.type7.brk-header_scroll .links-area>a:active,

        .page-header.type7.brk-header_scroll .links-area>a:visited {

            color: #272727;

        }

        .page-header.type7 .nav-area {

            padding: 0 !important;

        }

        .page-header.type7 .nav-toggle {

            position: relative;

            left: 0;

            top: 0;

            margin-left: 15px;

        }

        .page-header.type7 .header.panel {

            display: none;

        }

        .page-header.type7 .header.content {

            border-bottom: 0;

            padding: 0;

        }

        .page-header.type7 .header.content .brk-custom-block {

            display: none;

        }

        .page-header.type7 .header.content .header-right-area .switcher {

            display: none;

        }

        .page-header.type7 .block-search .block-content .action.search {

            top: 23px;

        }

        .page-header.type7 .links-area {

            display: none;

        }

        /************* Header(Mobile) **************/

        .products-grid.wishlist {

            margin-bottom: 30px;

            margin-right: -10px;

        }

        .products-grid.wishlist .product-item {

            padding: 20px 10px 20px 20px;

            position: relative;

        }

        .products-grid.wishlist .product-item-photo {

            float: left;

            margin-right: 20px;

        }

        .products-grid.wishlist .product-item-name {

            font-size: 1.6rem;

        }

        .products-grid.wishlist .product-item-actions {

            display: block;

        }

        .products-grid.wishlist .product-item-actions .action {

            margin-right: 15px;

        }

        .products-grid.wishlist .product-item-actions .action:last-child {

            margin-right: 0;

        }

        .products-grid.wishlist .product-item-actions .action.edit {

            float: left;

        }

        .products-grid.wishlist .product-item-actions .action.delete {

            float: right;

        }

        .products-grid.wishlist .product-item-actions .action.edit,

        .products-grid.wishlist .product-item-actions .action.delete {

            margin-top: 7px;

        }

        .products-grid.wishlist .product-item-name,

        .products-grid.wishlist .product-item-description,

        .products-grid.wishlist .product-item .price-box,

        .products-grid.wishlist .product-item-tooltip {

            margin-left: 95px;

        }

        .products-grid.wishlist .product-item .box-tocart {

            float: left;

            margin-right: 20px;

        }

        .products-grid.wishlist .product-item .box-tocart .stock {

            margin-top: 7px;

        }

        .products-grid.wishlist .product-item .giftregisty-dropdown,

        .products-grid.wishlist .product-item .field.qty {

            display: none;

        }

        .products-grid.wishlist .product-image-container {

            max-width: 80px;

        }

        .wishlist-index-index .product-item {

            width: 100%;

        }

        .wishlist-index-index .product-item-info {

            width: auto;

            position: relative;

        }

        .cart.table-wrapper .action-towishlist {

            display: inline-block;

            text-decoration: none;

        }

        .cart.table-wrapper .action-towishlist>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .cart.table-wrapper .action-towishlist:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: 20px;

            color: #8f8f8f;

            content: '\e600';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .cart.table-wrapper .action-towishlist:hover:before {

            color: #333333;

        }

        .cart.table-wrapper .action-towishlist:active:before {

            color: #8f8f8f;

        }

        .rg-megamenu.navigation .submenu.level0 {

            height: 0;

            visibility: hidden;

        }

        .rg-megamenu.navigation .submenu.level0.opened {

            visibility: visible;

            height: auto;

        }

        .rg-megamenu.navigation li.level0.staticwidth>.submenu {

            width: auto !important;

        }

        .rg-megamenu.navigation li.level0.fullwidth .menu-top-block,

        .rg-megamenu.navigation li.level0.staticwidth .menu-top-block,

        .rg-megamenu.navigation li.level0.fullwidth .menu-right-block,

        .rg-megamenu.navigation li.level0.staticwidth .menu-right-block,

        .rg-megamenu.navigation li.level0.fullwidth .menu-left-block,

        .rg-megamenu.navigation li.level0.staticwidth .menu-left-block,

        .rg-megamenu.navigation li.level0.fullwidth .menu-bottom-block,

        .rg-megamenu.navigation li.level0.staticwidth .menu-bottom-block {

            display: none;

        }

        .rg-megamenu.navigation li.level0 .menu-thumb-img {

            display: none;

        }

        .rg-megamenu.navigation li.level0.classic .submenu>.row {

            margin: 0;

        }

        .rg-megamenu.navigation li.ui-menu-item {

            position: relative;

        }

        .rg-megamenu.navigation li.ui-menu-item>a {

            position: relative;

        }

        .rg-megamenu.navigation li.ui-menu-item>.open-children-toggle {

            display: block;

            position: absolute;

            width: 60px;

            height: 60px;

            right: 0;

            top: 0;

            z-index: 1;

            cursor: pointer;

        }

        .rg-megamenu.navigation span.cat-label {

            top: 50%;

            right: 36px;

            margin-top: -7px;

            position: absolute;

            text-transform: uppercase;

            font: inherit;

            font-size: 9px;

            padding: 2px;

            line-height: 1;

            color: #fff;

        }

        .rg-megamenu.navigation span.cat-label:before {

            content: "";

            position: absolute;

            width: 3px;

            height: 3px;

            border: 3px solid transparent;

            left: -6px;

            bottom: 3px;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label1 {

            background-color: #0cc485;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label1:before {

            border-right-color: #0cc485;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label2 {

            background-color: #eb2771;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label2:before {

            border-right-color: #eb2771;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label3 {

            background-color: #0ae3eb;

        }

        .rg-megamenu.navigation span.cat-label.cat-label-label3:before {

            border-right-color: #0ae3eb;

        }

        .nav-open .page-wrapper {

            left: 0;

        }

        .nav-open .nav-sections {

            background: url("../../frontend/Redgiant/berserk/en_GB/images/brk-bg-mobile-menu.jpg") no-repeat center center;

            background-size: cover;

            box-shadow: 6px 0 12px rgba(0, 0, 0, 0.75);

            max-width: 500px;

        }

        .nav-open .nav-sections .nav-sections-items {

            min-height: 100%;

            background-color: rgba(255, 255, 255, 0.92);

        }

        .nav-open .nav-sections .nav-sections-items:before {

            content: '';

            top: 0;

            left: 0;

            width: 100%;

            height: 3px;

            display: block;

            background: -webkit-gradient(linear, left top, right top, from(#0f5ae0), to(#7202bb));

            background: linear-gradient(to right, #0f5ae0, #7202bb);

        }

        .nav-open .nav-sections .header.links li.greet.welcome {

            border-top: 0;

            padding: 0 7px 0 25px;

            line-height: 60px;

            color: #000;

        }

        .nav-open .nav-sections .header.links li>a {

            padding: 0 7px 0 25px;

            line-height: 60px;

            border-top: 0;

            color: #000;

        }

        .nav-open .nav-sections .header.links li>a:hover {

            color: #000;

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        }

        .nav-open .nav-sections .header.links+.header.links {

            display: none;

        }

        .nav-sections-item-title {

            display: block;

            float: none;

            background-color: #fff !important;

            margin: 0;

            width: 100%;

            padding: 0;

            pointer-events: none;

        }

        .nav-sections-item-title a {

            height: 72px;

            line-height: 72px;

            box-shadow: inset 0 -2px #7400ba;

            color: #272727;

            padding: 0 15px 0 25px;

            text-transform: uppercase;

            display: block;

            font-size: 19px;

            font-weight: 700;

            text-align: left;

            pointer-events: none;

            cursor: default;

        }

        .nav-sections-item-content {

            float: none;

            margin: 0;

            padding: 0;

            display: block !important;

        }

        .navigation {

            background: transparent;

        }

        .navigation .level0 {

            border: 0;

        }

        .navigation .level0>.level-top {

            color: #000;

            font-weight: 700;

            font-size: 16px;

            line-height: 60px;

            padding: 0 7px 0 25px;

        }

        .navigation .level0:hover>.level-top {

            color: #000 !important;

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        }

        .navigation .parent .level-top:after {

            content: "\f105";

            font-family: "Font Awesome 5 Free";

            font-weight: 900;

            font-size: 15px;

            color: #b6b6b6;

            -webkit-transform-origin: center center;

            transform-origin: center center;

            -webkit-transition-property: color, \transform;

            transition-property: color, \transform;

            -webkit-transition-duration: .3s;

            transition-duration: .3s;

            width: 60px;

            text-align: center;

            top: 0;

            right: 0;

        }

        .navigation .parent .level-top.ui-state-active {

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

        }

        .navigation .parent .level-top.ui-state-active:after {

            content: "\f105";

            color: #2775ff;

            -webkit-transform: rotate(90deg);

            transform: rotate(90deg);

        }

        .navigation li.ui-menu-item>a:hover:before {

            position: absolute;

            display: block;

            content: '';

            width: 999px;

            right: 0;

            height: 100%;

            background-color: #f3f7ff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);

            top: 0;

            z-index: -1;

        }

        .navigation .submenu:not(:first-child) ul {

            width: 100%;

        }

    }

    @media only screen and (max-width: 767px) {

        .abs-visually-hidden-mobile,

        .table-downloadable-products .col.title:before,

        .table-giftregistry-items .col.product:before {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .abs-add-clearfix-mobile:before,

        .abs-add-clearfix-mobile:after,

        .abs-checkout-order-review tbody>tr:before,

        .abs-checkout-order-review tbody>tr:after,

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,

        .table-giftregistry-items .col.product:before,

        .table-giftregistry-items .col.product:after,

        .multicheckout.order-review .data.table tbody>tr:before,

        .multicheckout.order-review .data.table tbody>tr:after {

            content: '';

            display: table;

        }

        .abs-add-clearfix-mobile:after,

        .abs-checkout-order-review tbody>tr:after,

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,

        .table-giftregistry-items .col.product:after,

        .multicheckout.order-review .data.table tbody>tr:after {

            clear: both;

        }

        .multicheckout.order-review .data.table tbody>tr:not(:last-child) {

            border-bottom: 1px solid #cccccc;

        }

        .multicheckout.order-review .data.table tbody>tr>td.col.item:before {

            display: none;

        }

        .multicheckout.order-review .data.table tbody>tr>td.col.qty,

        .multicheckout.order-review .data.table tbody>tr>td.col.price,

        .multicheckout.order-review .data.table tbody>tr>td.col.subtotal {

            box-sizing: border-box;

            float: left;

            text-align: center;

            white-space: nowrap;

            width: 33%;

        }

        .multicheckout.order-review .data.table tbody>tr>td.col.qty:before,

        .multicheckout.order-review .data.table tbody>tr>td.col.price:before,

        .multicheckout.order-review .data.table tbody>tr>td.col.subtotal:before {

            content: attr(data-th) ':';

            display: block;

            font-weight: 700;

            padding-bottom: 10px;

        }

        .multicheckout.order-review .data.table tbody>tr>td.col:last-child {

            border: 0;

        }

        .abs-checkout-order-review .product-item-name,

        .multicheckout.order-review .data.table .product-item-name {

            margin: 0;

        }

        .abs-product-items-summary tbody .col {

            padding: 10px 0 0;

        }

        .abs-product-items-summary tfoot .mark {

            padding-bottom: 5px;

            text-align: left;

        }

        .abs-product-items-summary tfoot .amount {

            padding-top: 0;

            text-align: left;

        }

        .abs-product-items-summary tfoot .grand.totals {

            font-size: 1.6rem;

        }

        .abs-product-items-summary tfoot .grand.totals .mark {

            padding-bottom: 0;

            padding-top: 5px;

        }

        .abs-product-items-summary tfoot .grand.totals .amount {

            padding-bottom: 10px;

            padding-top: 0;

        }

        .abs-product-items-summary tfoot .grand.totals .amount strong {

            border-top: none;

        }

        .abs-account-table-margin-mobile,

        .table-wrapper.balance-history,

        .table-wrapper.reward-history,

        .table-wrapper.orders-recent {

            margin-top: -20px;

        }

        .abs-sidebar-totals-mobile th:before,

        .abs-sidebar-totals-mobile td:before,

        .account .table-billing-agreements .col.actions:before,

        .account .table-billing-agreements-related .col.actions:before,

        .table-wrapper.comparison .table-comparison>tbody>tr>th:before,

        .table-wrapper.comparison .table-comparison>tbody>tr>td:before,

        .cart .table.items .col.item:before,

        .cart .table.items .item-actions td:before,

        .account .table-giftregistry .col.actions:before,

        .table.grouped>tbody>tr>td:before,

        .account .table-reviews .col.actions:before,

        .account .table-order-items .col.actions:before,

        .account .table-order-items .col.options:before,

        .cart-totals .totals th:before,

        .cart-totals .totals td:before,

        .opc-block-summary .totals th:before,

        .opc-block-summary .totals td:before {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .abs-no-display-s,

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,

        .order-details-items .table-order-items .options-label,

        .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {

            display: none;

        }

        .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,

        .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,

        .magento-rma-returns-view .page-main .page-title-wrapper .page-title,

        .account .page-main .page-title-wrapper .page-title,

        [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,

        .sales-guest-view .page-main .page-title-wrapper .page-title {

            display: block;

        }

        .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,

        .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,

        .magento-rma-returns-view .page-main .page-title-wrapper .order-status,

        .account .page-main .page-title-wrapper .order-status,

        [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,

        .sales-guest-view .page-main .page-title-wrapper .order-status {

            margin: -10px 0 10px;

        }

        .abs-table-striped-mobile>tbody>tr>td:last-child,

        .account .data.table>tbody>tr>td:last-child {

            border: 0;

        }

        .abs-no-border-top,

        .product.info.detailed .additional-attributes-wrapper,

        .table-wrapper.balance-history,

        .table-wrapper.table-returns,

        .table-wrapper.orders-recent,

        .order-details-items .table-wrapper {

            border-top: 0;

        }

        .abs-no-border-bottom {

            border-bottom: 0;

        }

        .abs-sidebar-totals-mobile .amount,

        .cart-totals .totals .amount,

        .opc-block-summary .totals .amount {

            text-align: right;

        }

        .table-wrapper {

            border-top: 1px solid #cccccc;

            overflow-x: auto;

            overflow-y: hidden;

            width: 100%;

            -ms-overflow-style: -ms-autohiding-scrollbar;

            -webkit-overflow-scrolling: touch;

            position: relative;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {

            border: none;

            display: block;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {

            display: none;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {

            display: block;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {

            display: block;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {

            border-bottom: none;

            display: block;

            padding: 5px 10px;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before {

            padding-right: 10px;

            content: attr(data-th) ': ';

            display: inline-block;

            color: #111111;

            font-weight: 700;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th {

            background-color: #f6f6f6;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {

            padding-top: 15px;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {

            border-bottom: 1px solid #cccccc;

            padding-bottom: 15px;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty {

            text-align: left;

        }

        .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {

            border: none;

            padding: 0 0 5px;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {

            display: block;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {

            display: block;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {

            padding-top: 20px;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {

            box-sizing: border-box;

            float: left;

            text-align: left;

            width: 70%;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {

            box-sizing: border-box;

            float: left;

            text-align: right;

            width: 30%;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {

            font-size: 1.6rem;

        }

        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {

            padding-bottom: 10px;

        }

        .data-table-definition-list thead {

            display: none;

        }

        .data-table-definition-list tbody th {

            padding-bottom: 0;

        }

        .data-table-definition-list tbody th,

        .data-table-definition-list tbody td {

            display: block;

            padding-left: 0;

            padding-right: 0;

        }

        .pages .pages-items {

            display: block;

            padding: 2px 40px 0;

            position: relative;

            white-space: normal;

            z-index: 1;

        }

        .pages-item-previous {

            left: 0;

            position: absolute;

            top: 0;

            z-index: 1;

        }

        .pages-item-next {

            position: absolute;

            right: 0;

            top: 0;

            z-index: 1;

        }

        .checkout-payment-method .amazon-sandbox-simulator {

            border-top: 1px solid #cccccc;

        }

        .multicheckout .data.table .address:before {

            margin-bottom: 5px;

        }

        .multicheckout .product-item-name,

        .multicheckout .price-including-tax,

        .multicheckout .price-excluding-tax {

            display: inline-block;

        }

        .multicheckout .block-content .box:not(:last-child) {

            margin-bottom: 40px;

        }

        .multicheckout .block-content .box:last-child {

            margin-bottom: 0;

        }

        .multicheckout.order-review .box-items .data.table thead {

            display: block;

        }

        .multicheckout.order-review .box-items .data.table thead tr {

            display: block;

        }

        .multicheckout.order-review .box-items .data.table thead .col.item {

            display: block;

            padding: 0;

        }

        .multicheckout .actions-toolbar .action {

            margin-bottom: 25px;

        }

        .multicheckout .actions-toolbar>.primary {

            margin-bottom: 25px;

            margin-right: 0;

        }

        .form-new-agreement select {

            width: auto;

        }

        .table-paypal-review-items .col.subtotal {

            text-align: left;

        }

        .table-paypal-review-items .product-item-name {

            display: inline-block;

        }

        .column .block-addbysku .sku {

            margin-right: -85px;

            padding-right: 90px;

        }

        .column .block-addbysku .action.remove {

            display: inline-block;

            background-image: none;

            background: none;

            -moz-box-sizing: content-box;

            border: 0;

            box-shadow: none;

            line-height: inherit;

            margin: 0;

            padding: 0;

            text-decoration: none;

            text-shadow: none;

            font-weight: 400;

        }

        .column .block-addbysku .action.remove>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .column .block-addbysku .action.remove:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: inherit;

            color: #8f8f8f;

            content: '\e604';

            font-family: 'berserk-icons';

            margin: -4px 0 0;

            vertical-align: top;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .column .block-addbysku .action.remove:hover:before {

            color: inherit;

        }

        .column .block-addbysku .action.remove:active:before {

            color: inherit;

        }

        .column .block-addbysku .action.remove:focus,

        .column .block-addbysku .action.remove:active {

            background: none;

            border: none;

        }

        .column .block-addbysku .action.remove:hover {

            background: none;

            border: none;

        }

        .column .block-addbysku .action.remove.disabled,

        .column .block-addbysku .action.remove[disabled],

        fieldset[disabled] .column .block-addbysku .action.remove {

            pointer-events: none;

            opacity: 0.5;

        }

        .product-social-links .action.tocompare {

            display: none;

        }

        .product-info-price {

            width: calc(100% + 2*10px) !important;

        }

        .product-info-price>*:first-child {

            padding-left: 10px;

        }

        .product-info-price>*:last-child {

            padding-right: 10px;

        }

        .brk-tabs-simple-smooth {

            -webkit-box-orient: vertical;

            -webkit-box-direction: normal;

            flex-direction: column;

        }

        .brk-tabs-simple-smooth .brk-tabs-nav {

            display: -webkit-box;

            display: flex;

            -webkit-box-orient: horizontal;

            -webkit-box-direction: normal;

            flex-direction: row;

            -webkit-box-pack: justify;

            justify-content: space-between;

            flex-wrap: wrap;

        }

        .brk-tabs-simple-smooth .brk-tabs-content {

            margin-left: 0 !important;

        }

        .brk-tabs-simple-smooth .brk-tabs-content .brk-tab-item {

            padding-left: 0;

            margin-top: 0;

        }

        .brk-products-tabs .block-content .owl-dots {

            display: none !important;

        }

        .brk-products-tabs .block-content .owl-nav {

            min-width: auto !important;

        }

        .shape-box__wrapper-stripe {

            margin-left: 0 !important;

        }

        .product.info.detailed .product.data.items>.item.title {

            margin: 0 !important;

            text-align: center;

            -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%) !important;

            clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%) !important;

        }

        .product.info.detailed .product.data.items>.item.title:nth-last-child(2) {

            padding-right: 50px !important;

        }

        .product.info.detailed .product.data.items>.item.title.active a:after {

            content: "\f106";

        }

        .product.info.detailed .product.data.items>.item.title a:after {

            content: "\f107";

            font-family: "Font Awesome 5 Free" !important;

            font-weight: 600 !important;

            font-size: 18px;

            color: #222;

        }

        .product.info.detailed .product.data.items>.item.content {

            border: 0;

            margin-top: 30px;

            line-height: 26px;

            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

            font-size: 13px;

            color: #000;

            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

        }



        .product.info.detailed .product.data.items>.item.content h2 {

            font-size: 21px;

        }



        .product.info.detailed .product.data.items>.item.content {

            border: 0;

            border-top: 1px solid #ebebeb;

            margin-top: 49px;

        }



        .catalog-product-view.type2 .product.page-title-wrapper .page-title {

            color: initial !important;

            font-size: 36px !important;

        }

        .catalog-product-view.type2 * {

            color: initial !important;

        }

        .table-wrapper.comparison .table-comparison>tbody>tr>th,

        .table-wrapper.comparison .table-comparison>tbody>tr>td {

            display: table-cell;

        }

        .block-search {

            margin-top: 10px;

        }

        .cart .table.items .col.qty {

            text-align: center;

        }

        .table-wrapper {

            overflow: visible !important;

        }

        .opc-wrapper .step-title {

            font-size: 18px;

            border-bottom: 0;

            padding-bottom: 0;

        }

        .opc-wrapper .step-content {

            margin: 0 0 15px;

        }

        .opc-wrapper .form-login,

        .opc-wrapper .form-shipping-address,

        .opc-wrapper .methods-shipping {

            background: #fff !important;

        }

        .opc-wrapper .form-login,

        .opc-wrapper .form-shipping-address,

        .opc-wrapper .methods-shipping {

            background: #f4f4f4;

            margin: 20px -15px 15px;

            padding: 20px 15px;

        }

        .opc-wrapper .form-login+.form-shipping-address {

            margin-top: -15px;

        }

        .opc-wrapper .shipping-address-item {

            border-bottom: 1px solid #cccccc;

            margin: 0 0 15px;

            padding: 0 0 15px;

            width: 100%;

        }

        .opc-wrapper .shipping-address-item.selected-item {

            padding: 15px 35px 15px 18px;

            border-bottom-width: 2px;

        }

        .opc-wrapper .shipping-address-item.selected-item .edit-address-link {

            right: 39px;

        }

        .opc-wrapper .action-select-shipping-item {

            float: none;

            margin-top: 10px;

            width: 100%;

        }

        .opc-wrapper .action-show-popup {

            width: 100%;

        }

        .opc-wrapper .methods-shipping {

            border-bottom: 1px solid #cccccc;

            padding-top: 30px;

        }

        .opc-wrapper .edit-address-link {

            display: inline-block;

            text-decoration: none;

            margin: 0;

            position: absolute;

            right: 0;

            top: 5px;

        }

        .opc-wrapper .edit-address-link>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .opc-wrapper .edit-address-link:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: 20px;

            color: #8f8f8f;

            content: '\e601';

            font-family: 'berserk-icons';

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .opc-wrapper .edit-address-link:hover:before {

            color: #333333;

        }

        .opc-wrapper .edit-address-link:active:before {

            color: #8f8f8f;

        }

        .shipping-policy-block.field-tooltip {

            margin-bottom: 20px;

            position: relative;

            right: auto;

            top: auto;

        }

        .shipping-policy-block.field-tooltip .field-tooltip-content {

            width: 300px;

            right: auto;

        }

        .shipping-policy-block.field-tooltip .field-tooltip-content:before,

        .shipping-policy-block.field-tooltip .field-tooltip-content:after {

            right: auto;

        }

        .opc-block-summary>.title {

            border-bottom: 0;

            font-size: 18px;

            margin-bottom: 20px;

            padding-bottom: 0;

        }

        .account .column.main,

        .account .sidebar-additional {

            margin: 0;

        }

        .page-product-downloadable .product-options-wrapper {

            margin-bottom: 25px;

        }

        .table-downloadable-products .product-name {

            display: block;

            margin-bottom: 5px;

        }

        .page-product-downloadable .product-info-price~*:last-child:after {

            border-bottom: 1px solid #c1c1c1;

            content: '';

            display: block;

            height: 0;

            margin: 25px -10px;

            overflow: hidden;

            width: auto;

        }

        .table-giftregistry-items .field.choice,

        .table-giftregistry-items .field.qty {

            display: inline-block;

        }

        .form-giftregistry-search .fieldset {

            margin-bottom: 20px;

        }

        .block-giftregistry-results .block-title {

            margin-bottom: 0;

        }

        .block-giftregistry-results .table-wrapper {

            border-top: none;

        }

        .block-giftregistry-shared-items .block-title {

            margin-bottom: 10px;

        }

        .block-giftregistry-shared-items .table-wrapper {

            border-top: 0;

        }

        .table.grouped>thead>tr>th {

            border-bottom: 1px solid #cccccc;

            display: table-cell;

        }

        .table.grouped>tbody {

            border-bottom: 1px solid #cccccc;

        }

        .table.grouped>tbody>tr>td {

            padding: 11px 10px;

            border: 0;

            display: table-cell;

        }

        .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child {

            border-bottom: 0;

        }

        .page-product-grouped .minimal-price {

            margin: 0;

        }

        .page-product-grouped .product-info-price {

            border: 0;

            margin-bottom: 0;

        }

        .page-product-grouped .product-info-price .price-box {

            padding-bottom: 0;

        }

        .form-add-invitations .action.remove {

            display: inline-block;

            text-decoration: none;

        }

        .form-add-invitations .action.remove>span {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .form-add-invitations .action.remove:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 18px;

            line-height: inherit;

            color: #8f8f8f;

            content: '\e604';

            font-family: 'berserk-icons';

            margin: 0;

            vertical-align: top;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .form-add-invitations .action.remove:hover:before {

            color: inherit;

        }

        .form-add-invitations .action.remove:active:before {

            color: inherit;

        }

        .customer-review .product-name {

            margin-bottom: 5px;

        }

        .customer-review .product-reviews-summary .rating-summary {

            display: block;

            margin-bottom: 5px;

        }

        .form-create-return .additional .field:nth-last-child(2) {

            margin-bottom: 0;

        }

        .form-create-return .additional .field:last-child {

            margin-top: 20px;

        }

        .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {

            display: block;

            float: none;

            margin: 10px 0 0;

        }

        .order-details-items thead {

            display: block;

        }

        .order-details-items thead tr {

            display: block;

        }

        .order-pager-wrapper {

            display: block;

        }

        .account .table-order-items tbody tr {

            display: block;

        }

        .account .table-order-items .product-item-name {

            display: inline-block;

            margin: 0;

        }

        .account .table-order-items .action.show {

            margin-top: 0;

        }

        .order-details-items .order-title strong {

            display: block;

        }

        .order-details-items .action {

            margin-top: 10px;

        }

        .order-details-items .items-qty {

            display: inline-block;

            vertical-align: top;

        }

        .order-details-items .col.price .price-including-tax,

        .order-details-items .col.subtotal .price-including-tax,

        .order-details-items .col.price .price-excluding-tax,

        .order-details-items .col.subtotal .price-excluding-tax {

            display: inline-block;

        }

        .order-details-items .data.table .col.options {

            padding: 0 10px 15px;

        }

        .order-details-items .data.table .col.options:before {

            display: none;

        }

        .order-details-items .options-label+.item-options-container:before,

        .order-details-items .item-options-container+.item-options-container:before {

            content: attr(data-th) ':';

            display: block;

            font-weight: 700;

            padding-left: 10px;

        }

        .order-details-items .options-label+.item-options-container .col,

        .order-details-items .item-options-container+.item-options-container .col {

            font-size: 1.2rem;

            padding: 0 10px;

        }

        .order-details-items .options-label+.item-options-container .col:first-child,

        .order-details-items .item-options-container+.item-options-container .col:first-child {

            padding-top: 3px;

        }

        .order-details-items .options-label+.item-options-container .col:last-child,

        .order-details-items .item-options-container+.item-options-container .col:last-child {

            padding-bottom: 20px;

        }

        .logo {

            margin-bottom: 13px;

            margin-top: 4px;

        }

        .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {

            display: none;

        }

        .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {

            display: none;

        }

        .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {

            display: block;

        }

        .my-credit-cards .card-type img {

            vertical-align: middle;

        }

        .products-grid.wishlist .product-item {

            border-bottom: 1px solid #e8e8e8;

        }

        .products-grid.wishlist .product-item:first-child {

            border-top: 1px solid #e8e8e8;

        }

    }

    @media only screen and (max-width: 575px) {

        .tooltip.wrapper .tooltip.content {

            min-width: 10rem;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart {

            width: 54px;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart>i {

            margin: 0;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart>span {

            display: none;

        }

        .modal-popup .field-tooltip .field-tooltip-content {

            width: 200px;

        }

        .brk-footer-nav ul li:first-child {

            margin-left: 20px;

        }

        .page-header.type1 .header.content .header-content>.row>.col-4 {

            padding: 0;

        }

        .page-header.type5 .search-area {

            margin-left: -5px;

        }

        .page-header.type6 .search-area {

            margin-left: -5px;

        }

        .page-header.type7 .search-area {

            margin-left: -5px;

        }

        .minicart-wrapper .product .actions {

            position: static;

            margin: 0;

        }

        .minicart-wrapper .product .actions>.primary,

        .minicart-wrapper .product .actions>.secondary {

            margin-top: 10px;

            margin-left: 10px;

            display: inline-block;

            vertical-align: middle;

        }

        .minicart-items .product-item-details {

            padding-right: 0;

        }

        .minicart-items .action.edit,

        .minicart-items .action.delete {

            width: 30px;

            height: 30px;

            line-height: 30px;

        }

        .minicart-items .action.edit:before,

        .minicart-items .action.delete:before {

            font-size: 12px;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart {

            width: 54px;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart>i {

            margin: 0;

        }

        .block-minicart .block-content>.actions>.secondary a.action.viewcart>span {

            display: none;

        }

    }

    @media all and (min-width: 768px) {

        .abs-blocks-2columns-s {

            width: 48%;

        }

        .abs-reset-left-margin-desktop-s,

        .column:not(.sidebar-main) .multicheckout .actions-toolbar,

        .multicheckout .block-shipping .box-shipping-method .fieldset .legend {

            margin-left: 0;

        }

        .abs-visually-hidden-desktop-s {

            border: 0;

            clip: rect(0, 0, 0, 0);

            height: 1px;

            margin: -1px;

            overflow: hidden;

            padding: 0;

            position: absolute;

            width: 1px;

        }

        .abs-add-clearfix-desktop-s:before,

        .abs-add-clearfix-desktop-s:after,

        .multicheckout .block-billing:before,

        .multicheckout .block-billing:after {

            content: '';

            display: table;

        }

        .abs-add-clearfix-desktop-s:after,

        .multicheckout .block-billing:after {

            clear: both;

        }

        .abs-add-box-sizing-desktop-s,

        .multicheckout .block-shipping .box,

        .multicheckout .block-billing .box-billing-address,

        .multicheckout .block-billing .box-billing-method {

            box-sizing: border-box;

        }

        .abs-form-field-column-2-s .fieldset .field {

            padding: 0 12px 0 0;

            box-sizing: border-box;

            display: inline-block;

            width: 50%;

            vertical-align: top;

        }

        .abs-form-field-column-2-s .fieldset .field+.fieldset {

            clear: both;

        }

        .abs-form-field-column-2-s .fieldset .field .field {

            padding: 0;

            width: 100%;

        }

        .abs-form-field-revert-column-1-s {

            width: 100%;

        }

        .abs-action-print-s {

            display: inline-block;

            text-decoration: none;

        }

        .abs-action-print-s:before {

            -webkit-font-smoothing: antialiased;

            -moz-osx-font-smoothing: grayscale;

            font-size: 16px;

            line-height: 16px;

            color: inherit;

            content: '\e624';

            font-family: 'berserk-icons';

            margin: 0 4px 0 0;

            vertical-align: middle;

            display: inline-block;

            font-weight: normal;

            overflow: hidden;

            speak: none;

            text-align: center;

        }

        .table>tbody>tr>th,

        .table>tbody>tr>td {

            border-top: 1px solid #cccccc;

        }

        .table>tbody+tbody {

            border-top: 1px solid #cccccc;

        }

        .ui-dialog.popup {

            width: 420px;

        }

        .multicheckout .actions-toolbar .secondary {

            float: none;

            margin-top: 11px;

            text-align: right;

        }

        .multicheckout .actions-toolbar .secondary .action {

            margin-left: 10px;

        }

        .multicheckout .actions-toolbar .secondary .action.back {

            display: block;

            float: left;

        }

        .multicheckout .item-options {

            margin: 20px 0 0;

        }

        .multicheckout .block-content .box {

            margin-bottom: 0;

        }

        .multicheckout .block-shipping .box {

            float: left;

            width: 25%;

        }

        .multicheckout .block-shipping .box-shipping-method {

            padding-left: 25px;

            padding-right: 25px;

            width: 50%;

        }

        .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {

            display: none;

        }

        .multicheckout .block-billing .box-billing-address {

            float: left;

            width: 25%;

        }

        .multicheckout .block-billing .box-billing-method {

            float: left;

            padding-left: 25px;

            width: 50%;

        }

        .multicheckout.form.address .table-wrapper .applicable {

            margin: 7px 0 0;

        }

        .multicheckout.order-review .box-items {

            clear: left;

            float: none;

            padding-top: 40px;

            width: auto;

        }

        .multicheckout.order-review .col.item {

            width: 75%;

        }

        .multicheckout .methods-payment .item-content>.fieldset {

            width: auto;

        }

        .multicheckout .methods-payment .item-content>.fieldset .field.cvv {

            display: inline-block;

            width: auto;

        }

        .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {

            float: none;

            margin-bottom: 8px;

            text-align: left;

            width: auto;

        }

        .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {

            width: 100%;

        }

        .column .block-addbysku .action.remove {

            background-image: none;

            -moz-box-sizing: content-box;

            box-shadow: none;

            line-height: inherit;

            text-shadow: none;

            font-weight: 400;

            line-height: 1.42857143;

            margin: 0;

            padding: 0;

            color: #1979c3;

            text-decoration: none;

            background: none;

            border: 0;

            display: inline;

            margin-top: -4px;

        }

        .column .block-addbysku .action.remove:focus,

        .column .block-addbysku .action.remove:active {

            background: none;

            border: none;

        }

        .column .block-addbysku .action.remove:hover {

            background: none;

            border: none;

        }

        .column .block-addbysku .action.remove.disabled,

        .column .block-addbysku .action.remove[disabled],

        fieldset[disabled] .column .block-addbysku .action.remove {

            pointer-events: none;

            opacity: 0.5;

        }

        .column .block-addbysku .action.remove:visited {

            color: #1979c3;

            text-decoration: none;

        }

        .column .block-addbysku .action.remove:hover {

            color: #006bb4;

            text-decoration: underline;

        }

        .column .block-addbysku .action.remove:active {

            color: #ff5501;

            text-decoration: underline;

        }

        .column .block-addbysku .action.remove:hover {

            color: #006bb4;

        }

        .column .block-addbysku .action.remove:hover,

        .column .block-addbysku .action.remove:active,

        .column .block-addbysku .action.remove:focus {

            background: none;

            border: 0;

        }

        .column .block-addbysku .action.remove.disabled,

        .column .block-addbysku .action.remove[disabled],

        fieldset[disabled] .column .block-addbysku .action.remove {

            color: #1979c3;

            opacity: 0.5;

            cursor: default;

            pointer-events: none;

            text-decoration: underline;

        }

        .catalogsearch-advanced-result .message.error {

            margin-top: 0;

        }

        .fullwidth-row {

            width: 100vw;

            margin-left: calc(360px - 50vw);

        }

        .column:not(.sidebar-main) .form.contact,

        .column:not(.sidebar-additional) .form.contact {

            width: 100% !important;

            float: none !important;

        }

        .form.contact textarea {

            height: 160px;

        }

        .form.contact .actions-toolbar>.primary {

            width: 100%;

        }

        .form.contact .actions-toolbar button {

            display: block;

            transform: translate3d(0, -50%, 0);

            margin: 0 auto;

            float: none;

        }

        .form.contact .brk-form-wrap-active>textarea {

            border: 1px solid #2775ff;

        }

        .review-form {

            max-width: 500px;

        }

        .review-ratings {

            float: left;

            margin-bottom: 0;

            max-width: 240px;

        }

        .review-ratings~.review-content,

        .review-ratings~.review-details {

            margin-left: 280px;

        }

        .review-toolbar {

            margin: 0 0 30px;

        }

        .review-toolbar .pages {

            padding: 30px 0;

        }

        .fieldset .review-legend.legend {

            margin-bottom: 30px;

        }

        .review-item {

            padding: 30px 0;

        }

        .review-title {

            margin: 0 0 30px;

        }

        .order-details-items .order-title .action {

            margin: 12px 0 0 30px;

        }

        .order-details-items .order-title .action.track {

            float: right;

        }

        .wishlist-index-index .products-grid .product-item-actions {

            margin: 0;

        }

        .block.widget .products-grid .product-item,

        .page-layout-1column .block.widget .products-grid .product-item,

        .page-layout-3columns .block.widget .products-grid .product-item {

            width: 33.33333333%;

        }

    }

    .rotation-slider {
        width: 100%;
        max-width: 710px
    }

    .rotation-slider img {
        width: 100%;
        height: 100%
    }

    .rotation-slider .slick-slide {
        position: relative;
        z-index: 7
    }

    .rotation-slider .slick-slide .brk-slid {
        position: relative;
        transition: \transform 0.3s
    }

    .rotation-slider .slick-slide .brk-slid:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        visibility: visible;
        transition: background-color .2s;
        z-index: 4
    }

    .rotation-slider .slick-slide .brk-slid a {
        display: block
    }

    .rotation-slider .slick-slide.prev-slid-index .brk-slid {
        transform: translateX(20%) scale(.85)
    }

    @media (max-width:575px) {
        .rotation-slider .slick-slide.prev-slid-index .brk-slid {
            transform: translateX(0) scale(1)
        }
    }

    .rotation-slider .slick-slide.next-slid-index .brk-slid {
        transform: translateX(-20%) scale(.85)
    }

    @media (max-width:575px) {
        .rotation-slider .slick-slide.next-slid-index .brk-slid {
            transform: translateX(0) scale(1)
        }
    }

    .rotation-slider .slick-slide.slick-current,
    .rotation-slider .slick-slide.slick-center,
    .rotation-slider .slick-slide.slick-active {
        z-index: 8
    }

    .rotation-slider .slick-slide.slick-current .brk-slid,
    .rotation-slider .slick-slide.slick-center .brk-slid,
    .rotation-slider .slick-slide.slick-active .brk-slid {
        transform: scale(1)
    }

    .rotation-slider .slick-slide.slick-current .brk-slid:before,
    .rotation-slider .slick-slide.slick-center .brk-slid:before,
    .rotation-slider .slick-slide.slick-active .brk-slid:before {
        background-color: rgba(255, 255, 255, 0);
        visibility: hidden
    }

    .rotation-slider_full-width {
        max-width: none
    }

    .arrows-classic .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
        transform: translateY(-50%);
        cursor: pointer;
        color: transparent;
        border: 0;
        border-radius: 50%;
        outline: none;
        z-index: 9;
        opacity: .9;
        transition: opacity .3s;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
        background-color: #fff
    }

    @media (max-width:576px) {
        .arrows-classic .slick-arrow {
            width: 40px;
            height: 40px
        }
    }

    .arrows-classic .slick-arrow:hover {
        outline: none;
        opacity: 1
    }

    .arrows-classic .slick-arrow:before {
        content: '';
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        vertical-align: 3px;
        font-size: 22px;
        transform: translate(-50%, -50%);
        color: #2775ff
    }

    .arrows-classic .slick-prev {
        left: 10px
    }

    .arrows-classic .slick-prev:before {
        content: '\f104'
    }

    .arrows-classic .slick-next {
        right: 10px
    }

    .arrows-classic .slick-next:before {
        content: '\f105'
    }

    .arrows-classic .slick-disabled {
        background-color: #E6E6E6 !important;
        cursor: default
    }

    .arrows-classic .slick-disabled:before {
        color: #828282 !important
    }

    .arrows-classic_shop .slick-prev {
        left: -25px
    }

    .arrows-classic_shop .slick-next {
        right: -25px
    }

    .arrows-classic_shop .slick-prev,
    .arrows-classic_shop .slick-next {
        top: calc(5%)
    }

    .arrows-classic .brk-form-strict .jq-selectbox {
        width: 100%;
        text-align: left;
        cursor: pointer
    }

    .arrows-classic .brk-form-strict .jq-selectbox__select {
        width: 100%;
        height: 54px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border-bottom: 1px solid #e8ecff;
        color: rgba(39, 39, 39, 0.4)
    }

    .arrows-classic .brk-form-strict .jq-selectbox__select-text {
        line-height: 54px;
        padding: 0 15px 0 21px
    }

    .arrows-classic .brk-form-strict .jq-selectbox__trigger {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 41px
    }

    .arrows-classic .brk-form-strict .jq-selectbox__trigger-arrow {
        position: absolute;
        top: 27px;
        left: 18px;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 6px solid #2775ff
    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown {
        width: 100%;
        border-top: transparent;
        background-color: #fff;
        border: 1px solid #2775ff
    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul {
        max-height: 170px;
        padding: 12px 0
    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li {
        padding: 0 10px 0 30px;
        line-height: 34px;
        color: rgba(39, 39, 39, 0.4)
    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.sel {
        color: #e8ecff
    }

    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li:hover,
    .arrows-classic .brk-form-strict .jq-selectbox__dropdown ul li.selected {
        color: #2775ff
    }

    .arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select {
        border-bottom-color: #2775ff
    }

    .arrows-classic .brk-form-strict .jq-selectbox.opened .jq-selectbox__select-text {
        color: #272727
    }

    .arrows-classic .jq-selectbox,
    .arrows-classic .jq-select-multiple {
        position: relative;
        display: inline-block
    }

    .arrows-classic .jq-selectbox select,
    .arrows-classic .jq-select-multiple select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0
    }

    .arrows-classic .jq-selectbox li,
    .arrows-classic .jq-select-multiple li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap
    }

    .arrows-classic .jq-selectbox {
        z-index: 10
    }

    .arrows-classic .jq-selectbox__select {
        position: relative
    }

    .arrows-classic .jq-selectbox__select-text {
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .arrows-classic .jq-selectbox__dropdown {
        position: absolute
    }

    .arrows-classic .jq-selectbox__dropdown ul {
        position: relative;
        overflow: auto;
        overflow-x: hidden;
        list-style: none;
        -webkit-overflow-scrolling: touch;
        max-height: 200px
    }

    .icon__btn {
        display: inline-block;
        margin: 10px;
        border-radius: 50%;
        color: #fff;
        background: #2775ff;
        position: relative;
        z-index: 3
    }

    .brk-bordered-theme .icon__btn {
        border-radius: inherit
    }

    .icon__btn .spike {
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        background: #2775ff;
        z-index: -1
    }

    .icon__btn .spike:nth-child(1) {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .icon__btn .spike:nth-child(2) {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    .icon__btn .spike:nth-child(3) {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    .icon__btn .spike:nth-child(4) {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    .icon__btn .spike:nth-child(5) {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    .icon__btn .spike:nth-child(6) {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg)
    }

    .icon__btn .spike:nth-child(7) {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    .icon__btn .spike:nth-child(8) {
        -webkit-transform: rotate(70deg);
        transform: rotate(70deg)
    }

    .icon__btn .spike:nth-child(9) {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    .icon__btn .spike:nth-child(10) {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .icon__btn>.before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: .1;
        background-color: #2775ff;
        border-radius: 50%;
        z-index: -1
    }

    .brk-bordered-theme .icon__btn>.before {
        border-radius: inherit
    }

    .icon__btn>.after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .2;
        background-color: #2775ff;
        border-radius: 50%;
        z-index: -1
    }

    .brk-bordered-theme .icon__btn>.after {
        border-radius: inherit
    }

    .icon__btn_clear>.before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .icon__btn:hover {
        color: #fff
    }

    .icon__btn:hover>.before {
        -webkit-animation: 1.5s brk-pulse .3s infinite;
        animation: 1.5s brk-pulse .3s infinite
    }

    .icon__btn:hover>.after {
        -webkit-animation: brk-pulse 1.5s infinite;
        animation: brk-pulse 1.5s infinite
    }

    .icon__btn-circled>.before {
        top: -33px;
        left: -33px;
        right: -33px;
        bottom: -33px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .icon__btn-circled>.after {
        top: -16px;
        left: -16px;
        right: -16px;
        bottom: -16px
    }

    .icon__btn-circled:hover>.before {
        -webkit-animation: 1s brk-pulse-paused .2s ease-in infinite;
        animation: 1s brk-pulse-paused .2s ease-in infinite
    }

    .icon__btn-circled:hover>.after {
        -webkit-animation: brk-pulse-paused 1s ease-in infinite;
        animation: brk-pulse-paused 1s ease-in infinite
    }

    .icon__btn-circled_active>.before {
        -webkit-animation: 1s brk-pulse-paused .2s ease-in infinite;
        animation: 1s brk-pulse-paused .2s ease-in infinite
    }

    .icon__btn-circled_active>.after {
        -webkit-animation: brk-pulse-paused 1s ease-in infinite;
        animation: brk-pulse-paused 1s ease-in infinite
    }

    .icon__btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .icon__btn-invert {
        background: #fff;
        color: #2775ff
    }

    .icon__btn-invert>.bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 100%;
        background: #fff
    }

    .brk-bordered-theme .icon__btn-invert>.bg {
        border-radius: inherit
    }

    .icon__btn-invert:hover {
        background: #fff;
        color: #2775ff
    }

    .icon__btn-white {
        background: #fff;
        color: #2775ff
    }

    .icon__btn-white>.before {
        background-color: #fff
    }

    .icon__btn-white>.after {
        background-color: #fff
    }

    .icon__btn-white:hover {
        background: #fff;
        color: #2775ff
    }

    .icon__btn-sm {
        font-size: 14px;
        width: 41px;
        height: 41px
    }

    .icon__btn-md {
        font-size: 16px;
        width: 52px;
        height: 52px
    }

    .icon__btn-md_1 {
        font-size: 26px;
        width: 70px;
        height: 70px
    }

    .icon__btn-lg {
        font-size: 21px;
        width: 68px;
        height: 68px
    }

    .icon__btn-xl {
        font-size: 21px;
        width: 86px;
        height: 86px
    }

    .icon__btn-center [class*="fa-"] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center
    }

    .icon__btn.icon__btn-svg {
        background: transparent !important
    }

    @-webkit-keyframes brk-pulse {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            -webkit-transform: scale(2);
            transform: scale(2)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0
        }
    }

    @keyframes brk-pulse {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            -webkit-transform: scale(2);
            transform: scale(2)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0
        }
    }

    @-webkit-keyframes brk-pulse-paused {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        20% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }

        60% {
            -webkit-transform: scale(.9);
            transform: scale(.9);
            opacity: 0
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes brk-pulse-paused {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        20% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }

        60% {
            -webkit-transform: scale(.9);
            transform: scale(.9);
            opacity: 0
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    .btn-violet {
        font-size: 12px;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important
    }

    .btn-violet:hover {
        background: rgba(114, 2, 187, 0.05)
    }

    .btn-violet .before,
    .btn-violet .after {
        padding-left: 0 !important;
        padding-right: 10px;
        color: #7202bb
    }

    .btn-violet .text {
        color: #7202bb !important;
        margin-right: 10px
    }

    .btn-violet i {
        position: absolute !important;
        top: 50%;
        right: 20px;
        margin-right: 0 !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .btn-violet i:before {
        color: #7202bb !important
    }

    .border-radius-30 {
        border-radius: 30px !important
    }

    @media all and (max-width:992px) {
        .amazon-button-container {
            width: 100%
        }
    }

    .amazon-logout-widget {
        display: none
    }

    @media all and (max-width:992px) {
        .amazon-minicart-container .amazon-button-container {
            width: auto
        }
    }

    .multi-checkout-fields label {
        display: block;
        margin-bottom: 7px
    }

    .multi-checkout-fields .field {
        margin: 1.5em 0
    }

    .multi-checkout-fields .field.checkbox label {
        display: inline-block;
        margin: 0 0 0 12px
    }

    .collection-point-country,
    .collection-point-postalcode,
    .collection-point-button {
        display: inline-block;
        padding: 20px 10px 0 0
    }

    .collection-point-list {
        border: 1px solid #c2c2c2;
        max-height: 200px;
        overflow: auto
    }

    .collection-point-postalcode {
        max-width: 9em;
        vertical-align: top
    }

    .field-error {
        color: #e02b27;
        font-size: 1.2rem;
        margin-top: 7px
    }

    table.collection-point-opening-hours>tbody>tr>td {
        padding-bottom: 2px
    }

    .box-order-shipping-address .box-subtitle {
        font-weight: 600
    }

    .box-order-shipping-address .order-shipping-secondary-address {
        margin-top: 1rem
    }

    #delivery-options-fields-block {
        max-width: 100%
    }

    .pickup-locations-headline {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 25px
    }

    .delivery-locations-form .delivery-locations-list {
        margin-top: 28px;
        margin-bottom: 28px;
        border: 1px solid #c2c2c2
    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper {
        max-height: 500px;
        overflow-y: auto
    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper::-webkit-scrollbar {
        width: 6px
    }

    #pickup-locations-form .pickup-locations-list .pickup-location-wrapper::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(60, 60, 60, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5)
    }

    #pickup-locations-form .pickup-locations-list .pickup-location {
        padding: 25px 25px 25px 20px;
        margin-left: 5px;
        border-bottom: 3px solid #c7c7c7
    }

    #pickup-locations-form .pickup-locations-list .pickup-location:last-child {
        border-bottom: 0
    }

    #pickup-locations-form .pickup-locations-list .pickup-location input[type="radio"] {
        width: 14px;
        height: 14px;
        line-height: 16px;
        margin: 2px 0 0;
        vertical-align: text-top
    }

    #pickup-locations-form .pickup-locations-list .pickup-location label {
        margin-left: 15px
    }

    #pickup-locations-form .pickup-locations-list .pickup-location label span {
        font-weight: 700;
        font-size: 16px;
        line-height: 16px
    }

    #pickup-locations-form .pickup-locations-list .pickup-location ul {
        list-style: none;
        padding: 0
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours {
        margin-top: 25px
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {
        margin: 0 0 0 33px
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours,
    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours {
        display: table;
        width: 100%
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,
    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {
        display: table-cell;
        width: 45%;
        font-size: 12px
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {
            font-size: 14px
        }
    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .description,
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .description {
            font-size: 14px
        }
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,
    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {
        display: table-cell;
        width: 55%;
        text-align: right;
        padding-right: 45px;
        font-weight: 700;
        font-size: 12px
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {
            text-align: left;
            font-size: 14px
        }
    }

    @media only screen and (max-width: 600px) {

        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .open-hours .time-span,
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {
            text-align: left;
            font-size: 14px
        }
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl .special-hours .time-span {
        text-align: left;
        padding: 0
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {
            margin: 0
        }
    }

    @media only screen and (max-width: 600px) {
        #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours dl {
            margin: 0
        }
    }

    #pickup-locations-form .pickup-locations-list .pickup-location .opening-hours .pickup-location-special-hours {
        margin-left: 0
    }

    #pickup-locations-form .columns-2 {
        display: table;
        width: 100%
    }

    #pickup-locations-form .columns-2 .column-left {
        display: table-cell;
        width: 45%
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {
        #pickup-locations-form .columns-2 .column-left {
            display: block;
            width: 100%
        }
    }

    @media only screen and (max-width: 600px) {
        #pickup-locations-form .columns-2 .column-left {
            display: block;
            width: 100%
        }
    }

    #pickup-locations-form .columns-2 .column-right {
        display: table-cell;
        width: 55%
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {
        #pickup-locations-form .columns-2 .column-right {
            display: block;
            width: 100%
        }
    }

    @media only screen and (max-width: 600px) {
        #pickup-locations-form .columns-2 .column-right {
            display: block;
            width: 100%
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 950px) {
        #pickup-locations-form .columns-2 {
            display: block
        }
    }

    @media only screen and (max-width: 600px) {
        #pickup-locations-form .columns-2 {
            display: block
        }
    }

    @media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
        .product-video {
            height: 100%;
            width: 81%
        }
    }

    @media only screen and (max-width:767px) {
        .products-list .products.list .product-item .flip-box__split {
            flex-direction: column
        }
    }

    @media only screen and (max-width:575px) {
        .products-list .products.list .product-item .flip-box__split .flip__back .product-reviews-summary {
            display: none
        }

        .products-list .products.list .product-item .flip-box__split .flip__back .flip-box__split-info {
            flex: 0 0 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center
        }
    }

    @media only screen and (max-width:991px) {
        .toolbar.brk-sc-sorting {
            padding: 20px 0 20px
        }

        .toolbar.brk-sc-sorting .toolbar-amount {
            display: none
        }

        .toolbar.brk-sc-sorting .modes .modes-label {
            display: none
        }

        .toolbar.brk-sc-sorting .toolbar-sorter {
            margin: 0 !important
        }

        .products.wrapper~.toolbar .pages {
            margin-top: 20px
        }
    }

    @media only screen and (max-width:768px) {
        .toolbar.brk-sc-sorting {
            flex-direction: column
        }

        .toolbar.brk-sc-sorting .toolbar-sorter,
        .toolbar.brk-sc-sorting .limiter {
            width: 100%;
            flex-wrap: wrap;
            margin-top: 15px !important
        }

        .toolbar.brk-sc-sorting .toolbar-sorter>label,
        .toolbar.brk-sc-sorting .limiter>label {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0 !important
        }

        .toolbar.brk-sc-sorting .toolbar-sorter>div {
            width: calc(100% - 25px)
        }

        .toolbar.brk-sc-sorting .limiter>div {
            width: 100%
        }
    }

    @media only screen and (min-width:576px) {
        .fullwidth-row {
            width: 100vw;
            margin-left: calc(255px - 50vw)
        }
    }

    @media only screen and (max-width:575px) {
        .fullwidth-row.top_overlay {
            display: none
        }

        .fullwidth-row {
            width: 100% !important;
            margin: 0 !important
        }
    }

    .update-shopping-cart-wrap {
        display: none
    }

    .ie9 .page-wrapper {
        background-color: #fff;
        min-height: 0
    }

    @media only screen and (min-width:1230px) {
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
            margin-left: 10px;
            margin-top: 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top.no-active .brk-sc-tiles-angle__container {
            padding: 85px 0 0 34px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__content {
            padding: 35px 0 0 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__container {
            padding: 16px 0 0 34px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
            margin: 0 10px 73px 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom.no-active .brk-sc-tiles-angle__container {
            padding: 0 34px 105px 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__container {
            padding: 0 34px 16px 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
            margin-top: 80px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
            width: 242px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
            width: 660px
        }
    }

    @media only screen and (max-width:992px - 1) {

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
            width: 500px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content {
            max-width: 340px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content h4 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 5px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle__content p {
            font-size: 13px;
            line-height: 18px
        }
    }

    @media only screen and (max-width:991px) {

        .filterproducts.box-tiles-2 .product-item:nth-child(2n),
        .filterproducts.box-tiles-1 .product-item:nth-child(3n+2) {
            transform: none
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__loading {
            display: none
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
            position: relative;
            left: auto;
            right: auto;
            top: auto !important;
            bottom: auto !important;
            -webkit-clip-path: none !important;
            clip-path: none !important
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover {
            -webkit-clip-path: none !important;
            clip-path: none !important
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__slider,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__slider {
            padding: 0 10px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .brk-sc-tiles-angle__slider,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__slider {
            width: 100% !important
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top .slick-arrow,
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .slick-arrow {
            opacity: 1;
            visibility: visible
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom {
            display: block
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__top:hover .brk-sc-tiles-angle__content {
            text-align: left;
            margin-left: 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__content {
            max-width: none;
            width: 100%;
            padding: 20px 15px 15px !important
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__container {
            padding: 20px !important;
            display: block
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
            width: 100%;
            padding: 0 35px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider .slick-slider {
            width: 100% !important
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom .brk-sc-tiles-angle__content {
            margin: 0;
            text-align: left
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__bottom:hover .brk-sc-tiles-angle__content {
            margin: 0
        }
    }

    @media only screen and (max-width:575px) {
        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .brk-sc-tiles-angle__slider {
            padding: 0
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow {
            width: 40px;
            height: 40px;
            border-radius: 50%
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-prev {
            left: 10px
        }

        .filterproducts.tiles_slider_list .brk-sc-tiles-angle .arrows-classic-ellipse .slick-arrow.slick-next {
            right: 10px
        }
    }

    @media only screen and (min-width:992px) {
        .page-products.page-layout-1column .columns {
            padding-top: 60px
        }

        .page-products.page-layout-1column .columns .filter-current .filter-current-subtitle {
            border: 0
        }

        .page-products.page-layout-1column .columns .filter.block {
            position: absolute;
            top: 0;
            width: -webkit-calc(100% - 30px);
            width: calc(100% - 30px);
            border-bottom: 0;
            margin-bottom: 20px;
            border-top: 0
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item {
            margin: 0
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title {
            color: #272727
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-title:after {
            content: "\f106"
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item.active .filter-options-content {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
            transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
            -webkit-transition-duration: .28s;
            transition-duration: .28s
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item:after {
            content: '' !important
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 9px 30px;
            overflow: visible;
            position: relative;
            border-radius: 27px;
            border: 2px solid rgba(205, 205, 205, 0.2);
            margin: 0 10px 20px 0;
            color: rgba(39, 39, 39, 0.4)
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:before {
            display: none
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-title:after {
            content: "\f107";
            right: 15px;
            top: 12px;
            left: auto;
            color: #00c6ff
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content {
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            transform-origin: calc(70%) 0;
            transition-property: opacity, visibility, \transform;
            transition-duration: .3s;
            z-index: 98;
            position: absolute;
            top: 100%;
            width: 120%;
            height: auto;
            background-color: #fff;
            padding: 5px;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
            margin-top: -7px;
            text-align: center;
            border: 0
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content .ln_slider_container {
            padding: 0 15px 0 15px
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:before {
            border: 8px solid;
            border-color: transparent transparent #fff transparent;
            z-index: 99;
            border-bottom-style: solid;
            content: '';
            display: block;
            height: 0;
            position: absolute;
            width: 0;
            right: 23px;
            top: -16px
        }

        .page-products.page-layout-1column .columns .filter-options .filter-options-item .filter-options-content:after {
            display: none
        }
    }

    @media only screen and (max-width:991px) {
        .page-products.catalog-category-view .column.main:after {
            display: none
        }

        .filter .filter-current {
            border: 0
        }

        .filter .filter-current.active+.block-actions {
            margin-right: 0;
            padding: 0 30px
        }

        .filter .filter-current.active .block-subtitle:before {
            content: '\f106'
        }

        .filter .filter-current .filter-current-subtitle {
            border-top: 1px solid #ebebeb;
            padding-left: 0;
            padding-right: 0
        }

        .filter .filter-current .filter-current-subtitle:before {
            font-family: "Font Awesome 5 Free";
            content: '\f107';
            font-size: 14px;
            font-weight: 600;
            top: 50%;
            transform: translateY(-50%)
        }

        .filter .filter-current .filter-current-subtitle:after {
            color: #9f9f9f;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px
        }

        .block-category-list .block-title {
            padding-left: 0;
            padding-right: 0
        }

        .block.filter .block-title.filter-title {
            width: 110px;
            margin: 20px 0;
            border: 1px solid #2775ff;
            border-radius: 4px;
            text-align: center
        }

        .block.filter.active .filter-title {
            width: auto;
            margin: 0;
            border: 0;
            height: 70px
        }
    }

    @media all and (min-width:992px),
    print {

        .abs-product-options-list-desktop dt,
        .block-giftregistry-shared .item-options dt {
            clear: left;
            float: left;
            margin: 0 10px 5px 0
        }

        .block-giftregistry-shared .item-options dt:after {
            content: ': '
        }

        .abs-product-options-list-desktop dd,
        .block-giftregistry-shared .item-options dd {
            display: inline-block;
            float: left;
            margin: 0 0 5px
        }

        .abs-button-desktop {
            width: auto
        }

        .abs-blocks-2columns,
        .abs-discount-block-desktop .block,
        .amazon-addresses .amazon-address,
        .login-container .block,
        .account .column.main .block:not(.widget) .block-content .box,
        .block-addresses-list .items.addresses>.item,
        .form-address-edit .fieldset,
        .form-edit-account .fieldset,
        .storecredit .block,
        .paypal-review-discount .block,
        .cart-discount .block {
            width: 48%
        }

        .abs-discount-block-desktop .block:nth-child(1),
        .amazon-addresses .amazon-address:nth-child(1),
        .login-container .block:nth-child(1),
        .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
        .block-addresses-list .items.addresses>.item:nth-child(1),
        .form-address-edit .fieldset:nth-child(1),
        .form-edit-account .fieldset:nth-child(1),
        .storecredit .block:nth-child(1),
        .paypal-review-discount .block:nth-child(1),
        .cart-discount .block:nth-child(1) {
            clear: left;
            float: left
        }

        .abs-discount-block-desktop .block:nth-child(2),
        .amazon-addresses .amazon-address:nth-child(2),
        .login-container .block:nth-child(2),
        .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
        .block-addresses-list .items.addresses>.item:nth-child(2),
        .form-address-edit .fieldset:nth-child(2),
        .form-edit-account .fieldset:nth-child(2),
        .storecredit .block:nth-child(2),
        .paypal-review-discount .block:nth-child(2),
        .cart-discount .block:nth-child(2) {
            float: right
        }

        .abs-discount-block-desktop .block:nth-child(2)+*,
        .amazon-addresses .amazon-address:nth-child(2)+*,
        .login-container .block:nth-child(2)+*,
        .account .column.main .block:not(.widget) .block-content .box:nth-child(2)+*,
        .block-addresses-list .items.addresses>.item:nth-child(2)+*,
        .form-address-edit .fieldset:nth-child(2)+*,
        .form-edit-account .fieldset:nth-child(2)+*,
        .storecredit .block:nth-child(2)+*,
        .paypal-review-discount .block:nth-child(2)+*,
        .cart-discount .block:nth-child(2)+* {
            clear: both
        }

        .abs-margin-for-blocks-and-widgets-desktop,
        .page-main .block,
        .customer-review .product-details {
            margin-bottom: 50px
        }

        .abs-reset-left-margin-desktop,
        .column.main .paypal-review .actions-toolbar,
        .column.main .block-giftregistry-shared-items .actions-toolbar {
            margin-left: 0
        }

        .abs-action-remove-desktop,
        .abs-add-fields-desktop .fieldset .additional .action.remove,
        .form-giftregistry-share .fieldset .additional .action.remove,
        .form-giftregistry-edit .fieldset .additional .action.remove,
        .form-create-return .fieldset .additional .action.remove,
        .form.send.friend .fieldset .additional .action.remove {
            margin-left: 90%
        }

        .abs-add-fields-desktop .fieldset .field .control,
        .form-giftregistry-share .fieldset .field .control,
        .form-giftregistry-edit .fieldset .field .control,
        .form-create-return .fieldset .field .control,
        .form.send.friend .fieldset .field .control {
            width: auto
        }

        .abs-margin-for-forms-desktop {
            margin-left: 25.8%
        }

        .abs-visually-hidden-desktop,
        .modes-label,
        .block-search .label,
        .block-collapsible-nav .title {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .abs-add-clearfix-desktop:before,
        .abs-add-clearfix-desktop:after,
        .amazon-addresses:before,
        .amazon-addresses:after,
        .paypal-review .block-content:before,
        .paypal-review .block-content:after,
        .paypal-review-discount:before,
        .paypal-review-discount:after,
        .order-review-form:before,
        .order-review-form:after,
        .block-cart-failed .block-content:before,
        .block-cart-failed .block-content:after,
        .cart-container:before,
        .cart-container:after,
        .login-container:before,
        .login-container:after,
        .account .page-title-wrapper:before,
        .account .page-title-wrapper:after,
        .account .column.main .block:not(.widget) .block-content:before,
        .account .column.main .block:not(.widget) .block-content:after,
        .block-addresses-list .items.addresses:before,
        .block-addresses-list .items.addresses:after,
        .block-giftregistry-shared .item-options:before,
        .block-giftregistry-shared .item-options:after,
        .data.table .gift-wrapping .nested:before,
        .data.table .gift-wrapping .nested:after,
        .data.table .gift-wrapping .content:before,
        .data.table .gift-wrapping .content:after,
        .block-wishlist-management:before,
        .block-wishlist-management:after,
        .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
        .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
        .order-links:before,
        .order-links:after,
        .account .column.main .block.block-order-details-view:before,
        .account .column.main .block.block-order-details-view:after,
        [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
        [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
        .sales-guest-view .column.main .block.block-order-details-view:before,
        .sales-guest-view .column.main .block.block-order-details-view:after,
        .header.content:before,
        .header.content:after {
            content: '';
            display: table
        }

        .abs-add-clearfix-desktop:after,
        .amazon-addresses:after,
        .paypal-review .block-content:after,
        .paypal-review-discount:after,
        .order-review-form:after,
        .block-cart-failed .block-content:after,
        .cart-container:after,
        .login-container:after,
        .account .page-title-wrapper:after,
        .account .column.main .block:not(.widget) .block-content:after,
        .block-addresses-list .items.addresses:after,
        .block-giftregistry-shared .item-options:after,
        .data.table .gift-wrapping .nested:after,
        .data.table .gift-wrapping .content:after,
        .block-wishlist-management:after,
        .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
        .order-links:after,
        .account .column.main .block.block-order-details-view:after,
        [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
        .sales-guest-view .column.main .block.block-order-details-view:after,
        .header.content:after {
            clear: both
        }

        .abs-add-box-sizing-desktop,
        .abs-shopping-cart-items-desktop,
        .column.main,
        .sidebar-main,
        .sidebar-additional,
        .bundle-options-container .block-bundle-summary,
        .block.crosssell,
        .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        .block-cart-failed,
        .cart-container .form-cart,
        .cart-container .cart-gift-item {
            box-sizing: border-box
        }

        .abs-add-box-sizing-desktop-m,
        .opc-wrapper {
            box-sizing: border-box
        }

        .abs-revert-field-type-desktop .fieldset>.field,
        .abs-revert-field-type-desktop .fieldset .fields>.field {
            margin: 0 0 20px
        }

        .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
        .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label {
            box-sizing: content-box;
            float: none;
            width: auto;
            text-align: left;
            padding: 0
        }

        .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
        .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control {
            float: none;
            width: auto
        }

        .abs-revert-field-type-desktop .fieldset>.field>.label,
        .abs-revert-field-type-desktop .fieldset .fields>.field>.label {
            margin: 0 0 8px;
            display: inline-block
        }

        .abs-revert-field-type-desktop .fieldset>.field.choice:before,
        .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
        .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
        .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before {
            display: none
        }

        .abs-form-field-column-2 .fieldset .field,
        .form-giftregistry-share .fieldset .field,
        .form-giftregistry-edit .fieldset .field,
        .form-create-return .fieldset .field,
        .form.send.friend .fieldset .field {
            padding: 0 12px 0 0;
            box-sizing: border-box;
            display: inline-block;
            width: 50%;
            vertical-align: top
        }

        .abs-form-field-column-2 .fieldset .field+.fieldset,
        .form-giftregistry-share .fieldset .field+.fieldset,
        .form-giftregistry-edit .fieldset .field+.fieldset,
        .form-create-return .fieldset .field+.fieldset,
        .form.send.friend .fieldset .field+.fieldset {
            clear: both
        }

        .form-giftregistry-share .fieldset .field:nth-last-child(1),
        .form-giftregistry-share .fieldset .field:nth-last-child(2),
        .form-giftregistry-edit .fieldset .field:nth-last-child(1),
        .form-giftregistry-edit .fieldset .field:nth-last-child(2),
        .form-create-return .fieldset .field:nth-last-child(1),
        .form-create-return .fieldset .field:nth-last-child(2),
        .form.send.friend .fieldset .field:nth-last-child(1),
        .form.send.friend .fieldset .field:nth-last-child(2) {
            margin-bottom: 0
        }

        .abs-form-field-column-2 .fieldset .field .field,
        .form-giftregistry-share .fieldset .field .field,
        .form-giftregistry-edit .fieldset .field .field,
        .form-create-return .fieldset .field .field,
        .form.send.friend .fieldset .field .field {
            padding: 0;
            width: 100%
        }

        .abs-form-field-revert-column-1 {
            width: 100%
        }

        .abs-forms-general-desktop,
        .form-giftcard-redeem,
        .form-giftregistry-create {
            max-width: 500px
        }

        .abs-forms-general-desktop .legend,
        .form-giftcard-redeem .legend,
        .form-giftregistry-create .legend {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .abs-forms-general-desktop .legend+br,
        .form-giftcard-redeem .legend+br,
        .form-giftregistry-create .legend+br {
            display: none
        }

        .abs-revert-side-paddings,
        .checkout-cart-index .page-title-wrapper,
        .cart-summary .block .content,
        .cart-empty {
            padding-left: 0;
            padding-right: 0
        }

        .abs-account-block-font-size,
        .block-addresses-list address,
        .box-billing-address .box-content,
        .box-shipping-address .box-content,
        .box-information .box-content,
        .block-balance-giftcard .block-content,
        .block-reviews-dashboard .product-name {
            font-size: 1.6rem;
            colour: #000;
        }

        .abs-account-table-margin-desktop,
        .table-wrapper.balance-history,
        .table-wrapper.reward-history,
        .table-wrapper.orders-recent {
            margin-top: -25px
        }

        .abs-action-print {
            display: inline-block;
            text-decoration: none
        }

        .abs-action-print:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            line-height: 16px;
            color: inherit;
            content: '\e624';
            font-family: 'berserk-icons';
            margin: 0 4px 0 0;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .abs-no-display-desktop,
        .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
            display: none
        }

        .abs-status-desktop,
        .return-status,
        .order-status {
            margin-top: 6px;
            padding: 5px 10px
        }

        .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
        .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
        .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
        .account .page-main .page-title-wrapper .order-date,
        [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
        .sales-guest-view .page-main .page-title-wrapper .order-date {
            margin: -14px 0 18px
        }

        .abs-table-bordered-desktop {
            border: none
        }

        .abs-table-bordered-desktop>thead>tr>th,
        .abs-table-bordered-desktop>tbody>tr>th,
        .abs-table-bordered-desktop>tfoot>tr>th,
        .abs-table-bordered-desktop>thead>tr>td,
        .abs-table-bordered-desktop>tbody>tr>td,
        .abs-table-bordered-desktop>tfoot>tr>td {
            border: none
        }

        .abs-table-bordered-desktop>thead>tr>th,
        .abs-table-bordered-desktop>thead>tr>td {
            border-bottom: 1px solid #ccc
        }

        .abs-pager-toolbar,
        .account .toolbar,
        .toolbar-giftregistry-results,
        .toolbar-wishlist-results {
            position: relative
        }

        .abs-pager-toolbar .toolbar-amount,
        .abs-pager-toolbar .limiter,
        .account .toolbar .toolbar-amount,
        .account .toolbar .limiter,
        .toolbar-giftregistry-results .toolbar-amount,
        .toolbar-giftregistry-results .limiter,
        .toolbar-wishlist-results .toolbar-amount,
        .toolbar-wishlist-results .limiter {
            position: relative;
            z-index: 1
        }

        .abs-pager-toolbar .toolbar-amount,
        .account .toolbar .toolbar-amount,
        .toolbar-giftregistry-results .toolbar-amount,
        .toolbar-wishlist-results .toolbar-amount {
            line-height: 30px;
            padding: 0
        }

        .abs-pager-toolbar .pages,
        .account .toolbar .pages,
        .toolbar-giftregistry-results .pages,
        .toolbar-wishlist-results .pages {
            position: absolute;
            width: 100%;
            z-index: 0
        }

        .abs-shopping-cart-items-desktop,
        .block-cart-failed,
        .cart-container .form-cart,
        .cart-container .cart-gift-item {
            width: 75%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            padding-right: 4%;
            position: relative
        }

        .abs-discount-block-desktop .block>.title,
        .paypal-review-discount .block>.title,
        .cart-discount .block>.title {
            border: 0;
            padding: 0 0 10px
        }

        .abs-discount-block-desktop .block>.title strong,
        .paypal-review-discount .block>.title strong,
        .cart-discount .block>.title strong {
            font-size: 1.6rem
        }

        .abs-discount-block-desktop .block .content,
        .paypal-review-discount .block .content,
        .cart-discount .block .content {
            padding: 0 0 20px
        }

        .abs-discount-block-desktop .actions-toolbar .secondary,
        .paypal-review-discount .actions-toolbar .secondary,
        .cart-discount .actions-toolbar .secondary {
            bottom: -30px;
            left: 0;
            position: absolute
        }

        h1 {
            font-size: 40px;
            margin-bottom: 40px
        }

        .navigation,
        .breadcrumbs,
        .page-header .header.panel,
        .header.content,
        .footer.content,
        .page-wrapper>.widget,
        .page-wrapper>.page-bottom,
        .block.category.event,
        .top-container,
        .page-main {
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            max-width: 970px;
            padding-left: 15px;
            padding-right: 15px;
            width: auto
        }

        .page-main {
            width: 100%;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            -webkit-flex-basis: auto;
            flex-basis: auto
        }

        .ie9 .page-main {
            width: auto
        }

        .columns {
            display: block
        }

        .column.main {
            min-height: 300px;
            padding-left: 15px;
            padding-right: 15px
        }

        .page-layout-1column .column.main {
            width: 100%;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2
        }

        .page-layout-3columns .column.main {
            width: 58.33333333%;
            display: inline-block;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2
        }

        .page-layout-2columns-left .column.main {
            width: 79.16666667%;
            float: right;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2
        }

        .page-layout-2columns-right .column.main {
            width: 79.16666667%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1
        }

        .sidebar-main {
            padding-left: 15px;
            padding-right: 15px
        }

        .page-layout-3columns .sidebar-main {
            width: 20.83333333%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1
        }

        .page-layout-2columns-left .sidebar-main {
            width: 20.83333333%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1
        }

        .page-layout-2columns-right .sidebar-main {
            width: 20.83333333%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1
        }

        .page-layout-2columns-right .sidebar-main {
            padding-left: 15px;
            padding-right: 15px
        }

        .sidebar-additional {
            clear: right;
            padding-left: 15px;
            padding-right: 15px
        }

        .page-layout-3columns .sidebar-additional {
            width: 20.83333333%;
            float: right;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3
        }

        .page-layout-2columns-left .sidebar-additional {
            width: 20.83333333%;
            float: right;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2
        }

        .page-layout-2columns-right .sidebar-additional {
            width: 20.83333333%;
            float: right;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            display: none
        }

        .page-layout-2columns-left .sidebar-additional {
            clear: left;
            float: left;
            padding-left: 15px;
            padding-right: 15px
        }

        .panel.header {
            padding: 10px 20px
        }

        .page-layout-3columns .column.main {
            width: 50%
        }

        .page-layout-3columns .sidebar-main,
        .page-layout-3columns .sidebar-additional {
            width: 25%;
            padding-left: 15px;
            padding-right: 15px
        }

        .page-layout-2columns-right .column.main,
        .page-layout-2columns-left .column.main {
            width: 66.66%
        }

        .page-layout-2columns-right .sidebar-main,
        .page-layout-2columns-left .sidebar-main,
        .page-layout-2columns-right .sidebar-additional,
        .page-layout-2columns-left .sidebar-additional {
            width: 33.33%;
            padding-left: 15px;
            padding-right: 15px
        }

        .nav-toggle {
            display: none
        }

        .nav-sections {
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            -webkit-flex-basis: auto;
            flex-basis: auto;
            margin-bottom: 25px
        }

        .nav-sections-item-title {
            display: none
        }

        .nav-sections-item-content {
            display: block !important
        }

        .nav-sections-item-content>* {
            display: none
        }

        .nav-sections-item-content>.navigation {
            display: block
        }

        .navigation {
            background: #f0f0f0;
            font-weight: 700;
            height: inherit;
            left: auto;
            overflow: inherit;
            padding: 0;
            position: relative;
            top: 0;
            width: 100%;
            z-index: 3
        }

        .navigation:empty {
            display: none
        }

        .navigation ul {
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            position: relative
        }

        .navigation li.level0 {
            border-top: none
        }

        .navigation li.level1 {
            position: relative
        }

        .navigation .level0 {
            margin: 0 10px 0 0;
            display: inline-block;
            position: relative
        }

        .navigation .level0:last-child {
            margin-right: 0;
            padding-right: 0
        }

        .navigation .level0>.level-top {
            color: #575757;
            line-height: 47px;
            padding: 0 12px;
            text-decoration: none;
            box-sizing: border-box;
            position: relative;
            display: inline-block
        }

        .navigation .level0>.level-top:hover,
        .navigation .level0>.level-top.ui-state-focus {
            color: #333;
            text-decoration: none
        }

        .navigation .level0.active>.level-top,
        .navigation .level0.has-active>.level-top {
            border-color: #ff5501;
            border-style: solid;
            border-width: 0 0 3px;
            color: #333;
            text-decoration: none;
            display: inline-block
        }

        .navigation .level0.parent:hover>.submenu {
            overflow: visible !important
        }

        .navigation .level0.parent>.level-top {
            padding-right: 20px
        }

        .navigation .level0.parent>.level-top>.ui-menu-icon {
            position: absolute;
            right: 0;
            display: inline-block;
            text-decoration: none
        }

        .navigation .level0.parent>.level-top>.ui-menu-icon>span {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .navigation .level0.parent>.level-top>.ui-menu-icon:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 12px;
            line-height: 20px;
            color: inherit;
            content: '\e622';
            font-family: 'berserk-icons';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .navigation .level0 .submenu {
            background: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
            font-weight: 400;
            min-width: 230px;
            padding: 15px 0;
            display: none;
            left: 0;
            margin: 0 !important;
            padding: 0;
            position: absolute;
            z-index: 1;
            margin-top: 11px
        }

        .navigation .level0 .submenu>ul {
            margin-top: 11px
        }

        .navigation .level0 .submenu>ul:before,
        .navigation .level0 .submenu>ul:after {
            content: '';
            display: block;
            overflow: hidden;
            position: absolute
        }

        .navigation .level0 .submenu>ul:before {
            color: #fff;
            left: 20px;
            top: -20px;
            border: 10px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #fff;
            z-index: 4
        }

        .navigation .level0 .submenu>ul:after {
            border: 11px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #ccc;
            color: #ccc;
            left: 19px;
            top: -22px;
            z-index: 3
        }

        .navigation .level0 .submenu a {
            display: block;
            line-height: inherit;
            color: #575757;
            padding: 8px 20px
        }

        .navigation .level0 .submenu a:hover,
        .navigation .level0 .submenu a.ui-state-focus {
            background: #e8e8e8;
            color: #333;
            text-decoration: none
        }

        .navigation .level0 .submenu .active>a {
            border-color: #ff5501;
            border-style: solid;
            border-width: 0 0 0 3px;
            color: #333
        }

        .navigation .level0 .submenu .submenu {
            top: 0 !important;
            left: 100% !important
        }

        .navigation .level0 .submenu .submenu-reverse {
            left: auto !important;
            right: 100%
        }

        .navigation .level0 .submenu li {
            margin: 0
        }

        .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
            position: absolute;
            right: 3px;
            display: inline-block;
            text-decoration: none
        }

        .navigation .level0 .submenu li.parent>a>.ui-menu-icon>span {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 12px;
            line-height: 20px;
            color: inherit;
            content: '\e608';
            font-family: 'berserk-icons';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .navigation .level0.more {
            position: relative;
            display: inline-block;
            text-decoration: none
        }

        .navigation .level0.more:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 26px;
            line-height: inherit;
            color: inherit;
            content: '\e607';
            font-family: 'berserk-icons';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .navigation .level0.more:before {
            display: none
        }

        .navigation .level0.more:after {
            cursor: pointer;
            padding: 8px 12px;
            position: relative;
            z-index: 1
        }

        .navigation .level0.more:hover>.submenu {
            overflow: visible !important
        }

        .navigation .level0.more li {
            display: block
        }

        .panel.header .links,
        .panel.header .switcher {
            display: inline-block
        }

        .legend {
            border-bottom: 1px solid #c5c5c5
        }

        .product.data.items {
            position: relative;
            z-index: 1;
            border-bottom: 0;
            margin-left: 0;
            margin-right: 0
        }

        .product.data.items:before,
        .product.data.items:after {
            content: '';
            display: table
        }

        .product.data.items:after {
            clear: both
        }

        .product.data.items>.item.title {
            float: left;
            width: auto
        }

        .product.data.items>.item.title>.switch {
            height: 20px;
            display: block;
            position: relative;
            z-index: 2
        }

        .product.data.items>.item.content {
            margin-top: 20px;
            box-sizing: border-box;
            float: right;
            margin-left: -100%;
            width: 100%
        }

        .product.data.items>.item.content:before,
        .product.data.items>.item.content:after {
            content: '';
            display: table
        }

        .product.data.items>.item.content:after {
            clear: both
        }

        .product.data.items>.item.content.active {
            display: block
        }

        .product.data.items>.item.title {
            margin: 0 -1px 0 0
        }

        .product.data.items>.item.title>.switch {
            font-weight: 400;
            line-height: 40px;
            font-size: 1.4rem;
            color: #7d7d7d;
            text-decoration: none;
            background: #f6f6f6;
            border: 1px solid #ccc;
            border-bottom: none;
            height: 40px;
            padding: 1px 35px 1px 35px
        }

        .product.data.items>.item.title>.switch:visited {
            color: #7d7d7d;
            text-decoration: none
        }

        .product.data.items>.item.title>.switch:hover {
            color: #7d7d7d;
            text-decoration: none
        }

        .product.data.items>.item.title>.switch:active {
            color: #333;
            text-decoration: none
        }

        .product.data.items>.item.title:not(.disabled)>.switch:focus,
        .product.data.items>.item.title:not(.disabled)>.switch:hover {
            background: #fff
        }

        .product.data.items>.item.title:not(.disabled)>.switch:active,
        .product.data.items>.item.title.active>.switch,
        .product.data.items>.item.title.active>.switch:focus,
        .product.data.items>.item.title.active>.switch:hover {
            background: #fff;
            color: #333
        }

        .product.data.items>.item.title.active>.switch,
        .product.data.items>.item.title.active>.switch:focus,
        .product.data.items>.item.title.active>.switch:hover {
            padding-bottom: 2px
        }

        .product.data.items>.item.content {
            background: #fff;
            margin-top: 43px;
            padding: 35px 35px 35px 35px;
            border: 1px solid #ccc
        }

        .product.data.items .item.title a:after {
            display: none
        }

        .actions-toolbar {
            text-align: left
        }

        .actions-toolbar:before,
        .actions-toolbar:after {
            content: '';
            display: table
        }

        .actions-toolbar:after {
            clear: both
        }

        .actions-toolbar .primary {
            float: left
        }

        .actions-toolbar .primary,
        .actions-toolbar .secondary {
            display: inline-block
        }

        .actions-toolbar .primary a.action,
        .actions-toolbar .secondary a.action {
            display: inline-block
        }

        .actions-toolbar .primary .action {
            margin: 0 15px 0 0
        }

        .actions-toolbar .secondary a.action {
            margin-top: 6px
        }

        .actions-toolbar>.primary,
        .actions-toolbar>.secondary {
            margin-bottom: 0
        }

        .actions-toolbar>.primary .action,
        .actions-toolbar>.secondary .action {
            margin-bottom: 0;
            width: auto
        }

        .popup-content .fieldset .actions-toolbar .secondary {
            display: inline-block;
            float: none
        }

        .popup-content .fieldset .actions-toolbar .action.cancel {
            margin-top: 6px
        }

        .modal-popup.modal-slide .modal-footer {
            border-top: 1px solid #c1c1c1;
            text-align: right
        }

        .login-container .block-amazon-login {
            clear: none;
            float: right
        }

        .login-container .block-amazon-login .actions-toolbar {
            margin-top: 25px
        }

        .login-container .block:nth-child(2)+.block-amazon-login {
            clear: none
        }

        .amazon-validate-container {
            margin: 40px auto 0 auto;
            width: 500px
        }

        .amazon-validate-container .primary {
            width: 190px
        }

        .amazon-validate-container .continue-as-guest {
            width: 130px
        }

        .amazon-validate-container .forgot-password {
            text-align: right;
            width: 175px
        }

        .amazon-addresses .amazon-address {
            margin-bottom: 0
        }

        .payment-method-braintree .cvv .field-tooltip {
            left: 6rem
        }

        .braintree-paypal-account {
            border-color: #ccc;
            border-style: solid;
            border-width: 1px 0;
            display: inline-block;
            width: 50%
        }

        .account .table-credit-cards .col.actions {
            width: 100px
        }

        .block-category-event.block:last-child {
            margin-bottom: 30px;
            padding: 10px 0 30px
        }

        .block-category-event .block-title {
            margin: 0
        }

        .block-category-event .block-title strong {
            font-size: 2.4rem
        }

        .block-category-event .ticker li {
            display: none;
            margin: 0 50px
        }

        .block-category-event .ticker .value {
            font-size: 6rem
        }

        .block-category-event .ticker .label {
            font-size: 1.4rem;
            text-transform: none
        }

        .block-category-event .dates .date {
            font-size: 5rem
        }

        .block-category-event .dates .start {
            padding-right: 50px
        }

        .block-category-event .dates .start:after {
            font-size: 5rem;
            right: 10px
        }

        .paypal-review .paypal-review-title {
            border-bottom: 1px solid #ccc
        }

        .paypal-review .block-content .box-order-shipping-address,
        .paypal-review .block-content .box-order-shipping-method,
        .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
            box-sizing: border-box;
            float: left;
            width: 33%
        }

        .paypal-review .block-content .box-order-shipping-address {
            padding: 0 5%;
            width: 34%
        }

        .paypal-review .table-paypal-review-items .col.price,
        .paypal-review .table-paypal-review-items .col.qty {
            text-align: center
        }

        .paypal-review .table-paypal-review-items .col.item {
            width: 60%
        }

        .paypal-review .col.subtotal,
        .paypal-review .mark,
        .paypal-review .amount {
            text-align: right
        }

        .paypal-review-discount {
            border-top: 1px solid #ccc
        }

        .paypal-review-discount .block {
            margin-bottom: 15px
        }

        .paypal-review-discount .block.giftcard.active {
            padding-bottom: 40px
        }

        .paypal-review-discount .block .title:after {
            display: inline;
            margin-left: 10px;
            position: static
        }

        .paypal-review-discount .block .content {
            padding-bottom: 0
        }

        .order-review-form .actions-toolbar>.primary {
            float: right
        }

        .order-review-form .action.primary {
            margin-right: 0
        }

        .block-cart-failed .secondary .action {
            margin: 0
        }

        .block-cart-failed .actions.primary {
            float: right
        }

        .bundle-actions .action.primary.customize {
            width: auto
        }

        .bundle-options-container {
            order: 2;
            flex: 0 0 100%
        }

        .bundle-options-container .legend.title {
            font-size: 21px;
            font-weight: 500;
            line-height: 26px
        }

        .bundle-options-container form {
            display: flex;
            flex-flow: wrap
        }

        .bundle-options-container .bundle-options-wrapper {
            flex: 0 0 30%
        }

        .bundle-options-container .bundle-options-wrapper .qty-changer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            transform: translateY(-50%);
            border-left: 0;
            position: absolute;
            top: 50%;
            left: -15px;
            width: 84px;
            pointer-events: none
        }

        .bundle-options-container .bundle-options-wrapper .qty-changer>a {
            pointer-events: all
        }

        .bundle-options-container .berserk_container {
            flex: 0 0 22%;
            padding: 0 20px
        }

        .bundle-options-container .berserk_container .old-price .price-label {
            display: none
        }

        .bundle-options-container .berserk_container .old-price .price {
            text-decoration: line-through;
            font-size: 26px
        }

        .bundle-options-container .block-bundle-summary {
            margin-top: 0;
            padding: 0 10px;
            position: relative;
            flex: 0 0 40%
        }

        .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
        .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
            color: #575757;
            font-size: 36px;
            font-weight: 600;
            line-height: 36px
        }

        .bundle-options-container .block-bundle-summary .price-container .weee {
            color: #575757
        }

        .bundle-options-container .block-bundle-summary .price-container .weee .price {
            font-size: 1.2rem;
            font-weight: 700
        }

        .bundle-options-container .block-bundle-summary .price-including-tax+.price-excluding-tax .price {
            font-size: 1.4rem;
            line-height: 16px
        }

        .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
            display: flex;
            align-items: center
        }

        .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
            margin-right: 40px
        }

        .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
            margin-right: 1%;
            width: auto;
            border: 0 !important;
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
            color: #2775ff;
            background: #fff;
            border-radius: 25px;
            padding-left: 45px;
            padding-right: 45px;
            white-space: nowrap
        }

        .bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover {
            background: #e8ecff !important
        }

        .bundle-options-container .block-bundle-summary .product-addto-links {
            text-align: left
        }

        .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
        .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
        .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
        .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
        .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
        .page-layout-3columns .bundle-options-container .block-bundle-summary {
            width: 48%
        }

        .page-products .columns {
            padding-top: 0;
            position: relative;
            z-index: 1
        }

        .products.wrapper~.toolbar .pages {
            margin-bottom: 0
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .pagination {
            height: 42px;
            border-radius: 32px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12)
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .nav-links {
            font-weight: 600;
            display: flex;
            justify-content: center;
            position: relative;
            width: 100%;
            padding: 0 52px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers {
            font-size: 14px;
            line-height: 42px;
            padding: 0 10px;
            position: relative;
            display: block;
            text-align: center;
            transition: all .3s ease-in-out;
            color: #272727
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            height: 0;
            transition: all .3s ease-in-out;
            background-color: rgba(39, 117, 255, 0.8)
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers:not(.dots):hover:after {
            height: 3px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.current {
            color: #2775ff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.current:after {
            height: 3px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.dots {
            padding: 0
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev,
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next {
            position: absolute;
            top: 7px;
            width: 50px;
            height: 50px;
            padding: 0;
            border-radius: 50%;
            font-family: "Font Awesome 5 Free";
            border: 2px solid rgba(39, 39, 39, 0.06)
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev,
        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next {
            transform: rotate(180deg)
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev:after,
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next:after {
            display: none
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev:before,
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            font-weight: normal;
            transition: all .3s ease-in-out;
            color: #272727
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev:hover:before,
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next:hover:before {
            color: #2775ff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev {
            left: 6px
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev {
            left: auto;
            right: 6px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev:before {
            content: '\f060';
            font-weight: 600
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next {
            right: 6px
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next {
            right: auto;
            left: 6px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next:before {
            content: '\f061';
            font-weight: 600
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .pagination {
            border-radius: 0;
            display: flex;
            justify-content: center;
            background: #fff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .nav-links {
            font-weight: 600;
            display: flex;
            justify-content: center;
            height: 42px;
            border-radius: 26px;
            padding: 0 40px;
            margin: 0 52px;
            position: relative;
            border: 1px solid #ececec
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .nav-links:hover .page-numbers:not(:hover).current {
            color: #2775ff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .nav-links:hover .page-numbers:not(:hover):after {
            opacity: 0;
            visibility: hidden
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers {
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            display: block;
            padding: 0 15px;
            position: relative;
            border-right-color: transparent;
            transition: all .3s ease-in-out;
            color: #272727
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 36px;
            height: 36px;
            border-radius: 50%;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            transition: all .3s ease-in-out;
            background-color: #2775ff;
            box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5)
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers:hover {
            color: #fff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers:hover:after {
            opacity: 1;
            visibility: visible
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.current {
            color: #fff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.current:after {
            opacity: 1;
            visibility: visible
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.dots {
            padding: 0
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.dots:hover {
            color: #272727
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.dots:after {
            display: none
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            padding: 0;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid #ececec;
            background: #fff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev span,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next span {
            font-size: 0 !important
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev,
        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            transform: translateY(-50%) rotate(180deg)
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev:before,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            font-weight: normal;
            font-family: "Font Awesome 5 Free";
            transition: all .3s ease-in-out;
            color: #272727
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev:hover,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next:hover {
            border-color: #2775ff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev:hover:before,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next:hover:before {
            color: #fff
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev {
            left: -52px
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev {
            left: auto;
            right: -52px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev:before {
            content: '\f060';
            font-weight: 600
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            right: -52px
        }

        [dir="rtl"] .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            right: auto;
            left: -52px
        }

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next:before {
            content: '\f061';
            font-weight: 600
        }

        .products.wrapper~.toolbar .pages.brk-pagination .item {
            margin: 0
        }

        .page-products .sorter {
            position: static;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center
        }

        .page-products .sorter .sorter-action:before {
            display: none
        }

        .products.wrapper~.toolbar .limiter {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            margin-right: 20px
        }

        .page-layout-1column .toolbar-products {
            position: static !important
        }

        .fullwidth-row {
            width: 100vw;
            margin-left: calc(470px - 50vw)
        }

        .product-info-main .page-title-wrapper h1 {
            margin-bottom: 15px
        }

        .product-info-main .product-add-form {
            padding-top: 20px
        }

        .box-tocart .action.tocart {
            margin-bottom: 0;
            margin-right: 1%;
            width: 49%
        }

        .product-social-links {
            text-align: left
        }

        .product-options-bottom .price-box .price-container,
        .product-info-price .price-box .price-container {
            font-size: 21px
        }

        .product-options-bottom .price-box .price-container .price,
        .product-info-price .price-box .price-container .price {
            font-size: 36px;
            line-height: 36px
        }

        .product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,
        .product-info-price .price-box .price-including-tax+.price-excluding-tax .price {
            font-size: 1.4rem;
            line-height: 16px
        }

        .page-layout-1column .product-info-main {
            max-width: 57%;
            flex: 0 0 57%
        }

        .page-layout-1column .product.media {
            max-width: 40%;
            flex: 0 0 40%
        }

        .page-layout-1column .product.info.detailed {
            flex: 0 0 100%
        }

        .page-layout-2columns-left .product-info-main,
        .page-layout-2columns-right .product-info-main,
        .page-layout-3columns .product-info-main {
            max-width: 57%;
            flex: 0 0 57%
        }

        .page-layout-2columns-left .product.media,
        .page-layout-2columns-right .product.media,
        .page-layout-3columns .product.media {
            max-width: 40%;
            flex: 0 0 40%
        }

        .page-layout-2columns-left .product.info.detailed,
        .page-layout-2columns-right .product.info.detailed,
        .page-layout-3columns .product.info.detailed {
            flex: 0 0 100%
        }

        .product-add-form .product-options-wrapper .field:not(.date)>.control {
            width: 80%
        }

        .sidebar .product-items .product-item-info .product-item-photo {
            float: left;
            left: auto;
            margin: 0 10px 10px 0;
            position: relative;
            top: auto
        }

        .sidebar .product-items .product-item-details {
            margin: 0
        }

        .sidebar .product-items .product-item-actions {
            clear: left
        }

        .compare.wrapper {
            float: right;
            margin: 0;
            padding: 0;
            list-style: none none
        }

        .compare.wrapper .action.compare {
            line-height: 32px;
            color: #333;
            text-decoration: none
        }

        .compare.wrapper .action.compare:visited {
            color: #333;
            text-decoration: none
        }

        .compare.wrapper .action.compare:hover {
            color: #333;
            text-decoration: underline
        }

        .compare.wrapper .action.compare:active {
            color: #333;
            text-decoration: underline
        }

        .compare.wrapper .counter.qty {
            color: #7d7d7d
        }

        .compare.wrapper .counter.qty:before {
            content: '('
        }

        .compare.wrapper .counter.qty:after {
            content: ')'
        }

        .block-search {
            float: right;
            padding-left: 15px;
            position: relative;
            width: 250px;
            z-index: 4
        }

        .block-search .control {
            border-top: 0;
            margin: 0;
            padding: 0
        }

        .block-search input {
            margin: 0;
            padding-right: 35px;
            position: static
        }

        .block-search input::-webkit-input-placeholder {
            color: #c2c2c2
        }

        .block-search input:-moz-placeholder {
            color: #c2c2c2
        }

        .block-search input::-moz-placeholder {
            color: #c2c2c2
        }

        .block-search input:-ms-input-placeholder {
            color: #c2c2c2
        }

        .block-search .action.search {
            display: inline-block;
            background-image: none;
            background: none;
            -moz-box-sizing: content-box;
            border: 0;
            box-shadow: none;
            line-height: inherit;
            margin: 0;
            padding: 0;
            text-decoration: none;
            text-shadow: none;
            font-weight: 400;
            position: absolute;
            right: 10px;
            top: 0;
            z-index: 1
        }

        .block-search .action.search>span {
            border: 0;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .block-search .action.search:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px;
            line-height: 32px;
            color: #8f8f8f;
            content: '\e615';
            font-family: 'berserk-icons';
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .block-search .action.search:hover:before {
            color: #333
        }

        .block-search .action.search:active:before {
            color: inherit
        }

        .block-search .action.search:focus,
        .block-search .action.search:active {
            background: none;
            border: none
        }

        .block-search .action.search:hover {
            background: none;
            border: none
        }

        .block-search .action.search.disabled,
        .block-search .action.search[disabled],
        fieldset[disabled] .block-search .action.search {
            pointer-events: none;
            opacity: .5
        }

        .block-search .action.search:focus:before {
            color: #333
        }

        .search-autocomplete {
            margin-top: 0
        }

        .checkout-cart-index .page-main {
            padding-left: 15px;
            padding-right: 15px
        }

        .update-shopping-cart-wrap {
            display: block;
            float: right
        }

        .cart-container .form-cart .actions.main {
            text-align: right;
            display: none
        }

        .cart-container .widget {
            float: left
        }

        .cart-container tbody tr>td {
            border: 0;
            border-left: 1px solid #e9e9e9
        }

        .cart-container tbody tr>td:last-child {
            border-right: 0
        }

        .cart-container tbody tr.item-actions>td {
            border: 0
        }

        .cart-summary {
            width: 25%;
            float: right;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            padding: 20px 20px 20px;
            position: relative
        }

        .cart-summary:after {
            position: absolute
        }

        .cart-summary .block>.title {
            border-top: 1px solid #ccc
        }

        .cart-summary>.title {
            display: block;
            font-size: 21px;
            font-family: 'Montserrat', sans-serif;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .cart-summary .fieldset .actions-toolbar {
            margin-left: 0
        }

        .cart-summary .fieldset .actions-toolbar>.secondary {
            float: none
        }

        .cart-summary .block>.title {
            padding-left: 0
        }

        .cart-summary .block>.title:after {
            right: 3px
        }

        .cart-summary .block .fieldset .field {
            margin: 0 0 20px;
            margin: 0 0 10px
        }

        .cart-summary .block .fieldset .field:not(.choice)>.label {
            box-sizing: content-box;
            float: none;
            width: auto;
            text-align: left;
            padding: 0
        }

        .cart-summary .block .fieldset .field:not(.choice)>.control {
            float: none;
            width: auto
        }

        .cart-summary .block .fieldset .field>.label {
            margin: 0 0 8px;
            display: inline-block
        }

        .cart-summary .block .fieldset .field.choice:before,
        .cart-summary .block .fieldset .field.no-label:before {
            display: none
        }

        .cart-summary .checkout-methods-items {
            padding: 0
        }

        .coupon-wrapper {
            display: flex
        }

        .coupon-wrapper .block.discount,
        .coupon-wrapper .update-shopping-cart-wrap {
            display: flex;
            flex: 0 0 50%;
            max-width: 50%;
            height: 130px;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            padding: 0 15px
        }

        .coupon-wrapper .block.discount {
            border-right: 1px solid #e9e9e9;
            margin-bottom: 0
        }

        .coupon-wrapper .block.discount button {
            margin: 0
        }

        .cart-discount .block .content {
            width: 100%;
            padding: 0
        }

        .cart.table-wrapper .items {
            min-width: 100%;
            width: auto
        }

        .cart.table-wrapper .items .item-info .col {
            vertical-align: middle
        }

        .cart.table-wrapper .brk-checkout-order-item__del-btn {
            box-shadow: none;
            background: transparent
        }

        .cart.table-wrapper tbody td {
            padding-top: 20px
        }

        .cart.table-wrapper .item .col.item {
            padding: 20px 8px 20px 0
        }

        .cart.table-wrapper .item-actions td {
            padding: 0
        }

        .cart.table-wrapper .product-item-photo {
            display: table-cell;
            max-width: 100%;
            padding-right: 20px;
            position: static;
            vertical-align: top;
            width: 1%
        }

        .cart.table-wrapper .product-item-details {
            padding-bottom: 35px
        }

        .cart.table-wrapper .product-item-details {
            display: table-cell;
            vertical-align: top;
            white-space: normal;
            width: 99%
        }

        .cart.table-wrapper .product-item-details {
            vertical-align: middle;
            padding-bottom: 0
        }

        .cart-products-toolbar {
            margin: 2px 0 0
        }

        .cart-products-toolbar .toolbar-amount {
            line-height: 30px;
            margin: 0
        }

        .cart-products-toolbar .pages {
            float: right
        }

        .cart-products-toolbar .pages .item:last-child {
            margin-right: 0
        }

        .cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col {
            padding-bottom: 10px;
            padding-top: 10px
        }

        .cart.table-wrapper .cart+.cart-products-toolbar {
            margin-top: 25px
        }

        .cart-discount {
            width: 75%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            border: 0;
            box-sizing: border-box;
            padding-right: 4%
        }

        .cart-discount .block .title:after {
            display: inline;
            margin-left: 10px;
            position: static
        }

        .cart-discount .block .content {
            display: block
        }

        .block.crosssell {
            width: 75%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            padding: 0 4% 0 0
        }

        .block.crosssell .products-grid .product-item {
            width: 25%
        }

        .minicart-wrapper {
            margin-left: 5px
        }

        .minilist .action.delete:before,
        .minicart-wrapper .action.edit:before {
            font-size: 16px;
            line-height: inherit
        }

        .opc-wrapper {
            width: 66.66666667%;
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            padding-right: 30px
        }

        .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar {
            display: block
        }

        .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary {
            margin-bottom: 20px
        }

        .authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary {
            clear: both;
            float: none
        }

        .opc-estimated-wrapper {
            display: none
        }

        .opc-progress-bar {
            margin: 0 0 20px;
            counter-reset: i;
            display: block;
            font-size: 0
        }

        .opc-progress-bar .steps__progress {
            width: 50%;
            position: absolute;
            height: 2px;
            top: 14px;
            left: 0;
            background: #2775ff
        }

        .opc-progress-bar-item._complete {
            cursor: pointer
        }

        .opc-progress-bar-item._complete:hover:before {
            background: #d7d7d7
        }

        .opc-progress-bar-item._complete>span {
            color: #1979c3
        }

        .opc-progress-bar-item._active>span {
            color: #333
        }

        .steps__wrapper-checkers {
            position: relative;
            z-index: 1;
            margin: 0;
            margin-bottom: 30px;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
            text-align: center
        }

        .steps__wrapper-checkers .steps__title {
            color: #333;
            position: absolute;
            top: 45px;
            left: 50%;
            transform: translate(-50%, 0%);
            min-width: 80px
        }

        .steps__wrapper-checkers:before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 50%;
            transform: translate(-50%, 50%);
            width: calc(98%);
            height: 8px;
            background: #E8F0FE;
            box-shadow: inset 0 1px 15px -8px #000;
            z-index: -1
        }

        .steps__wrapper-checkers li {
            cursor: pointer;
            position: relative
        }

        .steps__wrapper-checkers li.complete .steps__dot {
            background: #2775ff;
            color: transparent
        }

        .steps__wrapper-checkers li.complete .steps__dot:before {
            color: #fff
        }

        .steps__wrapper-checkers li:not(.complete) .steps__dot {
            background: #E8F0FE !important
        }

        .steps__wrapper-checkers li:last-child {
            margin-right: -1px
        }

        .steps__wrapper-checkers .steps__dot {
            margin: 0 auto;
            color: #333;
            width: 30px;
            height: 30px;
            border: 4px solid #e8f0fe;
            transition: all .4s ease;
            border-radius: 50%;
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .steps__wrapper-checkers .steps__dot:before {
            content: '\f00c';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all .4s ease;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 14px;
            color: transparent;
            z-index: 20
        }

        .steps__wrapper-checkers .steps__dot>.before {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: all .4s ease;
            height: 2px;
            width: 10px;
            opacity: 0;
            background: #2775ff
        }

        .steps__wrapper-checkers .steps__dot>.after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #2775ff;
            z-index: 2;
            border-radius: 50%;
            opacity: 0;
            transition: all .4s ease
        }

        .steps__wrapper-checkers .steps__dot:after {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px;
            border: 5px solid #e7effd;
            border-radius: 50%;
            z-index: -1
        }

        .steps__wrapper-checkers li._active .steps__dot:before {
            color: #fff
        }

        .steps__wrapper-checkers li._active .steps__dot>.after {
            opacity: 1
        }

        .steps__wrapper-checkers li._active .steps__dot>.before {
            left: -15px;
            width: 45px;
            opacity: 1;
            transition-delay: .25s
        }

        .steps__wrapper-checkers li._active .steps__dot>.before {
            width: 45px
        }

        .steps__wrapper-checkers li:first-child._active .steps__dot>.before {
            left: 0;
            width: 30px;
            opacity: 1
        }

        .steps__wrapper-checkers li._complete .steps__dot:before {
            color: #fff
        }

        .steps__wrapper-checkers li._complete .steps__dot>.after {
            opacity: 1
        }

        .steps__wrapper-checkers li._complete .steps__dot>.before {
            left: 0;
            width: 45px;
            opacity: 1;
            transition-delay: .25s
        }

        .steps__wrapper-checkers li:first-child .steps__dot>.before {
            left: 0;
            width: 45px;
            opacity: 1
        }

        .steps__wrapper-checkers li._complete~.steps__progress {
            width: 100% !important
        }

        .steps__wrapper-checkers .steps__dot {
            border: none
        }

        .checkout-index-index .modal-popup .form-shipping-address {
            max-width: 500px
        }

        .checkout-index-index .modal-popup .modal-footer .action-save-address {
            float: right;
            margin: 0 0 0 20px
        }

        .checkout-shipping-method .actions-toolbar>.primary {
            float: right
        }

        .checkout-shipping-method .actions-toolbar .action.primary {
            margin: 0
        }

        .opc-wrapper .form-login,
        .opc-wrapper .form-shipping-address {
            max-width: 500px
        }

        .opc-wrapper .form-login {
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px
        }

        .table-checkout-shipping-method {
            width: auto
        }

        .opc-sidebar {
            margin: 46px 0 20px;
            width: 33.33333333%;
            float: right;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2
        }

        .opc-summary-wrapper .modal-header .action-close {
            display: none
        }

        .authentication-dropdown {
            background-color: #fff;
            border: 1px solid #aeaeae;
            -webkit-transform: scale(1, 0);
            -webkit-transform-origin: 0 0;
            -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
            position: absolute;
            text-align: left;
            top: 100%;
            transform: scale(1, 0);
            transform-origin: 0 0;
            transition: transform linear .1s, visibility 0s linear .1s;
            visibility: hidden;
            width: 100%
        }

        .authentication-dropdown._show {
            z-index: 100;
            -webkit-transform: scale(1, 1);
            -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
            transform: scale(1, 1);
            transition: transform linear .1s, visibility 0s linear 0s;
            visibility: visible
        }

        .authentication-wrapper {
            width: 33.33333333%;
            text-align: right
        }

        .block-authentication .block-title {
            font-size: 2.6rem;
            border-bottom: 0;
            margin-bottom: 25px
        }

        .block-authentication .actions-toolbar>.primary {
            display: inline;
            float: right;
            margin-right: 0
        }

        .block-authentication .actions-toolbar>.primary .action {
            margin-right: 0
        }

        .block-authentication .actions-toolbar>.secondary {
            float: left;
            margin-right: 2rem;
            padding-top: 1rem
        }

        .popup-authentication .modal-inner-wrap {
            min-width: 992px;
            width: 60%
        }

        .popup-authentication .block-authentication {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            border-top: 1px solid #c1c1c1
        }

        .popup-authentication .block[class],
        .popup-authentication .form-login,
        .popup-authentication .fieldset,
        .popup-authentication .block-content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-grow: 1;
            flex-grow: 1
        }

        .popup-authentication .block[class] {
            box-sizing: border-box;
            float: left;
            padding: 10px 30px 0 0;
            width: 50%
        }

        .popup-authentication .block[class]+.block {
            border-left: 1px solid #c1c1c1;
            border-top: 0;
            margin: 0;
            padding: 10px 0 0 40px
        }

        .popup-authentication .block[class]+.block:before {
            left: 0;
            top: 50%
        }

        .popup-authentication .actions-toolbar {
            margin-bottom: 0;
            margin-top: auto
        }

        .checkout-payment-method .actions-toolbar .primary {
            float: right;
            margin: 0
        }

        .checkout-payment-method .fieldset>.field-select-billing>.control {
            float: none;
            width: 100%
        }

        .checkout-billing-address .action-update {
            float: right
        }

        .checkout-billing-address .actions-toolbar .action-cancel {
            margin: 6px 20px 0 0
        }

        .checkout-payment-method .payment-option-title {
            padding-left: 22px
        }

        .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
            margin-left: 0
        }

        .login-container .block.login .actions-toolbar>.primary {
            margin-bottom: 0;
            margin-right: 30px
        }

        .login-container .block.login .actions-toolbar>.secondary {
            float: left
        }

        .login-container .fieldset>.field>.control {
            width: 55%
        }

        .form-create-account .fieldset-fullname .fields .field {
            float: left;
            margin: 0 10px 10px 0
        }

        .form-create-account .fieldset-fullname .field-name-prefix,
        .form-create-account .fieldset-fullname .field-name-suffix {
            width: 50px
        }

        .form.password.reset,
        .form.send.confirmation,
        .form.password.forget,
        .form.create.account {
            min-width: 600px;
            width: 50%
        }

        .account .data.table {
            margin-bottom: 0
        }

        .account .data.table .col.actions {
            white-space: nowrap
        }

        .block-addresses-list .items.addresses>.item {
            margin-bottom: 20px
        }

        .block-addresses-list .items.addresses>.item:nth-last-child(1),
        .block-addresses-list .items.addresses>.item:nth-last-child(2) {
            margin-bottom: 0
        }

        .form-edit-account .fieldset .fieldset {
            margin-bottom: 20px;
            width: 100%
        }

        .control.captcha-image .captcha-img {
            margin: 0 10px 10px 0
        }

        .storecredit .block-balance-history {
            width: 100%
        }

        .table-balance-history .col {
            width: 25%
        }

        .page-product-downloadable .product-options-wrapper {
            float: left;
            width: 55%
        }

        .page-product-downloadable .product-options-bottom {
            float: right;
            width: 40%
        }

        .page-product-giftcard .product-info-main .price-box .price-container.price-final {
            font-size: 21px
        }

        .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
            font-size: 36px;
            line-height: 36px
        }

        .page-product-giftcard .product-info-main .product-info-stock-sku {
            padding-bottom: 0
        }

        .page-product-giftcard .product-info-main .product-reviews-summary {
            float: none
        }

        .page-product-giftcard .product-add-form {
            margin-top: -20px
        }

        .page-product-giftcard .product-add-form .field:not(.text) {
            margin: 0 0 20px;
            padding: 0 12px 0 0;
            box-sizing: border-box;
            display: inline-block;
            width: 50%;
            vertical-align: top
        }

        .page-product-giftcard .product-add-form .field:not(.text)>.label {
            margin: 0 0 8px;
            display: inline-block
        }

        .page-product-giftcard .product-add-form .field:not(.text):last-child {
            margin-bottom: 0
        }

        .page-product-giftcard .product-add-form .field:not(.text)+.fieldset {
            clear: both
        }

        .page-product-giftcard .product-add-form .field:not(.text)>.label {
            font-weight: 600
        }

        .page-product-giftcard .product-add-form .field:not(.text)>.label+br {
            display: none
        }

        .page-product-giftcard .product-add-form .field:not(.text) .choice input {
            vertical-align: top
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
        .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
            content: '';
            display: table
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
            clear: both
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
            box-sizing: border-box;
            float: left
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
            width: 50% !important
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
            width: 33.3% !important
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
            width: 25% !important
        }

        .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
            width: 20% !important
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon {
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            padding: 0;
            width: 100%
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
        .page-product-giftcard .product-add-form .field:not(.text) .addon select,
        .page-product-giftcard .product-add-form .field:not(.text) .addon input {
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
            display: inline-block;
            margin: 0;
            width: auto
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
        .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
            background: #fff;
            background-clip: padding-box;
            border: 1px solid #c2c2c2;
            border-radius: 1px;
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 14px;
            height: 32px;
            line-height: 1.42857143;
            padding: 0 9px;
            vertical-align: baseline;
            width: 100%;
            box-sizing: border-box;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;
            display: inline-block;
            vertical-align: middle;
            white-space: nowrap;
            width: auto
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
        .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
            opacity: .5
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
        .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
            color: #c2c2c2
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
        .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
            color: #c2c2c2
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
        .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
            color: #c2c2c2
        }

        .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
            float: left;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1
        }

        .page-product-giftcard .product-add-form .field:not(.text) .additional {
            margin-top: 10px
        }

        .page-product-giftcard .product-add-form .field:not(.text).required>.label:after,
        .page-product-giftcard .product-add-form .field:not(.text)._required>.label:after {
            content: '*';
            color: #e02b27;
            font-size: 1.2rem;
            margin: 0 0 0 5px
        }

        .page-product-giftcard .product-add-form .field:not(.text) .note {
            font-size: 1.2rem;
            margin: 3px 0 0;
            padding: 0;
            display: inline-block;
            text-decoration: none
        }

        .page-product-giftcard .product-add-form .field:not(.text) .note:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            line-height: 12px;
            font-family: 'berserk-icons';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
            padding-right: 25px
        }

        .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
            padding-right: 0
        }

        .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date)>.control {
            width: auto
        }

        .gift-message .field {
            margin: 0 0 20px;
            box-sizing: border-box
        }

        .gift-message .field>.label {
            margin: 0
        }

        .gift-message .field:before,
        .gift-message .field:after {
            content: '';
            display: table
        }

        .gift-message .field:after {
            clear: both
        }

        .gift-message .field.choice:before,
        .gift-message .field.no-label:before {
            padding: 6px 15px 0 0;
            width: 25.8%;
            box-sizing: border-box;
            content: ' ';
            float: left;
            height: 1px
        }

        .gift-message .field .description {
            padding: 6px 15px 0 0;
            text-align: left;
            width: 25.8%;
            box-sizing: border-box;
            float: left
        }

        .gift-message .field:not(.choice)>.label {
            padding: 6px 15px 0 0;
            text-align: left;
            width: 25.8%;
            box-sizing: border-box;
            float: left
        }

        .gift-message .field:not(.choice)>.control {
            width: 74.2%;
            float: left
        }

        .gift-options {
            position: relative;
            z-index: 1
        }

        .gift-options .actions-toolbar {
            clear: both;
            padding: 0;
            position: static
        }

        .gift-options .actions-toolbar .secondary {
            float: right
        }

        .gift-options .actions-toolbar .secondary .action {
            float: right;
            margin-left: 20px;
            margin-right: 0
        }

        .gift-options .actions-toolbar .secondary .action-cancel {
            display: block;
            float: left;
            margin-top: 6px
        }

        .gift-options .actions-toolbar:nth-child(3):before {
            border-left: 1px solid #c1c1c1;
            bottom: 5rem;
            content: '';
            display: block;
            left: 50%;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 0
        }

        .gift-options-title {
            font-weight: 300;
            font-size: 1.8rem
        }

        .gift-item-block .title {
            padding: 20px 0
        }

        .item-gift td {
            padding-left: 0;
            padding-right: 0
        }

        .cart.table-wrapper .action-gift {
            float: left;
            display: inline-block;
            text-decoration: none
        }

        .cart.table-wrapper .action-gift:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.2rem;
            line-height: 20px;
            color: #8f8f8f;
            content: '\e622';
            font-family: 'berserk-icons';
            margin: 0 0 0 10px;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center
        }

        .cart.table-wrapper .action-gift:hover:after {
            color: #333
        }

        .cart.table-wrapper .action-gift:active:after {
            color: #8f8f8f
        }

        .cart.table-wrapper .action-gift._active:after {
            content: '\e621'
        }

        .cart.table-wrapper .gift-options .actions-toolbar {
            clear: both;
            padding: 0;
            position: static
        }

        .cart-container .cart-gift-item {
            margin-bottom: 20px
        }

        .cart-container .cart-gift-item .gift-options,
        .cart-container .cart-gift-item .gift-summary {
            padding-bottom: 20px
        }

        .form-giftregistry-share .fieldset .field,
        .form-giftregistry-edit .fieldset .field {
            width: 45%
        }

        .form-giftregistry-edit .fieldset.shipping_address .fieldset {
            margin-top: 20px
        }

        .table-giftregistry .col.create {
            white-space: nowrap
        }

        .table-giftregistry .col.message {
            width: 40%
        }

        .table-giftregistry .col.actions {
            width: 30%
        }

        .table-giftregistry-items .col.note {
            width: 30%
        }

        .account .data.table.table-giftregistry-items>thead>tr>th,
        .account .data.table.table-giftregistry-items>tbody>tr>th,
        .account .data.table.table-giftregistry-items>tfoot>tr>th,
        .account .data.table.table-giftregistry-items>thead>tr>td,
        .account .data.table.table-giftregistry-items>tbody>tr>td,
        .account .data.table.table-giftregistry-items>tfoot>tr>td {
            border-top: 1px solid #ccc
        }

        .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>th,
        .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>th,
        .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>th,
        .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>td,
        .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>td,
        .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>td {
            border-top: 0
        }

        .account .data.table.table-giftregistry-items>tbody+tbody {
            border-top: 1px solid #ccc
        }

        .account .data.table.table-giftregistry-items th {
            border-bottom: 0
        }

        .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>td,
        .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>th {
            background: none
        }

        .form-giftregistry-search .fieldset {
            margin-bottom: 29px
        }

        .form-giftregistry-search .fieldset .field.name,
        .form-giftregistry-search .fieldset .field.lastname {
            padding: 0 12px 0 0;
            box-sizing: border-box;
            display: inline-block;
            width: 50%;
            vertical-align: top;
            margin-bottom: auto
        }

        .form-giftregistry-search .fieldset .field.name+.fieldset,
        .form-giftregistry-search .fieldset .field.lastname+.fieldset {
            clear: both
        }

        .form-giftregistry-search .fieldset .field.lastname {
            padding: 0
        }

        .block-giftregistry-shared-items .item {
            border-bottom: 1px solid #ccc;
            border-top: 0
        }

        .block-giftregistry-shared-items .product-item-photo {
            display: table-cell;
            max-width: 100%;
            padding: 0 20px 0 0;
            vertical-align: top;
            width: 1%
        }

        .block-giftregistry-shared-items .product-item-details {
            display: table-cell;
            vertical-align: top;
            width: 99%;
            word-break: normal
        }

        .block-giftregistry-shared-items .col.product {
            width: 48%
        }

        .block-giftregistry-shared-items .col:not(.product) {
            text-align: center
        }

        .block-giftregistry-shared-items .col.price {
            padding-top: 17px
        }

        .block-giftregistry-shared-items .input-text.qty {
            margin-top: -4px
        }

        .gift-wrapping {
            box-sizing: border-box;
            float: left;
            padding-right: 20px;
            width: 50%
        }

        .gift-wrapping+.gift-message {
            border-left: 1px solid #c1c1c1;
            box-sizing: border-box;
            float: left;
            padding-left: 4.5rem;
            width: 50%
        }

        .page-product-grouped .product-info-price {
            float: none
        }

        .page-product-grouped .minimal-price {
            margin-top: -8px
        }

        .table-invitations .col {
            width: 50%
        }

        .filter.block {
            margin-bottom: 40px
        }

        .filter-title {
            display: none
        }

        .filter-content .item {
            margin: 10px 0
        }

        .filter-actions {
            margin-bottom: 30px
        }

        .filter.active .filter-options,
        .filter-options {
            background: transparent;
            clear: both;
            display: block;
            overflow: initial;
            position: static
        }

        .filter-subtitle {
            display: block;
            position: static
        }

        .page-layout-1column .toolbar-products {
            position: absolute;
            top: 0;
            width: 100%
        }

        .page-layout-1column .products~.toolbar-products {
            position: static
        }

        .page-layout-1column.page-with-filter .column.main {
            padding-top: 45px;
            position: relative;
            z-index: 1
        }

        .page-layout-1column .filter.block {
            border-top: 1px solid #ccc
        }

        .page-layout-1column .filter-content {
            margin-top: 10px
        }

        .page-layout-1column .filter-subtitle {
            display: none
        }

        .page-layout-1column .filter-options-item {
            border: 0;
            display: inline-block;
            margin-right: 25px;
            position: relative
        }

        .page-layout-1column .filter-options-item.active {
            z-index: 2
        }

        .page-layout-1column .filter-options-item.active .filter-options-content {
            visibility: visible
        }

        .page-layout-1column .filter-options-item.active:hover {
            z-index: 3
        }

        .page-layout-1column .filter-options-item.active:after,
        .page-layout-1column .filter-options-item.active:before {
            border: 8px solid transparent;
            height: 0;
            width: 0;
            border-bottom-color: #000;
            bottom: -1px;
            content: '';
            display: block;
            left: 5px;
            position: absolute;
            z-index: 3
        }

        .page-layout-1column .filter-options-item.active:after {
            border-bottom-color: #fff;
            margin-top: 2px;
            z-index: 4
        }

        .page-layout-1column .filter-options-title {
            padding: 0 20px 0 0
        }

        .page-layout-1column .filter-options-title:after {
            right: 2px;
            top: 3px;
            z-index: 3
        }

        .page-layout-1column .filter-options-content {
            background: #fff;
            -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
            -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
            box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
            border: 1px solid #ccc;
            padding: 5px 0;
            position: absolute;
            top: 100%;
            visibility: hidden;
            width: 180px;
            z-index: 2
        }

        .page-layout-1column .filter-options-content .item {
            margin: 0;
            padding: 5px
        }

        .page-layout-1column .filter-options-content .item a {
            margin-left: 0
        }

        .page-layout-1column .filter-options-content .item:hover {
            background-color: #e8e8e8
        }

        .page-layout-1column .filter-current {
            display: inline;
            line-height: 35px
        }

        .page-layout-1column .filter-current-subtitle {
            color: #7d7d7d;
            display: inline;
            font-size: 14px;
            font-weight: normal;
            padding: 0
        }

        .page-layout-1column .filter-current-subtitle:after {
            content: ':'
        }

        .page-layout-1column .filter-current .item,
        .page-layout-1column .filter-current .items {
            display: inline
        }

        .page-layout-1column .filter-current .item {
            margin-right: 25px;
            padding-right: 15px;
            white-space: nowrap
        }

        .page-layout-1column .filter-current .action.remove {
            line-height: normal
        }

        .page-layout-1column .filter-actions {
            display: inline;
            white-space: nowrap
        }

        .page-layout-1column .filter-actions~.filter-options {
            margin-top: 25px
        }

        .wishlist.window.popup {
            bottom: auto;
            top: 20%;
            left: 50%;
            margin-left: -212px;
            width: 380px;
            right: auto
        }

        .block-wishlist-management {
            margin-bottom: 20px
        }

        .block-wishlist-management .wishlist-select {
            border-bottom: 1px solid #e8e8e8;
            display: table;
            margin-bottom: 15px;
            width: 100%
        }

        .block-wishlist-management .wishlist-select .wishlist-name {
            display: table-cell;
            margin-right: 10px;
            padding: 5px 10px 10px;
            vertical-align: top;
            white-space: nowrap;
            width: 5%
        }

        .block-wishlist-management .wishlist-select-items {
            display: table-cell;
            padding-right: 160px;
            vertical-align: top
        }

        .block-wishlist-management .wishlist-select-items .item {
            display: inline-block;
            margin-right: 10px;
            padding: 5px 10px 10px
        }

        .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0
        }

        .block-wishlist-management .wishlist-select-items .current {
            border-bottom: 3px solid #ff5501;
            font-weight: 600
        }

        .block-wishlist-management .wishlist-select .wishlist-name-current {
            display: none
        }

        .block-wishlist-management .wishlist-add.item {
            position: absolute;
            right: 0;
            top: 0
        }

        .block-wishlist-management .wishlist-title strong {
            font-size: 4rem
        }

        .block-wishlist-management .wishlist-info {
            float: left
        }

        .block-wishlist-management .wishlist-toolbar {
            float: right
        }

        .block-wishlist-info-items .product-item-photo {
            margin-left: 0
        }

        .products-grid.wishlist .product-item-checkbox {
            float: left
        }

        .products-grid.wishlist .product-item-checkbox+.product-item-name {
            margin-left: 25px
        }

        .product-reviews-summary {
            margin-bottom: 15px
        }

        .products.wrapper.list .product-reviews-summary {
            margin: 0
        }

        .product-reviews-summary .reviews-actions {
            font-size: 14px;
            margin-top: 3px
        }

        .form-create-return .fieldset .field {
            width: 45%
        }

        .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
            clear: none;
            float: left;
            width: 25%
        }

        .block-returns-tracking .block-title .action {
            margin: 0 0 0 30px
        }

        .block-returns-tracking .block-title .actions-track {
            float: right;
            margin-top: 12px
        }

        .order-links .item {
            float: left;
            margin: 0 -1px 0 0
        }

        .order-links .item a {
            padding: 1px 35px
        }

        .order-links .item strong {
            border-bottom: 0;
            margin-bottom: -1px;
            padding: 1px 35px 2px 35px
        }

        .order-actions-toolbar .action.print {
            display: block;
            float: right
        }

        .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
        .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
            clear: none;
            float: left;
            width: 25%
        }

        .block-order-details-comments {
            margin: 0 0 60px
        }

        .block-order-details-comments .comment-date {
            clear: left;
            float: left;
            margin-right: 50px;
            max-width: 90px
        }

        .block-order-details-comments .comment-content {
            overflow: hidden
        }

        .order-details-items {
            margin-top: -1px;
            padding: 25px
        }

        .order-details-items .col.name {
            padding-left: 0
        }

        .order-details-items .col.price {
            text-align: center
        }

        .order-details-items .col.subtotal {
            text-align: right
        }

        .order-details-items tbody td {
            padding-bottom: 20px;
            padding-top: 20px
        }

        .order-details-items tfoot .amount,
        .order-details-items tfoot .mark {
            text-align: right
        }

        .order-details-items.ordered .order-title {
            display: none
        }

        .order-pager-wrapper .order-pager-wrapper-top {
            padding-left: 0;
            padding-right: 0
        }

        .order-pager-wrapper .toolbar-amount {
            position: relative
        }

        .order-pager-wrapper .pages {
            float: right
        }

        .table-order-items tbody .col.label,
        .table-order-items tbody .col.value {
            padding-left: 0
        }

        .table-order-items.invoice .col.qty,
        .table-order-items.shipment .col.qty {
            text-align: center
        }

        .table-order-items.creditmemo .col.qty,
        .table-order-items.creditmemo .col.discount,
        .table-order-items.creditmemo .col.subtotal {
            text-align: center
        }

        .table-order-items.creditmemo .col.total {
            text-align: right
        }

        .form.send.friend {
            width: 60%
        }

        .form.send.friend .fieldset .field {
            width: 45%
        }

        .form.send.friend .fieldset .field.text {
            width: 90%
        }

        html,
        body {
            height: 100%
        }

        .ie9 body {
            background-color: #8f8f8f
        }

        body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container>div {
            max-width: 100%;
            width: 50%;
            text-align: left
        }

        body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container>div.page-title-wrapper {
            text-align: right
        }

        body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container>div.page-title-wrapper .page-title {
            position: relative
        }

        body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container>div.page-title-wrapper .page-title:after {
            content: '';
            position: absolute;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.1)
        }

        body:not(.cms-index-index):not(.catalog-product-view) .page-wrapper .top-container>div.page-title-wrapper+.breadcrumbs {
            padding-left: 55px
        }

        .brk-header-popup-menu__open-close {
            display: -webkit-inline-box;
            display: inline-flex
        }

        .brk-footer__shop-title_wide:after {
            width: calc(100% + 30px)
        }

        .rg-megamenu.navigation {
            background-color: transparent
        }

        .rg-megamenu.navigation li.level0.fullwidth>.submenu>.container,
        .rg-megamenu.navigation li.level0.staticwidth>.submenu>.container {
            max-width: 100%
        }

        nav.rg-megamenu.navigation li.level0>.submenu {
            margin-top: 0 !important;
            text-align: left
        }

        .customer-welcome {
            position: relative
        }

        .customer-welcome .customer-name {
            cursor: pointer
        }

        .customer-welcome .customer-name i {
            margin-left: 8px
        }

        .customer-welcome .customer-menu {
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            transform-origin: calc(100% - 30px) 0;
            transition-property: opacity, visibility, \transform;
            transition-duration: .3s;
            z-index: 98;
            position: absolute;
            top: 100%;
            right: -15px;
            width: auto;
            max-width: 438px;
            height: auto;
            text-align: left;
            background-color: #fff;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.03), inset 0 -3px #0b98f6;
            padding: 10px 0
        }

        .customer-welcome .customer-menu:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: -8px;
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 9;
            right: 30px
        }

        .customer-welcome .customer-menu .links>li {
            margin: 0
        }

        .customer-welcome .customer-menu .links>li>a {
            display: block;
            line-height: 21px;
            padding: 14px 26px
        }

        .customer-welcome .customer-menu .links>li>a,
        .customer-welcome .customer-menu .links>li>a:visited,
        .customer-welcome .customer-menu .links>li>a:active {
            color: #b6b6b6;
            text-decoration: none
        }

        .customer-welcome .customer-menu .links>li>a:hover {
            color: #2775ff;
            text-decoration: none
        }

        .customer-welcome:hover .customer-menu {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            transition-duration: .28s;
            transition-timing-function: cubic-bezier(.17, .89, .27, 1.19)
        }

        .customer-welcome .header.links {
            min-width: 175px
        }

        .customer-welcome .greet {
            display: none
        }

        .header.panel>.header.links {
            margin: 0;
            padding: 0;
            list-style: none none;
            float: right;
            margin-left: auto
        }

        .header.panel>.header.links>li {
            display: inline-block;
            vertical-align: top
        }

        .header.panel>.header.links>li {
            margin: 0 0 0 15px
        }

        .header.panel>.header.links>li.welcome,
        .header.panel>.header.links>li>a {
            display: inline-block;
            line-height: 1.4
        }

        .header.panel>.header.links>li.welcome a {
            color: #fff;
            padding-left: 5px
        }

        .header.panel>.header.links>.authorization-link:after {
            content: attr(data-label);
            display: inline-block;
            margin: 0 -5px 0 5px
        }

        .header.panel>.header.links>.customer-welcome+.authorization-link {
            display: none
        }

        .header.content {
            padding: 30px 20px 0
        }

        .page-header .header.content {
            max-width: 100%
        }

        .page-header.type1:hover {
            top: 0
        }

        .page-header.type1 .switcher {
            vertical-align: middle;
            height: 42px;
            text-align: center;
            cursor: pointer;
            margin: 0 5px;
            white-space: nowrap
        }

        .page-header.type1 .search-area {
            margin-right: 5px
        }

        .page-header.type1 .brk-info-menu-open {
            height: 66px;
            margin: 0;
            margin-right: 15px
        }

        .page-header.type1 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type1 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: -webkit-inline-box;
            display: inline-flex;
            flex-wrap: wrap
        }

        .page-header.type1 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type1 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type1 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type1 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type1 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type1 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type1 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type1 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type1 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type1 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type1 .navigation li.level0>.level-top {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit
        }

        .page-header.type1 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type1 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type1 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.type2.brk-header_scroll:hover {
            top: 0
        }

        .page-header.type2.brk-header_scroll .switcher {
            border: 0
        }

        .page-header.type2.brk-header_scroll .switcher:hover .brk-switcher__option {
            border: 0
        }

        .page-header.type2 .search-area>a {
            line-height: 71px;
            padding: 0 5px
        }

        .page-header.type2 .logo-area {
            position: static
        }

        .page-header.type2 .header.content .logo {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            margin: 0;
            max-width: 15%
        }

        .page-header.type2 .switcher {
            vertical-align: middle;
            height: 42px;
            text-align: center;
            cursor: pointer;
            margin: 0 5px;
            white-space: nowrap;
            border: 0;
            box-shadow: none;
            padding: 0 10px
        }

        .page-header.type2 .switcher i {
            font-size: 11px
        }

        .page-header.type2 .switcher .brk-switcher__option {
            padding: 0 10px
        }

        .page-header.type2 .switcher .brk-switcher__option a {
            color: #fff;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            font-weight: 400;
            padding: 0 10px
        }

        .page-header.type2 .switcher .brk-switcher__option a:hover {
            color: #fff
        }

        .page-header.type2 .switcher .brk-switcher__option a:active,
        .page-header.type2 .switcher .brk-switcher__option a:visited {
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type2 .switcher .brk-switcher__option:after {
            font-size: 11px;
            color: #fff;
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type2 .switcher:before {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: #001629;
            height: 45px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type2 .switcher:after {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100vh;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type2 .switcher:hover:before,
        .page-header.type2 .switcher:hover:after {
            opacity: 1;
            visibility: visible
        }

        .page-header.type2 .switcher:hover .brk-switcher__option {
            background-color: transparent
        }

        .page-header.type2 .switcher:hover~.switcher {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .page-header.type2 .header.panel .links-area>.links>li.greet.welcome {
            display: none
        }

        .page-header.type2 .customer-welcome .customer-name i {
            margin-left: 8px;
            font-size: 11px
        }

        .page-header.type2 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type2 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: block
        }

        .page-header.type2 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type2 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type2 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type2 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type2 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type2 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type2 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type2 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type2 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type2 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type2 .navigation li.level0>.level-top {
            font-size: 13px;
            font-weight: 600;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit;
            color: #fff
        }

        .page-header.type2 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type2 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type2 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.type2 .navigation li.level0:nth-child(n+2):nth-last-child(-n+1),
        .page-header.type2 .navigation li.level0:nth-last-child(-n+2),
        .page-header.type2 .navigation li.level0:nth-child(n+4):nth-last-child(-n+3),
        .page-header.type2 .navigation li.level0:nth-child(n+5):nth-last-child(-n+4),
        .page-header.type2 .navigation li.level0:nth-child(n+6):nth-last-child(-n+5),
        .page-header.type2 .navigation li.level0:nth-child(n+7):nth-last-child(-n+6),
        .page-header.type2 .navigation li.level0:nth-child(n+8):nth-last-child(-n+7),
        .page-header.type2 .navigation li.level0:nth-child(n+9):nth-last-child(-n+8),
        .page-header.type2 .navigation li.level0:nth-child(n+10):nth-last-child(-n+9) {
            margin-left: 30%
        }

        .page-header.type2 .navigation li.level0:nth-child(n+2):nth-last-child(-n+1)~li.level0,
        .page-header.type2 .navigation li.level0:nth-last-child(-n+2)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+4):nth-last-child(-n+3)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+5):nth-last-child(-n+4)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+6):nth-last-child(-n+5)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+7):nth-last-child(-n+6)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+8):nth-last-child(-n+7)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+9):nth-last-child(-n+8)~li.level0,
        .page-header.type2 .navigation li.level0:nth-child(n+10):nth-last-child(-n+9)~li.level0 {
            margin-left: 0
        }

        .page-header.type3.brk-header_scroll:hover {
            top: 0
        }

        .page-header.type3.brk-header_scroll .switcher {
            border: 0
        }

        .page-header.type3.brk-header_scroll .switcher:hover .brk-switcher__option {
            border: 0
        }

        .page-header.type3 .brk-info-menu-open {
            margin: 0 15px 0 0
        }

        .page-header.type3 .brk-info-menu-open .brk-lines .brk-center-line,
        .page-header.type3 .brk-info-menu-open .brk-lines:before,
        .page-header.type3 .brk-info-menu-open .brk-lines:after {
            background: #fff
        }

        .page-header.type3 .search-area>a {
            line-height: 71px;
            color: #fff
        }

        .page-header.type3 .switcher {
            vertical-align: middle;
            height: 42px;
            text-align: center;
            cursor: pointer;
            margin: 0 5px;
            white-space: nowrap;
            border: 0;
            box-shadow: none;
            padding: 0 10px;
            color: #fff
        }

        .page-header.type3 .switcher i {
            font-size: 11px
        }

        .page-header.type3 .switcher .brk-switcher__option {
            padding: 0 10px
        }

        .page-header.type3 .switcher .brk-switcher__option a {
            color: #fff;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            font-weight: 400;
            padding: 0 10px
        }

        .page-header.type3 .switcher .brk-switcher__option a:hover {
            color: #fff
        }

        .page-header.type3 .switcher .brk-switcher__option a:active,
        .page-header.type3 .switcher .brk-switcher__option a:visited {
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type3 .switcher .brk-switcher__option:after {
            font-size: 11px;
            color: #fff;
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type3 .switcher:before {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: #001629;
            height: 45px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type3 .switcher:after {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100vh;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type3 .switcher:hover:before,
        .page-header.type3 .switcher:hover:after {
            opacity: 1;
            visibility: visible
        }

        .page-header.type3 .switcher:hover .brk-switcher__option {
            background-color: transparent
        }

        .page-header.type3 .switcher:hover~.switcher {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .page-header.type3 .header.panel .links-area>.links>li.greet.welcome {
            display: none
        }

        .page-header.type3 .customer-welcome .customer-name i {
            margin-left: 8px;
            font-size: 11px
        }

        .page-header.type3 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type3 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: -webkit-inline-box;
            display: inline-flex;
            flex-wrap: wrap
        }

        .page-header.type3 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type3 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type3 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type3 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type3 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type3 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type3 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type3 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type3 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type3 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type3 .navigation li.level0>.level-top {
            font-size: 8px;
            font-weight: 600;
            color: #fff;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit
        }

        .page-header.type3 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type3 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type3 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.type4 .menu-area {
            visibility: hidden;
            opacity: 0;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transition: all .4s
        }

        .page-header.type4 .menu-area:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.65)
        }

        .page-header.type4 .customer-welcome .customer-menu:before {
            display: none
        }

        .page-header.type4.brk-header_scroll .menu-area {
            top: 74px
        }

        .page-header.type4 .brk-header-popup-menu__open-close.is-active~.menu-area {
            visibility: visible;
            opacity: 1
        }

        .page-header.type4 .customer-welcome .customer-menu {
            top: -12px;
            right: 100%
        }

        .page-header.type4 .switcher {
            vertical-align: middle;
            height: 100%;
            text-align: center;
            cursor: pointer;
            white-space: nowrap;
            border-radius: 0;
            border: 0;
            box-shadow: none;
            padding: 0;
            margin: 0;
            margin-left: 30px
        }

        .page-header.type4 .switcher i {
            font-size: 11px
        }

        .page-header.type4 .switcher i:before {
            content: '\f078'
        }

        .page-header.type4 .switcher .brk-switcher__option {
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            transform-origin: 30px 0;
            transition-property: opacity, visibility, \transform;
            transition-duration: .3s;
            z-index: 98;
            position: absolute;
            top: 100%;
            left: -15px;
            width: auto;
            min-width: 100px;
            max-width: 500px;
            height: auto;
            max-height: calc(100vh - 125px);
            padding: 5px 0;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), inset 0 -3px #0b98f6;
            background-color: #fff;
            margin: 0;
            border: 0;
            border-radius: 0;
            overflow: visible
        }

        .page-header.type4 .switcher .brk-switcher__option:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: -8px;
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 9;
            left: 20px
        }

        .page-header.type4 .switcher .brk-switcher__option:after {
            display: none
        }

        .page-header.type4 .switcher .brk-switcher__option>li {
            display: block
        }

        .page-header.type4 .switcher .brk-switcher__option a {
            padding: 0;
            display: block;
            position: relative
        }

        .page-header.type4 .switcher .brk-switcher__option a,
        .page-header.type4 .switcher .brk-switcher__option a:hover,
        .page-header.type4 .switcher .brk-switcher__option a:active,
        .page-header.type4 .switcher .brk-switcher__option a:visited {
            color: #272727
        }

        .page-header.type4 .switcher .brk-switcher__option a:before {
            content: '';
            position: absolute;
            top: 0;
            right: -5px;
            bottom: 0;
            left: -5px;
            background-color: #f3f7ff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
            opacity: 0;
            z-index: -1
        }

        .page-header.type4 .switcher .brk-switcher__option a:hover:before {
            opacity: 1
        }

        .page-header.type4 .switcher:hover .brk-switcher__option {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
            transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
            -webkit-transition-duration: .28s;
            transition-duration: .28s
        }

        .page-header.type4 .brk-switcher__selected {
            font-size: 14px;
            font-weight: 300;
            display: inline-block;
            vertical-align: middle;
            line-height: 72px;
            color: #fff;
            z-index: 100;
            font-family: 'Montserrat', sans-serif
        }

        .page-header.type4 .brk-header__element_label-mob-only .brk-header__element--label {
            display: none
        }

        .page-header.type4 .rg-megamenu.navigation {
            position: static;
            width: 100%;
            max-width: 100%
        }

        .page-header.type4 .rg-megamenu.navigation>ul {
            position: absolute;
            height: auto;
            display: inline-block;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        .page-header.type4 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type4 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type4 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type4 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type4 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type4 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type4 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type4 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type4 .navigation li.level0 {
            margin: 0;
            padding: 16px 0;
            display: block;
            text-align: center
        }

        .page-header.type4 .navigation li.level0>.level-top {
            color: #fff;
            position: relative;
            padding: 0;
            font-size: 56px;
            display: inline-block;
            font-family: Roboto, sans-serif;
            font-weight: 100;
            line-height: 63px;
            opacity: 1 !important
        }

        .page-header.type4 .navigation li.level0>.level-top:before,
        .page-header.type4 .navigation li.level0>.level-top:after {
            content: '';
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background-color: #fff;
            -webkit-transition: width .3s;
            transition: width .3s;
            border: 0
        }

        .page-header.type4 .navigation li.level0>.level-top:before {
            bottom: 0
        }

        .page-header.type4 .navigation li.level0>.level-top:after {
            top: 0
        }

        .page-header.type4 .navigation li.level0>.level-top:hover:before,
        .page-header.type4 .navigation li.level0>.level-top:hover:after {
            width: 100%
        }

        .page-header.type4 .navigation li.level0 .submenu {
            display: none !important
        }

        .page-header.type5.brk-header_scroll:hover {
            top: 0
        }

        .page-header.type5.brk-header_scroll .switcher {
            border: 0
        }

        .page-header.type5.brk-header_scroll .switcher:hover .brk-switcher__option {
            border: 0
        }

        .page-header.type5.brk-header_scroll .brk-info-menu-open {
            border-right: 1px solid rgba(0, 0, 0, 0.2)
        }

        .page-header.type5 .brk-info-menu-open {
            height: 71px;
            width: 71px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            margin-left: -15px;
            margin-right: 10px
        }

        .page-header.type5 .search-area>a {
            line-height: 71px
        }

        .page-header.type5 .brk-switcher__selected {
            line-height: 71px
        }

        .page-header.type5 .switcher {
            vertical-align: middle;
            height: 71px;
            text-align: center;
            cursor: pointer;
            margin: 0 0 0 10px;
            white-space: nowrap;
            border: 0;
            box-shadow: none;
            padding: 0 10px
        }

        .page-header.type5 .switcher i {
            font-size: 11px
        }

        .page-header.type5 .switcher .brk-switcher__option {
            padding: 0 10px;
            margin: 16px 0
        }

        .page-header.type5 .switcher .brk-switcher__option a {
            color: #fff;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            font-weight: 400;
            padding: 0 10px
        }

        .page-header.type5 .switcher .brk-switcher__option a:hover {
            color: #fff
        }

        .page-header.type5 .switcher .brk-switcher__option a:active,
        .page-header.type5 .switcher .brk-switcher__option a:visited {
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type5 .switcher .brk-switcher__option:after {
            font-size: 11px;
            color: #fff;
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type5 .switcher:before {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: #001629;
            height: 71px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type5 .switcher:after {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100vh;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type5 .switcher:hover:before,
        .page-header.type5 .switcher:hover:after {
            opacity: 1;
            visibility: visible
        }

        .page-header.type5 .switcher:hover .brk-switcher__option {
            background-color: transparent
        }

        .page-header.type5 .switcher:hover~.switcher {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .page-header.type5 .customer-welcome .customer-name i {
            margin-left: 8px;
            font-size: 11px
        }

        .page-header.type5 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type5 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: -webkit-inline-box;
            display: inline-flex;
            flex-wrap: wrap
        }

        .page-header.type5 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type5 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type5 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type5 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type5 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type5 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type5 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type5 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type5 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type5 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type5 .navigation li.level0>.level-top {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit
        }

        .page-header.type5 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type5 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type5 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.type6.brk-header_scroll:hover {
            top: 0
        }

        .page-header.type6.brk-header_scroll .switcher {
            border: 0
        }

        .page-header.type6.brk-header_scroll .switcher:hover .brk-switcher__option {
            border: 0
        }

        .page-header.type6 .search-area>a {
            line-height: 71px
        }

        .page-header.type6 .brk-switcher__selected {
            line-height: 71px
        }

        .page-header.type6 .switcher {
            vertical-align: middle;
            height: 71px;
            text-align: center;
            cursor: pointer;
            margin: 0 0 0 10px;
            white-space: nowrap;
            border: 0;
            box-shadow: none;
            padding: 0 10px
        }

        .page-header.type6 .switcher i {
            font-size: 11px
        }

        .page-header.type6 .switcher .brk-switcher__option {
            padding: 0 10px;
            margin: 16px 0
        }

        .page-header.type6 .switcher .brk-switcher__option a {
            color: #fff;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            font-weight: 400;
            padding: 0 10px
        }

        .page-header.type6 .switcher .brk-switcher__option a:hover {
            color: #fff
        }

        .page-header.type6 .switcher .brk-switcher__option a:active,
        .page-header.type6 .switcher .brk-switcher__option a:visited {
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type6 .switcher .brk-switcher__option:after {
            font-size: 11px;
            color: #fff;
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type6 .switcher:before {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: #001629;
            height: 71px;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type6 .switcher:after {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100vh;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type6 .switcher:hover:before,
        .page-header.type6 .switcher:hover:after {
            opacity: 1;
            visibility: visible
        }

        .page-header.type6 .switcher:hover .brk-switcher__option {
            background-color: transparent
        }

        .page-header.type6 .switcher:hover~.switcher {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .page-header.type6 .customer-welcome .customer-name i {
            margin-left: 8px;
            font-size: 11px
        }

        .page-header.type6 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type6 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: -webkit-inline-box;
            display: inline-flex;
            flex-wrap: wrap
        }

        .page-header.type6 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type6 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type6 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type6 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type6 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            width: 80%;
            width: calc(100% - 50px)
        }

        .page-header.type6 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type6 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type6 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type6 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type6 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type6 .navigation li.level0>.level-top {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit
        }

        .page-header.type6 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type6 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type6 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.type7.brk-header_scroll:hover {
            top: 0
        }

        .page-header.type7.brk-header_scroll .switcher {
            border: 0
        }

        .page-header.type7.brk-header_scroll .switcher:hover .brk-switcher__option {
            border: 0
        }

        .page-header.type7.brk-header_scroll .header.content>.header-content {
            background-color: #f0f0f0
        }

        .page-header.type7 .brk-info-menu-open {
            position: absolute;
            left: 30px
        }

        .page-header.type7 .brk-info-menu-open+.nav-sections {
            padding-left: 80px
        }

        .page-header.type7 .header-right-area {
            text-align: right;
            margin-bottom: -100px;
            padding: 0 15px;
            z-index: 1;
            position: relative;
            pointer-events: none
        }

        .page-header.type7 .header-right-area>div {
            pointer-events: all
        }

        .page-header.type7 .header.content {
            padding: 0
        }

        .page-header.type7 .header.content .brk-custom-block {
            height: 100px;
            padding: 29px 0;
            font-size: 13px;
            text-align: center
        }

        .page-header.type7 .brk-header__element--label {
            text-align: left
        }

        .page-header.type7 .nav-area {
            height: 72px;
            padding: 0 15px;
            position: relative
        }

        .page-header.type7 .nav-area>.container {
            position: relative;
            height: inherit
        }

        .page-header.type7 .nav-area>.container>.nav-sections {
            background-color: rgba(255, 255, 255, 0.08)
        }

        .page-header.type7 .custom-block-area {
            height: 100px
        }

        .page-header.type7 .search-area>a {
            line-height: 72px
        }

        .page-header.type7 .brk-switcher__selected {
            line-height: 72px
        }

        .page-header.type7 .switcher {
            vertical-align: middle;
            height: 72px;
            text-align: center;
            cursor: pointer;
            margin: 0 0 0 10px;
            white-space: nowrap;
            border: 0;
            box-shadow: none;
            padding: 0 10px
        }

        .page-header.type7 .switcher i {
            font-size: 11px
        }

        .page-header.type7 .switcher .brk-switcher__option {
            padding: 0 10px;
            margin: 16px 0;
            background: transparent
        }

        .page-header.type7 .switcher .brk-switcher__option a {
            color: #fff;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
            font-weight: 400;
            padding: 0 10px
        }

        .page-header.type7 .switcher .brk-switcher__option a:hover {
            color: #fff
        }

        .page-header.type7 .switcher .brk-switcher__option a:active,
        .page-header.type7 .switcher .brk-switcher__option a:visited {
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type7 .switcher .brk-switcher__option:after {
            font-size: 11px;
            color: #fff;
            color: rgba(255, 255, 255, 0.6)
        }

        .page-header.type7 .switcher:before {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: #001629;
            height: 72px;
            top: 100px;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type7 .switcher:after {
            content: '';
            display: block;
            width: 100vw;
            position: fixed;
            right: 0;
            background-color: rgba(0, 0, 0, 0.3);
            height: 100vh;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            pointer-events: none
        }

        .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover:before,
        .page-header.type7:not(.brk-header_scroll) .switcher:hover:before,
        .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover:after,
        .page-header.type7:not(.brk-header_scroll) .switcher:hover:after {
            opacity: 1;
            visibility: visible
        }

        .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover .brk-switcher__option,
        .page-header.type7:not(.brk-header_scroll) .switcher:hover .brk-switcher__option {
            background-color: transparent
        }

        .page-header.type7.brk-header_scroll:not(.header-hover-delay) .switcher:hover~.switcher,
        .page-header.type7:not(.brk-header_scroll) .switcher:hover~.switcher {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .page-header.type7 .customer-welcome .customer-name i {
            margin-left: 8px;
            font-size: 11px
        }

        .page-header.type7 .rg-megamenu.navigation {
            position: static
        }

        .page-header.type7 .rg-megamenu.navigation>ul {
            position: static;
            height: inherit;
            display: -webkit-inline-box;
            display: inline-flex;
            flex-wrap: wrap
        }

        .page-header.type7 .rg-megamenu.navigation>ul>li>a {
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

        .page-header.type7 .rg-megamenu.navigation>ul>li:hover>a,
        .page-header.type7 .rg-megamenu.navigation>ul>li>a:hover {
            opacity: 1 !important
        }

        .page-header.type7 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: .3
        }

        .page-header.type7 .nav-sections {
            height: 100%;
            background-color: transparent;
            margin: 0
        }

        .page-header.type7 .section-items.nav-sections-items {
            height: inherit
        }

        .page-header.type7 .nav-sections-item-content[id="store.menu"] {
            height: inherit
        }

        .page-header.type7 .navigation {
            margin-left: -3px;
            margin-right: -3px;
            height: inherit
        }

        .page-header.type7 .navigation li.level0 {
            height: inherit;
            margin: 0 13px
        }

        .page-header.type7 .navigation li.level0:hover>.level-top:before {
            width: 100% !important
        }

        .page-header.type7 .navigation li.level0>.level-top {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            line-height: 24px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            text-transform: uppercase;
            position: relative;
            padding: 0 7px;
            height: inherit
        }

        .page-header.type7 .navigation li.level0>.level-top:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 0;
            height: 2px;
            -webkit-transition: width .3s;
            transition: width .3s;
            background-color: rgba(255, 255, 255, 0.35)
        }

        .page-header.type7 .navigation li.level0>.level-top:hover:before {
            width: 100% !important
        }

        .page-header.type7 .navigation li.level0:not(.parent)>.level-top:before {
            display: none
        }

        .page-header.brk-header_scroll .brk-lang,
        .page-header.brk-header_scroll .brk-cur {
            border: 1px solid rgba(205, 205, 205, 0.2);
            box-shadow: none;
            color: #272727
        }

        .page-header.brk-header_scroll .brk-lang:hover .brk-switcher__option,
        .page-header.brk-header_scroll .brk-cur:hover .brk-switcher__option {
            border: 1px solid rgba(205, 205, 205, 0.2)
        }

        .page-header.brk-header_scroll .brk-switcher__selected {
            color: #272727
        }

        .page-header.brk-header_scroll .brk-info-menu-open .brk-lines .brk-center-line,
        .page-header.brk-header_scroll .brk-info-menu-open .brk-lines:before,
        .page-header.brk-header_scroll .brk-info-menu-open .brk-lines:after {
            background: #272727
        }

        .page-header.brk-header_scroll.type1 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type1 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type2 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type2 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type2 .account-links-area>a,
        .page-header.brk-header_scroll.type2 .account-links-area>a:hover,
        .page-header.brk-header_scroll.type2 .account-links-area>a:active,
        .page-header.brk-header_scroll.type2 .account-links-area>a:visited {
            color: #272727
        }

        .page-header.brk-header_scroll.type3 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type3 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type4 .switcher {
            border: 0
        }

        .page-header.brk-header_scroll.type4 .links-area>a,
        .page-header.brk-header_scroll.type4 .links-area>a:hover,
        .page-header.brk-header_scroll.type4 .links-area>a:active,
        .page-header.brk-header_scroll.type4 .links-area>a:visited {
            color: #272727
        }

        .page-header.brk-header_scroll.type5 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type5 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type5 .switcher {
            border: 0
        }

        .page-header.brk-header_scroll.type5 .links-area>a,
        .page-header.brk-header_scroll.type5 .links-area>a:hover,
        .page-header.brk-header_scroll.type5 .links-area>a:active,
        .page-header.brk-header_scroll.type5 .links-area>a:visited {
            color: #272727
        }

        .page-header.brk-header_scroll.type6 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type6 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type6 .switcher {
            border: 0
        }

        .page-header.brk-header_scroll.type6 .links-area>a,
        .page-header.brk-header_scroll.type6 .links-area>a:hover,
        .page-header.brk-header_scroll.type6 .links-area>a:active,
        .page-header.brk-header_scroll.type6 .links-area>a:visited {
            color: #272727
        }

        .page-header.brk-header_scroll.type7 {
            top: -100px
        }

        .page-header.brk-header_scroll.type7:hover {
            top: 0
        }

        .page-header.brk-header_scroll.type7 .navigation li.level0>.level-top {
            color: #272727
        }

        .page-header.brk-header_scroll.type7 .navigation li.level0>.level-top:before {
            background-color: rgba(39, 117, 255, 0.7)
        }

        .page-header.brk-header_scroll.type7 .switcher {
            border: 0
        }

        .page-header.brk-header_scroll.type7 .links-area>a,
        .page-header.brk-header_scroll.type7 .links-area>a:hover,
        .page-header.brk-header_scroll.type7 .links-area>a:active,
        .page-header.brk-header_scroll.type7 .links-area>a:visited {
            color: #272727
        }

        .brk-info-menu-open {
            height: 100%;
            margin: 0 5px;
            width: 30px;
            min-height: 30px
        }

        .brk-info-menu-open.open-active span:before {
            top: 0 !important;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .brk-info-menu-open.open-active span:after {
            bottom: 0 !important;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .brk-info-menu-open__title {
            display: none
        }

        .brk-info-menu-open_skin-1 span {
            width: 12px
        }

        .brk-info-menu-open_skin-1 span:before {
            width: 100%;
            height: 100%;
            top: -4px;
            left: 0
        }

        .brk-info-menu-open_skin-1 span:after {
            width: 100%;
            height: 100%;
            bottom: -4px;
            left: 0
        }

        .brk-info-menu-open_skin-2 span {
            width: 16px
        }

        .brk-info-menu-open_skin-2 span:before {
            width: 100%;
            height: 100%;
            top: -6px;
            left: 0
        }

        .brk-info-menu-open_skin-2 span:after {
            width: 100%;
            height: 100%;
            bottom: -6px;
            left: 0
        }

        .page-wrapper {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
            min-height: 100%;
            position: relative;
            transition: margin .3s ease-out 0s
        }

        .page-wrapper>.breadcrumbs,
        .page-wrapper>.top-container,
        .page-wrapper>.widget {
            box-sizing: border-box;
            width: 100%
        }

        .ie10 .page-wrapper,
        .ie11 .page-wrapper {
            height: 100%
        }

        .my-credit-cards .card-type img {
            display: block
        }

        .products-grid.wishlist .product-item-info:hover .product-item-inner {
            display: block
        }

        .products-grid.wishlist .product-item-tooltip {
            display: inline-block
        }

        .products-grid.wishlist .product-item-actions {
            margin: 10px 0 0
        }

        .products-grid.wishlist .product-item-actions>* {
            display: inline-block;
            margin-bottom: 7px;
            margin-top: 7px
        }

        .products-grid.wishlist .product-item .fieldset {
            display: table
        }

        .products-grid.wishlist .product-item .fieldset .field.qty,
        .products-grid.wishlist .product-item .fieldset .product-item-actions {
            display: table-cell;
            vertical-align: bottom
        }

        .products-grid.wishlist .product-item .fieldset .field.qty {
            padding-right: 10px
        }

        .products-grid.wishlist .product-item .box-tocart .actions-primary {
            margin: 0
        }

        .products-grid.wishlist .product-item .box-tocart .stock {
            margin: 20px 0 0
        }

        .products-grid.wishlist .product-item .tocart {
            width: auto
        }

        .wishlist-index-index .product-item-info {
            width: auto;
            position: relative
        }

        .wishlist-index-index .product-item-inner {
            background: #fff;
            box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
            display: none;
            left: 0;
            margin: 9px 0 0 -1px;
            padding: 0 9px 9px;
            position: absolute;
            right: -1px;
            z-index: 2
        }

        .wishlist-index-index .product-item-inner .comment-box {
            margin-top: -18px
        }

        .rg-megamenu.navigation .level0.parent>.level-top:after {
            content: '';
            opacity: 0;
            position: absolute;
            width: 0;
            height: 0;
            bottom: -1px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            z-index: 98
        }

        .rg-megamenu.navigation .level0.parent:hover>.level-top:after {
            opacity: 1
        }

        .rg-megamenu.navigation>ul {
            position: relative
        }

        .rg-megamenu.navigation>ul:after {
            disaply: table;
            content: '';
            clear: both
        }

        .rg-megamenu.navigation .open-children-toggle {
            display: none
        }

        .rg-megamenu.navigation span.cat-label {
            position: absolute;
            text-transform: uppercase;
            font: inherit;
            font-size: 9px;
            padding: 2px;
            line-height: 1;
            color: #fff
        }

        .rg-megamenu.navigation span.cat-label:before {
            content: "";
            position: absolute;
            width: 3px;
            height: 3px;
            border: 3px solid transparent
        }

        .rg-megamenu.navigation span.cat-label.cat-label-label1 {
            background-color: #0cc485
        }

        .rg-megamenu.navigation span.cat-label.cat-label-label2 {
            background-color: #eb2771
        }

        .rg-megamenu.navigation span.cat-label.cat-label-label3 {
            background-color: #0ae3eb
        }

        .rg-megamenu.navigation a:hover>span>span.cat-label {
            text-decoration: none
        }

        .rg-megamenu.navigation li {
            margin: 0
        }

        .rg-megamenu.navigation li>a>span {
            position: relative
        }

        .rg-megamenu.navigation li.level0>.level-top {
            transition-delay: 0s !important
        }

        .rg-megamenu.navigation li.level0>a>span.cat-label {
            top: -13px;
            right: 14px
        }

        .rg-megamenu.navigation li.level0>a>span.cat-label:before {
            left: 3px;
            bottom: -6px
        }

        .rg-megamenu.navigation li.level0>a>span.cat-label.cat-label-label1:before {
            border-top-color: #0cc485
        }

        .rg-megamenu.navigation li.level0>a>span.cat-label.cat-label-label2:before {
            border-top-color: #eb2771
        }

        .rg-megamenu.navigation li.level0>a>span.cat-label.cat-label-label3:before {
            border-top-color: #0ae3eb
        }

        .rg-megamenu.navigation li .subchildmenu li>a>span>span.cat-label {
            top: 3px;
            right: -35px
        }

        .rg-megamenu.navigation li .subchildmenu li>a>span>span.cat-label:before {
            left: -6px;
            bottom: 3px
        }

        .rg-megamenu.navigation li .subchildmenu li>a>span>span.cat-label.cat-label-label1:before {
            border-right-color: #0cc485
        }

        .rg-megamenu.navigation li .subchildmenu li>a>span>span.cat-label.cat-label-label2:before {
            border-right-color: #eb2771
        }

        .rg-megamenu.navigation li .subchildmenu li>a>span>span.cat-label.cat-label-label3:before {
            border-right-color: #0ae3eb
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns>li {
            float: left;
            padding: 0
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns1>li {
            float: none
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns2>li {
            width: 50%
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns2>li:nth-child(2n+1) {
            clear: both
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns3>li {
            width: 33.33%
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns3>li:nth-child(3n+1) {
            clear: both
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns4>li {
            width: 25%
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns4>li:nth-child(4n+1) {
            clear: both
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns5>li {
            width: 20%
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns5>li:nth-child(5n+1) {
            clear: both
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns6>li {
            width: 16.66%
        }

        .rg-megamenu.navigation .subchildmenu.mega-columns.columns6>li:nth-child(6n+1) {
            clear: both
        }

        .rg-megamenu.navigation li.level0 {
            transition-delay: 0s;
            transition: .2s opacity
        }

        .rg-megamenu.navigation li.level0.fl-left {
            float: left
        }

        .rg-megamenu.navigation li.level0.fl-right {
            float: right
        }

        .rg-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
            left: auto;
            right: 0
        }

        .rg-megamenu.navigation li.level0 .submenu {
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: .2s opacity;
            color: #636363;
            border-color: #e1e1e1;
            box-shadow: none;
            margin-top: 10px !important;
            padding: 5px 0
        }

        .rg-megamenu.navigation li.level0 .submenu:before {
            content: '';
            display: block;
            width: 100%;
            height: 20px;
            position: absolute;
            top: -20px;
            left: 0
        }

        .rg-megamenu.navigation li.level0 .submenu>ul {
            margin-top: 0
        }

        .rg-megamenu.navigation li.level0 .submenu>ul:before,
        .rg-megamenu.navigation li.level0 .submenu>ul:after {
            display: none
        }

        .rg-megamenu.navigation li.level0 .submenu a {
            color: #272727;
            line-height: 21px;
            padding: 14px 26px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 400;
            position: relative;
            z-index: 1
        }

        .rg-megamenu.navigation li.level0 .submenu a:hover {
            background-color: transparent
        }

        .rg-megamenu.navigation li.level0 .submenu a:before {
            content: '';
            position: absolute;
            top: 0;
            right: -5px;
            bottom: 0;
            left: -5px;
            background-color: #f3f7ff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
            opacity: 0;
            z-index: -1
        }

        .rg-megamenu.navigation li.level0 .submenu li:hover>a:before {
            opacity: 1
        }

        .rg-megamenu.navigation li.level0 .submenu li.parent>a:after {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            top: calc(50% - 12px);
            right: 21px;
            font-size: 16px;
            z-index: 1;
            color: #b6b6b6;
            font-weight: 900;
            position: absolute
        }

        .rg-megamenu.navigation li.level0 .submenu li.parent:hover>a:after {
            color: #2775ff
        }

        .rg-megamenu.navigation li.level0.parent>.submenu.popup-left {
            left: auto;
            right: 0
        }

        .rg-megamenu.navigation li.level0 .row {
            margin-left: -5px;
            margin-right: -5px
        }

        .rg-megamenu.navigation li.level0 .col-sm-1,
        .rg-megamenu.navigation li.level0 .col-sm-2,
        .rg-megamenu.navigation li.level0 .col-sm-3,
        .rg-megamenu.navigation li.level0 .col-sm-4,
        .rg-megamenu.navigation li.level0 .col-sm-5,
        .rg-megamenu.navigation li.level0 .col-sm-6,
        .rg-megamenu.navigation li.level0 .col-sm-7,
        .rg-megamenu.navigation li.level0 .col-sm-8,
        .rg-megamenu.navigation li.level0 .col-sm-9,
        .rg-megamenu.navigation li.level0 .col-sm-10,
        .rg-megamenu.navigation li.level0 .col-sm-11,
        .rg-megamenu.navigation li.level0 .col-sm-12 {
            padding-left: 5px;
            padding-right: 5px
        }

        .rg-megamenu.navigation li.level0.fullwidth {
            position: static
        }

        .rg-megamenu.navigation li.level0.fullwidth>.submenu {
            width: 100%
        }

        .rg-megamenu.navigation li.level0.fullwidth>.submenu,
        .rg-megamenu.navigation li.level0.staticwidth>.submenu {
            padding: 0;
            left: 0;
            border: 0;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
            border-bottom: 3px solid #0b98f6
        }

        .rg-megamenu.navigation li.level0.fullwidth>.submenu>.container,
        .rg-megamenu.navigation li.level0.staticwidth>.submenu>.container {
            padding: 0
        }

        .rg-megamenu.navigation li.level0.fullwidth:hover>.submenu,
        .rg-megamenu.navigation li.level0.staticwidth:hover>.submenu {
            visibility: visible;
            opacity: 1
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.parent>a:after,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.parent>a:after {
            display: none
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
            height: 76px;
            font-size: 21px;
            line-height: 76px;
            font-weight: 700;
            padding: 0 15px 0 30px;
            position: relative;
            border-bottom: 2px solid #7400ba;
            text-transform: uppercase
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>a:before,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>a:before {
            content: '';
            position: absolute;
            top: auto;
            bottom: -30px;
            left: 0;
            width: 100%;
            height: 30px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(transparent));
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, transparent 100%);
            box-shadow: none;
            opacity: 1
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>a>span,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>a>span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a {
            font-family: 'Montserrat', sans-serif;
            color: #222
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a:hover {
            text-decoration: none
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 a:hover>span,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 a:hover>span {
            text-decoration: none
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
            padding-left: 10px
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>.menu-thumb-img,
        .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>.menu-thumb-img {
            margin: 10px 0 -5px
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
            padding: 20px 0 60px;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            margin-left: -1px
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li {
            margin: 0
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a {
            line-height: 28px;
            padding: 10px 0 10px 30px
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu>li:first-child>.subchildmenu,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu>li:first-child>.subchildmenu {
            border-left: 0;
            margin-left: 0
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu>li:last-child>.subchildmenu,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu>li:last-child>.subchildmenu {
            border-right: 0
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu a {
            padding: 8px 5px;
            line-height: 1;
            font-size: 14px;
            font-weight: 400;
            color: #636363
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu a:hover {
            background: none
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu a:hover>span,
        .rg-megamenu.navigation li.level0.staticwidth .submenu a:hover>span {
            text-decoration: underline
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
            display: inline
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
            text-decoration: underline
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
            background-color: #08c;
            color: #fff
        }

        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
        .rg-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
            background-color: #08c;
            color: #fff;
            text-decoration: none;
            opacity: 0.8
        }

        .rg-megamenu.navigation li.level0.classic .submenu>.row {
            margin: 0
        }

        .rg-megamenu.navigation li.level0.classic .subchildmenu {
            min-width: 230px
        }

        .rg-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
            visibility: hidden;
            opacity: 0;
            transition: .2s opacity;
            padding: 5px 0;
            position: absolute;
            left: 0;
            top: -6px;
            background: #fff;
            border: 1px solid #e1e1e1;
            z-index: 1
        }

        .rg-megamenu.navigation li.level0.classic .subchildmenu>li:hover>.subchildmenu {
            visibility: visible;
            opacity: 1
        }

        .rg-megamenu.navigation li.level0.classic li.parent>.subchildmenu.popup-left {
            left: auto;
            right: 100%
        }

        .rg-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
            left: auto;
            right: 100%
        }

        .rg-megamenu.navigation li.level0.classic:hover>.submenu {
            visibility: visible;
            opacity: 1
        }

        .rg-megamenu.navigation li.level0.classic li:hover>.submenu {
            visibility: visible;
            opacity: 1
        }

        .rg-megamenu.navigation li.level0.classic .submenu,
        .rg-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
            left: 0;
            border: 0;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
            border-bottom: 3px solid #0b98f6
        }

        .rg-megamenu.navigation li.level0.staticwidth .submenu {
            left: 0
        }

        .menu-type-2 .rg-megamenu.navigation li.level0 .submenu {
            padding: 10px 0
        }

        .menu-type-2 .rg-megamenu.navigation li.level0 .submenu a {
            font-size: 12px;
            line-height: 21px;
            padding: 7px 28px
        }

        .menu-type-2 .rg-megamenu.navigation li.level0 .submenu a:before {
            width: 2px;
            left: 0;
            right: auto;
            background: #0b98f6
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu {
            left: 15px;
            right: 15px;
            width: auto
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu {
            padding: 0
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu a,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu a {
            font-size: 12px
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>a,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>a {
            height: auto;
            font-size: 12px;
            line-height: 24px;
            padding: 23px 0 10px 31px;
            border-bottom: 0;
            border-left: 1px solid #ebebeb;
            border-right: 1px solid #ebebeb;
            margin-left: -1px
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1>a:before,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1>a:before {
            display: none
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1:first-child>a,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1:first-child>a {
            border-left: 0;
            margin-left: 0
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu li.level1:last-child>a,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu li.level1:last-child>a {
            border-right: 0
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
            padding: 10px 0 35px
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a {
            line-height: 21px;
            padding: 7px 0 7px 30px
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a:hover,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a:hover {
            color: #0b98f6
        }

        .menu-type-2 .rg-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu a:before,
        .menu-type-2 .rg-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu a:before {
            width: 2px;
            left: 0;
            right: auto;
            background: #0b98f6
        }

        .page-header .menu-type-2 .rg-megamenu.navigation>ul:hover>li>a {
            opacity: 1
        }

        .page-header .menu-type-2 .rg-megamenu.navigation li.level0>.level-top:before {
            width: 0 !important;
            content: '';
            position: absolute;
            left: auto;
            right: -3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 0;
            opacity: .5;
            -webkit-transition: width .3s;
            transition: width .3s;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 3px solid #fff;
            background-color: transparent
        }

        .page-header .menu-type-2 .rg-megamenu.navigation li.level0:hover>.level-top:before {
            opacity: 1 !important;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            top: -webkit-calc(48%);
            top: calc(48%)
        }

        .page-header.brk-header_scroll .menu-type-2 .rg-megamenu.navigation li.level0>.level-top:before {
            border-top-color: #272727
        }

        .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
        .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
        .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
        .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
        .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
        .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
        .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
        .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
            max-width: 100%;
            width: 100%;
            margin: 0 auto
        }

        .block.widget .products-grid .product-item {
            width: 33.33333333%
        }

        .sidebar .block.widget .products-grid .product-item {
            margin-left: 0;
            width: 100%
        }

        .sidebar .block.widget .products-grid .product-item .actions-secondary {
            display: block;
            padding: 10px 0
        }

        .page-layout-1column .block.widget .products-grid .product-item {
            width: 25%
        }

        .page-layout-3columns .block.widget .products-grid .product-item {
            width: 50%
        }

        .sidebar .block.widget .pager .pages-item-next {
            padding: 0
        }

        .sidebar .block.widget .pager .pages-item-next .action {
            margin: 0
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-six .pagination {
            height: 48px;
            border-radius: 24px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers {
            font-size: 13px;
            line-height: 48px;
            padding: 0 8px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {

        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.prev,
        .products.wrapper~.toolbar .pages.brk-pagination-six .page-numbers.next {
            width: 34px;
            height: 34px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-eight .nav-links {
            height: 38px;
            border-radius: 19px;
            padding: 0 38px;
            margin: 0;
            font-weight: normal
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers {
            font-size: 13px;
            line-height: 36px;
            padding: 0 10px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers:after {
            width: 28px;
            height: 28px;
            box-shadow: none
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {

        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev,
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            width: 34px;
            height: 34px;
            line-height: 32px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.prev {
            left: 1px
        }
    }

    @media all and (min-width:992px) and (max-width:575px),
    print and (max-width:575px) {
        .products.wrapper~.toolbar .pages.brk-pagination-eight .page-numbers.next {
            right: 1px
        }
    }

    @media all and (min-width:1230px),
    print {

        .navigation,
        .breadcrumbs,
        .page-header .header.panel,
        .header.content,
        .footer.content,
        .page-wrapper>.widget,
        .page-wrapper>.page-bottom,
        .block.category.event,
        .top-container,
        .page-main {
            max-width: 1200px
        }

        .page-layout-2columns-right .column.main,
        .page-layout-2columns-left .column.main {
            width: 75%
        }

        .page-layout-2columns-right .sidebar-main,
        .page-layout-2columns-left .sidebar-main,
        .page-layout-2columns-right .sidebar-additional,
        .page-layout-2columns-left .sidebar-additional {
            width: 25%
        }

        .box-tocart .paypal:first-of-type {
            margin-top: 13px
        }

        .fullwidth-row {
            width: 100vw;
            margin-left: calc(585px - 50vw)
        }

        .checkout-index-index .modal-popup .modal-inner-wrap {
            margin-left: -400px;
            width: 800px;
            left: 50%
        }

        .opc-wrapper .shipping-address-item {
            width: 33.33333333%
        }

        .opc-wrapper .shipping-address-item:before {
            background: #ccc;
            height: calc(100% - 20px);
            content: '';
            left: 0;
            position: absolute;
            top: 0;
            width: 1px
        }

        .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
            display: none
        }

        .opc-wrapper .shipping-address-item.selected-item:before {
            display: none
        }

        .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
            display: none
        }

        .table-checkout-shipping-method {
            min-width: 500px
        }

        .wishlist-index-index .products-grid .product-items {
            margin: 0
        }

        .wishlist-index-index .products-grid .product-item {
            margin-bottom: 20px;
            margin-left: calc((100% - 4 * 24.439%) / 3);
            padding: 0;
            width: 24.439%
        }

        .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
            margin-left: 0
        }

        .block.widget .products-grid .product-item {
            width: 20%
        }

        .page-layout-1column .block.widget .products-grid .product-item {
            margin-left: calc((100% - 5 * (100%/6)) / 4);
            width: 16.66666667%
        }

        .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
            margin-left: calc((100% - 5 * (100%/6)) / 4)
        }

        .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
            margin-left: 0
        }

        .page-layout-3columns .block.widget .products-grid .product-item {
            width: 25%
        }

        .block.widget .products-grid .product-items {
            margin: 0
        }

        .block.widget .products-grid .product-item {
            margin-left: calc((100% - 4 * 24.439%) / 3);
            padding: 0;
            width: 24.439%
        }

        .block.widget .products-grid .product-item:nth-child(4n + 1) {
            margin-left: 0
        }
    }

    @media all and (min-width:1440px),
    print {
        .sidebar .product-items .product-item-info .product-item-photo {
            float: none;
            left: 0;
            margin: 0;
            position: absolute;
            top: 0
        }

        .sidebar .product-items .product-item-details {
            margin-left: 85px
        }

        .page-header.type1 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .page-header.type2 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .page-header.type3 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .page-header.type5 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .page-header.type6 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .page-header.type6 .header.content .brk-custom-block {
            display: inline-block
        }

        .page-header.type7 .navigation li.level0>.level-top {
            font-size: 14px
        }

        .brk-call-us__number {
            display: block
        }

        .brk-call-us__link {
            position: absolute
        }
    }










*/
/*23 Nov 2022*/
@media only screen and (max-width: 991px){
.page-header.type3 .header.panel .links-area .minicart-wrapper {
    position: absolute;
    right: 42px;
    top: 10px;
    z-index: 99;
    height: 50px;
}
.page-header.type3 .header.panel>.links-area {
    display: inline-block !important;
}
.page-header.type3 .header.panel {
    display: block !important;
    margin: 0;
    padding: 0 !important;
    height: 0 !important;
    position: static;
    overflow: visible;
}
}


.catalog-category-view .product-item .flip-box.type2 .flip__back .product-item-inner .tocart {
    margin-bottom: 5px;
}

.catalog-category-view .product-item .flip-box.type2 .flip__back .flip-box__split-info {
    padding-bottom: 10px;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .buynow-button, .catalog-product-view .product-info-main .product-add-form .box-tocart .buynow-button {
    display: none;
}


body{ margin:0; font-family:'Open Sans', sans-serif;}

.clear{ clear:both;}

.main_block{ width:100%;}

.inner_container{ margin: 0 auto; max-width: 1152px; padding: 0px 15px;}

.map_container{ width:100%}

.map_container .page_title { padding:30px 0;}

.map_container .page_title h1{ text-align:center; color: #333; font-size: 24px;
font-weight:700; text-transform:uppercase;}

.map_container .page_title h1 span{ color:#1979c3;}

.map_container .map_block{ width:100%; text-align:center; margin-bottom:30px;}

.map_container .map_block img{ max-width:100%;}

/*contact_container*/

.main_block .contact_container{ margin:0;}

.main_block .contact_container ul{ margin:0; padding:0; list-style:none;}

.main_block .contact_container ul li{ float:left; width:310px; margin:0 23px 0 0; background-color:#f2f2f2;
padding:20px; text-align:center; border-radius:3px;}

.main_block .contact_container ul .last{ margin-right:0; display: none;}

.main_block .contact_container ul .divider{ width:1px; height:60px; padding:0; margin-top:32px;
 background-color:#f2f2f2;border-radius:0px;}

.main_block .contact_container ul li h3{ font-size:18px; font-weight:600; color:#1979c3; margin:0;
padding-bottom:10px;}

.main_block .contact_container ul li p{ color: #333; font-size:14px; font-weight: normal;
line-height:24px; margin:0;}

.main_block .contact_container ul li p a{color: #333; text-decoration:none;}

.main_block .contact_container ul li p a:hover{ color:#1979c3;}

/*form block*/
    
.main_block .form_block{ background-color:#f2f2f2; padding:30px; margin-top:50px;}

.main_block .form_block .input_outer{ width:360px; margin:0 35px 30px 0; float:left;}

.main_block .form_block .last{ margin-right:0;}

.main_block .form_block .input_outer .input{ width:100%; background-color:#FFF; border:solid 1px #e7e7e7;
padding:15px 0; text-indent:15px;font-size:14px;color: #333;}

.main_block .form_block .textarea_input{ width:100%; background-color:#FFF; border:solid 1px #e7e7e7;
padding:20px 15px;font-size:14px;color: #333;
font-family:'Open Sans', sans-serif; line-height:24px; box-sizing:border-box;}

/*captcha_container*/

.main_block .form_block .captcha_container{ float: right; margin-top:40px;}

.main_block .form_block .captcha_container .button { float:right; padding:0px; margin:0px;}

.main_block .form_block .captcha_container
.button { border: 1px solid #e7e7e7; background:#1979c3;
 box-sizing: border-box; color: #fff; font-size: 15px; font-weight: 600; padding: 15px 27px 13px 27px;
 cursor:pointer; font-family:'Open Sans', sans-serif;}

.main_block .form_block .captcha_container .button:hover{ background:#484848 none repeat scroll 0 0;
 color: #fff;}

.main_block .form_block .captcha_container .Submit_input{ float:right;}

.main_block .form_block .captcha_container .Submit_input .input {   border: 1px solid #e7e7e7; color: #5a5a5a;
 font-size: 15px; padding: 15px 0; width:100px;
 margin:0px 15px 0 0; text-align:center; text-indent:0; background-color:#fff;}

.main_block .form_block .captcha_container .captcha { float:right; margin:0px 15px 0 0; width:160px;}

.main_block .form_block .captcha_container .captcha img{ border: 1px solid #e7e7e7; max-width:100%;}



/*responsive*/

@media (min-width: 200px) and (max-width: 650px) {
.map_container .page_title { padding: 10px 0;}
.map_container .page_title h1 { font-size: 18px;}
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: auto; margin-bottom:30px; float:none; margin-right:0;}
.main_block .contact_container ul .divider { display:none;}
.main_block .form_block { padding: 25px 0; margin-top:1px;}
.main_block .form_block .input_outer { width: 100%;}
}
@media (min-width: 650px) and (max-width: 1200px) {
.main_block .contact_container ul{ text-align:center;}
.main_block .contact_container ul li {width: 29%; margin-right:5px; padding:20px 10px; min-height:130px; float:none;
display:inline-block; vertical-align:top;}
.main_block .contact_container ul .divider { display:none;}
.main_block .contact_container ul li h3 { font-size: 17px; font-weight: 400;}
.main_block .form_block { padding: 10px 0px;}
.main_block .contact_container ul li p{ font-size:13px;}
}
@media (min-width: 650px) and (max-width: 850px){
.main_block .form_block .input_outer { width: 32%; margin:0 12px 10px 0;}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 850px) and (max-width: 1150px){
.main_block .form_block .input_outer { width: 32%; margin:0 16px 10px 0;}
.main_block .form_block .last { margin-right:0;}
}
@media (min-width: 1150px) and (max-width: 1240px){
.main_block .form_block .input_outer { width: 32%; margin:0 20px 10px 0;}
.main_block .form_block .last { margin-right:0;}
}



@media (min-width: 200px) and (max-width: 550px){
.main_block .form_block .captcha_container .button { font-size: 12px; font-weight: 400; padding: 6px 7px;
text-transform:none;}
.main_block .form_block .captcha_container .Submit_input .input {margin: 0 5px 0 0; width: 60px; padding:6px 0;}
.main_block .form_block .captcha_container .captcha { margin: 0 8px 0 0; width: 100px;}
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 1000px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}

.weltpixel-quickview-catalog-product-view .brk-products-tabs {
  display: none !important;
}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Redgiant/berserk/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Redgiant/berserk/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
#dailydealproduct .product-item-info
{
    width:258px;
}
#dailydealproduct li
{
    width:24.667%;
}
/* Contdonwn */

.rg-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.rg-dailydeal {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 9px 10px 11px;
    text-align: center;
}

.rg-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.rg-dailydeal p {
    margin: 0;
}

.rg-dailydeal .line {
    display: none;
}

.rg-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px;
}

.rg-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .rg-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .rg-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .rg-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .rg-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .rg-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .rg-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .rg-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.post-content-wrapper {
    display: flex;
    position: relative;
}

.brs-post__date {
    text-transform: uppercase;
    margin-right: 14px;
    color: rgba(27,27,27,.4);
    background: transparent;
}

.brs-post__date-icon {
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
    left: 1px;
    vertical-align: middle;
}

.brk-dark-font-color {
    color: #9f9f9f!important;
}

.brs-post__comments {
    color: rgba(27,27,27,.4);
    background: transparent;
    text-transform: uppercase;
}

.brs-post__comments-icon {
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
    left: 1px;
    vertical-align: middle;
}

.brs-post_simple {
    position: relative;
    display: -webkit-box;
    display: flex;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.brs-post_simple .brs-post__title {
    margin-bottom: 18px;
    margin-top: 5px;
    color: #272727;
}

.brs-post_simple .brs-post__paragraph {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 19px;
    color: #9f9f9f;
}

.brs-post_simple .brs-post__img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.brs-post_quote .brs-post__link:hover .brs-post__link-icon, .brs-post_simple .brs-post__more {
    color: #2775ff;
}

.post-content-wrapper.style .featured {
    min-height: 260px;
    width: -webkit-calc(40% + 2px);
    width: calc(40% + 2px);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.brs-post_simple .brs-post__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 29px 45px 10px 50px;
}

.brs-post_simple .brs-post__img-container {
    min-height: 260px;
    width: -webkit-calc(40% + 2px);
    width: calc(40% + 2px);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}


.brs-post_slider {
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.brs-post_slider * {
    outline: 0;
}

.brs-post_slider .brs-post__body {
    position: relative;
    height: 380px;
}

.brs-post_slider .brs-post__slider-container {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.brs-post_slider .brs-post__info-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 120px;
    z-index: 1;
}

.brs-post_slider .brs-post__comments, .brs-post_slider .brs-post__date {
    color: #a4a4a4;
}

.brs-post_simple .brs-post__comments, .brs-post_simple .brs-post__date {
    color: rgba(27,27,27,.4);
}

.brs-post_video .brs-post__comments, .brs-post_video .brs-post__date {
    color: rgba(27,27,27,.4);
}


.brs-post_slider .brs-post__title {
    margin-bottom: 27px;
    margin-top: 5px;
    margin-left: 1px;
    color: #fff;
}

.brs-post_slider .brs-post__description {
    padding: 32px 50px 40px 45px;
    background-color: #fff;
}

.brs-post_slider .brs-post__description__paragraph {
    color: #9f9f9f;
}

.brs-post_slider .brs-post__slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.brs-post_slider .brs-post__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    min-height: 380px;
    
}

.brs-post_slider .owl-nav {
    font-size: 44px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 4px transparent;
}

.brs-post_slider .owl-prev , .brs-post_slider .owl-next  {
    position: absolute;
    padding: 10px;
    top: 299px;
    right: 59px;
    box-shadow: none;
    font-weight: 600!important;
    outline: none;
}

.brs-post_slider .owl-next {
    right: 22px;
}

.brs-post_map, .brs-post_video {
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.brs-post_video .brs-post__video-container {
    padding-top: 55.25%!important;
    position: relative;
}

.brs-post_video .brs-post__about {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 28px 10px 18px 41px;
}

.brs-post_video .brs-post__information {
    display: -webkit-box;
    display: flex;
}

.brs-post_video .brs-post__title {
    margin-bottom: 18px;
    margin-top: 5px;
    padding-right: 130px;
    color: #272727;
}

.brs-post_video .brs-post__more {
    position: absolute;
    right: 41px;
    top: 49px;
    color: #2775ff;
}

.brs-post_video .brs-post__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brs-post_quote {
    position: relative;
}

.brs-post_quote .brs-post__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    border: 0;
}


.brs-post_quote .brs-post__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    padding: 30px 35px 31px 40px;
    background-color: rgba(39,39,39,.9);
}

.brs-post_quote .brs-post__information {
    display: -webkit-box;
    display: flex;
    margin-bottom: 24px;
}

.brs-post_quote .brs-post__comments, .brs-post_quote .brs-post__date {
    color: #9e9e9e;
}

.brs-post_quote .brs-post__paragraph {
    color: #fff;
    margin-bottom: 28px;
}

.brs-post_quote .brs-post__more {
    display: inline-block;
    color: #a4a4a4;
}

.brk-base-bg-gradient-0deg-a {
    background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(30%,rgba(15, 90, 224,.92)),color-stop(70%,rgba(114, 2 , 187,.92)));
    background-image: linear-gradient(0, rgba(15, 90, 224,.92) 30%, rgba(114, 2 , 187,.92) 70%);
}

.brs-post_quote .brs-post__link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.brs-post_quote .brs-post__link-icon {
    color: #fff;
    font-size: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s ease color;
    transition: .3s ease color;
    font-weight: 600;
}

.brk-hosted-video {
    position: relative;
    z-index: 8;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.brk-hosted-video__before, .brk-hosted-video_inner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.brk-hosted-video__before {
    height: 100%;
    z-index: 1;
}

.brk-hosted-video::before {
    content: "";
    display: block;
    padding-top: 55.25%;
}


.brk-hosted-video__body, .brk-hosted-video__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brk-hosted-video__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.brk-hosted-video__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 26px 40px 35px 41px;
    z-index: 1;
}


.brk-hosted-video__body,
.brk-hosted-video__description {
    display: -webkit-box;
    display: flex;
}

.icon__btn-lg, .icon__btn-xl {
    font-size: 21px;
    width: 68px;
    height: 68px;
}

.brk-hosted-video__btn {
    margin: auto!important;
    cursor: pointer;
    font-size: 16px!important;
}

.icon__btn_reverse {
    color: #2775ff!important;
    background: #fff!important;
}

.icon__btn_reverse .after, .icon__btn_reverse .before {
    background-color: #fff!important;
}


.brk-hosted-video__body, .brk-hosted-video__description {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
}

.brk-hosted-video__video-container {
    display: none;
    width: 75%;
    height: auto;
    padding: 0!important;
}

.brk-base-bg-gradient-50deg-opacity-28 {
    background-image: linear-gradient(40deg,rgba(15, 90, 224,.9) 0%,rgba(114, 2, 187,.3) 75%,rgba(114, 2, 187,.3) 100%);
}

.brk-hosted-video__body, .brk-hosted-video__description {
    display: -webkit-box;
    display: flex;
}

.brk-hosted-video__about {
    width: auto;
    max-width: 50%;
    flex-shrink: 0;
    margin-right: 63px;
}

.brk-hosted-video__paragraph {
    max-height: 80px;
    overflow: hidden;
    color: #fff;
    margin-top: 3px;
}

.brk-hosted-video__title {
    margin-top: 5px;
    margin-left: 1px;
    color: #fff;
}

.brk-hosted-video__title > a {
    color: inherit!important;
}

.brk-map {
    position: relative;
    will-change: height;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    background-color: #fff;
}

.brk-map:after, .brk-map:before {
    content: '';
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.brk-map:before {
    right: 0;
    bottom: 0;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 96;
}


.brk-map.lazyloaded:after, .brk-map.lazyloaded:before {
    opacity: 0;
    visibility: hidden;
}

.brk-map__section {
    overflow: hidden;
    width: 100%;
    max-height: 100%;
}

.brk-map__infoicon {
    position: absolute;
    z-index: 99;
}

.brk-map__infoicon > h4 {
    margin: 0;
    padding: 0;
}

.brk-map__canvas {
    width: 100%;
    height: 100%;
}



.brk-map__infoicon_layout-one:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2775ff;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(39, 117, 255,.94)),to(rgba(116, 0, 186,.94)));
    background-image: linear-gradient(to right,rgba(39, 117, 255, 0.94),rgba(116, 0, 186, 0.94));
}

.brk-map__infoicon_layout-one .btn>.before {
    padding-top: 12px;
}

.brk-map__infoicon_layout-one {
    top: -webkit-calc(50% + 14px);
    top: calc(50% + 14px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 350px;
    min-height: 340px;
    box-shadow: 0 6px 30px rgba(0,0,0,.12);
    padding-top: 106px;
    background-color: #fff;
}

.brk-map__infoicon_layout-one .marker {
    position: absolute;
    top: 5px;
    left: 50%;
    /* -webkit-transform: translateX(-50%); */
    transform: translateX(-50%);
    display: inline-block;
}

.brk-map__infoicon--text {
    position: relative;
    z-index: 3;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text {
    max-width: 230px;
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    padding-top: 15px;
}

.brk-map__infoicon_layout-one .btn {
    width: 216px;
    height: 48px;
    padding: 11px 12px;
    margin: 22px 0 0;
    box-shadow: 0 5px 16px #69adff;
    font-size: 16px;
}

.brk-map:after, .brk-map:before {
    content: '';
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.brk-map:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 87px;
    height: 87px;
    background: url(../../frontend/Redgiant/berserk/en_GB/Magefan_Blog/images/preloader.gif) no-repeat center center;
    background-size: 100%;
    z-index: 97;
}
.brs-post_map .brs-post__body {
    display: -webkit-box;
    display: flex;
}

.brs-post_map .brs-post__about {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 45%;
    flex-shrink: 0;
    padding: 42px 10px 49px 50px;
}

.brs-post_map .brs-post__title {
    margin-top: 8px;
}

.brs-post_map .brs-post__description {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 36px 43px 11px 9px;
}

.brs-post_map .brs-post__paragraph {
    max-height: 80px;
    overflow: hidden;
    color: #9f9f9f;
}

.brs-post_map .brs-post__more {
    margin-top: 5px;
    margin-left: -1px;
    color: #0b98f6;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text li {
    padding: 6px 0;
    margin: 0;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text i {
    margin-right: 5px;
    vertical-align: top;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text a {
    display: inline-block;
    padding: 0 4px;
    letter-spacing: .02em;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text span {
    display: inline-block;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text ul, .brk-map__opener_classic .brk-map__second i.fa-map-marker {
    color: #2775ff;
}

.brk-hosted-video__date {
    text-transform: uppercase;
    margin-right: 14px;
}

.brk-hosted-video__comments-icon, .brk-hosted-video__date-icon {
    bottom: 1px;
}
.brk-hosted-video__date-icon {
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    left: 1px;
}

.brk-hosted-video__comments i, .brk-hosted-video__date i {
    vertical-align: middle;
}

.brk-hosted-video__comments-icon {
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    left: 1px;
}

.brk-hosted-video__comments {
    text-transform: uppercase;
}

.brs-post_sticky {
    position: -webkit-sticky;
    position: sticky;
    /* top: 25px; */
    z-index: 98;
    background-color: #fff;
    box-shadow: 0 6px 26px rgba(0,0,0,.56);
}

.mb-60 {
    margin-bottom: 60px!important;
}

.blog-index-index .columns .column.main {
    position: relative;
}

.blog-index-index .columns .column.main:before {
    position: absolute;
    content: "";
    display: block;
    right: -15px;
    top: 0;
    height: 100%;
    border-right: 1px solid #ebebeb;
}


.brs-post_mini-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;

    box-shadow: inset 0 -2px 0 #2775ff;
    
}
.block-content .owl-carousel.owl-drag .owl-item {
    box-shadow: 0 6px 15px rgba(0,0,0,.16);
}

.brs-post_mini-vertical .brs-post__img-container {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: block;
}

.brs-post_mini-vertical .brs-post__about {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 18px 25px 25px 27px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.brs-post_mini-vertical .brs-post__date {
    color: #0b98f6;
}

.brs-post_mini-vertical .brs-post__date {
    text-transform: none;
    margin-right: 0;
    line-height: 24px;
}

.brs-post_mini-vertical .brs-post__date  span {
    vertical-align: top;
}

.brs-post__date-icon {
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    bottom: 2px;
    left: 1px;
    vertical-align: middle;
}

.brs-post_mini-vertical .brs-post__date-icon {
    margin-right: 2px;
    top: -6px;
}

.brs-post_mini-vertical .brs-post__title {
    color: #1a1b1b;
}

.brs-post_mini-vertical .brs-post__title {
    margin-top: -1px;
    margin-bottom: 0;
}

.brs-post_mini-vertical .brs-post__link {
    position: absolute;
    padding: 10px;
    top: 21px;
    right: 20px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease background-color;
    transition: .3s ease background-color;
}

.brs-post_mini-vertical .brs-post__link-icon {
    font-size: 18px;
    -webkit-transition: .3s ease color;
    transition: .3s ease color;

}

.brs-carousel_news .brs-carousel__dots-circled li.slick-active, .brs-post_mini-vertical .brs-post__link:hover {
    background-color: #2775ff;
}

.brs-post_mini-vertical .brs-post__link:hover>* {
    color: #fff;
}

.blog-index-index.page-layout-2columns-right .sidebar.sidebar-additional > .widget {
    padding-left: 30px;
}

.blog-index-index.page-layout-2columns-right .widget .brs-sidebar__title {
    margin-left: -30px;
    padding-left: 30px;
}

.blog-index-index.page-layout-2columns-right .brs-sidebar__title {
    border-bottom: 1px solid #ebebeb;
    padding: 19px 20px 37px 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.brs-sidebar__title h3 {
    margin: 0;
}

.brs-sidebar__title-icon {
    margin-right: 12px;
    color: #2775ff;
}

.owl-carousel .owl-dots {
    margin-top: 27px;
    display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.blog-index-index .owl-carousel .owl-nav button.owl-next,
.blog-index-index .owl-carousel .owl-nav button.owl-prev,
.blog-index-index .owl-carousel button.owl-dot{
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 100%;
}

button.owl-dot.active {
    background-color: #2775ff;
}

.brs-post_mini-horizontal {
    display: -webkit-box;
    display: flex;
    margin-bottom: 24px;
}

.brs-post_mini-horizontal .brs-post__img-container {
    width: 45.83%;
    flex-shrink: 0;
    position: relative;
}

.brs-post_mini-horizontal .brs-post__img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;border: 0;
}

.brs-post_mini-horizontal .brs-post__about {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 9px 10px 10px;
}

.brs-post_mini-horizontal .brs-post__date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 13px;
    margin-bottom: 2px;
    text-transform: none;
    -webkit-transition: .3s ease color;
    transition: .3s ease color;
    color: #0f5ae0;
}

.brs-post_mini-horizontal .brs-post__title {
    text-align: left;
    padding-left: 13px;
    -webkit-transition: .3s ease color;
    transition: .3s ease color;
    color: #1a1b1b;
}

.block-compare .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title {
        /* margin: 0 0 20px; */
        border-bottom: 1px solid #ebebeb;
        padding: 19px 20px 37px 10px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-left: -30px;
        padding-left: 30px;
}

.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    font-size: 21px;
    line-height: 22px;
    margin:0;
    padding: 0;
}

.tagclaud-hld {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.tagclaud-hld > span {
    -webkit-box-flex: 1;
    flex-grow: 1;

    box-shadow: 0 0 0 2px #f0f0f0;
    border-radius: 4px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;

    margin: 5px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
}

.tagclaud-hld > span:before {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    top: 0;
    background-image: -webkit-gradient(linear,right top,left top,from(#0f5ae0),to(#7400ba));
    background-image: linear-gradient(to left,#0f5ae0,#7400ba);
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tagclaud-hld > span > a {
    height: 28px;
    font-size: 12px!important;
    line-height: 28px;
    font-weight: 600;
    color: #b5b5b5;
    display: block;
    padding: 0 12px;
    z-index: 2;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.tagclaud-hld > span:hover {
    box-shadow: 0 5px 16px 0 rgba(15, 90, 224,.3);
}
.tagclaud-hld > span:hover:before {
    width: 100%;
}
 .brs-tab__header {
    display: -webkit-box; 
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 22px 0 11px 19px;
    margin-left: -0;
    margin-bottom: 26px;
}

 .brs-tab__header-item:nth-child(2) .brs-tab__header-title {
    padding-left: 9px;
}

.brs-tab__header-title.active:before {
    background-image: -webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));
    background-image: linear-gradient(to right, #2775ff,#7202bb);
}

.brs-tab__header-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: -1px;
}

.brs-tab__header .nav-link {
    padding: 8px 0 8px 16px;
    width: 100%;
}

.brs-tab__header > li:last-child {
    padding-left: 9px;
}

 .brs-tab__header .nav-link.active {
    border: 0!important;
    color: #2775ff;
}

.brs-tab__header .nav-link.active:before {
    background-image: -webkit-gradient(linear,left top,right top,from(#2775ff),to(#7202bb));
    background-image: linear-gradient(to right,#2775ff,#7202bb);
}

.brs-tab__header-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: 0 0;
}

.brs-tab__header-title-icon {
    margin-right: 12px;
    font-size: 14px;
}

.tab-pane {
    display: none;
    padding-left: 30px;
}

 .tab-pane.active {
    display: block;
}

a.nav-link.brs-tab__header-title {
    border: 0;
    position: relative;
    color: rgba(27,27,27,.3);
}

.brs-tab__header .brs-tab__header-item a.nav-link.brs-tab__header-title.ative {
    color: #2775ff;
}

.brs-tab__header .brs-tab__header-item a.nav-link.brs-tab__header-title.ative:before {
    background: -webkit-gradient(linear,left top,right top,from(#0f5ae0),to(#7400ba));
    background: linear-gradient(to right,#0f5ae0 0%, #7400ba 100%);
}

.brs-post_mini-horizontal:hover {
    box-shadow: 0 6px 30px rgba(0,0,0,.12);
    background-color: #fff;
}

.brs-post__title > a {
    color: inherit!important;
}

.blog-index-index .navigation.pagination {
    background: transparent;
}

.blog-index-index .navigation.pagination > .pages-items {
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-previous {
    padding: 0;
    font-family: "Font Awesome 5 Free";
    position: relative;
    border-right-color: #ececec;
    margin-right: 5px;
}

.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-next {
    padding: 0;
    font-family: "Font Awesome 5 Free";
    position: relative;
    border-right-color: #ececec;
    margin-left: 5px;
}

.blog-index-index .navigation.pagination > .pages-items > li {
    letter-spacing: normal;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #272727;
    border: 1px solid #ececec;
    border-right-color: transparent;
}

.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-previous a,
.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-next a {
    background:transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;   

}



.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-previous a:before,
.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-next a:before {
    content: '\f060'; 
    display: block;    
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: inherit;
    height: 100%;
}

.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-next a:before {   
    content: '\f061';   
}

.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-previous a span, 
.blog-index-index .navigation.pagination > .pages-items > li.item.pages-item-next a span {
    display: none;
}

.blog-index-index .navigation.pagination > .pages-items li:hover {
    background-color: #2775ff;
}

.blog-index-index .navigation.pagination > .pages-items li a {
    color: #272727;
}

.blog-index-index .navigation.pagination > .pages-items > li.pages-item-next {
    border-right-color: #ececec;
}

.blog-index-index .navigation.pagination > .pages-items > li:last-child {
    border-right-color: #ececec;
}

.navigation.pagination > .pages-items li:hover a {
    color: #fff;
}

.blog-index-index .navigation.pagination > .pages-items > li.current ,
.blog-index-index .navigation.pagination > .pages-items > li:hover {
    box-shadow: 0 5px 16px rgba(39, 117, 255,.5);
    color: #fff;
    background-color: #2775ff;
    border: 1px solid #2775ff;
    border-right-color: #2775ff;
}

@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-header .post-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.post-header .post-title a {
	text-decoration: none;
}

.post-holder .post-header .addthis_toolbox {float: right; padding-top: 6px;}

.post-view .post-bottom {margin-top:30px;}

.post-view .block {margin-bottom: 30px;}

.widget.block-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.block-recent-posts ul li {
    margin: 0;
    padding: 10px 0;
}
.widget.block-recent-posts ul li div.post-image {
    width: 60px;
    background: #b8b8b8;
    float: left;
    border-radius: 4px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 12px;
}
.widget.block-recent-posts ul li div.post-image:after {
    display: table;
    content: "";
    clear: both;
}
.widget.block-recent-posts ul li div.post-image img {
    width: 100%;
    height: auto;
}
.widget.block-recent-posts ul li a {
    font-family: inherit;
    font-size: inherit;
    color: #08c;
    line-height: 18px;
}
.widget.block-recent-posts ul li div.post-time {
    color: #888;
    font-size: 12px;
    line-height: 24px;
    font-family: inherit;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.widget.block-categories ul {
	list-style: initial;
	padding-left:0px;
}

.widget.block-categories ul ul {
	margin-left:20px;
}

.widget.block-categories ul {
    list-style: none;
    padding: 0;
}
.widget.block-categories li {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-categories li > a {
    color: #777;
}
.widget.block-categories li > a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}

.widget.block-archive .item {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.widget.block-archive .item a {
    color: #777;
}
.widget.block-archive .item a:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 3px;
}
.widget.block-rss .rss-icon {
    width: 17px;
}
.widget.block-rss .block-title strong {
    vertical-align: middle;
}

.widget.blog-search {
	width:100%;
	margin-bottom: 40px;
	position: relative;
    float: right;
    z-index: 3;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 38px;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 38px;
    color: #777;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

button.mfblog-hide-onload.action.primary {
    background: #fff;
    color: #2775ff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px;
    border: 0;
    outline: none;
    padding: 10px 33px;
    position: relative;
}

button.mfblog-hide-onload.action.primary:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border:2px solid  #2775ff;
    border-radius: 25px;
}

@media (max-width: 991px) {
    .columns .sidebar-additional {
        width: 100%;
    }

    .brs-tab__header .nav-link {
        padding-left: 0;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .brs-sidebar__title {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .block-tagclaud .block-title {
        -webkit-box-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .blog-index-index .columns .column.main:before {
        display: none;
    }
}/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Redgiant/berserk/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

 .post-no-image {
	display: block;
	background: #f7f7f7;
	width: 100%;
	height: 100%;
}

div.brk-reply-item::after {
	background: url(../../frontend/Redgiant/berserk/en_GB/Magefan_Blog/images/sprite.png) 0px -22px;
	width: 768px;
	height: 1px;
}

.brs-post-container_bottom-divider {
	padding-bottom: 55px;
}

.brs-post-container_bottom-divider::after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ebebeb;
}

@media screen and (max-width: 992px) {
	.brs-post-container_bottom-divider::after {
		display: none;
	}
}

.brs-sidebar_bottom-divider::after {
	content: "";
	height: 1px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ebebeb;
}

@media screen and (max-width: 992px) {
	.brs-sidebar_bottom-divider::after {
		display: none;
	}
}

.brk-post-full__meta {
	display: -webkit-box;
	display: flex;
}

a.brk-post-full__meta-date {
	color: rgba(27, 27, 27, 0.4);
	margin-right: 14px;
}

.brk-post-full__meta-date>i {
	margin-right: 4px;
	font-size: 10px;
	position: relative;
	bottom: 2px;
	left: 1px;
}

a.brk-post-full__meta-comments {
	color: rgba(27, 27, 27, 0.4);
}

.brk-post-full__meta-comments>i {
	margin-right: 8px;
	font-size: 10px;
	position: relative;
	bottom: 2px;
	left: 1px;
}

.brk-post-full__meta-date i,
.brk-post-full__meta-comments i {
	vertical-align: middle;
}

.brk-post-full__fixed-width {
	min-width: 73px;
}

.brk-post-full .rotation-slider {
	max-width: none;
}

.brk-post-preview {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.brk-bordered-theme .brk-post-preview {
	border-radius: inherit;
	overflow: hidden;
}

.brk-post-preview__img-wrapper {
	position: relative;
	width: 100%;
}

.brk-post-preview__img-wrapper::before {
	content: '';
	display: block;
	padding-bottom: 100%;
	width: 100%;
}

.brk-post-preview__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.brk-post-preview__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .3s ease opacity;
	transition: .3s ease opacity;
}

.brk-post-preview__link {
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
	background-color: #ffffff;
	padding: 19px 53px;
	border-radius: 50px;
	white-space: nowrap;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.brk-bordered-theme .brk-post-preview__link {
	border-radius: inherit;
}

.brk-post-preview__info {
	background-color: #ffffff;
	padding: 65px 40px 45px 40px;
}

.brk-post-preview:hover .brk-post-preview__overlay {
	opacity: 1;
}

.brk-post-preview:hover .brk-post-preview__link {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
	bottom: 50%;
	padding: 17px 52px;
}

.brk-related-carousel__control {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.brk-related-carousel__control::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ececec;
}

.brk-related-carousel__control-btn {
	z-index: 1;
	padding: 15px 64px;
	border: 1px solid #ececec;
	background-color: #ffffff;
	border-radius: 35px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.brk-bordered-theme .brk-related-carousel__control-btn {
	border-radius: inherit;
}

@media screen and (max-width: 500px) {
	.brk-related-carousel__control-btn {
		-webkit-box-flex: 1;
		flex-grow: 1;
		padding: 10px;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.brk-related-carousel__control-btn:first-child>i {
	margin-right: 10px;
	margin-top: -4px;
}

.brk-related-carousel__control-btn:last-child>i {
	margin-left: 10px;
	margin-top: -4px;
}

.brk-related-carousel__control-btn:hover {
	color: #ffffff;
}

.brk-related-carousel .slick-list {
	margin: -15px;
}

.brk-related-carousel .slick-slide {
	padding: 15px;
}

.brk-related-carousel__dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.brk-related-carousel__dots li {
	width: 26px;
	height: 9px;
	overflow: hidden;
	color: transparent;
	background-color: transparent;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 20px;
}

.brk-bordered-theme .brk-related-carousel__dots li {
	border-radius: inherit;
}

.brk-related-carousel__dots li:last-child {
	margin-right: 0;
}

.brk-related-carousel__dots li button {
	background-color: transparent;
	width: 100%;
	height: 100%;
}

.brk-related-carousel__dots li {
	border: 1px solid rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 0px 0px 1px #fff;
}

.brk-related-carousel__dots .slick-active {
	border: 1px solid rgba(0, 0, 0, 0.13);
}

.brk-reply-item {
	position: relative;
	padding-left: 85px;
	padding-bottom: 38px;
	margin-bottom: 34px;
}

.brk-reply-item .brk-forum-post__header {
	margin-left: -85px;
}

div.brk-reply-item::after {
	content: '';
	bottom: 0;
	left: 30px;
	position: absolute;
	background-repeat: repeat-x;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	display: block;
}

div.brk-reply-item::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 31px;
	top: 34px;
	background-color: #ebebeb;
	display: block;
}

.brk-pagination {
	margin-top: 30px;
}

.brk-pagination .screen-reader-text {
	display: none;
}

.brk-pagination .prev,
.brk-pagination .next {
	font-size: 0 !important;
}

.brk-pagination .pagination {
	display: block;
}

.brk-pagination-large {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
}

.brk-pagination-large:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	z-index: 1;
	background-color: #ececec;
}

.brk-pagination-large .brk-prev-link,
.brk-pagination-large .brk-next-link {
	display: block;
	width: 200px;
	height: 54px;
	border-radius: 27px;
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 5px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #ececec;
	color: rgb(39, 39, 39);
}

.brk-pagination-large .brk-prev-link:hover,
.brk-pagination-large .brk-next-link:hover {
	background-color: #2775ff;
	border-color: #2775ff;
	box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
	color: #fff;
}

@media (max-width: 575px) {
	.brk-pagination-large .brk-prev-link,
	.brk-pagination-large .brk-next-link {
		width: 130px;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
		font-size: 0.875rem;
	}
}

.brk-pagination-large .brk-prev-link i,
.brk-pagination-large .brk-next-link i {
	vertical-align: 0;
}

.brk-pagination-large .brk-prev-link i {
	margin-right: 13px;
}

[dir="rtl"] .brk-pagination-large .brk-prev-link i {
	margin-right: 0;
	margin-left: 13px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 2px;
	position: relative;
}

.brk-pagination-large .brk-next-link i {
	margin-left: 13px;
}

[dir="rtl"] .brk-pagination-large .brk-next-link i {
	margin-left: 0;
	margin-right: 13px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 2px;
	position: relative;
}

.brk-reply__header {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	text-align: center;
}

.brk-reply__rounded {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}

.brk-reply__rounded .brk-reply__header {
	text-align: center;
}

.brk-reply .brk-reply__form textarea {
	padding-bottom: 30px;
	-webkit-transition: .4s ease border;
	transition: .4s ease border;
}

.brk-reply .btn {
	position: relative;
	margin: 0 0 0 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
	border: 0;
}

.p-name {
	color: #222;
	font-size: 14px;
	line-height: 14px;
	margin-right: 20px;
	padding: 7px 15px 7px 17px;
	background-color: #f1f1f1;
	margin-right: 20px;
	border-radius: 20px;
	margin-top: -2px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	display: inline-block;
}

.p-name:hover {
	color: #fff;
	background-color: #2775ff;
	box-shadow: 0 5px 16px rgba(39, 117, 255, .5);
}

.p-actions {
	display: inline-block;
}

.p-actions span {
	color: #9f9f9f;
}

.brk-forum-post__header-info {
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: flex;
}

.brk-forum-post__header-info .p-name,
.brk-forum-post__header-info .p-actions,
.brk-forum-post__header-info .reply-action {
	display: flex;
}

.brk-forum-post__header-info .reply-action {
	margin-left: auto;
}

.brk-forum-post__header-info .reply-action i {
	margin-right: 8px;
	vertical-align: middle;
	line-height: 24px;
}

.brk-forum-post__header-user {
	position: relative;
	width: 64px;
	height: 65px;
	flex-shrink: 0;
	border: 1px solid #ebebeb;
	z-index: 1;
	border-radius: 100%;
	background-color: #fff;
	margin-right: 20px;
	overflow: hidden;
	display: block;
}

.brk-forum-post__header-img {
	position: absolute;
	left: 4px;
	top: 4px;
	width: -webkit-calc(100% - 8px);
	width: calc(100% - 8px);
	height: -webkit-calc(100% - 8px);
	height: calc(100% - 8px);
	max-width: none;
	border-radius: 100%;
}

.brk-base-bg-gradient-10deg {
	background-image: linear-gradient(10deg, rgba(39, 117, 255, .92), rgba(114, 2, 187, .92));
}

.brk-forum-post__header-user-icon {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.brk-forum-post__header-user-icon,
.brk-forum-post__header-user-overlay {
	position: absolute;
	opacity: 0;
	-webkit-transition: .3s ease opacity;
	transition: .3s ease opacity;
}

.brk-forum-post__header-user-overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.brk-forum-post__header-user:hover .brk-forum-post__header-user-icon,
.brk-forum-post__header-user:hover .brk-forum-post__header-user-overlay {
	opacity: 1;
}

.brk-forum-post__header {
	margin-left: -85px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.brk-map {
	position: relative;
	will-change: height;
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
	background-color: #fff;
}

.brk-map.lazyloaded:before,
.brk-map.lazyloaded:after {
	opacity: 0;
	visibility: hidden;
}

.brk-map:before {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 96;
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-color: #fff;
}

.brk-map:after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 87px;
	height: 87px;
	background: url(../../frontend/Redgiant/berserk/en_GB/Magefan_Blog/images/preloader.gif) no-repeat center center;
	background-size: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	z-index: 97;
}

.brk-map_extra .brk-map__canvas {
	width: -webkit-calc(100% - 570px);
	width: calc(100% - 570px);
}

@media (max-width: 992px) {
	.brk-map_extra .brk-map__canvas {
		width: 100%;
	}
}

.brk-map__layer-top,
.brk-map__layer-bottom {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 8;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	fill: #fff;
}

.map-opened .brk-map__layer-top,
.map-opened .brk-map__layer-bottom {
	width: 0;
}

.brk-map__layer-top {
	top: -1px;
}

.brk-map__layer-bottom {
	bottom: -1px;
}

.brk-map__opener {
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.brk-map__opener-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.brk-map__opener-section_classic {
	will-change: height;
	-webkit-transition: height .3s ease .5s, background-color .3s ease;
	transition: height .3s ease .5s, background-color .3s ease;
	background-color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.brk-map__opener-section_classic:hover {
	background-color: #fff;
}

.map-opened .brk-map__opener-section_classic {
	height: 50px;
}

.brk-map__opener-section_round {
	height: 45px;
	-webkit-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}

.brk-map__opener-section_round h4 {
	position: absolute;
	z-index: 100;
	top: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: -0.02em;
}

.map-opened .brk-map__opener-section_round {
	top: -45px;
}

.brk-map__opener_classic {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 24px;
	overflow: hidden;
	letter-spacing: 0.02em;
}

.brk-map__opener_classic .brk-map__second {
	font-size: 16px;
	position: relative;
}

.brk-map__opener_classic .brk-map__second i {
	vertical-align: 0;
	font-size: 16px;
	margin: 0 10px;
}

.brk-map__opener_classic .brk-map__second i.fa-map-marker {
	color: #2775ff;
}

.map-opened .brk-map__opener_classic .brk-map__second:nth-child(1) {
	display: none;
}

.brk-map__opener_classic .brk-map__second:nth-child(2) {
	display: none;
}

.map-opened .brk-map__opener_classic .brk-map__second:nth-child(2) {
	display: block;
}

.brk-map__opener_simple {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 170px;
	height: 46px;
	border-radius: 23px;
	line-height: 18px;
	text-align: left;
	padding-left: 43px;
	padding-top: 12px;
	background-color: #2775ff;
	box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
	color: #fff;
}

.brk-map__opener_simple span {
	display: inline-block;
	border-bottom: 1px dotted #fff;
}

.brk-map__opener_simple .trigger {
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	box-shadow: 0 -5px 16px rgba(0, 0, 0, 0.07);
	background-color: #fff;
}

.brk-map__opener_simple .trigger i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: 0;
	font-size: 1.0625rem;
	will-change: transform;
	-webkit-transition: \transform .5s;
	transition: \transform .5s;
	color: #2775ff;
}

.map-opened .brk-map__opener_simple .trigger i {
	-webkit-transform: translate(-50%, -40%) rotate(180deg);
	transform: translate(-50%, -40%) rotate(180deg);
}

.brk-map__opener_round {
	top: 27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 170px;
	height: 46px;
	border-radius: 23px;
	line-height: 46px;
	text-align: left;
	padding-left: 35px;
	text-transform: uppercase;
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	background-color: #2775ff;
	box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
	color: #fff;
}

.brk-map__opener_round i {
	vertical-align: 0;
	font-size: 16px;
	margin-right: 11px;
}

[dir="rtl"] .brk-map__opener_round i {
	margin-right: 0;
	margin-left: 11px;
}

.map-opened .brk-map__opener_round {
	top: 21px;
}

.brk-map__section {
	overflow: hidden;
	width: 100%;
	max-height: 100%;
}

.brk-map__canvas {
	width: 100%;
	height: 100%;
}

.brk-map__infoicon {
	position: absolute;
	z-index: 99;
}

.brk-map__infoicon img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.brk-map__infoicon--text {
	position: relative;
	z-index: 3;
}

.brk-map__infoicon_layout-one {
	top: -webkit-calc(50% + 14px);
	top: calc(50% + 14px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 350px;
	min-height: 340px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
	padding-top: 106px;
	background-color: #ffffff;
}

.brk-map__infoicon_layout-one:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #2775ff;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(39, 117, 255, 0.94)), to(rgba(116, 0, 186, 0.94)));
	background-image: linear-gradient(to right, rgba(39, 117, 255, 0.94), rgba(116, 0, 186, 0.94));
}

@supports not ((-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path: polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-map__infoicon_layout-one:before {
		background-image: none;
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.brk-map__infoicon_layout-one .marker {
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}

.brk-map__infoicon_layout-one .marker img {
	position: relative;
	top: -48px;
}

.brk-map__infoicon_layout-one .marker i {
	font-size: 4.5rem;
	color: #2775ff;
}

.brk-map__infoicon_layout-one .marker svg {
	width: 90px;
	height: 90px;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text {
	max-width: 230px;
	margin: 0 auto;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
}

[dir="rtl"] .brk-map__infoicon_layout-one .brk-map__infoicon--text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text ul {
	color: #2775ff;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text li {
	padding: 6px 0;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text a {
	display: inline-block;
	padding: 0 4px;
	letter-spacing: .02em;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text a:hover {
	color: #000;
}

.brk-map__infoicon_layout-one .brk-map__infoicon--text span {
	display: inline-block;
}

[dir="rtl"] .brk-map__infoicon_layout-one .brk-map__infoicon--text i {
	margin-right: 0;
	margin-left: 5px;
}

.brk-map__infoicon_layout-one .btn {
	width: 216px;
	height: 48px;
	margin: 22px 0 0;
	box-shadow: 0 5px 16px #69adff;
}

.brk-map__infoicon_layout-one .btn>.before {
	padding-top: 12px;
}

.brk-map__infoicon_layout-two {
	width: 100%;
	max-width: 301px;
	min-height: 286px;
	top: -webkit-calc(50% - 16px);
	top: calc(50% - 16px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
	border-radius: 0 16px 0 0;
	padding-top: 45px;
}

.brk-map__infoicon_layout-two:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 16px 0 0;
	background-color: rgba(39, 117, 255, 0.96);
}

.brk-map__infoicon_layout-two .marker {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	display: inline-block;
}

.brk-map__infoicon_layout-two .marker i {
	vertical-align: 0;
	font-size: 3.75rem;
	color: #fff;
}

.brk-map__infoicon_layout-two .brk-map__infoicon--text h4 {
	margin-bottom: 27px;
	color: #fff;
}

.brk-map__infoicon_layout-two .brk-map__infoicon--text p {
	margin-bottom: 25px;
	color: rgba(255, 255, 255, 0.8);
}

.brk-map__infoicon_layout-two .brk-map__infoicon--text a {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.8);
}

.brk-map__infoicon_layout-two .brk-map__infoicon--text a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.brk-map__infoicon_layout-three {
	width: 100%;
	max-width: 450px;
	min-height: 210px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.brk-map__infoicon_layout-three .marker {
	position: absolute;
	top: 0;
	left: 0;
	width: 121px;
	height: 100%;
	background-color: #2775ff;
}

[dir="rtl"] .brk-map__infoicon_layout-three .marker {
	left: auto;
	right: 0;
}

.brk-map__infoicon_layout-three .marker:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-right: 13px solid #2775ff;
}

[dir="rtl"] .brk-map__infoicon_layout-three .marker:before {
	left: auto;
	right: -12px;
	border-right: 0;
	border-left: 13px solid #2775ff;
}

.brk-map__infoicon_layout-three .marker i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 5.3125rem;
	color: #fff;
}

.brk-map__infoicon_layout-three .marker svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
}

.brk-map__infoicon_layout-three .marker svg path,
.brk-map__infoicon_layout-three .marker svg circle,
.brk-map__infoicon_layout-three .marker svg line,
.brk-map__infoicon_layout-three .marker svg polyline,
.brk-map__infoicon_layout-three .marker svg rect {
	stroke: #fff;
}

.brk-map__infoicon_layout-three .brk-map__infoicon--text {
	text-align: left;
	padding: 31px 10px 20px 163px;
}

[dir="rtl"] .brk-map__infoicon_layout-three .brk-map__infoicon--text {
	text-align: right;
	padding: 31px 163px 20px 10px;
}

.brk-map__infoicon_layout-three .brk-map__infoicon--text p {
	margin-bottom: 24px;
	color: #9f9f9f;
}

.brk-map__infoicon_layout-three .brk-map__infoicon--text a {
	display: inline-block;
	position: relative;
	padding-left: 46px;
	color: #2775ff;
}

.brk-map__infoicon_layout-three .brk-map__infoicon--text a span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #2775ff;
	box-shadow: 0 5px 16px rgba(39, 117, 255, 0.5);
}

.brk-map__infoicon_layout-three .brk-map__infoicon--text a span i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: 0;
	color: #fff;
}

.brk-map__infoicon_layout-four {
	width: 100%;
	max-width: 324px;
	height: auto;
	top: -webkit-calc(50% + 12px);
	top: calc(50% + 12px);
	left: -webkit-calc(50% + 15px);
	left: calc(50% + 15px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.brk-map__infoicon_layout-four:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	height: 265px;
	border: 9px solid #2775ff;
}

.brk-map__infoicon_layout-four:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -43px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-right: 13px solid #2775ff;
}

.brk-map__infoicon_layout-four .brk-map__infoicon--text {
	position: relative;
	width: 100%;
	min-height: 205px;
	box-shadow: 3px 4px 39px rgba(0, 0, 0, 0.2);
	z-index: 2;
	padding: 27px 35px 15px;
	background-color: #272727;
}

.brk-map__infoicon_layout-four .brk-map__infoicon--text h4,
.brk-map__infoicon_layout-four .brk-map__infoicon--text ul {
	color: #fff;
}

.brk-map__infoicon_layout-four .brk-map__infoicon--text li {
	padding: 5px 0;
}

.brk-map__infoicon_layout-four .brk-map__infoicon--text span {
	display: inline-block;
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
	letter-spacing: 0.05em;
}

.brk-map__infoicon_layout-four .brk-map__infoicon--text i {
	vertical-align: 0;
	margin-right: 15px;
}

[dir="rtl"] .brk-map__infoicon_layout-four .brk-map__infoicon--text i {
	margin-right: 0;
	margin-left: 15px;
}

.brk-map__infoicon_layout-five {
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 300px;
	min-height: 90px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	border: solid 3px #2775ff;
}

.brk-map__infoicon_layout-five:before {
	content: '';
	position: absolute;
	bottom: -21px;
	left: 69px;
	width: 0;
	height: 0;
	border: 9px solid #0f5ae0;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.brk-map__infoicon_layout-five .marker {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 9;
	background: #2775ff -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.14)));
	background: #2775ff linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.14));
}

.brk-map__infoicon_layout-five .marker i {
	font-size: 3rem;
	vertical-align: 0;
	color: #fff;
}

.brk-map__infoicon_layout-five .brk-map__infoicon--text {
	height: 100%;
	padding: 10px 10px 10px 112px;
}

[dir="rtl"] .brk-map__infoicon_layout-five .brk-map__infoicon--text {
	padding: 10px 20px 10px 90px;
}

.brk-map__infoicon_layout-six {
	top: -webkit-calc(50% - 9px);
	top: calc(50% - 9px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 370px;
	min-height: 196px;
	box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.2);
	padding-top: 33px;
	background-color: #fff;
	border: solid 2px #2775ff;
}

.brk-map__infoicon_layout-six:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -13px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 11px solid #2775ff;
}

.brk-map__infoicon_layout-six p {
	margin-bottom: 18px;
}

.brk-map__subscribe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 725px;
	-webkit-clip-path: polygon(20.69% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(20.69% 0, 100% 0%, 100% 100%, 0% 100%);
	text-align: left;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 190px;
	padding-right: 65px;
	color: #fff;
}

[dir="rtl"] .brk-map__subscribe {
	right: auto;
	left: 0;
	text-align: right;
	-webkit-clip-path: polygon(0 0, 79.31% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 79.31% 0%, 100% 100%, 0% 100%);
	padding-right: 190px;
	padding-left: 65px;
}

.brk-map__subscribe .brk-subscribe-map {
	padding: 31px 0 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brk-map__subscribe .brk-subscribe-map button,
.brk-map__subscribe .brk-subscribe-map [type="submit"] {
	top: 31px;
}

.brk-map__subscribe--contacts {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.brk-map__subscribe--contacts li {
	flex-basis: 50%;
	max-width: 50%;
	font-weight: bold;
	font-size: 0.875rem;
	line-height: 24px;
	padding: 5px 0;
}

.brk-map__subscribe--contacts li i {
	font-size: 0.8125rem;
	vertical-align: 0;
	margin-right: 11px;
}

[dir="rtl"] .brk-map__subscribe--contacts li i {
	margin-right: 0;
	margin-left: 11px;
}

.brk-map__subscribe--contacts li span,
.brk-map__subscribe--contacts li a {
	display: inline-block;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.brk-map__subscribe {
		position: relative;
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
		top: 0;
		bottom: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.brk-map__subscribe {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.blog-post-view .fancybox-button {
	box-shadow: none!important;
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/Redgiant/berserk/en_GB/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}