/**
 * 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;
}
.clearpay-express-button,button.clearpay-express-button:hover{background-image:none;background:#000;border:1px solid #000;color:#ffffff;cursor:pointer;display:inline-block;float:none;width:267px;max-width:100%;margin-top:10px}.clearpay-express-checkout-minicart-wraper{margin:0 10px 15px}.clearpay-express-checkout-minicart-wraper .clearpay-express-button,.clearpay-express-checkout-minicart-wraper button.clearpay-express-button:hover{width:100%;cursor:pointer;text-align:center}klarna-express-button {
    display: block !important;
    margin: auto;
}
body {
    margin: 0px;
}

#velsof_wheel_container{
    font-family: 'Merriweather', serif;
}

.bodyoverflowhidden {
    overflow: hidden !important;
}

#velsof_wheel_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    overflow-y: auto;
    display: none;
    z-index: 99999999;
}

#velsof_wheel_model {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #9e9e9e;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
}

#velsof_wheel_main_container  {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -90%;
    width: 90%;
    max-width: 790px;
    overflow-y: hidden;
    box-sizing: border;
    background: #004c70;
    -webkit-box-shadow: 10px 0px 5px -5px rgba(66,66,66,0.45);
    -moz-box-shadow: 10px 0px 5px -5px rgba(66,66,66,0.45);
    box-shadow: 10px 0px 5px -5px rgba(66,66,66,0.45);
}

.spin_toggle {
    text-decoration: none;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.61);
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.45s ease-out 0;
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 222222;
    cursor: pointer;
    background: #d8d8d8;
    border-radius: 0px 25px 25px 0px;
    padding: 9px 10px 11px 10px;
    margin-left: -10px
}

.spin_toggle img:hover {
    animation: shake1 2s ease-in-out infinite;
    transform: translate3d(0, 0, 0);
}

.spin_toggle {
    -moz-animation:spinanimation 5s ease-in-out infinite;
    -webkit-animation:spinanimation 5s ease-in-out infinite;
    animation: spinanimation 5s ease-in-out infinite;
}

#velsoftop.velsoftheme {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .5;
}

#velsof_wheel_main_container {
    transition: all 500ms ease;
}

#velsof_wheel_main_container.transform {
    left: 0%;
}

#velsof_spinner_container {
    float: left;
    width: 500px;
    text-align: left;
    height: 500px;
}

#velsof_offer_container {
    float: right;
    width: 230px;
    text-align: left;
}

#velsof_spinners {
    position: absolute;
    left: -230px;
    height: 500px;
    margin-bottom: auto;
    margin-top: auto;
    top: 0px;
    bottom: 0px;
}

#velsof_spinner {
    background-size: cover;
    width: 500px;
    text-align: left;
    height: 500px;

}


#velsof_spinner {
    -webkit-animation-duration: 6000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-duration: 6000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; 
}


.wheelslices {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: rotate(-60deg) translate(0px, -50%);
    transform-origin: 0 0;
    -webkit-transform: rotate(-60deg) translate(0px, -50%);
    -webkit-transform-origin: 0 0;
    text-align: right;
    width: 40%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent; 
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

#velsof_wheel_pointer {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/wheel_pointer_1.png);
    background-size: cover;
    position: absolute;
    width: 81px;
    height: 50px;
    left: 230px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
    z-index: 11;
}

#velsof_offer_main_container {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: auto;
    right: 0px;
    bottom: 0px;
    left: 360px;
    height: 300px;
    width: 390px;
}

.velsof_main_title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.velsof_subtitle {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
}

.velsof_ul li {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.velsof_ul {
    margin-top: 10px;
    list-style-type: circle;
    margin-bottom: 10px;
}

.velsof_input_field {
    padding: 9px 10px;
    width: 94%;
    background: #fff;
    border-radius: 3px !important;
    border: none;
    color: #5a5a5a;
    font-size: 15px;
}

.velsof_button {
    background: #000;
    border: none;
    color: #fff;
    border-radius: 3px;
    width: 70%;
    margin-top: 10px;
    padding: 9px 5px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.velsof_shadow {
    position: absolute;
    top: 6%;
    left: 6%;
    width: 100%;
    height: 92.5%;
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

/* Custom CSS */


.cancel_button {
    text-align: right;
    cursor: pointer;
}

.exit_button {
    text-align: center;
}

#spin_wheel_logo_container
{
    float: right;
    margin-top: 10%;
    margin-right: 10%;
}

#spin_wheel_logo{
    width:100px;
    height:100px;
    position: relative;
}

#spin_wheel_logo_container
{
    float: right;
    margin-top: 10%;
    margin-right: 10%;
}

#spin_wheel_logo{
    width:100px;
    height:100px;
}

