/** 
* rotorstyle.css
*  
* 
* 
* - Initailising font 
* - Defaults 
* - Globals
* - Margin
* - Padding
* - Flex container
* - Size
* - Modalbox
*   -- overlay
*   -- Modalbox header section
*     --- Title
*     --- Close icon
*   -- Modalbox body section
*     --- Text
*     --- Heading Text
*     --- Input
*     --- Buttons
*     --- List
*     --- Tooltip
*   -- Addition modalbox customisation of save for later page
*   -- Addition resetting customisation
* - Tooltip
*/

/* | Initailising font */
@font-face {
	font-family: "RotorFont";
	src: url("DINNextLTPro-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "RotorFont500";
    src: url("DINNextLTPro-Medium.ttf") format("truetype");
}

/* | Globals */
.rotor-design p, .rotor-design div, .rotor-design h1, .rotor-design h2,
.rotor-design h3, .rotor-design h4, .rotor-design h5, .rotor-design h6,
.rotor-design span, .rotor-design strong, .rotor-design label,
.rotor-design li, .rotor-design button, .rotor-design a, .rotor-design ul li {
    font-family: "RotorFont";
    box-sizing: border-box;
} 
.rotor-design label {
    font-weight: 400;
    font-size: 14px;
}

/* | Defaults */

.rotor-row {
    display: flex;
    flex-wrap: wrap;
}

.rotor-row-margin {
    margin: 12px auto;
}

.rotor-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Margin */
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-1 {
    margin-top: 12px;
}
.margin-top-2 {
    margin-top: 24px;
}
.margin-top-3 {
    margin-top: 32px;
}

.margin-right-1 {
    margin-right: 12px;
}

.margin-right-3 {
    margin-right: 32px;
}

.margin-left-22 {
    margin-left: 264px;
}

.margin-bottom-3 {
    margin-bottom: 32px;

}

.padding-top-0 {
    margin-top: 0px;
}

.padding-tb-1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* | Flexbox*/
.rotor-modalbox__flex-container {
    display: flex;
}

.rotor-modalbox__flex-container--wrapped {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

/* Size */
.rotor-lg-4 {
    width: 33.33%
}

/* | Modalbox / Popup */
.rotor-modalbox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.rotor-modalbox.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}

.rotor-modalbox-container {
    border-radius: 0px;
    padding: 0px;
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 48%;
    margin: 2em auto;
    top: 5%;
    background: #fff;
    text-align: center;
}

.rotor-modalbox-container.save-later-popup-container {
    top: 22%;
    padding-top: 1.5rem;
}

.rotor-modalbox-container.save-later-popup-container .saveCartPopupOr {
    font-size: 16px;
}
.rotor-modalbox-container--small  {
    border-radius: 0px;
    padding: 0px;
    max-width: 310px;
    top: 25%;
    margin: 1.2rem auto;
}

/* || Modalbox header section */
.rotor-modalbox__header {
    height: 48px;
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.rotor-modalbox__header--white {
    background-color: #FFF;
}

.rotor-modalbox__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000;

    height: 24px;
    margin-top: 12px;
    margin-left: 16px
}

/* ||| Modalbox Close Icon */
.rotor-modalbox__close-icon {
    width: 48px;
    height: 48px;
}

.rotor-modalbox__close-icon svg {
    width: 48px;
    height: 48px;
    padding: 16px;
    margin: 0px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
}

/* || Modalbox body section */
.rotor-modalbox__body {
    padding: 24px;
}

.save-later-popup-container .rotor-modalbox__body {
    padding: 0px;
}

.rotor-modalbox-container--small .rotor-modalbox__body {
    padding: 16px;
}
/* ||| Modalbox Heading Text */
.rotor-design .rotor-modalbox__heading-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "RotorFont500";
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}

/* ||| Modalbox Text */
.rotor-modalbox__text {

}

/* ||| Modalbox Inoput */
.rotor-modalbox__text-input,
.page-ngpsearch ul li.last_col .rotor-design input[type='text'].rotor-modalbox__text-input {
    border-radius: 0px;
    height: 32px;
    display: inline-block;

    width: 288px;
}

/* ||| Modalbox Buttons */
.rotor-modalbox__button,
.saveForLaterPage .rotor-modalbox__button,
.page-ngpsearch ul li.last_col .rotor-design.rotor-modalbox .rotor-modalbox__body .rotor-modalbox__button {
    padding: 6px 16px 4px 16px;
    background-color: #2D6BFF;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;

    margin-left: 8px;
    width: 120px;
    height: 32px;
    box-sizing: border-box;
}

.rotor-modalbox__button:hover,
.rotor-modalbox__close-icon:hover {
    cursor: pointer;
}

.rotor-modalbox__button--azul,
.page-ngpsearch ul li.last_col .rotor-design.rotor-modalbox .rotor-modalbox__body .rotor-modalbox__button.rotor-modalbox__button--azul,
.page-ngpsearch ul li.last_col .save-later-popup .rotor-modalbox__button.rotor-modalbox__button--azul {
    background: #2D6BFF;
    color: #fff;
}

