/** HIDDEN **/
.swogo-alternatives-box,
.swogo-options-box,
.swogo-sku,
.swogo-addCart,
.swogo-accessory .swogo-button-select-alternative,
.swogo-alternative input.swogo-quantity {
    display: none;
}
/** GENERAL **/
.swogo-enable {
    display: block;
}
.swogo-invisible,
.swogo-disable {
    display: none !important;
}
.swogo-hidden {
    height: 0;
    overflow:hidden;
    border: 0 !important;
}
.swogo-remove {
    opacity: 0;
    pointer-events: none;
}
.swogo-container-pdp {
    width: 832px;
    float: left;
    padding-left: 10px;
}
.swogo-bundle {
    display: block;
    border: none;
    border-bottom: 1px solid #ebedee;
    position: relative;
}
.swogo-main {
    position: relative;
    margin: 10px 0;
}
.swogo-host,
.swogo-accessories-box,
.swogo-accessory,
.swogo-alternative,
.swogo-option {
    display: inline-block;
    vertical-align: top;
}
.swogo-host,
.swogo-accessory,
.swogo-alternative,
.swogo-option{
    position: relative;
    width: 22%;
    margin: 0 30px 0 0;
    text-align: center;
}
.swogo-alternative.swogo-selected {
    display: none;
}
.swogo-bundle a {
    color: #333;
}
.swogo-bundle a:hover,
.swogo-bundle a:active,
.swogo-bundle a:focus{
    text-decoration: underline;
}
/** HOST **/
.swogo-host {
    position: relative;
}
/** ACCESSORIES **/
.swogo-accessory {
    position: relative;
}
.swogo-accessory:before {
    content: "+";
    font-size: 29px;
    margin-left: -18px;
    color: #055397;
    top: 60px;
    font-family: Arial;
    position: absolute;
    left: 0;
    height: 22.5px;
    width: 22.5px;
}
.swogo-product-images-container {
    height: 120px;
    width: 100%;
    margin: auto;
    cursor: pointer;
    position:relative;
}
.swogo-product-image {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}
.swogo-product-image.swogo-selected {
    opacity: 1;
}
.swogo-title,
.swogo-button-alternatives,
.swogo-more-bundles,
.swogo-alternative .swogo-button-select-alternative {
    cursor: pointer;
}
.swogo-container-pdp .swogo-host .swogo-product-images-container, .swogo-container-pdp .swogo-host .swogo-title {
    cursor: unset;
}
/** SUMMARY **/
.swogo-summary {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 20%;
}
/** ALTERNATIVES **/
.swogo-alternatives-box .swogo-button-alternatives,
.swogo-alternatives-box .swogo-button-add-to-cart {
    display: none;
}
.swogo-alternatives-box {
    text-align: center;
    border: 1px solid #ebedee;
    margin: -3px 0 10px;
    padding: 10px 0;
}
.swogo-container-pdp .swogo-button-select-alternative {
    margin-top: 10px;
}
/* Start Quantity Styles */
.swogo-alternative .swogo-quantity-div,
.swogo-option .swogo-quantity-div,
.swogo-quantity-div.swogo-blank .swogo-quantity,
.swogo-quantity-div.swogo-blank .swogo-quantity-btn,
.swogo-quantity-div.swogo-blank-discount .swogo-quantity,
.swogo-quantity-div.swogo-blank-discount .swogo-quantity-btn{
    display: none;
}
.swogo-quantity-div:not(.swogo-invisible) {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    /*margin-top: 30px;*/
}
.swogo-product-actions.swogo-discount-margin {
    margin-top: 27px;
}
.swogo-quantity-div .swogo-quantity,
.swogo-quantity-div .swogo-quantity-btn{
    display: inline-block;
}
.swogo-quantity-div .swogo-quantity{
    text-align: center;
    vertical-align: middle;
    width: 50%;
    max-width: 65px;
    font-weight: bold;
    font-size: 13px;
    height: 19px;
    color: #000 !important;
    pointer-events: none;
    background: #FFF;
    border: 1px solid #b8b8b8;
    margin: 0;
}
.swogo-quantity-div .swogo-quantity-btn{
    vertical-align: middle;
    width: 20px;
    height: 19px;
    background: #f9f9f9;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    font-weight: bold;
    color: #005b9c;
    cursor: pointer;
    font-size: 19px;
    line-height: 16px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}
