@font-face {
    font-family: 'gothamlight';
    src: url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-light-webfont.woff2') format('woff2'),
         url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-book-webfont.woff2') format('woff2'),
         url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-medium-webfont.woff2') format('woff2'),
         url('https://www.studiowonderworks.co.uk/resource/1698225763000/gotham/gotham/gotham-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
body{
    color: #000;
}
.checkout-header header {
    background-color: #193f64 !important;
}
.checkout-header .header-account .menu-button {
    background-color: #97d1dc;
    border-radius: 5px;
    padding: 3px 5px;
}
.checkout-header .header-account .menu-button .slds-media {
    display: flex;
    flex-direction: row-reverse;
}

.checkout-header .header-account .menu-button .slds-media .slds-icon {
    fill:#000;
}

.header-cart .cart-container{
    background-color: #97d1dc;
    border-radius: 5px;
    padding: 6px 5px;
    margin-left: 7px;
}
.header-cart .cart-container .slds-icon {
    fill: #000;
}

.custom-error-message {
    color: red;
    background: none;
    padding: 0.5rem 1rem;
   
}
.homecarousel .slds-carousel__image {
    border-radius: 0;
    position: relative;
    /*max-height: 500px;*/
}

.homecarousel .slds-carousel__panel-action {
    border-radius: 0;
    border: none;
}

.homecarousel .slds-carousel__content {
    display: none;
}

.homecarousel .slds-carousel__autoplay {
    display: none;
}

.homecarousel .slds-carousel__indicator .slds-is-active,
.homecarousel .slds-carousel__indicator:hover .slds-carousel__indicator-action {
    background-color: rgb(24, 62, 93);
    box-shadow: none;
}


.slds-carousel__content.content-container {
    display: none !important;
}

.main-slider .slds-carousel__panel-action {
    margin: 0;
    border-radius: 0;
    border: none;
}
.main-slider .slds-button.slds-button_icon {
    display: none;
}
.header-navigation {
    width: auto;
	flex-grow:1;
}
.header-search {
    width: 20%;
}
.header-badge-icons {
	width: auto;
}

.header-account {
	background-color: #97d1dc;
    border-radius: 5px;
    padding: 3px 5px;
}
.header-cart .slds-dropdown-trigger {
    background-color: #97d1dc;
    border-radius: 5px;
    padding: 6px 5px;
    margin-left: 7px;
}
.header-account .slds-icon {
    fill: #000;
}
.cart-container .slds-icon {
    fill: #000;
}
.cart-container .slds-icon:focus, .cart-container .slds-icon:hover {
    outline: none;
}
.header-account .menu-button .slds-truncate {
	color:#000;
}
.header-content .component-wrapper-spacer {
    margin-bottom: 0;
}
.header-badge-icons .header-account .menu-button:hover {
    background-color: #97d1dc;
}
.header-search .slds-input-has-icon .slds-input__icon {
	fill: #97d1dc !important;
}
.header-content .header-navigation nav ul li a{	
	font-size: 14px;	
}
.header-content .header-navigation nav ul li a:hover{
	color: #97d1dc;
	background-color:transparent;
}
.header-content .header-navigation nav ul li a:focus, .header-content .header-navigation nav ul li a:active{
    background-color: #97d1dc;
    color: #fff;
}
.header-content .header-navigation nav ul li button {
	    font-size: 14px;
}
.header-content .header-navigation nav ul li button:hover{
	background-color:transparent;
}

.header-content .layout-header-desktop {
	    padding: 0;
}
.header-account .slds-dropdown .slds-dropdown__item>a:focus{
    box-shadow: none;
}
.header-account .slds-dropdown ul li.slds-dropdown__item>a:hover{
    background-color: #97d1dc;
}

.gridViewH h1 {
    color: #FFFFFF;
    /* font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px; */
}

.grid-view-list {
    margin: 0 -10px;
}

.grid-view-block {
    padding: 15px;
}

.grid-view-list h3 {
    font-size: 18px;
    color: #213c5a;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    font-family: 'GothamMedium';
}

.gridimage {
    height: 350px;
}

.gridimage img {
    width: 100%;
}

.slds-accordion {
    padding-bottom: 20px;
}

.slds-accordion .slds-accordion__summary-heading {
    font-size: 17px;
    color: #213c5a;
    font-weight: bold;
}

.w-100 {
    width: 100%;
}

.slds-accordion__list-item {
    border: none;
    padding: 0;
}

.slds-accordion__list-item .slds-accordion__summary {
    margin: 0;
    padding: 0;
}

.slds-accordion__list-item .slds-accordion__summary-heading .slds-accordion__summary-content {
    order: 1;
    flex-grow: 1;
    font-family: 'GothamMedium';
}

.slds-accordion__list-item .slds-accordion__summary-action {
    flex-direction: row-reverse;
    flex-grow: initial;
    max-width: 400px;
    border-bottom: 1px solid;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    font-size: 17px;
    color: #213c5a;
    font-weight: bold;
}

.slds-accordion .slds-accordion__list-item .slds-accordion__summary-action-icon {
    width: 25px;
    height: 20px;
    margin: 0;
}
.slds-accordion__list-item .slds-accordion__summary-action .slds-button__icon {
    width: 25px;
    height: 20px;
    margin: 0;
    fill: #213c5a;
}
.slds-accordion__list-item .slds-accordion__summary-action {
    font-size: 17px;
    color: #213c5a;
    font-weight: bold;
}
.slds-accordion__list-item .slds-accordion__summary-action:hover, .slds-accordion__list-item .slds-accordion__summary-action:focus {
    color:#71c0cf;
}
.slds-accordion__list-item .slds-accordion__summary-action:hover .slds-button__icon, .slds-accordion__list-item .slds-accordion__summary-action:focus .slds-button__icon{
    fill:#71c0cf;
}

.select-list-accordion {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    color: #213c5a;
    font-weight: bold;
    flex-wrap: wrap;
}

.slds-accordion .slds-accordion__section {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.category-filter  {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin-top: 12px;
    padding-bottom: 20px;
}

.filter-list-category {
    padding: 1px 15px;
    border-right: 1px solid #213c5a;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 18px;
    color: #213c5a;
    font-weight: bold;
}

.filter-list-category:last-child {
    border-right: none;
}
.login-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #213c5a;
  }
  
  .login-section {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    width: 338px;
    max-width: 90%;
  }
  .login-section input[type="text"], .login-section input[type="password"] {
    width: 100%;
    height: 39px;
    border: 1px solid #d9dde5;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
    border-radius: 5px;
    margin-bottom: 0;
}
.login-section label {
    font-size: 13px;
    color: #213c5a;
    margin-bottom: 5px;
    display: block;
}
  .login-section button{
    background-color: #97d1dc;
    border: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
	color: #333;
	font-weight:bold;
    border-radius: 3px;
  }
  .login-page .login-section button:active, .login-page .login-section button:hover{
    -webkit-transform: initial;
    transform: initial;
	background-color: #97d1dc;
    color: #333;
}
 .login-error {
    color:#f36f6f;
 } 
 .header-account .slds-dropdown {
  min-width: 10px;
  max-width: 120px;
}
  
  .forgot_links a {
    color: #0070d2;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .user-registration_links{
	  float: right;
  }
  .registration-logo-section {
    margin-bottom: 30px;
  }
  
  .footer-copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #fff;
    text-align: center;
	font-size: 12px;
  }
  .product-page .slds-card {
    border: none;
    padding: 0;
    padding: 0;
    box-shadow: none;
}
.product-page .slds-card {
    border: none;
    padding: 0;
    padding: 0;
    box-shadow: none;
}

.login-link .login-text {
    color: #000;
    text-decoration: none !important;
    padding: 6px !important;
    display: inline-block;
}

.header-account .login-link:hover{
    text-decoration: none !important;
}

.reg-button .slds-button{
    background-color:#97d1dc;
    font-weight: bold;
    border:none;
}
.reg-button .slds-button:hover{
    background-color:#97d1dc;
    color:#fff;
    box-shadow: none;
    border:none;
}
.reg-button .slds-button:hover:before, .reg-button .slds-button:hover:after{
    display:none !important;
}
[kx-scope=button-brand]:hover:before {
    opacity: 0 !important;
}
[kx-scope=button-brand][kx-type=ripple]:after, [kx-scope=button-filled][kx-type=ripple]:after {
    opacity: 0 !important;
}
/*.slds-button--brand:hover, .slds-button_brand:hover, .slds-button.slds-button_icon.slds-button_icon-brand:hover, lightning-button[variant="brand"]::part(button):hover {
    background-color: transparent !important;
    border-color: transparent !important;
}*/

.GridViewH h1 {
    font-size: 2.5rem;
    color: #213c5a;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
h1.contactus {
    font-weight: bold;
}
.prdInfo {
    color: #213c5a;  /* Adjusted based on your example */
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: 'GothamMedium';
}

.PrdSmallHeading {
    font-size: 18px;
    color: #213c5a;
    font-weight: bold;
}

.PrdSmallHeading span {
    font-weight: normal;
    padding-left: 6px;
}
.specification {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Label and value side by side */
    grid-gap: 8px;
    align-items: center;
}

.specification-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.label {
    font-weight: bold;
    color: #0070d2; /* Salesforce blue color */
}

.value {
    font-size: 14px;
}

.slds-card {
    border: none;
    box-shadow: none;
}
.product-info .slds-box {
    padding: 0;
    border-radius: 0;
    border: none;
}
.product-info .slds-accordion__list-item .slds-accordion__summary-action{
    font-size: 20px;
    border-bottom: none;
}
.product-details .slds-grid{
    padding-bottom: 4px;
    padding-top: 0;
}
.product-info .slds-accordion__list-item .slds-form-element__label{
    font-size: 18px;
} 
.product-info .slds-accordion__list-item .slds-form-element__static{
    font-size: 18px;
}

.product-info .slds-accordion__list-item .specification-item {
    margin-bottom: 0;
}
.product-top-section h1{
    font-family: 'GothamMedium';
    font-size: 28px;
    color: #213c5a;
    font-weight: bold;
}
.video-popup {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-popup iframe {
    height: 80vh;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-video-btn {
    margin-top: 20px;
}
.footer-sec {
    font-size: 1rem;
    color: #173d5c;
}


@media (max-width: 1280px) {
    .footer-bg {
        flex-wrap: wrap;
    }
    .footer-sec .slds-column-3 {
        max-width: 50%;
        width: 50%;
    }
    .footer-sec .slds-column-4 {
        max-width: 50%;
        width: 50%;
    }
    

}

@media (max-width:991px) {
    
}


@media (max-width:767px) {
    .footer-sec .slds-column-1, .footer-sec .slds-column-2 {
        width: 50%;
    }
    .footer-sec .slds-column-2 {
        order: 1;
    }
    .footer-sec .slds-column-1 {
        order: 2;
    }
    .footer-sec .slds-column-3 {
        order: 3;
    }
    .footer-sec .slds-column-4 {
        order: 4;
    }
    .header-navigation {
        flex-grow: initial;
    }
    .header-search {
        width: auto;
    }
    .header-account {
        padding: 5px 5px;
    }
    .logo-anchor img {
        max-height: 40px;
    }
}

@media (max-width:540px) {
    .footer-sec .slds-column-1, .footer-sec .slds-column-2, .footer-sec .slds-column-3, .footer-sec .slds-column-4 {
         width: 100%;
         max-width: 100%;
         text-align: left;
     }
 }
 .share-inner-block {
    text-align: right;
    position: relative;
}

.share-inner {
    text-align: right;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.share-btn {
    color: #0f1111;
    font-weight: normal;
    padding: 0 15px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 18px;
    cursor: pointer;
    text-align: center;
}

.share-btn span {
    display: block;
    padding-top: 5px;
}

.share-btn img {
    width: 28px;
}

.share {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 200px;
    border: 1px solid #d5d9da;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 2px 3px rgba(0 0 0 / 20%);
    margin-bottom: 10px;
    background-color: #fff;
    display: none;
}

.social-button {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #0f1111;
    text-decoration: none;
    border-bottom: 1px solid #d5d9da;
}

.social-button img {
    width: 40px;
    height: 40px;
}

.social-button .share-text {
    padding-left: 10px;
}

.social-button:hover {
    text-decoration: none;
}

/* Show the share menu on hover */
.share-inner:hover .share {
    display: block;
}



.view-order-list {
    margin-top: 30px;
}




.view-order-list-table {
    margin-top: 30px;
}

.view-order-list-table table {
    font-size: 17px;
}

.view-order-list-table table tr td {
    padding: 5px 5px 15px 5px;
}

.view-order-list-table table tr th {
    font-weight: bold;
    font-family: var(--lwc-fontFamilyHeader, Montserrat);
    padding: 5px 5px 12px 5px;
}

.view-order-list-table table .slds-th__action {
    padding-left: 0;
    padding-right: 0;
}

.order-info-wrap {
    font-size: 17px;
    padding-bottom: 25px;
}

.orderid-info {
    padding-right: 50px;
}

.orderid-info label, .orderdate-info label {
    font-weight: bold;
}
.content .view-order-list .order-info-wrap .orderid-info label, .content .view-order-list .order-info-wrap .orderdate-info label {
    font-family: 'GothamMedium';
}
/* Styles for spanbudget */
.spanbudget {
    font-size: 18px;
    color: #1f3e5e;
    padding-right: 100px;
  }
  
  .spanbudget label {
    font-weight: bold;
    font-family: 'GothamMedium';
  }
  
  /* Styles for budget-allocation-info inside cCustomCOntentLayout */
  .cCustomCOntentLayout .budget-allocation-info {
    padding-bottom: 50px;
  }
  
  /* Styles for property-user-select */
  .property-user-select {
    padding-top: 30px;
  }
 
  
  .property-user-select .slds-form-element__control.slds-grow {
    display: inline-block;
  }
  
  .property-user-select label {
    padding-right: 40px;
    /*min-width: 130px;*/
  }

  .property_login_dropdown .selectedUserCmbox label{
    width:86px !important;
  }

  
  
  .property-user-select select {
    width: 240px;
    font-size: 1.1rem;
    border-radius: 0;
  }
  
  /* Styles for property-label */
  .property-label {
    font-family: 'GothamMedium';
    font-size: 18px;
    color: #1f3e5e;
  }
  
  .property-label label {
    font-weight: bold;
    padding-right: 40px;
    font-family: 'GothamMedium';
  }
  
  /* Styles for property-select */
  .property-select {
    border: 1px solid #000;
    padding: 3px 10px;
    min-width: 240px;
    display: inline-block;
  }
  
.productSidebar .slds-box{
    border: 0px;
    padding: 0;
}
.productSidebar .slds-accordion__list-item .slds-accordion__summary-action {
    padding: 10px 0;
  flex-direction: row-reverse;
  border-bottom: none;
}
.productSidebar .slds-accordion .slds-accordion__section {
    border-bottom: 1px solid #3d526b;
}
.productSidebar .slds-accordion__content {
    padding-bottom: 10px;
}

.productSidebar .filtertop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #3d526b;
    padding-bottom: 20px;
    padding-top: 15px;
}
.productSidebar .filtertop label {
    font-size: 17px;
    font-weight: bold;
    font-family: 'GothamMedium';
}
.filtertop .allclear {
    color: #a1dbef;
    font-weight: bold;
    font-size: 17px;
    font-family: 'GothamMedium';
}

.productrightsec  .product-top-section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    font-size: .8125rem;
}
.productrightsec .product-top-section .slds-form-element__control {
    max-width: 200px;
}
.productrightsec .product-top-section .slds-form-element {
    flex-grow: 1;
    display: flex;
    justify-content: end;
}
.productrightsec .grid-view-block {
    text-align: center;
}
.productrightsec  .grid-view-list h4 {
    font-size: 15px;
    color: #213c5a;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    font-family: 'GothamMedium';
}
.productrightsec  .sku {
    padding: 8px 0 5px 0;
    font-size: 16px;
}
.productrightsec  .login-price {
    color: #274769;
    font-size: 16px;
}
.productrightsec  .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    padding-right: 43px;
}

.productrightsec  .btn-cart {
    display: inline-block;
    line-height: .8;
    font-size: inherit;
    color: #1f3e5e;
    padding: .75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background-color: #9ed1dd;
    transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
}
.productrightsec  .btn-cart:hover, .productrightsec  .btn-cart:focus {
    background-color: #9ed1dd;
    color: #1f3e5e;
}
.productrightsec  .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    padding-right: 43px;
}
.productrightsec  .qty-text {
    padding-right: 10px;
}
.productrightsec  .quantity-box {
    border: 1px solid #354a66;
    display: flex;
}
.productrightsec  .minus {
    font-size: 40px;
    line-height: 29px;
    font-weight: normal;
    padding: 7px 7px;
    border-right: 1px solid #354a66;
    cursor: pointer;
}
.productrightsec  .plus {
    font-size: 35px;
    line-height: 29px;
    font-weight: normal;
    padding: 7px 7px;
    border-left: 1px solid #354a66;
    cursor: pointer;
}
.productrightsec .quantity .slds-input {
    width: 70px;
    text-align: center;
    border: none;
    height: 42px;
}
.productrightsec .quantity .slds-form-element {
    margin-bottom: 0;
}
.productrightsec .quantity .slds-form-element__label {
    display: none;
}

.product-top-section .slds-form-element__label {
    display:none;
}
/*.slds-form-element__label {
    width: 40%;
    flex-basis: 100%;
    clear: left;
    padding: 1px 2px;
    color: #213c5a;
}*/
.slds-form-element__control {
    border-bottom: 0;
    padding-left: 0;
    padding: 1px 2px;
    color: #213c5a;
}
.slds-box {
    border: 0px !important;
}
.slds-accordion__content {
    font-size: 18px;
    color: #213c5a;
}
.slds-box {
    padding: 0;
    border-radius: 0;
    border: 0;
}
.share-block {
    position: absolute;
    right: 0;
    top: 0;
}
.product-info-desp {
    padding-right: 80px;
}
.product-spec .slds-accordion .slds-accordion__summary-heading {
    font-size: 20px;
    color: #213c5a;
    font-weight: bold;
}
.product-spec .slds-accordion .slds-accordion__summary-heading button{
    border-bottom: none;
    margin: 0;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    flex-direction: row;
}
.lwc-5igvpfimtj.container {
    padding:0;
}
.product-spec .slds-accordion__content {
    font-size: 18px;
    color: #213c5a;
}
.product-spec .slds-form-element__static {
    font-size: 18px;
    color: #213c5a;
}
.product-spec .slds-box .specification-item {
    margin-bottom: 0;
}
.prod-description .slds-form-element_horizontal .slds-form-element__label{
    display:none;
}
.prod-description .slds-form-element_horizontal .slds-form-element__control{
    padding-left: 0;
}
.product-spec .slds-accordion {
    padding:0;
}


.quantity-list-action .number-input__input {
    width: 70px;
    text-align: center;
    height: 40px;
    background-color: #fff;
}

.product-details-col .component-wrapper-spacer .quantity-list-container .quantity-list-action .slds-button.slds-button_brand {
    background-color: #80c3d2;
    border-color:#80c3d2;    
}

.quantity-list-action .lwc-3k9iv0hcp75-host {
    width: auto;
}
.columns-content, .item .dxp-text-body {
    font-family: 'gothambook';
}
.columns-content h2{
    font-family: 'GothamMedium';
}
.product-info {
    margin: 0;
}
.product-info .slds-accordion {
    padding-bottom: 0;
}
.product-carousal {
    padding: 40px 20px;
    max-width: 1730px;
    margin: 0 auto;
}
.product-carousal .related-products-title {
    font-size: 20px;
    color: #213c5a;
    font-weight: bold;
    border-bottom: 1px solid #213c5a;
    padding-bottom: 5px;
    text-align: left;
}
.product-carousal h2 {
    text-align: center;
    display: block;
    font-family: 'GothamMedium';
}
.product-carousal p {
    text-align: center;
    display: block;
    font-size:1rem;
    padding-top: 5px
}
.main-container{
    max-width: 1730px;
    margin: 0 auto;
    padding:20px;
    width: 100%;
}
.buttonstyle {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    font-size: 20px;
  }
  
  .edit-user-btn {
    margin-bottom: 5px;
  }
  
  .view-orders {
    display: inline-block;
    line-height: 0.8;
    font-size: inherit;
    color: #1f3e5e;
    padding: 0.75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
    background-color: #9ed1dd;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    margin: 0 15px 5px 0;
  }
  h3 {
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

.btn {
    border: none;
    outline: none;
    background-color: #f1f1f1;
    font-size: 18px;
}

.active, .btn:hover {
    background-color: #666;
    color: white;
}

.mypage {
    background-color: #0d3e64;
    padding: 5px;
    color: #fff;
}
.slds-accordion__summary {
    padding: 0;
    margin: 0;
}

.slds-accordion__summary-action {
    padding: 0;
    margin: 0;
}

.view-order-btn-wrap {
    padding-bottom: 30px;
}

.buttondesign {
    display: table;
    margin-left: auto;
}

.view-order {
    display: inline-block;
    line-height: 0.8;
    font-size: inherit;
    color: #1f3e5e;
    padding: 0.75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
    background-color: #9ed1dd;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    margin: 0 15px 5px 0;
    border-radius: 0;
    font-family: 'GothamMedium';
}

.view-order:hover {
    text-decoration: none;
}

.view-order-list {
    margin-top: 30px;
}

.view-order-list .table tr th {
    font-weight: bold;
    font-family: 'GothamMedium';
    padding: 3px 5px;
}
.view-order-list .table tr th a{
    font-family: 'GothamMedium';
}

.view-order-list .table tr td {
    padding: 0px 5px;
    font-family: 'GothamMedium';
}

.view-order-list table {
    font-size: 17px;
}

.view-order-list-table {
    margin-top: 30px;
}

.view-order-list-table table {
    font-size: 17px;
}

.view-order-list-table table tr td {
    padding: 5px 5px 15px 5px;
}

.view-order-list-table table tr th {
    font-weight: bold;
    font-family: var(--lwc-fontFamilyHeader, Montserrat);
    padding: 5px 5px 12px 5px;
}

.order-info-wrap {
    font-size: 17px;
    padding-bottom: 25px;
}

.orderid-info {
    padding-right: 50px;
}

.orderid-info label, .orderdate-info label {
    font-weight: bold;
    font-family: var(--lwc-fontFamilyHeader, Montserrat);
}

.wishlist-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 30px;
}

.wishlist-heading h1 {
    font-size: var(--lwc-fontSize9, 1.75rem);
    line-height: var(--lwc-lineHeightHeading, 1.25);
}

.slds-tabs_default__nav .slds-tabs_default__link {
    font-size: var(--lwc-fontSize6, 1.125rem);
}

.createlist-button .slds-button {
    background-color: transparent;
    border: none;
    color: #71c0cf;
    padding-right: 0;
    font-size: var(--lwc-fontSize5, 1rem);
}

.product-wishlist {
    display: flex;
    border-bottom: 1px solid #f3f2f2;
    font-size: var(--lwc-fontSize4, 0.875rem);
    padding-top: var(--lwc-spacingMedium, 1rem);
    padding-bottom: var(--lwc-spacingMedium, 1rem);
}

.productimage {
    cursor: pointer;
    height: 130px;
    width: 130px;
}

.product-details-wishlist {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 0%;
    padding-left: var(--lwc-spacingMedium, 1rem);
}

.product-details-wishlist-inside {
    display: flex;
    justify-content: stretch;
    padding-top: 15px;
}

.wishlist-product-fields {
    color: #4f4f4f;
    display: flex;
    flex-wrap: wrap;
    width: 40%;
}

.wishlist-product-fields .slds-truncate {
    width: 50%;
    padding-right: var(--lwc-spacingMedium, 1rem);
}

.quantity-price-remove-wishlist {
    display: flex;
    flex-grow: 1;
    width: 60%;
}

.quantity-price-wishlist {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: var(--lwc-fontSize9, 1.75rem);
}

.slds-button_icon-bare {
    padding: var(--lwc-spacingSmall, 0.75rem);
}

.name-delete-btn {
    padding: 10px 0;
}

.purchasing-allocation-checklist {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 2px 25px;
    font-family: 'gothambook';
}

.purchasing-allocation-checklist .uiInputCheckbox {
    margin-top: 3px;
    margin-right: 10px;
}

.prints {
    text-align: right;
    padding-bottom: 10px;
}

.view-order-btn-wrap {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-order {
    display: inline-block;
    line-height: 0.8;
    font-size: inherit;
    color: #1f3e5e;
    padding: 0.75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
    background-color: #9ed1dd;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    margin: 0 15px 5px 0;
    border-radius: 0;
}

.order-btn-right button {
    margin-right: 0;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    padding: 0.3rem 1rem;
    font-family: 'GothamMedium';
    border-radius: 0;
}

.order-btn-right {
    flex-grow: 1;
    text-align: right;
}

.view-order:hover {
    text-decoration: none;
}



.view-order-list-table {
    margin-top: 30px;
}

.view-order-list-table table {
    font-size: 17px;
}

.view-order-list-table table tr td {
    padding: 5px 5px 15px 5px;
}

.view-order-list-table table tr th {
    font-weight: bold;
    font-family: var(--lwc-fontFamilyHeader, Montserrat);
    padding: 5px 5px 12px 5px;
}

.order-info-wrap {
    font-size: 17px;
    padding-bottom: 25px;
}

.orderid-info {
    padding-right: 50px;
}

.orderid-info label, .orderdate-info label {
    font-weight: bold;
    font-family: var(--lwc-fontFamilyHeader, Montserrat);
}

.view-order-list table .slds-th__action {
    padding-left: 0;
}

.section-outer {
    width: 100%;
    display: inline-block;
}

.zoomed-image-container, .zoom-lens{
    display: none !important;
}
h3 {
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

.btn {
    border: none;
    outline: none;
    background-color: #f1f1f1;
    font-size: 18px;
}

.active, .btn:hover {
    background-color: #666;
    color: white;
}

.contentPanel .account-left .mypage {
    background-color: #0d3e64;
    padding: 5px;
    color: #fff;
    
}
.contentPanel .account-left h3 a, .account-manager-info h4, .account-manager-info h6{
    font-family: 'GothamMedium';
}
.account-manager-info{
    font-family: 'gothambook';
}

.remove-main-banner, .container  {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1920px;
    margin: 0 auto;
}
.view-order-btn-wrap {
    padding-bottom: 30px;
}
.view-order-btn-wrap .order-btn-left .view-order, .view-order-btn-wrap .order-btn-left .view-order {
    display: inline-block;
    line-height: .8;
    font-size: inherit;
    color: #1f3e5e;
    padding: .75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
    background-color: #9ed1dd;
    transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    margin: 0 15px 5px 0;
    border-radius: 0;
    font-family: 'GothamMedium';
}
.property_login_dropdown .slds-form-element__label{
    width: auto;
    display: inline-block;
    font-size: 18px;
    color: #213c5a;
    padding-right: 15px;
}
.property_login_dropdown .slds-form-element__control{
    clear:none;
    display: inline-block;
}

.product-top-section .slds-dropdown_left {
    left: auto;
    right: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
    border:none;
}
.product-top-section .slds-media_small .slds-media__figure {
    margin-right: 0;
    width: auto;
}
.product-top-section .slds-listbox_vertical .slds-listbox__option {
    font-size:14px;
    padding: .3rem .75rem;
}
.product-top-section .slds-listbox_vertical .slds-listbox__option:hover, .product-top-section .slds-listbox_vertical .slds-listbox__option:focus {
    background-color: #999;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.property_login_dropdown {
    padding-left: 0px;
    padding-right: 40px;
    max-width: 1920px;
    margin: 0 auto;
}
.wishlist-top .wishlist-heading h1 {
    font-size: 1.75rem;
    font-weight: bold;
    font-family: 'GothamMedium';
}

.wishlist-top .prints .slds-button, .name-delete-btn .slds-button, .buttondesign .slds-button, .property-order-search .slds-button{
    display: inline-block;
    line-height: .8;
    font-size: inherit;
    color: #1f3e5e;
    padding: .75rem 1rem;
    border: 2px solid transparent;
    text-align: center;
    opacity: 1;
    background: #282828;
    background-color: #9ed1dd;
    transition: all .3s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    margin: 0 15px 5px 0;
    border-radius: 0;
    font-family: 'GothamMedium';
}
.slds-accordion__list-item .slds-accordion__summary-action {
    flex-direction: row;
    border-bottom: none;
    font-size: 20px;
}

.table{
    font-family:'GothamMedium';
}
.edit-user-registration-list {
    font-size: 1rem;
    clear: both;
    display: inline-block;
    width: 100%;
}
.edit-user-registration-list table tr td, .edit-user-registration-list table tr th,
.common-table tr td, .common-table tr th {
    padding: 5px;
}
.edit-user-registration-list .tc, .common-table .tc {
    text-align: center;
}

.print-wishlist-wrap .slds-accordion__list-item .slds-accordion__summary-action {
    padding:10px 0;
}
.buttondesign {
    padding-top: 10px;
}
.buttondesign .slds-button {
    margin:0;
}
.print-wishlist-wrap .slds-accordion__list-item:first-child{
    border-top:none;
}
.print-wishlist-wrap .slds-accordion__list-item{
    border-top: 1px solid #213c5a;
    padding: 0;
}
.no-item-block{
    color: rgba(0, 0, 0, 0.6);
}
.no-item-block h3{
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    padding:0;
}

.property-order-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.property-order-select .slds-form-element{
    width: calc(33% - 15px);
}

.myOrderFilters {
    margin-bottom: 30px;
}

.approved-buying .slds-accordion__list-item{
    border-top:1px solid #183e5d;
}
.approved-buying .slds-accordion__list-item:first-child{
    border-top:none;
}
.approved-buying .slds-accordion__list-item .slds-form-element {
    margin: 0;
    line-height: 20px;
}
.main-logo img {
    width:150px;
}

.approved-buying .slds-accordion__list-item .slds-accordion__summary-action {
    padding: 5px 0;
}
.approved-buying .buttondesign {
    padding-bottom: 15px;
}
.approved-buying .slds-accordion__list-item .slds-accordion__summary-heading .slds-accordion__summary-content {
    padding-left: 8px;
}

.component-wrapper-spacer .quantity-rule h3 {
    font-weight: 700;
    color: #000000cc;
    font-size: 16px;
}
.component-wrapper-spacer.product-price-ship{
    margin-bottom:10px;
}
.component-wrapper-spacer.product-price-ship table tr.no-promotions td span .main-price-label {
    font-weight: 400;
    color: #000000cc;
    font-size: 16px;
}
.component-wrapper-spacer.product-price-ship table tr.no-promotions td span .price-label {
    color: #000000cc;
    font-size: 16px;
}

.cart-page h1 p{
    color: #111111;
    font-size: 1.75rem;
    font-weight: 600;
}
.cart-page .slds-card {
    border: 1px solid #183e5d;
}

.cart-page .slds-card .slds-button{
    font-weight: bold;
    font-size: 16px;
    color: #1f3e5e;
    padding: 0.60rem 1rem;
    line-height: normal;
}


.upload-profile-sec {
    width: 50%;
    float: left;
    padding: 5px 15px;
    
}
.upload-profile-sec .slds-card{
    border: 1px solid #183e5d;
}

.upload-profile-sec .slds-card .slds-button, .create-user-btn .slds-button, .save-btn-user .slds-button{
    font-weight: bold;
    font-size: 16px;
    color: #1f3e5e;
    padding: 0.75rem 1rem;
    line-height: .8;
    font-family:'GothamMedium';
}
.upload-profile-sec .slds-card .slds-card__body{
    padding-left: 20px;
    padding-right: 20px;
}
.upload-profile-sec .slds-card .slds-card__body .slds-form-element{
    margin-bottom: 0;
}
.save-btn-user {
    text-align: right;
}

.slds-modal .slds-modal__footer .slds-button {
	font-weight: bold;
	font-size: 16px;
	color: #1f3e5e;
	margin-left: 10px;
}
.slds-modal .slds-modal__footer .slds-button.primary-action-button {
    border-color:#9ed1dd;
    background-color:#9ed1dd;
}
.slds-modal .slds-modal__header h2{
    font-weight: bold;
	color: #1f3e5e;
}
.revealButton {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.coupon-code-input .slds-input {
    border: 1px solid;
    box-shadow: none;
    padding: 4px 10px;
    border-radius: 0;
}

.checkout-btn .slds-button{
    font-weight: bold;
	font-size: 16px;
	color: #1f3e5e;
}

.slds-button.slds-button_icon {
    color: #9ed1dd;
    padding: 0;
}

.slds-button.slds-button_icon svg {
    width: 18px;
    height: 18px;
}
.item_actions_quantity .slds-nowrap {
    margin-left: 10px;
}
.cart-items .container{
    padding: 0;
}

.account-right .component-wrapper-spacer{
    margin-bottom: 0;
}

.header-logo {
    max-width: 190px;
}

.reorder-btn .slds-button, .mylist .slds-button , .checkout-column .slds-show .slds-button{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
    border-radius: 0;
    font-family: 'GothamMedium';
}

.totals-card div.field-item {
    font-size: 17px;
    font-family: 'GothamMedium';
}

.content-container .columns-content .my-brand {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
    border-radius: 0;
    font-family: 'GothamMedium';
    background-color: #9ed1dd;
    border-color: #9ed1dd;
}
.content-container .columns-content .my-brand:hover, .content-container .columns-content .my-brand:focus {
    background-color:#80c3d2;
    border-color:#80c3d2;
}

.payment-block .slds-card__header{
    padding-left:0;
    padding-right:0;
}


.print-logo{
    display:none;
}
.accordion-list li .slds-form-element{
    margin-bottom: 0;
}

.shipping-method .align-radio.slds-radio__label {
    align-items: start;
    padding-top: 10px;
}
.shipping-method .align-radio .slds-form-element__label {
    margin-top: 0;
}
/**************order *************/
.order-summary-container {
    text-align: center;
}

.order-summary-container .slds-icon {
    fill: #2e844a;
}
.order-confirmation-number {
    font-size: 1.125rem;
}
.order-summary-container .slds-button{
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 5px;
    border-radius: 0px;
    font-family: GothamMedium;
    background-color: rgb(158, 209, 221);
    border-color: rgb(158, 209, 221);
    width: 33.33%;
}
.loading-container {
    text-align: center;
    margin-top: 20px;
}

.loading-message {
    font-size: 16px;
    color: #555;
    font-weight: bold; /* Makes text bold */    
}

/*************end*order *************/

@media print {
    .header {display:none;}
    .footer-sec{display:none;}
    .account-left {display:none; width:0%;}
    .buyernameheading {display:none;}
    .property_login_dropdown {display:none; }
    .profile-main-banner{display:none;}
    .remove-main-banner{display:none;}
    .account-right {width: 100%; float:left;}
    .account-manager-info {display:none}
    .property-order-select, .view-order, .profile-logo, .print-wishlist-btn, .print-wishlist-wrap .slds-accordion__summary, .print-wishlist-wrap .print-wishlist .buttondesign{display:none;}
    .print-logo {display: block !important;}
    .print-wishlist-wrap .slds-accordion__list-item  {border:none;}
    .print-wishlist-wrap .slds-accordion__section {padding: 0;}
    body .table-responsive {overflow-x: visible; }
    .view-order-btn-wrap .order-btn-left, .view-order-btn-wrap .order-btn-right, .wishlist-top{display:none;}
     .table .print-td{display:none;}
}


.table-responsive {
    overflow-x:auto;
}
.my-profile .slds-card__header-title .dxp-text-heading-medium{
    font-family: 'GothamMedium';
}

.profile-edit .slds-form-element__label {
    width: auto;
}

.profile-edit .slds-button {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.slds-button_neutral {
    color: #1f3e5e;
}

@media (max-width:1023px) {
    .product-column-list img{
        width: 100%;
    }
    .checkout-btn .label {
        color: #173e5d;
    }
    .header-labels {
        padding-bottom: 10px;
    }
}
@media (max-width:1199px) {
    .product-carousal .slides .slide{
        min-width: 33.33%;
    }
   
}
@media (max-width:1024px) {
    .home-product-cat .columns-content{
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    .home-product-cat .col-size_12-of-12{
        flex: 0 0 33.33%;
    }
    .home-product-cat img{
        width: 100%;
    }
}

@media (max-width:767px) {
    .productwrap {
        flex-wrap: wrap;
    }
    .productSidebar .slds-accordion__list-item .slds-accordion__summary-action {
        max-width: 100%;
    }
    .quantity-list-action .slds-m-vertical_small{
        width: 100%;
        margin-bottom: 0;
    }
    .product-details-col .component-wrapper-spacer .quantity-list-container .quantity-list-action .slds-button.slds-button_brand {
        width: 100%;
    }
    .product-price-sec .slds-button_brand{
        width: 100%;
    }
    .product-price-sec .slds-m-around_xx-large{
        width: 100%;
        margin: 0;
    }
    .quantity-list-container .quantity-list-action .slds-m-vertical_small {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
    .product-price-sec commerce-action-button.lwc-5igvpfimtj {
        margin: 0;
    }
    .product-approved-btn .slds-button {
        width: 100%;
    }
    .specification-item .slds-form-element {
        display: flex;
    }
    .specification-item .slds-form-element {
        display: flex;
    }
    .quantity-list-action commerce-action-button.lwc-5igvpfimtj {
        margin-right: 0;
    }
    .product-carousal .carousel{
        height: 390px;
    }
    .product-carousal .slides .slide{
        min-width: 50%;
    }
    .product-carousal .carousel .controls .control button {
        font-size: 40px !important;
    }
    .slds-button.slds-button_icon svg{
        fill: #FFFFFF;
    }
    .header .header-content {
        padding-left: 0;
        padding-right: 0;
    }
    .view-order-btn-wrap .order-btn-left .view-order {
        font-size: 14px;
        margin: 0 3px 5px 3px;
        width: calc(50% - 6px);
        padding: 0.75rem 0.5rem;
    }
    .remove-main-banner, .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container .account-right {
        padding: 30px 0px 10px 0px;
    }
    .container .account-left{
        padding: 30px 0px 10px 0px;
    }
    .property_login_dropdown {
        padding-left: 0;
        padding-right: 0;
    }
    .remove-main-banner .profile-main-banner .profile-logo {
        left: 20px;
        width: 60px;
        height: 60px;
    }
    .profile_banner {
        max-height: 140px;
    }
    .view-order-btn-wrap {
        width: 100%;
    }
    .order-btn-left {
        width: 100%;
    }
    .view-order-btn-wrap .order-btn-right {
        padding-right: 3px;
    }
    .property-order-select .slds-form-element {
        width: calc(33% - 1px);
    }
    .wishlist-top{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .wishlist-heading {
        padding-bottom: 15px;
    }
    .prints lightning-button {
        width: 49%;
    }
    .wishlist-top .prints .slds-button {
        width: 100%;
        margin: 0 0 6px 0; 
    }
    .prints {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .print-wishlist-wrap .slds-accordion__list-item {
        margin-top: 10px;
    }
    .spanbudget {
        padding-right: 0;
        display: block;
    }
    .upload-profile-sec {
        width: 100%;
        padding: 5px 0;
    }
    
    
}
.notification-show{
    font-family: 'gothambook';
    background-color: #b7dde1;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}
.notification-show a {
    text-decoration: underline !important;
    color: #fff;
}

@media (max-width:574px) {
    .home-product-cat .col-size_12-of-12{
        flex: 0 0 50%;
    }
}

@media (max-width:480px) {
    .grid-view-list h3{
        padding-bottom: 0;
    }

}