#pull_out_tab {
    top: 50%;
    position: fixed;
    opacity: 0.5;
    display: none;
    cursor: pointer;
    z-index: 9999;
}

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofspinwheel .tooltipster-box {
    background-color: #FFBABA;
    border-radius: 6px;
    border: 0;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    opacity: 0.95; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofspinwheel .tooltipster-arrow-border {
    border-top-color: #FFBABA; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofspinwheel .tooltipster-arrow-background {
    border-top-color: #FFBABA; }

.tooltipster-sidetip.tooltipster-default.tooltipster-velsofspinwheel .tooltipster-content {
    color: #D8000C;
    padding: 15px 15px;
}

.tooltipster-velsofspinwheel {
    z-index: 9999999999999999999999 !important; 
}

#vss_combined_input_field {
    color: #607d8b !important;
}

#vss_loader {
    z-index: 9999999999999999;
    position: absolute;
    display: none; 
    margin-top: 18%;
    margin-left: 33%;
}


@media screen and (max-width: 3000px) and (min-width: 750px) {

}

@media screen and (max-width: 850px) and (min-width: 750px) { 
    #velsof_offer_main_container {
        left: 330px;
        width: 345px;
    }
}
@media screen and (max-width: 749px) and (min-width: 700px) {

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 450px;
        height: 450px;
    }

    #velsof_spinners {
        left: -205px;
    }
    #velsof_wheel_pointer {
        left: 210px;
    }
    #velsof_offer_main_container {
        left: 320px;
        width: 315px;
    }
}

@media screen and (max-width: 699px) and (min-width: 650px) {

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 400px;
        height: 400px;
    }

    #velsof_spinners {
        left: -180px;
    }
    #velsof_wheel_pointer {
        left: 190px;
    }
    #velsof_offer_main_container {
        left: 305px;
        width: 275px;
    }
}

@media screen and (max-width: 649px) and (min-width: 600px) {

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 350px;
        height: 350px;
    }

    #velsof_spinners {
        left: -150px;
    }
    .wheelslices {
        font-size: 12px;
    }
    #velsof_wheel_pointer {
        left: 175px;
    }

    #velsof_offer_main_container {
        left: 275px;
        width: 250px;
    }

}

@media screen and (max-width: 599px) and (min-width: 550px) {

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 370px;
        height: 370px;
    }

    #velsof_spinners {
        left: -140px;
    }
    .wheelslices {
        font-size: 11px;
    }
    #velsof_wheel_pointer {
        left: 160px;
    }
    #velsof_offer_main_container {
        left: 275px;
        width: 200px;
    }

    .velsof_button {
        font-size: 14px;
    }
}
@media screen and (max-width: 549px) and (min-width: 500px) {

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 350px;
        height: 350px;
    }

    #velsof_spinners {
        left: -130px;
    }

    #velsof_wheel_pointer {
        left: 190px;
    }
    .wheelslices {
        font-size: 12px;
        font-weight: normal;
    }

    #velsof_offer_main_container {
        left: 280px;
    }
    #velsof_wheel_main_container {
        width: 100%;
    }

    #velsof_offer_main_container {
        left: 275px;
        width: 210px;
    }
}

#velsofbottom.diwali_theme_5, #velsofbottom.blackfriday_theme_2, 
#velsofbottom.holloween_theme_1, #velsofbottom.thanking_theme_2, 
#velsof_wheel_main_container
{
    background-size:cover
}

@media (max-width: 499px){
    #velsofbottom.blackfriday_theme_2 {
        background-size: cover !important;
    }
}

@media screen and (max-width: 749px) and (min-width: 470px) {

}

@media screen and (max-width: 499px) {
    #velsof_offer_main_container {
        position: static;
        width: auto;
    }

    #spin_wheel_logo_container {
        margin-right: 1%;
        margin-top: 1%;
    }

    #velsof_offer_container {
        float: none;
        width: auto;
        padding: 30px 25px;
        position: relative;
    }

    #velsof_spinner_container {
        float: none;
        width: 100%;
    }

    #velsof_wheel_main_container {
        width: 100%;
    }

    #velsof_spinners, #velsof_spinner_container, #velsof_spinner {
        width: 400px;
        height: 400px;
        position: relative;
    }

    #velsof_spinners {
        left: -180px;
    }
    .wheelslices {
        font-size: 12px;
    }
    #velsof_wheel_pointer {
        left: 190px;
    }
    #velsof_wheel_main_container {
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
#velsofbottom.velsoftheme {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    opacity: .5;
}
/* Tooltip container */
.kbtooltip {
    position: relative;
}

/* Tooltip text */
.kbtooltip .tooltiptext {
    display: none;
    width: 120px;
    background-color: #ffc9c9;
    color: #f30000 !important;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
.kbtooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    margin-bottom: 5px;
}

.kbtooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffc9c9 transparent transparent transparent;
}

/*christmas*/
#velsoftop.merry_christmas_1 {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme1/images/overlay.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
    background-size: cover;
}

#velsofbottom.merry_christmas_1  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme1/images/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto; 

}

#velsoftop.merry_christmas_2 {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme2/images/overlay.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: cover;	
    background-position: top -60px center;
}

#velsofbottom.merry_christmas_2  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme2/images/base.png);
    background-position: bottom center;
    opacity: 1;
    background-size: 50%;

}
.animated{animation-duration:4s;animation-fill-mode:both}
@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}
#velsoftop.merry_christmas_3 {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme3/images/background.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: cover;	
}

#velsofbottom.merry_christmas_3  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme3/images/base.png);
    background-position: bottom 0% left 33%;
    opacity: 1;
    background-size: 30%;
}