.swogo-quantity-div .swogo-quantity-btn.increase{
    position: relative;
    margin-left: -2px;
}
.swogo-quantity-div .swogo-quantity-btn.decrease{
    position: relative;
    margin-right: -2px;
}
.swogo-quantity-div .swogo-quantity-btn:hover{
    /*background: #035203;*/
}
/* End Quantity Styles */

/** CUSTOM **/
.swogo-more-bundles {
    height: 30px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    margin: auto;
    background: #005b9c;
    color: white;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
    margin-bottom: 25px;
    cursor: pointer;
}
.swogo-more-bundles.swogo-action-close:before {
    content: "See more bundles";
}
.swogo-more-bundles.swogo-action-open:before {
    content: "See fewer bundles";
}
.swogo-loader {
    position: absolute;
    left:48%;
    top:50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@media screen and (max-width: 500px) {
    .swogo-loader {
        left: 30%;
    }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
:not(.swogo-summary-prices) > .swogo-price.swogo-line-throug,
:not(.swogo-summary-prices) > .swogo-rrp{
    display: block;
    font-weight: bold;
    position: absolute;
    top: auto;
    font-size: 12px;
    width: auto;
    background: #d91a4c;
    color: #ffffff;
    padding: 2px 4px;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
:not(.swogo-summary-prices) > .swogo-price:not(.swogo-line-throug),
:not(.swogo-summary-prices) > .swogo-discount{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    cursor: default;
    margin: 5px 0 5px;
}
.swogo-summary-prices > .swogo-price:not(.swogo-line-throug),
.swogo-summary-prices > .swogo-discount{
    font-size: 28px;
    font-weight: bold;
    color: #cb1829;
    margin: 0 0 10px;
}
.swogo-summary-prices .swogo-price.swogo-line-throug,
.swogo-summary-prices .swogo-rrp {
    display: block;
    font-weight: bold;
    color: #333 !important;
    margin: 0 0 3px;
    background: transparent;
    text-shadow: none;
}
.swogo-save {
    background: #cb1829;
    width: 100px;
    color: white;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 0 5px;
}
.swogo-container-title{
    font-size: 23px;
    color: #333;
    margin-bottom: 0;
    line-height: 28px;
}
.swogo-button-alternatives{
    text-align: center;
    color: #005b9c;
    cursor: pointer;
    /*margin-top: 25px;*/
    margin-top: 0px;
}
.swogo-button-alternatives:before{
    content: "More options";
}
.swogo-button-alternatives:after{
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    background: url(https://ui.swogo.com/harveynormanIe/imgs/arrowDown.png);
    margin: 0px 0 0 7px;
    position: relative;
    top: 4px;
}
.swogo-button-alternatives.swogo-enable:after{
    background: url(https://ui.swogo.com/harveynormanIe/imgs/arrowUp.png);
}
.swogo-title{
    height: 40px;
    overflow: hidden;
}
.swogo-summary .swogo-button-add-to-cart{
    height: 43px;
    line-height: 42px;
    cursor: pointer;
    background: #3da301;
    text-align: center;
    color: white;
    border: 1px solid #3da301;
    text-shadow: 0 -1px 0 #32750e;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
}
.swogo-summary .swogo-button-add-to-cart:hover{
    background: #32750e;
    border: 1px solid #32750e;
}
:not(.swogo-summary) ~ .swogo-button-add-to-cart{
    background: #2c84c4;
    height: 35px;
    line-height: 35px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0 0 10px;
    text-align: center;
    cursor: pointer;
}
:not(.swogo-summary) ~ .swogo-button-add-to-cart:hover{
    background: #4c9cd7;
}
.swogo-button-add-to-cart:before{
    content: "Add To Cart";
}
.swogo-button-select-alternative{
    background: #055397;
    height: 28px;
    line-height: 28px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}
.swogo-button-select-alternative:hover{
    background: #033159;
}
.swogo-button-select-alternative:before{
    content: "Select";
}
.swogo-selected .swogo-button-select-alternative{
    background: #909090 !important;
}
.swogo-selected .swogo-button-select-alternative:before{
    content: "Selected";
}

.swogo-summary-bottom{
    display: none;
}

.swogo-container:not(.swogo-container-pdp) .swogo-bundle-messages:nth-of-type(1){
    display: block !important;
}

.swogo-container-pdp .swogo-bundle-messages {
    margin: 5px 0;
    padding: 5px;
    font-size: 16px;
    border-radius: 4px;
    background: #005b9c;
    color: #fff;
    font-weight: bold;
}

/** Begin Basket styles **/
.swogo-container-basket{
    margin-bottom: 15px;
}

.swogo-container-basket .swogo-summary,
.swogo-container-basket .swogo-accessory:before,
.swogo-container-basket .swogo-button-select-alternative,
.swogo-container-basket .swogo-more-bundles{
    display: none;
}

.swogo-container-basket .swogo-alternatives-box .swogo-button-add-to-cart {
    display: block;
}

.swogo-container-basket .swogo-host,
.swogo-container-basket .swogo-accessory,
.swogo-container-basket .swogo-alternative,
.swogo-container-basket .swogo-option{
    width: 20%;
}

.swogo-container-basket .swogo-button-alternatives{
    margin-top: 3px;
}

.swogo-container-basket .swogo-button-add-to-cart{
    /*margin-top: 25px;*/
}
.swogo-container-basket .swogo-alternative .swogo-quantity-div,
.swogo-container-basket .swogo-alternative input.swogo-quantity{
    display: inline-block;
}

.swogo-container-basket .swogo-quantity-div.swogo-blank .swogo-quantity {
    display: none;
}

.swogo-container-basket .swogo-alternative .swogo-quantity-div:not(.swogo-invisible) {
    margin-top: 0;
}

.swogo-container-basket .swogo-alternative .swogo-product-actions.swogo-discount-margin {
    margin-top: 27px;
}




/** End Basket styles **/


/** Begin Popup styles **/
.swogo-container-popup {
    clear: both;
    padding: 10px 0;
    text-align: center;
    brder-top: 1px solid #d9dddf
}
.swogo-container-popup .swogo-button-alternatives,
.swogo-container-popup .swogo-accessory:before,
.swogo-container-popup .swogo-summary .swogo-discount,
.swogo-container-popup .swogo-summary .swogo-price,
.swogo-container-popup .swogo-more-bundles,
.swogo-container-popup .swogo-summary-bottom {
    display: none !important;
}
.swogo-container-popup .swogo-main {
    margin: 0;
}
.swogo-container-popup .swogo-accessory {
    margin: 0;
    width: 30%;
    margin-right: 20px;
    vertical-align: middle;
}
.swogo-container-popup .swogo-product-images-container {
    height: auto;
}
.swogo-container-popup .swogo-title {
    height: auto;
    margin: 7px 0;
}
.swogo-container-popup .swogo-price,
.swogo-container-popup .swogo-discount,
.swogo-container-popup .swogo-price.swogo-line-throug {
    display: block;
    position: static;
}
.swogo-container-popup .swogo-price.swogo-line-throug {
    margin: 0 auto;
    width: auto;
    display: table;
    position: relative;
    left: inherit;
    transform: inherit;
}

.swogo-container-popup .swogo-summary {
    width: 55%;
    position: static;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.swogo-container-popup .swogo-bundle {
    border: 0;
}
.swogo-container-popup .swogo-popup-message {
    height: auto;
    font-size: 16px;
    margin-bottom: 15px;
}
.swogo-container-popup .swogo-buttons-container {
    width: 100%;
    max-width: 136px;
    text-align: center;
    display: inline-block;
}
.swogo-container-popup .swogo-button-add-to-cart::before {
    content: 'Add this item';
}
.swogo-container-popup .swogo-button-add-to-cart {
    height: 36px;
    border: none;
    text-shadow: none;
    line-height: 35px;
    border-radius: 2px;
    background: #4c9cd7;
    transition: 0.3s background ease;
}
.swogo-container-popup .swogo-button-add-to-cart:hover {
    border: none;
    text-shadow: none;
    background: #2c84c4;
}
.swogo-container-popup .swogo-quantity-div{
    margin-top: 0px;
}

/** End Popup styles **/

/** Begin Payment styles **/
.swogo-container-payment {
    clear: both;
    text-align: start;
}
.swogo-container-payment .swogo-loader {
    left: 44%;
    top: 12%;
}
.swogo-container-payment .swogo-container-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.swogo-container-payment .swogo-summary .swogo-summary-prices,
.swogo-container-payment .swogo-summary .swogo-bundle-summary-info,
.swogo-container-payment .swogo-more-bundles,
.swogo-container-payment .swogo-button-alternatives,
.swogo-container-payment .swogo-accessory:before {
    display: none;
}
.swogo-container-payment .swogo-bundle {
    border: 0;
}
.swogo-container-payment .swogo-summary {
    width: calc(100% - 22% - 30px);
    height: 100%;
    text-align: center;
    padding-top: 15px;
}
.swogo-container-payment .swogo-summary .swogo-info-text {
    padding: 20px;
    padding-bottom: 0;
    height: 65px;
    overflow: hidden;
    line-height: 25px;
    width: 75%;
    display: inline-block;
}
.swogo-container-payment .swogo-summary .swogo-button-add-to-cart {
    width: 150px;
    display: inline-block;
    margin-top: 10px;
}
.swogo-container-payment .swogo-summary .swogo-button-add-to-cart:before {
    content: "YES PLEASE";
}
.swogo-container-payment .swogo-product-images-container {
    margin-bottom: 10px;
}
/** End Payment styles **/

@media screen and (max-width: 1265px) and (min-width: 992px){
    .swogo-container-pdp{
        width: 66.666666666666%;
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .swogo-container-pdp{
        width: 58.333333333333%;
        padding-right: 0px;
    }
}
@media screen and (max-width: 767px){
    .swogo-container-pdp{
        width: 100%;
        padding: 0 10px;
        clear: both;
        float: none;
    }
}
@media screen and (max-width: 991px) {
    .swogo-container-pdp{
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .swogo-container-pdp .swogo-product-images-container{
        height: 70px;
    }

    .swogo-product-images-container{
        text-align: center;
    }

    .swogo-container-basket .swogo-product-images-container{
        height: 55px;
    }

    .swogo-summary-bottom .swogo-discount:not(.swogo-invisible),
    .swogo-summary-bottom .swogo-save:not(.swogo-invisible){
        display: inline-block;
        float: right;
    }

    .swogo-summary-bottom .swogo-save:not(.swogo-invisible){
        padding: 0 3px;
        width: auto;
        margin-right: 5px;
    }

    .swogo-container-pdp :not(.swogo-summary-prices) > .swogo-price:not(.swogo-line-throug),
    .swogo-container-basket :not(.swogo-summary-prices) > .swogo-price:not(.swogo-line-throug),
    .swogo-container-pdp :not(.swogo-summary-prices) > .swogo-discount,
    .swogo-container-basket :not(.swogo-summary-prices) > .swogo-discount{
        font-size: 16px;
        margin-bottom: 0;
    }

    :not(.swogo-summary-prices) > .swogo-price.swogo-line-throug,
    :not(.swogo-summary-prices) > .swogo-rrp{
        font-size: 10px;
        white-space: nowrap;
    }

    .swogo-host,
    .swogo-container-pdp .swogo-accessory{
        width: 28%;
        margin: 0px 8px 0 8px;
    }

    .swogo-alternative,
    .swogo-option{
        width: 27%;
        margin: 0px 8px 0 8px;
    }

    .swogo-accessory:before{
        margin-left: -18px;
        top: 54px;
    }

    .swogo-button-alternatives:after,
    .swogo-container-pdp :not(.swogo-summary-bottom) > .swogo-summary,
    .swogo-container-basket :not(.swogo-summary-bottom) > .swogo-summary,
    .swogo-summary .swogo-price.swogo-line-throug{
        display: none !important;
    }

    .swogo-summary-bottom{
        display: block;
    }

    .swogo-container-pdp .swogo-summary,
    .swogo-container-basket .swogo-summary{
        position: relative;
        width: 100%;
        text-align: right;
        padding: 10px;
        background-color: #f5f5f5;
        border: 2px solid #ebedee;
        border-radius: 4px;
        bottom: 0;
        margin-top: 5px;
    }

    .swogo-container-pdp .swogo-summary{
        display: flex;
        align-items: center;
    }

    .swogo-buttons-container{
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .swogo-button-alternatives,
    .swogo-button-select-alternative{
        font-size: 12px;
    }

    .swogo-container-pdp .swogo-title,
    .swogo-container-basket .swogo-title{
        font-size: 13px;
    }

    .swogo-summary-prices{
        display: inline-block;
        margin-right: 10px;
        width: calc(100% - 40% - 10px);
        margin-top: 10px
    }

    .swogo-button-add-to-cart{
        margin-top: 0;
    }

    .swogo-container-title{
        padding-left: 10px;
    }

    /** Begin Basket styles **/
    .swogo-container-basket .swogo-accessory:nth-of-type(4),
    .swogo-container-basket .swogo-alternative:nth-of-type(4){
        display: none;
    }

    .swogo-container-basket .swogo-host,
    .swogo-container-basket .swogo-accessory{
        width: 29.3%;
        margin: 0 2%;
    }

    .swogo-container-basket .swogo-alternative,
    .swogo-container-basket .swogo-option{
        width: 29.3%;
        margin: 0 2%;
    }
    /** End Basket styles **/

    /** Begin Popup styles **/
    .swogo-container-popup{
        width: 95%;
        margin-left: 2.5%;
    }
    /** End Popup styles **/

    /** Start Payment Styles **/
    .swogo-container-payment .swogo-buttons-container {
        width: 100%;
    }
    .swogo-container-payment .swogo-product-images-container {
        height: 95px;
    }
    /** End Payment Styles **/
}

@media screen and (max-width: 600px){
    /** Begin Basket styles **/
    .swogo-container-basket .swogo-button-add-to-cart{
        font-size:11px;
    }
    /** End Basket styles **/

    /** Begin Payment styles **/
    .swogo-container-payment .swogo-accessory {
        margin: 0 15px 0 0;
        width: 35%;
    }
    .swogo-container-payment .swogo-container-payment .swogo-summary {
        width: calc(65% - 15px);
    }
    .swogo-container-payment .swogo-container-payment .swogo-summary .swogo-info-text {
        width: 90%;
        height: 70px;
        line-height: 17px;
    }
    /** End Payment styles **/
}

@media screen and (max-width: 540px){
    /** Begin Popup styles **/
    .swogo-container-popup {
        margin: 0;
        width: 100%;
        padding: 5px;
    }
    .swogo-container-popup .swogo-main,
    .swogo-container-popup .swogo-bundle {
        margin: 0;
        padding: 0;
    }
    .swogo-container-popup .swogo-summary,
    .swogo-container-popup .swogo-accessory {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 180px;
        position: static;
        text-align: center;
    }
    .swogo-container-popup .swogo-summary {
        max-width: 250px;
    }
    .swogo-container-popup .swogo-accessory .swogo-product-images-container {
        margin-bottom: 5px;
    }
    .swogo-container-popup .swogo-accessory .swogo-title {
        height: auto;
        margin-bottom: 10px;
    }
    .swogo-container-popup .swogo-price.swogo-line-throug {
        position: static;
    }
    .swogo-container-popup .swogo-popup-message {
        height: auto;
        margin: 10px 0;
    }
    .swogo-container-popup .swogo-button-add-to-cart {
        margin: 0 auto;
        max-width: 180px;
    }
    /** End Popup styles **/
}