.rotor-modalbox__button--azul:hover,
.page-ngpsearch ul li.last_col .rotor-design.rotor-modalbox .rotor-modalbox__body .rotor-modalbox__button.rotor-modalbox__button--azul:hover {
    background: #E8E8E8;
    color: #000000;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    cursor: pointer;
}

.rotor-modalbox__button--stroked,
.saveForLaterPage .rotor-modalbox__button--stroked {
    border: 1px solid #666;
    background: #FFF;
    color: #000;
}

.rotor-modalbox__button--stroked:hover,
.saveForLaterPage .rotor-modalbox__button--stroked:hover {
    background: #E8E8E8;
    color: #000000;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #000;
    border: 1px solid #E8E8E8;
}


.rotor-modalbox__button--disabled,
.rotor-modalbox__button--disabled:hover,
.page-ngpsearch ul li.last_col .rotor-design.rotor-modalbox .rotor-modalbox__body .rotor-modalbox__button.disabled,
.page-ngpsearch ul li.last_col .rotor-design.rotor-modalbox .rotor-modalbox__body .rotor-modalbox__button.disabled:hover {
    background-color: #A6A6A6;
    color: #666666;
    cursor: not-allowed;
}

.rotor-design .rotor-modalbox__body ul li.rotor-modalbox__list a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    font-weight: 400;
    padding: 5px 0px;
    text-transform: none;
}

.rotor-modalbox__list {
    list-style-type: disc;
    list-style-position: inside;
    height: 38px;
    text-align: left;

}

.rotor-modalbox__list a:hover,
.rotor-design .rotor-modalbox__body ul li.rotor-modalbox__list:hover,
.rotor-design .rotor-modalbox__body ul li.rotor-modalbox__list:hover a,
.rotor-design .rotor-modalbox__body ul li.rotor-modalbox__list a:hover {
    color: #2D6BFF;
    cursor: pointer;
}


.rotor-tool-tip-container {
    position: relative;
    display: inline-block;
}

.rotor-tool-tip {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #D1D1D1;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    position: absolute;
    margin-top: -32px;
    transform: translateX(-50%);
    left: 50%;
    width: max-content;
}

.rotor-tool-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 4px;
  border-style: solid;
  border-color: #D1D1D1 transparent transparent transparent;
}

.rotor-modalbox__body .rotor-tool-tip {
    display: none;
}

.rotor-tool-tip span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

/* Addition resetting customisation */
.page-ngpsearch .result_main_nav ul li .rotor-tool-tip {
    text-transform: none;
}


.rotor-page {
    padding: 0px 50px 50px;
    max-width: 1280px;
    margin: auto;
}

.rotor-surface {
    padding: 20px 50px;
}

.rotor-surface-grey {
    background-color: #F7F7F7CC;
}

.rotor-design .rotor-text-light {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 2px;
}

.rotor-design .rotor-heading-text {
    font-family: "RotorFont500";
    font-size: 16px;
    color: #000;
}

.rotor-text {
    color: #000;
    margin-top: 2px;
    margin-bottom: 16px;
    min-height: 28px;
}

.rotor-design .rotor-text-heavy {
    font-family: "RotorFont500";
    color: #000;
    font-size: 14px;
}

.rotor-design input[type="radio"] {
    display: inline;
    opacity: 1;
    position: unset;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: 0px;
}

.rotor-design input[type='radio']:checked + label:not(.label--toggle)::before {
    display: none;
}

.rotor-design input[type="checkbox"] {
    display: inline;
    opacity: 1;
    position: unset;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0px;
}

.rotor-design input[type="text"] {
    border: 1px solid #D1D1D1;
    border-radius: 0px;
    height: 32px;
    width: 288px;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
}

.rotor-surface-stroked {
    border: 1px solid #CCC;
    padding: 12px 24px;
}

.rotor-button {
    padding: 10px, 16px, 8px, 16px;
    background-color: #2D6BFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    box-sizing: border-box;
    border:0px;
    color: #FFF;
    min-width: 82px;
    cursor: pointer;
}

.rotor-button-link {
    padding: 10px, 16px, 8px, 16px;
    background-color: transparent;
    border-radius: 0px;
    text-transform: none;
    color: #2D6BFF;
    border:0px;
    text-decoration: underline;
    cursor: pointer;
}

.rotor-design a {
    color: #2D6BFF;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.rotor-design .rotor-tab-heading {
    cursor: pointer;
    margin-right: 38px;
    margin-top: 42px;
    color: #000000;
}

.rotor-design .rotor-tab-selected {
    color: #2D6BFF;
    border-bottom: 2px solid #2D6BFF;
    font-family: "RotorFont500";
}

.rotor-tab-content {
    display: none;
}

.rotor-tab-content-show {
    display: block;
}

.rotor-two-column > div{
    width: 50%;
}

.rotor-page-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    color: #000;
}

.rotor-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000;
}

.rotor-textbox-container {
    margin-right: 24px;
}

.rotor-capitalize {
text-transform: capitalize;
}

.rotor-design .rotor-link {
    color: #2D6BFF;
    font-family: "RotorFont500";
}

.rotor-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.red-text {
    color:#d20532;
}
.green-text {
    color:#50d264;
}