#velsoftop.merry_christmas_4 {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme4/images/overlay.png);
    background-repeat: no-repeat;
    opacity: 1;
}

#velsofbottom.merry_christmas_4  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme4/images/base.png);
    background-position: bottom 0% right 5%;
    opacity: 1;
    background-size: auto;

}

#velsoftop.merry_christmas_5 {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme5/images/background.png);
    background-repeat: no-repeat;
    opacity: 1;
}

#velsofbottom.merry_christmas_5 { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme5/images/gift.png);
    opacity: 1;
    background-size: 50%;
    background-position: bottom right;


}
@media(max-width:499px)
{
    #velsofbottom.merry_christmas_2 {
        background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme2/images/base.png);
        background-position: bottom right;
        opacity: 1;
        background-size: 60%;
    }
    #velsofbottom.merry_christmas_3 {
        background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/christmas/theme3/images/base.png);
        background-position: bottom 0% right 0%;
        background-size: 50%;
    }
}

/*start: changes done by Dhruw on 29 Jan 2019 for integrating valentine themes*/
#velsof_wheel_main_container.hug_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/hug_day/background.png);
}
#velsoftop.hug_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/hug_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
}
#velsofbottom.hug_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/hug_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.chocolate_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/chocolate_day/background.png);
}
#velsoftop.chocolate_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/chocolate_day/top.gif);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
}
#velsofbottom.chocolate_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/chocolate_day/bottom.png);    
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.teddy_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/teddy_day/background.png);
}
#velsoftop.teddy_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/teddy_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
}
#velsofbottom.teddy_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/teddy_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.promise_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/promise_day/background.png);
}
#velsoftop.promise_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/promise_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
    
}
#velsofbottom.promise_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/promise_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.valentine_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/valentine_day/background.png);
}
#velsoftop.valentine_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/valentine_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
}
#velsofbottom.valentine_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/valentine_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.rose_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/rose_day/background.png);
}
#velsoftop.rose_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/rose_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top left 140px;
}
#velsofbottom.rose_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/rose_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.propose_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/propose_day/background.png);
}
#velsoftop.propose_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/propose_day/top.gif);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top center;
}
#velsofbottom.propose_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/propose_day/bottom.png);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}
#velsof_wheel_main_container.kiss_day {
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/kiss_day/background.png);
}
#velsoftop.kiss_day {
    background: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/kiss_day/top.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-position: top left 120px;
}
#velsofbottom.kiss_day  { 
    background-image: url(../../frontend/Golo/livoutdoors/en_GB/Knowband_Spinandwin/images/theme/valentine_week/kiss_day/bottom.gif);
    background-position: bottom right 30px;
    opacity: 1;
    background-size: auto;
}

/*end: changes done by Dhruw on 29 Jan 2019 for integrating valentine themes*/
.meter { 
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 10px 0 10px 0; /* Just for demo spacing */
    background: #e0f7e3;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px;
}
.progressBar p {
    margin-bottom: 5px;
    font-size: 15px;
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(43,194,83)),
        color-stop(1, rgb(84,240,84))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    -webkit-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
        color-stop(.25, rgba(255, 255, 255, .2)), 
        color-stop(.25, transparent), color-stop(.5, transparent), 
        color-stop(.5, rgba(255, 255, 255, .2)), 
        color-stop(.75, rgba(255, 255, 255, .2)), 
        color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -moz-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.spinwheel_close_icon {
    position: relative;
    right: 32px;
    top: 32px;
    width: 35px;
    height: 35px;
    opacity: 0.75;
    float: right;
}
.spinwheel_close_icon:hover {
    opacity: 1;
}
.spinwheel_close_icon:before, .spinwheel_close_icon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}


@media(max-width:767px){
    #velsofbottom.new_year_2020_1, #velsofbottom.new_year_2020_2, #velsofbottom.new_year_2020_3, 
    #velsofbottom.new_year_2020_4, #velsofbottom.new_year_2020_5, #velsofbottom.new_year_2020_6, #velsofbottom.new_year_2020_7  {
        background-position: bottom 10px right 10px;
        background-size: 45%;
    }
}

.spinwheel_close_icon:before {
    transform: rotate(45deg);
}
.spinwheel_close_icon:after {
    transform: rotate(-45deg);
}

span.spinwheel_close_icon {
    z-index: 9999999;
}


