@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Raleway:wght@200;300;400;600;700&display=swap");
.detail-header {
  background-color: #fcfcfc;
  padding: 25px 0 30px;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 768px) {
    .detail-header {
      padding: 15px;
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .detail-header {
      padding: 20px 40px; } }

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .logo {
      width: 100%; } }
  @media (max-width: 768px) {
    .logo > a {
      background-repeat: no-repeat;
      background-size: cover;
      width: 21px;
      height: 12px; } }

@media (max-width: 768px) {
  .tudor-menu .menu {
    display: none; } }

.tudor-menu .menu__list {
  display: flex; }
  .tudor-menu .menu__list__item {
    margin-left: 10px; }
    .tudor-menu .menu__list__item__link {
      font-family: Helvetica, sans-serif;
      color: #142951;
      text-decoration: none;
      font-size: 14px;
      padding: 10px 15px;
      transition: all .3s ease-in-out;
      font-weight: 400;
      font-size: 16px; }
      .tudor-menu .menu__list__item__link--contact {
        border-radius: 30px;
        border: 1px solid #000;
        transition: all .3s ease-in-out; }
      @media (max-width: 768px) {
        .tudor-menu .menu__list__item__link {
          font-size: 12px; } }
      .tudor-menu .menu__list__item__link:hover {
        color: #142951; }

.menu__list__item__link--contact:hover {
  background: #142951;
  color: #fff !important; }

.tudor-detail-top p {
  margin-bottom: 40px; }

.catalog-product-view.page-layout-tudor .filter {
  background: #fff; }

.catalog-product-view.page-layout-tudor .filter-open {
  background-color: #fff; }

.catalog-product-view.page-layout-tudor .page-main .detail-brand {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .catalog-product-view.page-layout-tudor .page-main .detail-brand__title > h2 {
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500; }

.catalog-product-view.page-layout-tudor .page-main .product.media {
  margin: 5% 0 0; }
  .catalog-product-view.page-layout-tudor .page-main .product.media .fotorama__nav.fotorama__nav--thumbs {
    display: flex;
    align-items: center; }
  @media (max-width: 768px) {
    .catalog-product-view.page-layout-tudor .page-main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
      display: flex;
      align-items: center; } }
  .catalog-product-view.page-layout-tudor .page-main .product.media .fotorama__nav--thumbs .fotorama__nav__frame--thumb {
    padding-left: 0 !important;
    margin-right: 30px; }

.catalog-product-view.page-layout-tudor .page-main .product-info-main {
  position: relative; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-brand {
    position: absolute;
    top: 0;
    width: 94%; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product.title {
    margin-top: 55px; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .page-title {
    font-family: "Playfair Display", sans-serif !important;
    color: #be0000;
    font-size: 44px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important; }
    @media screen and (max-width: 1200px) {
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .page-title {
        text-align: left;
        font-size: 32px !important; } }
    @media screen and (max-width: 1024px) {
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .page-title {
        font-size: 28px !important; } }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-designer {
    display: none; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .sku {
    color: #737373;
    font-size: 14px !important;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.1em; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .sku > strong {
      font-weight: 300 !important; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-price {
    margin-bottom: 30px;
    float: left;
    width: auto;
    margin-right: 20px; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-price .price-box {
      display: flex;
      float: left; }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-price .price-box .price-final_price {
        padding: 0;
        margin: 0; }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-price .price-box .price-container span {
        color: #333;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.05em; }
        @media (max-width: 768px) {
          .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-info-price .price-box .price-container span {
            font-size: 18px; } }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .tooltip {
    width: 20px;
    display: block;
    float: left;
    margin-top: 9px;
    margin-left: 5px; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .ui-tooltip {
    padding: 15px;
    background: #f3f3f3;
    width: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75); }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form {
    display: flex;
    flex-wrap: nowrap;
    float: left; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form .towishlist > i {
      color: #be0000 !important; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a {
      display: flex;
      align-items: center;
      background-color: transparent !important;
      border: 0;
      color: #333;
      text-transform: capitalize !important; }
      @media (max-width: 768px) {
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a {
          padding: 0;
          width: 100%; } }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a:first-child::before {
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVHgB7ZPdDYJAEIS/I76LFRgrkUgh2IF2YAlqBdIIEjuxEX9mlYuXeKCBV77ksrCTGTZkDwJq2OmcaCGmJ+HLAxZ0ENOdEvcStvRAvoM7qzoo73DROIWaTqeMGUJdnkytYmKCmXM1FZZJvOYtAaFe2fg+wLOCNR3EdB+wrN91qmlmTW/e1FRfSvkcwufXP2AIFlD9GD2GecybMJAx4HsP/uamrdR+4Cq7ELChB1qg4xMpnzK7HSqKfwAAAABJRU5ErkJggg==");
        margin-right: 9px; }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a .add-to-wishlist-text {
        order: 1; }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a:hover {
        border: 0 !important; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .reviews-actions {
    display: none; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .button {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    background-color: #7c0041;
    color: #fff;
    padding: 14px 96.5px;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    font-weight: 500;
    margin-top: 80px; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .button:hover {
      background-color: #850042; }
    @media (max-width: 768px) {
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .button {
        padding: 14px 40px; } }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    float: left;
    width: 100%; }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn {
      display: flex;
      align-items: center;
      width: 50%; }
      @media (max-width: 768px) {
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn {
          width: 50%; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn {
          width: 100%; } }
      @media (max-width: 768px) {
          .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn:last-child {
            margin-right: 0;
            padding-left: 9px; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn:last-child {
            margin-right: 34px;
            padding-left: 0; } }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn > a {
        color: #333;
        font-weight: 400;
        margin-left: 9px; }
        @media (max-width: 768px) {
          .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn > a {
            font-size: 13px; } }
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn > a:hover {
          color: #142952; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .advantages-inner {
    display: none !important; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos {
    display: flex;
    justify-content: center;
    padding: 17px 0;
    border: 1px solid #d6d6d6;
    color: #666;
    margin-top: 38px;
    float: left;
    max-width: 445px;
    width: 100% ;
    margin-bottom: 50px;}
    @media (max-width: 768px) {
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos {
        flex-direction: row } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos {
        flex-direction: row; } }
    .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos__item {
      display: flex;
      align-items: center;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos__item {
          padding: 0 0 20px 31px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos__item {
          padding: 0; } }
      .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos__item > span {
        text-transform: uppercase;
        font-weight: 400;
        margin-left: 21px;
        font-size: 11px; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-share {
    display: none; }

.catalog-product-view.page-layout-tudor .page-main .detailed {
  border-top: 1px solid #f1efef;
  margin-top: 102px; }
  @media (max-width: 768px) {
    .catalog-product-view.page-layout-tudor .page-main .detailed {
      margin-top: 60px;
      display: block;
      float: left; } }
  .catalog-product-view.page-layout-tudor .page-main .detailed .product.data.items {
    padding-left: 0;
    padding-right: 0; }
    .catalog-product-view.page-layout-tudor .page-main .detailed .product.data.items > .item.content {
      border-left: none !important;
      border-right: none !important;
      border-top: none !important; }
      .catalog-product-view.page-layout-tudor .page-main .detailed .product.data.items > .item.content .table-wrapper {
        border-left: none !important; }
    .catalog-product-view.page-layout-tudor .page-main .detailed .product.data.items .table th,
    .catalog-product-view.page-layout-tudor .page-main .detailed .product.data.items .table td {
      border: 0 !important;
      padding: 10px 14px !important;
      font-weight: 400; }
  .catalog-product-view.page-layout-tudor .page-main .detailed .product .title > a {
    background-color: transparent !important;
    border: 0 !important; }
    .catalog-product-view.page-layout-tudor .page-main .detailed .product .title > a > h2 {
      font-size: 18px !important;
      font-weight: bold !important;
      text-transform: capitalize !important; }
  .catalog-product-view.page-layout-tudor .page-main .detailed .product .active > a {
    border-top: 2px solid #be0000 !important;
    border-radius: 0 !important; }

.catalog-product-view.page-layout-tudor .page-main .detail-relatedtitle {
    width: 100%;
    text-align: center;
    float: left;
    display: block;}
  .catalog-product-view.page-layout-tudor .page-main .detail-relatedtitle > h2 {
    font-size: 42px; }
    @media (max-width: 768px) {
      .catalog-product-view.page-layout-tudor .page-main .detail-relatedtitle > h2 {
        font-size: 28px; } }

.catalog-product-view.page-layout-tudor .page-main .block-viewed-products-grid .block-title,
.catalog-product-view.page-layout-tudor .page-main .block-viewed-products-list .block-title,
.catalog-product-view.page-layout-tudor .page-main .related .block-title,
.catalog-product-view.page-layout-tudor .page-main .upsell .block-title {
  display: none !important; }

.catalog-product-view.page-layout-tudor .page-main .justify-content-between,
.catalog-product-view.page-layout-tudor .page-main .product-item-top {
  display: none !important; }

.catalog-product-view.page-layout-tudor .page-main .product.name.product-item-name {
  margin: 0; 
  text-align: center;}

.catalog-product-view.page-layout-tudor .page-main .price-container.price-final_price.tax.weee {
  min-height: 0; }

.catalog-product-view.page-layout-tudor .page-main .product.details.product-item-details {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .catalog-product-view.page-layout-tudor .page-main .product.details.product-item-details::before {
    content: "TUDOR";
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 30px 0 15px;
    font-size: 16px; }
    @media (max-width: 768px) {
      .catalog-product-view.page-layout-tudor .page-main .product.details.product-item-details::before {
        font-size: 14px; } }

.catalog-product-view.page-layout-tudor .page-main .product.attribute .value {
  line-height: 21px; }

.catalog-product-view.page-layout-tudor .page-main .product-item-link {
  color: #727272 !important;
  font-weight: 400 !important;
  height: 100% !important;
  font-size: 18px !important; }
  @media (max-width: 768px) {
    .catalog-product-view.page-layout-tudor .page-main .product-item-link {
      font-size: 14px; } }

.catalog-product-view.page-layout-tudor .page-main .view-more {
  display: none; }

.catalog-product-view.page-layout-tudor .page-main .product-item .price-box {
  color: #000; }
  .catalog-product-view.page-layout-tudor .page-main .product-item .price-box span {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600; }

.catalog-product-view.page-layout-tudor .fotorama__nav--dots .fotorama__nav__frame {
  width: 20px; }

.catalog-product-view.page-layout-tudor .fotorama__dot {
  border-radius: 50%;
  border: 1px solid #4F4F4F;
  display: block;
  height: 10px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 10px; }

.catalog-product-view.page-layout-tudor .fotorama__active .fotorama__dot {
  background: #BE0000;
  border-color: #BE0000; }

.catalog-product-view.page-layout-tudor .stock {
  font-size: 0px; }
  .catalog-product-view.page-layout-tudor .stock span {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #737373; }
  .catalog-product-view.page-layout-tudor .stock.available span {
    color: #737373; }

@media screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-tudor .product-info-price + .tooltip {
    display: none !important; }
  .catalog-product-view.page-layout-tudor .catalog-product-view .detailed {
    padding: 0 15px; }
    .catalog-product-view.page-layout-tudor .catalog-product-view .detailed .product.data.items > .item.title > .switch h2 {
      font-size: 16px !important; }
    .catalog-product-view.page-layout-tudor .catalog-product-view .detailed .product.data.items > .item.content {
      padding: 25px 0; }
  .catalog-product-view.page-layout-tudor .product-info-main .product-add-form {
    margin-top: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-product-view.page-layout-tudor .block.advantages {
    display: none; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .product-add-form > a {
    padding: 0;
    width: 46%;
    display: inline-block; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns__btn {
    width: 44%;
    display: inline-block; } }

.detail-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-color: #fcfcfc; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .detail-footer__wrapper > nav {
      width: 100%; } }

.footer__menu__list {
  display: flex; }
  @media (max-width: 768px) {
    .footer__menu__list {
      display: inline-block;
      padding: 30px 0;
      text-align: center; } }
  @media (max-width: 768px) {
    .footer__menu__list {
      width: 100%; } }
  .footer__menu__list__item {
    margin-left: 30px;
    padding: 23px 0; }
    @media (max-width: 768px) {
      .footer__menu__list__item {
        padding: 10px 0;
        display: inline-block;
        margin-left: 0;
        border-bottom: 1px solid #d1d1d1;
        width: 100%; }
        .footer__menu__list__item:first-child {
          border-top: 1px solid #d1d1d1; } }
    .footer__menu__list__item__link {
      text-decoration: none;
      font-family: Helvetica, sans-serif;
      color: #000;
      font-size: 14px; }
      @media (max-width: 768px) {
        .footer__menu__list__item__link {
          font-size: 12px; } }

.arrow-icon {
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 28px;
  transition: all 0.2s ease-out 0s; }

@media (max-width: 1069px) {
  .tudor-menu {
    display: none;
    width: 100vw;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tudor-menu ul.menu__list {
    display: block;
    padding: 0 !important; }
  .tudor-menu ul li {
    display: block;
    padding: 0 15px;
    float: none;
    margin-right: 0;
    border-top: 1px solid #ececec;
    margin: 0;
    text-align: center;
    line-height: 34px; }
  .menu__list__item__link--contact {
    border-radius: 30px;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    padding: 5px 15px; }
  .tudor-menu-mobile--open .tudor-menu {
    display: block; }
  .tudor-menu-mobile--open .tudor-menu-mobile {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    top: 2px; } }

.page-layout-tudor-category .filter-options .filter-options-category {
  display: none !important; }

body[class*="tudor"] .filter {
  background: #fff; }

body[class*="tudor"] .filter .filter-open {
  display: none; }

@media screen and (max-width: 1024px) {
  body[class*="tudor"] .filter .filter-open {
    display: block; } }

/* TUDOR------------------------------------------------------------*/
body[class*="tudor"] .filter-options-item.filter-options-designer {
  display: none !important; }

body[class*="tudor"] .filter-options-item.filter-options-metal-colour {
  display: none !important; }

body[class*="tudor"] .filter-options-item.filter-options-metal-type {
  display: none !important; }

body[class*="tudor"] .filter-options-designer-collection .filter-options-title {
  font-size: 0px; }

body[class*="tudor"] .filter-options-designer-collection .filter-options-title:before {
  font-size: 12px;
  content: "Collection";
  display: inline-block; }

.ui-tooltip {
  padding: 15px;
  background: #f3f3f3;
  font-size: 16px;
  width: 450px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.75); }

/* TUDOR CONTACT------------------------------------------------------------*/
.page-layout-tudor .contacts-message__form--title {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #727272;
  border-left: none;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-right: 30px;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #727272; }

.page-layout-tudor .contacts-message__form input[type="text"] {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #727272;
  border-left: none;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-right: 30px;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300; }

.page-layout-tudor .button {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  background-color: #142952;
  color: #fff;
  padding: 14px 70px;
  transition: all 0.2s ease-out 0s; }

.page-layout-tudor .contacts-message__form--btns .button {
  padding: 14px 50px;
  display: inline; }

.page-layout-tudor .button:hover {
  background-color: #1F4082; }

.page-layout-tudor .contacts-message__form--btns .cancel {
  text-decoration: none;
  text-transform: uppercase;
  color: #727272;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #727272;
  padding: 11px 15px;
  margin: 0 30px;
  transition: all 0.2s ease-out 0s; }

.page-layout-tudor .contacts-message__form--btns .cancel:hover {
  color: #1F4082;
  border-bottom: 2px solid #1F4082; }

.page-layout-tudor .form-group.form-check label {
  margin-left: 5px; }

.page-layout-tudor div#contact-form {
  width: 100%;
  padding: 0px 80px 0px 0px; }

.page-layout-tudor .tudor-menu .menu__list__item__link {
  font-weight: 400;
  font-size: 16px; }

header.page-header {
    order: -5;}

.ammenu-nav-sections.nav-sections, ammenu-menu-overlay {
    order: -3;}

.tudor-header {
    order: -1;}

.catalog-product-view.page-layout-tudor .product-info-main, .catalog-product-view.page-layout-tudor .media {
	 -moz-box-flex: 0;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;
}

@media screen and (max-width: 765px) {
  .catalog-product-view.page-layout-tudor .product-info-main, .catalog-product-view.page-layout-tudor .media {
	 -moz-box-flex: 0;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 100%;
} }




.catalog-category-view.page-layout-tudor .product-info-main, .catalog-category-view.page-layout-tudor .detail-relatedtitle{
    display: none;}

.page-layout-tudor .page-title-wrapper.product {
    margin-top: 65px;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main .tooltip {
    margin-top: 55px;}

.div-enquire-button {
    width: 100%;
    display: block;
    float: left;}

.block.block-james-free-difference {
    display: none;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.primary.tocart {
    background-color: transparent!important;
    border: 0;
    text-transform: capitalize!important;
    padding: 0px 20px;
    padding-left: 0px;
    height: auto;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.primary.tocart span:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVHgB7ZPdDYJAEIS/I76LFRgrkUgh2IF2YAlqBdIIEjuxEX9mlYuXeKCBV77ksrCTGTZkDwJq2OmcaCGmJ+HLAxZ0ENOdEvcStvRAvoM7qzoo73DROIWaTqeMGUJdnkytYmKCmXM1FZZJvOYtAaFe2fg+wLOCNR3EdB+wrN91qmlmTW/e1FRfSvkcwufXP2AIFlD9GD2GecybMJAx4HsP/uamrdR+4Cq7ELChB1qg4xMpnzK7HSqKfwAAAABJRU5ErkJggg==);
    margin-right: 9px;
}


.catalog-product-view.page-layout-tudor .page-main .product-info-main .box-tocart .action.tocart span {
    color: #333 !important;
    text-transform: capitalize!important;
    font-size: 14px !important;
    font-weight: 400;}

.catalog-product-view.page-layout-tudor .product-info-main .product-add-form form > div {
    width: 100%;}

.product-info-main .product-social-links{
    width: 50%;
    float: left;
    padding-top: 37px;}
  
.catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.towishlist {
    color: #333 !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: initial;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;}
  
.row {
    display: flex;}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.towishlist:before{
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FtYWRhXzEiIGZvY3VzYWJsZT0iZmFsc2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0JFMDAwMDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ2Mi4zLDYyLjdjLTU0LjUtNDYuNC0xMzYtMzguNy0xODYuNiwxMy41TDI1Niw5Ni42bC0xOS43LTIwLjNDMTk1LjUsMzQuMSwxMTMuMiw4LjcsNDkuNyw2Mi43DQoJYy02Mi44LDUzLjYtNjYuMSwxNDkuOC05LjksMjA3LjhsMTkzLjUsMTk5LjhjNi4yLDYuNCwxNC40LDkuNywyMi42LDkuN2M4LjIsMCwxNi40LTMuMiwyMi42LTkuN0w0NzIsMjcwLjUNCglDNTI4LjQsMjEyLjUsNTI1LjEsMTE2LjMsNDYyLjMsNjIuN3ogTTQ0OS4yLDI0OC4zTDI1Ni40LDQ0OC4xTDYyLjgsMjQ4LjNjLTM4LjQtMzkuNi00Ni40LTExNS4xLDcuNy0xNjEuMg0KCWM1NC44LTQ2LjgsMTE5LjItMTIuOSwxNDIuOCwxMS41bDQyLjcsNDQuMWw0Mi43LTQ0LjFjMjMuMi0yNCw4OC4yLTU4LDE0Mi44LTExLjVDNDk1LjUsMTMzLjEsNDg3LjYsMjA4LjYsNDQ5LjIsMjQ4LjNMNDQ5LjIsMjQ4LjMNCgl6Ii8+DQo8L3N2Zz4NCg==) !important;
}

.page-layout-tudor .main select {
  height: auto !important;}

.invalid {
  border: none !important;
  border-bottom: 1px solid #dd1616 !important;}

select#title {
  padding-top: 0px;}

.contacts-message__form--btns button#btnsub {
  display: none;}

  button.btn.primary {
    background-image: none;
    background: #ab3853;
    border: #ab3853;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    min-height: 45px;
    border-radius: 0px;
    min-width: 270px;
}

.form-group.form-check {
  padding: 15px 0px;
}

fieldset.contacts-message__form--btns {
  border: none;
  margin-top: 40px;}

span.appointment-info {
    float: right;}

.field.qty {
      display: none;}

div#bread-btn-cntnr {
  display: none;}

a.button.enquire-button {
    display: none;
}

.product-info-main.tudor-eco .product-add-form form {
width: 100%;
max-width: 445px;}

.catalog-product-view.page-layout-tudor .product-info-main.tudor-eco .product-add-form form > div {
width: 100%;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main.tudor-eco .product-add-form {
width: 100%;}

.tudor-eco .box-tocart.ecommerce-tudor {
width: 50%;
float: left;
display: flex;
margin-bottom: 0px;}

.tudor-eco .box-tocart.ecommerce-tudor .fieldset {
margin-bottom: 0px;}

.tudor-eco .box-tocart.ecommerce-tudor ~ .product-social-links {
padding-top: 20px;
text-align: left;}


.tudor-eco button#product-addtocart-button span, .tudor-eco button#product-updatecart-button span {
  color: #fff !important;
  text-transform: uppercase !important;}

.tudor-eco button#product-addtocart-button, .tudor-eco button#product-updatecart-button {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  background-color: #7c0041;
  color: #fff;
  padding: 11px 96.5px;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  font-weight: 500;
  margin-top: 15px;
  height: auto;
  border-radius: 0px;
  min-width: 447px;}

.main .tudor-eco .box-tocart .action.tocart span{
  background: none;
  padding-right: 0px !important;}

.tudor-eco .box-tocart, .tudor-eco .box-tocart .fieldset {
  margin-bottom: 0px !important;}

.product-info-main.tudor-eco .product-add-form {
  padding-top: 0px;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main.tudor-eco .product-info-price {
  margin-bottom: 0px !important;}


.product-options-wrapper .field .control {
  display: inline-block;
  max-width: 250px;
}

@media screen and (max-width: 1024px) {
.product-info-main .product-social-links {
  width: 50%;
  float: left;
  padding-top: 40px;
  text-align: left;}

.catalog-product-view.page-layout-tudor .page-main .product-info-main.tudor-eco .detail-action-btns__btn:last-child {
  margin-right: 0px !important;}
.catalog-product-view.page-layout-tudor .product-info-main .product-add-form {
  margin-top: 0px !important;
  padding-top: 15px !;}
a.mt-thumb-switcher.mz-thumb {
    max-width: 15%;}
div.MagicToolboxContainer {
    padding: 0px 20px;}
}

@media (max-width: 820px){
.product-options-wrapper .field .control {
    max-width: 170px;
}

.tudor-eco button#product-addtocart-button, .tudor-eco button#product-updatecart-button {
    min-width: 387px;
}

.catalog-product-view.page-layout-tudor .page-main .product-info-main .button {
    padding: 14px 60.5px !important;
}

.main .box-tocart .action.tocart span {
    padding-right: 0px;
}
}

 @media screen and (max-width: 768px) {
  .main .box-tocart .action.tocart span {
    padding-right: 0px;} 
  .product-addto-links {
    width: 100%;
    margin-bottom: 15px;} 
  .product-info-main .product-social-links {
    height: 61px;
    display: flex;
    align-items: flex-end;
    padding-top: 14px;}
  .catalog-product-view.page-layout-tudor .product-info-main .product-add-form {
    margin-top: 0px;}
  .detail-action-btns__btn:first-child {
    margin-right: 30px;}
  .catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.towishlist{
    font-size: 13px;}
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .box-tocart .action.tocart span {
    font-size: 13px !important;}
  .product-info-main.tudor-eco .product-social-links {
    height: auto;}
  .tudor-eco button#product-addtocart-button {
    min-width: 366px;}
  .catalog-product-view.page-layout-tudor .product-info-main .product-add-form {
    margin-top: 0px; }
  .catalog-product-view.page-layout-tudor .page-main .product-info-main.tudor-eco .detail-action-btns {
    justify-content: initial;}
  .tudor-eco .detail-action-btns__btn:first-child {
    margin-right: 25px;}
  
 }

 @media (max-width: 768px){
  .product-options-wrapper .field .control {
    max-width: 180px;
}
.product-info-main .product-options-bottom .box-tocart {
    margin-top: 0px;
}
}


 @media screen and (max-width: 480px) {
  .detail-action-btns__btn:first-child {
    margin-right: 0px;
    width: 45% !important;}
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .detail-action-btns {
    justify-content: initial;}
  .product-info-main .product-social-links {
    height: 64px;
    padding-top: 8px;}
  .page-layout-tudor div#contact-form {
    padding: 0px;}
  button#btnsub {
    margin: 25px 0px;}
  .tudor-eco .detail-action-btns__btn:first-child {
      margin-right: 15px;
  }
  

 }

 @media screen and (max-width: 380px) {
  .product-info-main .product-social-links {
    width: 45%;}
  .catalog-product-view.page-layout-tudor .page-main .product-info-main .details-box-infos__item {
      padding: 0 0 0px 11px;}
 }

 @media (min-width: 640px){
  .column.main .block.related .product-items {
    display: flex;
    justify-content: initial !important}
    /*.products-grid .product-item {
      padding: 10px !important;
      margin: 0px !important;
      width: 33.33333333% !important;}*/
  .column.main .block.related .products-grid .product-item-info {
    margin: 0 auto;
      max-width: 100%;
      width: 100%;
      padding: 0px;}
  .column.main .block.related {
    max-width: 970px;
    margin: 0 auto !important;}
}

@media (max-width: 786px){
  .column.main .block.related {
    max-width: 600px !important;
    margin: 0 auto !important;}
  .products-grid .product-item {
      display: inline-block;
      margin-left: 2%;
      width: calc((100% - 2%)/2);}
}

@media (max-width: 480px){
  .column.main .block.related {
    max-width: 350px !important;
    margin: 0 auto !important;}
  .products-grid .product-item {
      display: inline-block;
      margin-left: 2%;
      width: 100%;}
  .swiper-button {
    display: none !important;}
  .block.related {
    left: initial;
    transform: none;}
  a.mt-thumb-switcher.mz-thumb {
    max-width: 15%;}
}

@media (max-width: 480px){
  .catalog-product-view.page-layout-tudor .media {
  max-height: 450px;
  }
  .catalog-product-view.page-layout-tudor .product-info-main{
  max-height: 680px;
  }
}

.block.related {
  display: block !important;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.product-options-wrapper .field .label {
    display: block;
}

.product-options-wrapper .field .control {
    display: inline-block;
}

.catalog-product-view .product-options-wrapper select {
    max-width: 255px;
}

.product-options-wrapper .size-guide:before {
    content: "";
    display: inline-block;
    background: url(/media/wysiwyg/info.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

.product-options-wrapper .size-guide {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
}

.product-options-wrapper .size-guide {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  color: #000 !important;
}

main.page-main .columns .column.main {
  float: left;
  width: auto;
  max-width: 100%;
}

.product-add-form .fieldset:last-child {
  margin-bottom: 0px !important;
  float: left;
}

.catalog-product-view.page-layout-tudor .page-main .product-info-main a.action.primary.tocart {
  padding: 0px !important;
}

.catalog-product-view.page-layout-tudor .page-main .product-info-main.tudor-eco a.action.primary.tocart {
  padding: 20px 0px !important;
}

div#product-options-wrapper .fieldset {
  float: none;
  margin-bottom: 20px !important;
}

.product-info-main .product-options-bottom .box-tocart {
  margin-top: 0px !important; 
}

.product-custom-option.admin__control-select {
  font-size: 14px;
}

body.page-layout-tudor.product.media, body.page-layout-tudor.product-info-main {
width: auto;
}

.product-item-info.related-available a span {
    width: 100%;
    display: block;
    margin: 0 auto;
}