@media screen and (max-width: 499px){
    #velsof_offer_container {
        z-index: 999999;
    }
}@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Golo/livoutdoors/en_GB/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Golo/livoutdoors/en_GB/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
/**
 * 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 - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Golo/livoutdoors/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
﻿html{font-family:sans-serif;text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{cursor:pointer}[disabled]{cursor:default}[type="reset"],[type="submit"],button,html [type="button"]{appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{appearance:field}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{appearance:none}.actions-toolbar>.primary,.actions-toolbar>.secondary{text-align:center;margin-bottom:10px}.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}@media only screen and (min-width: 768px){.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.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 5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.secondary,.actions-toolbar>.primary{margin-bottom:0}.actions-toolbar>.secondary .action,.actions-toolbar>.primary .action{margin-bottom:0;width:auto}}.abs-reset-list{margin:0;padding:0;list-style:none none}.abs-reset-list>li{margin:0}.abs-action-link-button,.abs-action-addto-product{background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;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-addto-product:focus,.abs-action-link-button:active,.abs-action-addto-product:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-action-link-button:hover,.abs-action-addto-product:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-action-link-button.disabled,.disabled.abs-action-addto-product,.abs-action-link-button[disabled],.abs-action-addto-product[disabled],fieldset[disabled] .abs-action-link-button,fieldset[disabled] .abs-action-addto-product{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-addto-product:hover,.abs-action-link-button:active,.abs-action-addto-product:active,.abs-action-link-button:focus,.abs-action-addto-product:focus{text-decoration:none}.abs-product-options-list dt{clear:left;float:left;margin:0 10px 5px 0}.abs-product-options-list dt:after{content:': '}.abs-product-options-list dd{display:inline-block;float:left;margin:0 0 5px}@media only screen and (min-width: 768px){.abs-product-options-list-desktop dt{clear:left;float:left;margin:0 10px 5px 0}.abs-product-options-list-desktop dt:after{content:': '}.abs-product-options-list-desktop dd{display:inline-block;float:left;margin:0 0 5px}}.abs-button-responsive,.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{width:100%}@media only screen and (min-width: 768px){.abs-button-desktop{width:auto}}@media only screen and (max-width: 767px){.abs-button-responsive-smaller{width:100%}}@media only screen and (min-width: 768px){.abs-blocks-2columns{width:48.8%}.abs-blocks-2columns:nth-child(odd){clear:left;float:left}.abs-blocks-2columns:nth-child(even){float:right}}@media only screen and (min-width: 640px){.abs-blocks-2columns-s{width:48.8%}.abs-blocks-2columns-s:nth-child(odd){clear:left;float:left}.abs-blocks-2columns-s:nth-child(even){float:right}}.abs-reset-image-wrapper{height:auto;padding:0 !important}.abs-reset-image-wrapper .product-image-photo{position:static}.abs-adaptive-images{display:block;height:auto;max-width:100%}.abs-adaptive-images-centered{display:block;height:auto;margin:0 auto;max-width:100%}.abs-login-block-title{font-size:1.8rem;border-bottom:1px solid #e8e8e8;margin-bottom:15px;padding-bottom:12px}.abs-login-block-title strong{font-weight:500}.abs-block-title,.abs-account-blocks .block-title{margin-bottom:15px}.abs-block-title>strong,.abs-account-blocks .block-title>strong{font-weight:300;line-height:1.1;font-size:1.8rem;margin-top:1.5rem;margin-bottom:1rem}.abs-account-blocks .block-title>.action{margin-left:15px}.abs-account-blocks .box-title{display:inline-block;margin:0 0 5px}.abs-account-blocks .box-title>span{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.abs-account-blocks .box-title>.action{font-weight:400;margin-left:10px}.abs-account-blocks .block-content p:last-child{margin-bottom:0}.abs-account-blocks .block-content .box{margin-bottom:20px}.abs-dropdown-simple{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after{content:'';display:table}.abs-dropdown-simple:after{clear:both}.abs-dropdown-simple .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:"";font-family:"icons-blank-theme";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{color:inherit}.abs-dropdown-simple .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:inherit;content:"";font-family:"icons-blank-theme";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{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;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{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before{border:6px solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);z-index:99}.abs-dropdown-simple ul.dropdown:after{border:7px solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #bbb rgba(0,0,0,0);z-index:98}.abs-dropdown-simple ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown{display:block}.abs-input-qty{text-align:center;width:47px}.abs-margin-for-blocks-and-widgets{margin-bottom:40px}.abs-remove-button-for-blocks{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:15px;color:#303030;content:"";font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before{color:#303030}.abs-remove-button-for-blocks:active:before{color:#303030}.abs-product-link{font-weight:400}.abs-product-link>a{color:#333;text-decoration:none}.abs-product-link>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active{color:#333;text-decoration:underline}.abs-reset-left-margin{margin-left:0}@media only screen and (min-width: 768px){.abs-reset-left-margin-desktop{margin-left:0}}@media only screen and (min-width: 640px){.abs-reset-left-margin-desktop-s{margin-left:0}}.abs-action-remove,.abs-add-fields .action.remove{left:10px;margin-left:70%;position:absolute;top:31px;width:auto}@media only screen and (min-width: 768px){.abs-action-remove-desktop,.abs-add-fields-desktop .fieldset .additional .action.remove{margin-left:75.8%;top:6px}}.abs-add-fields .fieldset{margin-bottom:50px}.abs-add-fields .fieldset .field:not(.choice) .control{width:70%}.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary{float:left}.abs-add-fields .fieldset .actions-toolbar:not(:first-child)>.secondary .action.add{margin-top:30px}.abs-add-fields .fieldset .fields .actions-toolbar{margin:0}.abs-add-fields .message.notice{margin:30px 0 0}.abs-add-fields .additional{margin-top:55px;position:relative}@media only screen and (min-width: 768px){.abs-add-fields-desktop .fieldset .field:not(.choice) .control{width:50%}}@media only screen and (min-width: 768px){.abs-margin-for-forms-desktop,.column:not(.sidebar-additional) form .actions-toolbar,.column:not(.sidebar-main) form .actions-toolbar{margin-left:25.8%}}@media only screen and (min-width: 640px){.abs-margin-for-forms-desktop-s{margin-left:25.8%}}.abs-hidden{height:0;visibility:hidden}.abs-visually-hidden{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media only screen and (max-width: 639px){.abs-visually-hidden-mobile{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}@media only screen and (max-width: 767px){.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}}@media only screen and (min-width: 640px){.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}}@media only screen and (min-width: 768px){.abs-visually-hidden-desktop,.block-search .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{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after{clear:both}@media only screen and (min-width: 768px){.abs-add-clearfix-desktop:before,.abs-pager-toolbar:before,.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after{content:'';display:table}.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after{clear:both}}@media only screen and (min-width: 640px){.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after{content:'';display:table}.abs-add-clearfix-desktop-s:after{clear:both}}@media only screen and (max-width: 639px){.abs-add-clearfix-mobile:before,.abs-checkout-order-review tbody tr:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody tr:after{clear:both}}@media only screen and (max-width: 767px){.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after{content:'';display:table}.abs-add-clearfix-mobile-m:after{clear:both}}.abs-add-box-sizing,.abs-field-date .control,.abs-field-tooltip,.search-autocomplete{box-sizing:border-box}@media only screen and (min-width: 768px){.abs-add-box-sizing-desktop{box-sizing:border-box}}@media only screen and (min-width: 640px){.abs-add-box-sizing-desktop-s{box-sizing:border-box}}@media only screen and (min-width: 768px){.abs-add-box-sizing-desktop-m{box-sizing:border-box}}@media only screen and (min-width: 768px){.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 5px;display:inline-block}.abs-revert-field-type-desktop .fieldset>.field.choice:before,.abs-revert-field-type-desktop .fieldset>.field.no-label:before,.abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,.abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before{display:none}.abs-revert-field-type-desktop .fieldset>.field:not(:first-child):last-of-type,.abs-revert-field-type-desktop .fieldset .fields>.field:not(:first-child):last-of-type{margin-bottom:0}}.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:"";font-family:"icons-blank-theme";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{padding:4px 5px;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:22px;color:inherit;content:"";font-family:"icons-blank-theme";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:22px;color:inherit;content:"";font-family:"icons-blank-theme";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:#fff;border:1px solid #bbb;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:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);z-index:99}.abs-split-button .items:after{border:7px solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #bbb rgba(0,0,0,0);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-action-addto-product{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.abs-actions-addto-gridlist{display:inline-block;text-decoration:none}.abs-actions-addto-gridlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-actions-addto-gridlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:29px;line-height:24px;color:#333;font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-actions-addto-gridlist:hover:before{color:#006bb4}.abs-button-l{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.abs-action-button-as-link,.abs-action-remove,.abs-add-fields .action.remove{line-height:1.42857;padding:0;color:#1979c3;text-decoration:none;background:none;border:0;display:inline;border-radius:0;font-size:inherit;font-weight:400}.abs-action-button-as-link:visited,.abs-action-remove:visited,.abs-add-fields .action.remove:visited{color:#1979c3;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-add-fields .action.remove:hover{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-add-fields .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-add-fields .action.remove:hover{color:#006bb4}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-add-fields .action.remove:hover,.abs-action-button-as-link:active,.abs-action-remove:active,.abs-add-fields .action.remove:active,.abs-action-button-as-link:focus,.abs-action-remove:focus,.abs-add-fields .action.remove:focus{background:none;border:0}.abs-action-button-as-link.disabled,.disabled.abs-action-remove,.abs-add-fields .disabled.action.remove,.abs-action-button-as-link[disabled],.abs-action-remove[disabled],.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-action-button-as-link,fieldset[disabled] .abs-action-remove,fieldset[disabled] .abs-add-fields .action.remove,.abs-add-fields fieldset[disabled] .action.remove{color:#1979c3;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-add-fields .action.remove:active,.abs-action-button-as-link:not(:focus),.abs-action-remove:not(:focus),.abs-add-fields .action.remove:not(:focus){box-shadow:none}.abs-revert-secondary-color{background:#f2f2f2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-revert-secondary-color:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-revert-secondary-size{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.abs-box-tocart{margin:10px 0}.abs-adjustment-incl-excl-tax .price-including-tax,.abs-adjustment-incl-excl-tax .price-excluding-tax,.abs-adjustment-incl-excl-tax .weee{font-size:1.4rem;display:inline-block;white-space:nowrap}.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax{display:inline-block;font-size:1.1rem}.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:before{content:"(" attr(data-label) ": "}.abs-adjustment-incl-excl-tax .price-including-tax+.price-excluding-tax:after{content:')'}.abs-tax-total{cursor:pointer;padding-right:12px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:10px;color:inherit;content:"";font-family:"icons-blank-theme";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{position:absolute;right:-10px;top:3px}.abs-tax-total-expanded:after{content:""}.abs-tax-total-expanded:after{content:""}.abs-methods-shipping-title{font-size:1.4rem;font-weight:700;margin:0 0 15px}@media only screen and (max-width: 639px){.abs-checkout-order-review tbody tr:not(:last-child){border-bottom:1px solid #d1d1d1}.abs-checkout-order-review tbody tr .col.item:before{display:none}.abs-checkout-order-review tbody tr .col.qty,.abs-checkout-order-review tbody tr .col.price,.abs-checkout-order-review tbody tr .col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.abs-checkout-order-review tbody tr .col.qty:before,.abs-checkout-order-review tbody tr .col.price:before,.abs-checkout-order-review tbody tr .col.subtotal:before{content:attr(data-th) ":";display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody tr .product-item-name{margin:0}}.abs-colon:after{content:': '}.abs-icon-add,.abs-dropdown-items-new .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:"";font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}@media only screen and (max-width: 767px){.abs-icon-add-mobile{display:block;text-decoration:none}.abs-icon-add-mobile:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:"";font-family:"icons-blank-theme";margin:0 5px 0 0;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{background:#e8e8e8}.abs-dropdown-items-new .action.new:before{margin-left:-17px;margin-right:5px}@media only screen and (max-width: 767px){.abs-toggling-title-mobile{border-bottom:1px solid #d1d1d1;border-top:1px solid #d1d1d1;cursor:pointer;margin-bottom:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.abs-toggling-title-mobile:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:inherit;content:"";font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile:after{position:absolute;right:10px;top:0}.abs-toggling-title-mobile.active:after{content:""}}.abs-no-display,.abs-sidebar-totals .table-caption{display:none}@media only screen and (max-width: 639px){.abs-no-display-s{display:none}}@media only screen and (min-width: 768px){.abs-no-display-desktop{display:none}}.abs-status{display:inline-block;margin-bottom:20px}@media only screen and (max-width: 767px){.abs-pager-toolbar-mobile .toolbar-amount,.abs-pager-toolbar-mobile .limiter,.abs-pager-toolbar-mobile .pages{float:none;margin-bottom:25px}}@media only screen and (max-width: 639px){.abs-pager-toolbar-mobile-s .toolbar-amount,.abs-pager-toolbar-mobile-s .limiter,.abs-pager-toolbar-mobile-s .pages{margin-bottom:25px}}@media only screen and (min-width: 768px){.abs-pager-toolbar{margin-bottom:20px;position:relative}.abs-pager-toolbar .limiter{float:right;position:relative;z-index:1}.abs-pager-toolbar .toolbar-amount{float:left;line-height:normal;padding:7px 0 0;position:relative;z-index:1}.abs-pager-toolbar .pages{position:absolute;width:100%;z-index:0}}.abs-block-items-counter{color:#7d7d7d;font-size:1.2rem;white-space:nowrap}.abs-shopping-cart-items .action.continue{border-radius:3px;font-weight:700;display:inline-block;text-decoration:none;background-image:none;background:#f2f2f2;border:1px solid #cdcdcd;color:#333;cursor:pointer;display:inline-block;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;margin:0;padding:7px 15px 7px 0;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none}.abs-shopping-cart-items .action.continue:hover,.abs-shopping-cart-items .action.continue:active,.abs-shopping-cart-items .action.continue:focus{text-decoration:none}.abs-shopping-cart-items .action.continue:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:"";font-family:"icons-blank-theme";margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.continue:hover:before{color:inherit}.abs-shopping-cart-items .action.continue:active:before{color:inherit}.abs-shopping-cart-items .action.continue:focus,.abs-shopping-cart-items .action.continue:active{background:#e2e2e2;border:1px solid #cdcdcd;color:#333}.abs-shopping-cart-items .action.continue:hover{background:#e2e2e2;border:1px solid #cdcdcd;color:#555}.abs-shopping-cart-items .action.continue.disabled,.abs-shopping-cart-items .action.continue[disabled],fieldset[disabled] .abs-shopping-cart-items .action.continue{opacity:.5;cursor:default;pointer-events:none}.abs-shopping-cart-items .action.continue:active{box-shadow:inset 0 2px 1px rgba(0,0,0,0.12)}.abs-shopping-cart-items .action.update{display:inline-block;text-decoration:none;padding-left:5px}.abs-shopping-cart-items .action.update:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;line-height:16px;color:inherit;content:"";font-family:"icons-blank-theme";margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-shopping-cart-items .action.update:hover:before{color:inherit}.abs-shopping-cart-items .action.update:active:before{color:inherit}@media only screen and (max-width: 767px){.abs-shopping-cart-items-mobile .actions{text-align:center}.abs-shopping-cart-items-mobile .action.update,.abs-shopping-cart-items-mobile .action.continue,.abs-shopping-cart-items-mobile .action.clear{margin:0 auto 10px}.abs-shopping-cart-items-mobile .action.update,.abs-shopping-cart-items-mobile .action.clear{display:block}}@media only screen and (min-width: 768px){.abs-shopping-cart-items-desktop{float:left;position:relative;width:73%}.abs-shopping-cart-items-desktop .actions{text-align:right}.abs-shopping-cart-items-desktop .action.clear,.abs-shopping-cart-items-desktop .action.update{margin-left:10px}.abs-shopping-cart-items-desktop .action.continue{float:left}}.abs-field-date .control{position:relative}.abs-field-date-input,.abs-field-date input{margin-right:10px;width:calc(100% - 50px)}.abs-field-tooltip{position:relative}.abs-field-tooltip input{margin-right:10px;width:calc(100% - 36px)}.abs-checkout-tooltip-content-position-top{right:-10px;top:40px;left:auto}.abs-checkout-tooltip-content-position-top:before,.abs-checkout-tooltip-content-position-top: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{border-bottom-color:#999}.abs-checkout-tooltip-content-position-top:after{border-bottom-color:#f4f4f4;top:1px}@media only screen and (max-width: 767px){.abs-checkout-tooltip-content-position-top-mobile{right:-10px;top:40px;left:auto}.abs-checkout-tooltip-content-position-top-mobile:before,.abs-checkout-tooltip-content-position-top-mobile: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{border-bottom-color:#999}.abs-checkout-tooltip-content-position-top-mobile:after{border-bottom-color:#f4f4f4;top:1px}}.abs-checkout-title{border-bottom:1px solid #ccc;padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.abs-sidebar-totals .mark{font-weight:400;padding-left:4px}.abs-sidebar-totals .mark strong{font-weight:400}.abs-sidebar-totals .amount{padding-right:4px;text-align:right;white-space:nowrap}.abs-sidebar-totals .amount strong{font-weight:400}.abs-sidebar-totals .grand .mark,.abs-sidebar-totals .grand .amount{padding-top:20px}.abs-sidebar-totals .grand .amount{padding-right:4px;text-align:right}.abs-sidebar-totals .grand .amount strong{font-weight:700}.abs-sidebar-totals .msrp{margin-bottom:10px}.abs-sidebar-totals .totals-tax-summary .mark,.abs-sidebar-totals .totals-tax-summary .amount{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;cursor:pointer}.abs-sidebar-totals .totals-tax-summary .amount .price{display:block;text-decoration:none;padding-right:25px;position:relative}.abs-sidebar-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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:"";font-family:"icons-blank-theme";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{position:absolute;right:-5px;top:-12px}.abs-sidebar-totals .totals-tax-summary.expanded .mark,.abs-sidebar-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after{content:""}.abs-sidebar-totals .totals-tax-details{display:none;border-bottom:1px solid #d1d1d1}.abs-sidebar-totals .totals-tax-details.shown{display:table-row}.abs-discount-block>.title{border-top:1px solid #d1d1d1;cursor:pointer;font-weight:600;display:block;text-decoration:none;margin-bottom:0;overflow:hidden;padding:7px 30px 7px 5px;position:relative}.abs-discount-block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:30px;line-height:inherit;color:inherit;content:"";font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block>.title:after{position:absolute;right:-5px;top:-5px}.column.main .abs-discount-block>.title strong{font-size:1.8rem;font-weight:400}.abs-discount-block>.content{display:none}.abs-discount-block.active>.title:after{content:""}.abs-discount-block.active>.content{display:block}.message.info{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;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:28px;line-height:28px;color:#c07600;content:"";font-family:"icons-blank-theme";margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:40px;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:28px;line-height:28px;color:#b30000;content:"";font-family:"icons-blank-theme";margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;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:28px;line-height:28px;color:#c07600;content:"";font-family:"icons-blank-theme";margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:40px;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:28px;line-height:28px;color:#c07600;content:"";font-family:"icons-blank-theme";margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;left:0;top:18px;width:40px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:10px 20px;display:block;line-height:1.2em;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:40px;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:28px;line-height:28px;color:#006400;content:"";font-family:"icons-blank-theme";margin:-14px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;left:0;top:18px;width:40px;position:absolute;text-align:center}.product.data.items{margin:0;padding:0;margin-bottom:20px}.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 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;color:#7d7d7d;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.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:#fcfcfc}.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;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}@media only screen and (min-width: 768px){.product.data.items{position:relative;z-index:1}.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 5px 0 0}.product.data.items>.item.title>.switch{color:#7d7d7d;font-weight:600;line-height:20px;font-size:1.4rem;color:#7d7d7d;text-decoration:none;background:#f0f0f0;border:1px solid #d1d1d1;border-bottom:none;height:20px;padding:5px 20px 5px 20px}.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:#fcfcfc}.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:6px}.product.data.items>.item.content{background:#fff;margin-top:31px;padding:20px 20px 20px 20px;border:0;border-top:1px solid #d1d1d1}}@media only screen and (max-width: 767px){.product.data.items{margin:0;padding:0}.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 0 5px}.product.data.items>.item.title>.switch{background:#f0f0f0;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top:1px solid #d1d1d1;height:40px;padding:5px 20px 5px 20px;color:#7d7d7d;font-weight:600;line-height:40px;font-size:1.8rem;color:#7d7d7d;text-decoration:none}.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:#fcfcfc}.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;padding-bottom:5px}.product.data.items>.item.content{background:#fff;border:1px solid #d1d1d1;margin:0 0 5px;padding:20px 20px 20px 20px}.product.data.items .data.item{display:block}}.block-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{display:inline-block;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:35px;line-height:33px;color:#8f8f8f;content:"";font-family:"icons-blank-theme";vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #d1d1d1;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 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:not(:empty){border-top:0;border:1px solid #c2c2c2;background:#fff}.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:#999;position:absolute;right:7px;top:5px}.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;top:6px;width:25px}.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 .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search.summary{margin-bottom:10px}@media only screen and (max-width: 767px){.block-search .block-content{margin-bottom:0}}@media only screen and (max-width: 639px){.block-search{margin-top:10px}}@media only screen and (min-width: 768px){.block-search{float:right;padding-left:15px;position:relative;width:250px;z-index:4}.block-search .control{border-top:0;margin:0;padding:0 0 25px}.block-search .nested{display:block;padding-top:5px;position:absolute}.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;display:inline-block;text-decoration:none;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;padding:5px 0;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:22px;line-height:22px;color:#8f8f8f;content:"";font-family:"icons-blank-theme";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:inherit}.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{cursor:not-allowed;pointer-events:none;opacity:.5}.block-search .action.search:focus:before{color:#333}.search-autocomplete{margin-top:0}}.message-success{float:left;width:100%}.review-items{padding:0;list-style:none}.block.related{background:#dadada;-webkit-box-shadow:0px 6px 5px 0px #a7a6a6;box-shadow:0px 6px 5px 0px #a7a6a6}.block.related .block-actions,.block.related .tocompare{display:none}.block.related .field.choice.related{display:none}.block.related .title{text-align:center}.block.related .title strong{font-weight:300;font-size:28px !important;text-transform:uppercase;padding-top:18px}.block.related .product-items{max-width:1280px;margin:auto}.block.related .product-items .price-box .price-wrapper .price{font-weight:normal}.block.related .product-items .product-info-price .price-box{font-weight:normal}.block.related .product-items .product-item{margin-left:calc((100% - 4 * 22%) / 4);padding:0;margin-bottom:0}.block.related .product-items .product-item .product-item-info{width:100% !important}.block.related .product-items .product-item img{width:100% !important}.block.related .product-items .swatches .swatch-attribute{margin-bottom:0}.block.related .product-items .price-box{margin:0 0 25px}.block.related .product-items .saving-price{float:left;font-weight:600;color:crimson}.block.related .product-items .actions-primary{margin-top:10px}.block.related .product-items .product-item-details .swatch-container{width:100%}.block.related .product-items .product-item-details .swatch-container .swatch-option{height:15px;min-width:37px}.block.related .product-items .product-item-details .product-reviews-summary{display:block;float:left;width:30%;margin:0}.block.related .product-items .product-item-details .product-reviews-summary .rating-result>span:before{color:#739900}.block.related .product-items .product-item-details .reviews-actions{display:none}.block.related .product-items .product-item .product-item-link{text-transform:uppercase}.block.related .product-items .product-item .product-item-name{min-height:77px;border-bottom:1px solid #494f54}.block.related .product-items .product-item .price-box{float:left;width:68%}.block.related .product-items .product-item .price-box .price{font-size:18px}.block.related .product-items .product-item .price-box .price-wrapper{font-size:18px}.block.related .product-items .product-item .price-box .old-price span{text-decoration:line-through}.block.related .product-items .product-item .price-box .normal-price{color:#739900}.block.related .product-items .product-item .price-label{display:none !important}.block.related .product-items .product-item .price-container{float:left;width:50%;padding-top:10px}.block.related .product-items .product-item .product-item-actions .primary{text-align:right;color:#494f54;padding-top:15px;background:none;border:none;padding:17px 0 0;font-size:16px;font-weight:600}.block.related .product-items .product-item-inner .actions{float:left;width:50%}.block.related .product-items .product-item-inner .actions .actions-secondary{display:none}.block.related .product-items .product-item-actions .actions-primary{display:block !important}.block.related .product-items .product-item-actions{float:right;width:32%;text-align:right;margin:0}.block.related .product-items .product-item-actions a{color:#494f54}.block.related .product-items .sidebar-main.fixed{position:fixed;top:66px;z-index:99}.block.related .product-items .sidebar-additional{display:none}.block.related .review-items{list-style:none}.modal-inner-wrap{width:40% !important}.modal-inner-wrap .modal-container{text-align:center;padding:30px}.modal-inner-wrap .modal-container span{font-size:2rem}.modal-inner-wrap .modal-container button{display:block;width:40%;margin:10px auto;background-color:#9c0}.modal-inner-wrap .modal-container a{background-color:#9c0;font-size:2rem;color:#494f54;display:block;width:40%;margin:auto;padding:10px 0}.login-container{float:left}.customer-account-create .main{border:1px solid #ccc;padding:15px;margin-bottom:80px}.customer-account-create .form-create-account input.label{width:20%;text-align:right;font-weight:bold}.customer-account-create .form-create-account .actions-toolbar{margin-bottom:15px}.owl-nav,.owl-dots{display:none}@media only screen and (min-width: 768px){.product-info-main{width:30% !important}.product.media{width:70% !important}.review-form{margin:auto;width:640px}}@media only screen and (max-width: 415px){.review-content,.review-details{margin-left:0 !important}.products-related{width:100%;overflow:hidden}.related .page-main{max-width:100%}.modal-inner-wrap{width:100%}.page-main .columns{display:block}.product-reviews-summary{width:35% !important}}
