.catalogue {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    background-image: none;
}

.catalogue .container {
    max-width: 1080px;
}

.primary-header {
    padding: 15px 0;
    background-color: #707b27;
}

.secondary-header {
    background-color: #c7cc47;
}

.logo-wrap {
    display: flex;
}

.logo-wrap a {
    align-self: center;
}

.cart-container {}

.cart-container ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-self: center;
}

.cart-container ul li {
    margin-left: 28px;
}

.cart-container ul li:last-child {
    margin-right: 0;
}

.cart-container ul li a {
    display: flex;
}

.cart-container ul li a span {
    margin-left: 15px;
    font-size: 17px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    align-self: center;
}

.searchbox {
    margin-left: 35px;
    max-width: 460px;
    width: 100%;
    position: relative;
    justify-content: center;
}

.searchbox a {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
}

.searchbox-input {
    width: 460px;
    border: 0;
    display: inline-block;
    background-color: #fff;
    height: 50px;
    align-self: flex-start;
    padding: 20px 40px 20px 15px;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #222121;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.searchbox a img {
    align-self: center;
}

.searchbox-input::placeholder {
    color: #222121;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.secondary-header nav ul li {
    margin-right: 0;
}

.secondary-header nav ul li a {
    font-weight: 600;
    padding: 15px 20px;
    color: #575a1f;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: transparent;
    line-height: 1;
}

.secondary-header nav ul li a.active,
.secondary-header nav ul li a:hover {
    background-color: #707b27;
    color: #fff;
}


/*breadcrumb styles*/

.breadcrumbs {}

.breadcrumbs-list {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list li {
    padding: 0 10px;
    position: relative;
}

.breadcrumbs-list li:after {
    position: absolute;
    content: "\f105";
    font-size: 8px;
    color: #363636;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}

.breadcrumbs-list li:last-child:after {
    display: none;
}

.breadcrumbs-list li {
    font-size: 10px;
    font-weight: 500;
    color: #363636;
}

.breadcrumbs-list li a {
    color: #363636;
}

.filter-head {
    border-top: 1px solid #363636;
    padding: 10px 3px;
}

.filter-head h6 {
    font-size: 12px;
    font-weight: 700;
    color: #363636;
}

.filter-head a {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
}

.accordion-group {
    border-top: 1px solid #363636;
    padding: 10px 3px;
}

.accordion-group:last-child {
    border-bottom: 1px solid #363636;
    margin-bottom: 30px;
}

.accordion-group h6,
.accordion-group>a {
    font-size: 11px;
    font-weight: 400;
    color: #363636;
    position: relative;
    cursor: pointer;
}

.accordion-group h6:focus {
    outline: 0;
}

.accordion-group h6 span,
.accordion-group>a span {
    color: #c7cc47;
    margin-left: 5px;
}

.accordion-group h6 .ui-accordion-header-icon {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-group h6 .ui-accordion-header-icon:after {
    position: absolute;
    content: "\f067";
    font-size: 12px;
    color: #cdcdcd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}

.accordion-group h6.ui-accordion-header-active .ui-accordion-header-icon:after {
    content: "\f068";
}

.accordion-group .ui-accordion-content ul {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
}

.accordion-group .ui-accordion-content ul li {
    margin-bottom: 5px;
    font-size: 12px;
}

.accordion-group .ui-accordion-content ul li:last-child {
    margin-bottom: 0;
}

.accordion-group .ui-accordion-content ul li a {
    color: #363636;
}

.accordion-group .ui-accordion-content ul li a:hover {
    color: #c7cc47;
}

.product-header {
    padding-bottom: 10px;
}

.product-header__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.50px;
    margin-bottom: 2px;
    margin-top: 0;
    line-height: 1;
}

.product-header__title--part {
    font-size: 18px;
}

.quick-filter {
    background-color: #f0ede0;
    padding: 0 25px;
    margin-bottom: 18px;
}

.quick-filter ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0
}

.quick-filter ul li {
    margin-right: 15px;
}

.quick-filter ul:last-child li {
    padding: 8px 0;
}

.quick-filter ul li:last-child {
    margin-right: 0;
    padding: 8px 0;
}

.quick-filter .select2-container {
    width: auto !important;
    padding: 8px 5px 8px 0;
}

.quick-filter ul li span {
    font-weight: 700;
    font-size: 13px;
    color: #363636;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.quick-filter .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
}

.quick-filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #363636;
    line-height: auto;
}

.quick-filter .select2-container--default .select2-selection--single:focus,
.quick-filter .select2-container .select2-selection--single .select2-selection__rendered:focus {
    outline: 0;
}

.quick-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.quick-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222121;
    font-weight: 400;
}

.catalogue .select2-container--default .select2-results__option {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 12px;
    background-color: #fff;
    color: #222121;
    font-size: 12px;
}

.catalogue .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #707b27;
    color: #fff;
    font-size: 12px;
}

.catalogue .select2-dropdown {
    border: 1px solid #575a1f;
}

.catalogue .select2-container--open .select2-dropdown--below {
    border-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin-left: 0;
    margin-top: 0;
    top: 55%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f107";
    position: absolute;
    font-size: 12px;
    color: #222121;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    content: "\f106";
}

.list:hover,
.grid:hover {
    color: #707b27;
}

.product-list-wrap {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.product-list-wrap.grid-view {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    padding: 1px 0 0 1px;
}

.product-list-wrap.list-view {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    padding: 1px 0 0 1px;
}

.product-list-wrap:after {
    content: '';
    clear: both;
}

.product-item__img {
    position: relative;
    padding: 15px 25px 0;
}

.product-item__details {
    position: relative;
    padding: 15px 25px;
}

.product-item__img a,
.product-item__details a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-item {
    border: 1px solid #707b27;
    width: 25%;
    margin: -1px 0 0 -1px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.list-view .product-item {
    margin: 0 0 20px 0;
    width: 100%;
}

.list-view .product-item:last-child {
    margin-bottom: 0;
}

.list-view .product-item__wrap {
    display: flex;
}

.list-view .product-item__wrap .product-item__img {
    width: 180px;
}

.list-view .product-item__wrap .product-item__details {
    width: calc(100% - 180px);
}

.list-view .product-item__details {
    display: flex;
    justify-content: space-between;
}

.product-item__details-inner-wrap {
    height: 210px;
}

.product-item__details-inner--id {
    margin: 0 0 15px;
    min-height: auto;
}

.product-item__details-inner--id p {
    margin: 5px 0 0;
}

.list-view .product-item__details-inner--id {
    margin: 0;
    min-height: auto;
}

.product-item__details-inner--id h6 {
    color: #222121;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.product-item__details-inner--id span {
    color: #707b27;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 1;
}

.product-item__details-inner--name {
    margin-bottom: 10px;
    min-height: auto;
}

.product-details--specific .product-item__details-inner--name {
    min-height: auto;
    margin-bottom: 0;
}

.list-view .product-item__details-inner--name {
    min-height: auto;
}

.product-item__details-inner--desc {
    height: 80px;
    overflow: hidden;
}

.product-item__details-inner--desc.product__title p {
    height: 32px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
}

.list-view .product-item__details-inner--desc {
    min-height: auto;
}

.product-item__details-inner--name h6 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #222121;
    margin: 0;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.product-details--specific .product-item__details-inner--name h6 {
    height: auto;
}

.product-item__details-inner--name p {
    font-size: 10px;
    color: #777675;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    height: 26px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
}

.product-details--specific .product-item__details-inner--name p {
    height: auto;
}

.product-item__details-inner--desc p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #222121;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 2px;
}

.product-item__details-inner--desc .show-more {
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #c7cc47;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    height: auto;
}

.product-item__details-inner--desc .show-more:hover {
    color: #707b27;
    border-bottom: 1px solid #707b27;
}

.show-more {
    display: none !important;
}

.product__title .show-more {
    display: inline-block !important;
}

.list-view .product-item__details-inner-wrap {
    height: auto;
}

.list-view .product-item__details-inner--desc p {
    margin-bottom: 15px;
    height: auto;
    max-width: 380px;
}

.list-view .product-item__details-inner--desc {
    height: auto;
    overflow: visible;
}

.list-view .product__title .show-more {
    display: none !important;
}

.list-view .product-item__details-inner--desc {
    height: auto;
    overflow: visible;
}

.list-view .product-item__details-inner.product-item__details-inner--price {
    display: flex;
}

.list-view .product-item__details-inner.product-item__details-inner--price p {
    margin-right: 20px;
}

.list-view .product-item__details-inner.product-item__details-inner--price p.rrp-price {
    margin-right: 13px;
}

.product-item__details-inner--price p {
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    color: #222121;
    margin: 0;
    position: relative;
    padding-left: 8px;
}

.product-item__details-inner--price p .dollar {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 0;
}

.product-item__details-inner--price .rrp-price {
    height: 15px;
}

.product-item__details-inner--price .rrp-price span {
    font-size: 10px;
    color: #777675;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    top: 5px;
    left: 0;
    position: absolute;
}

.product-item__details-inner--price p sup {
    font-size: 12px;
}

.product-item__details-inner--price p span {
    font-weight: 400;
    font-size: 10px;
}

.catalogue-footer {
    background-color: #707b27;
    margin-top: 50px;
    width: 100%;
}

.catalogue-footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalogue-footer ul li {
    padding: 18px 15px;
}

.catalogue-footer ul li:first-child {
    padding-left: 0;
}

.catalogue-footer ul li:last-child {
    padding-right: 0;
}

.catalogue-footer ul li {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.catalogue-footer ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.pagination-list {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 30px;
}

.pagination-list li {
    display: inline-block;
    border-right: 1px solid #707b27;
    border-top: 1px solid #707b27;
    border-bottom: 1px solid #707b27;
    width: 30px;
    height: 30px;
}

.pagination-list li a {
    padding: 6px 10px;
    display: inline-block;
    color: #222121;
    font-size: 12px;
    font-weight: 600;
}

.pagination-list li:first-child {
    border-left: 1px solid #707b27;
}

.product-item__details-inner--qty {
    margin: 30px 0 15px;
}

.product-item__details-inner--qty p {
    margin: 0;
    margin-right: 10px;
    align-self: center;
}

.product-item__details-inner--qty .quantity {
    align-self: center;
}

.product-item__details-inner--qty .quantity input {
    height: 30px;
}

.product-item__details-inner--qty .quantity-nav {
    height: 30px;
}

.product-item__details-inner--qty .quantity-button {
    line-height: 1;
    font-size: 12px;
}

.product-item__details-inner--qty .quantity-button.quantity-down {
    line-height: 12px;
}

.product-item__details-inner--cart a {
    position: relative;
    padding: 10px 30px;
    text-align: center;
    background-color: #c7cc47;
    transition: 0.3s ease-in;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: auto;
}

.product-item__details-inner--cart a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    width: 0;
}

.product-item__details-inner--cart a:hover {
    background-color: #c7cc47;
    color: #4f6f19;
    transition: 0.3s ease-in;
}

.product-details--specific {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.product-details--specific .product-item__details-inner--rate {
    display: flex;
}

.product-details--specific .product-item__details-inner--rate p {
    margin-right: 20px;
}

.product-details--specific .product-item__details-inner--rate p:nth-child(2) {
    margin-right: 15px;
}

.product-details--specific .product-item__details-inner--rate p:nth-child(3) {
    margin-right: 0;
}

.product-item__details-inner--details {
    margin-bottom: 30px;
}

.product-details--specific .product-item__details-inner--details {
    margin-bottom: 10px;
}

.product-item__details-inner--details h6 {
    font-weight: 600;
    font-size: 14px;
}

.product-item__details-inner--details h6 span {
    font-weight: 400;
}

.product-item__details-inner--details p {
    font-weight: 400;
    font-size: 12px;
    color: #a3a3a3;
    margin: 0;
    line-height: 1.3;
}

.product-item__details-inner--d-btn a {
    position: relative;
    padding: 10px 30px;
    text-align: center;
    background-color: #c7cc47;
    transition: 0.3s ease-in;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: auto;
}

.product-item__details-inner--d-btn a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    width: 0;
}

.product-item__details-inner--d-btn a:after {
    border-bottom: 12px solid #f5f5f5;
}

.product-item__details-inner--rate {
    margin-bottom: 30px;
}

.product-item__details-inner--price.product-item__details-inner--rate p {
    font-size: 32px;
}

.product-item__details-inner--price.product-item__details-inner--rate p span {
    font-size: 12px;
}

.product-item__details-inner--d-btn a:hover {
    background-color: #c7cc47;
    color: #4f6f19;
    transition: 0.3s ease-in;
}

.dimension-hd {
    margin-top: 30px;
}

.dimension-table {
    margin-top: 15px;
}

.more-products {
    margin-top: 50px;
}

.more-products h4 {
    margin-bottom: 20px;
}

.modal img {
    width: 100%;
}

.welcome-section h3 {
    line-height: 1;
}

.welcome-section p {
    max-width: 850px;
}

.product-brief-img {
    display: flex;
    justify-content: flex-end;
}

.product-brief-img a {
    align-self: flex-end;
}

.product-item__details-inner.product-item__details-inner--d-cart {
    border-top: 1px solid #eee;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
}

.product-item__details-inner.product-item__details-inner--d-cart .product-item__details-inner--qty {
    margin-top: 0;
    margin-bottom: 0;
}

.product-item__details-inner.product-item__details-inner--d-btn {
    background-color: #f5f5f5;
    padding-left: 15px;
}

main {
    min-height: calc(100vh - 257px);
}

.highlight-form-field {
    border: 1px solid #F84364 !important;
}

.ad-img {
    margin-top: 25px;
}


/*Changes*/

.container.cata-white-bg {
    background: #fff;
}

.container.bread-white-bg {
    background: #fff;
}

ul.breadcrumbs-list {
    padding: 20px 0 15px 15px;
}

.products .container {
    padding: 0 45px 45px 45px;
    min-height: 200px;
}

.col-10.column-padding {
    padding-left: 55px;
}

.cata-white-bg {
    padding: 10px !important;
}

.empty-cart {
    min-height: 200px;
    padding: 20px !important;
}

.p-category-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    columns: 4;
}

.p-category-list li {
    margin-bottom: 15px;
}

.p-category-list li a:hover {
    color: #4f6f19;
}

.product-header--main p {
    margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .primary-header {
        padding: 30px 15px;
    }
    .searchbox a {
        right: -30px;
    }
    .searchbox {
        max-width: 330px;
    }
    .searchbox-input {
        width: 360px;
    }
    .row:before,
    .row:after {
        content: none;
    }
    .product-item {
        width: 33.33%;
    }
    .catalogue-footer {
        padding: 0 15px;
    }
    .product-item__details-inner--cart a {
        padding: 10px 20px;
    }
    .product-item__details-inner--desc.product__title p {
        max-width: none;
    }
    .cart-container {
        display: flex;
        align-items: center;
    }
    .p-category-list {
        columns: 3;
    }
}

@media screen and (max-width: 767px) {
    .primary-header {
        padding: 30px 15px;
    }
    .searchbox {
        max-width: 100%;
        margin-left: 0;
        margin: 15px 0;
    }
    .searchbox-input {
        width: 100%;
    }
    .cart-container {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-flow: row wrap;
    }
    .logged-name {
        width: 100%;
    }
    .logged-name a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .logo-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .cart-left ul li:first-child {
        margin-left: 0;
    }
    .ad-img {
        display: none;
    }
    .quick-filter ul {
        flex-flow: row wrap;
    }
    .quick-filter ul:last-child {
        display: none;
    }
    .product-item {
        width: 100%;
        margin: 0 0 15px;
    }
    .product-item:last-child {
        margin-bottom: 0;
    }
    .catalogue-footer {
        padding: 0 15px 15px;
        margin-top: 30px;
    }
    .catalogue-footer ul li {
        padding: 18px 15px 0;
    }
    .xs-order-2 {
        order: 2;
    }
    .xs-order-1 {
        order: 1;
    }
    .product-brief__inner {
        margin-top: 30px;
    }
    .product-item__details-inner--desc.product__title p {
        max-width: none;
    }
    .product-item__details-inner--desc {
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .product-details--specific .product-item__details-inner--rate p {
        margin-right: 20px;
        width: 100%;
        margin-bottom: 5px;
    }
    .product-details--specific .product-item__details-inner--rate {
        display: flex;
        flex-flow: row wrap;
    }
    .p-category-list {
        columns: 1;
    }
}

.logged-name {
    margin-top: 10px;
}

.logged-name a {
    color: #000;
    padding: 7px 20px 10px 20px;
    background: #fff;
    border-radius: 35px;
    max-width: 260px;
    font-size: 14px;
}

.logged-name span {
    color: #707b27;
    font-weight: 700;
}

#pmenu {
    padding: 0;
    margin: 0px;
    list-style-type: none;
    /* width:206px; */
    position: relative;
    border: 0px solid #cfcaca;
    z-index: 550;
    font-weight: bold;
}

#pmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%
}

#pmenu li a {
    position: relative;
    line-height: 26px;
    background: #707b27;
    border-radius: 5px;
}

#pmenu li a:hover {
    cursor: pointer;
}

#pmenu a {
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    background: #ffffff;
    text-decoration: none;
    padding: 5px;
    padding-left: 10px;
    color: #fff;
}

#pmenu a:hover {
    cursor: pointer;
}

#pmenu li:hover a {
    width: 100%;
}

#pmenu li ul {
    display: none;
}

#pmenu li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

#pmenu li ul li {
    margin-bottom: 0px;
    padding: 0;
}

#pmenu li ul a {
    text-transform: none;
}

#pmenu li .inner {
    line-height: 10px;
    font-weight: normal;
    font-size: 12px;
}

#pmenu li .inner ul li {
    position: relative;
    z-index: 998;
    padding: 0;
    margin: 0;
    line-height: 10px;
    font-size: 12px;
}

#pmenu li .inner ul li a {
    background: #c7cc47 !important;
}

#pmenu li .inner ul li:hover {
    position: relative;
    z-index: 998;
    padding: 0;
    margin: 0;
    line-height: 10px;
    font-size: 12px;
}

#pmenu .inner li a {
    border-radius: 0;
}

#pmenu .inner ul {
    border-radius: 5px 5px 5px 5px;
    background: #c7cc47;
    padding: 5px 0;
    overflow: hidden;
}

ul#pmenu li {
    margin-bottom: 5px;
}

.jquery-modal .product-item__details-inner--id {
    margin-bottom: 0;
    min-height: auto;
}

.jquery-modal .product-item__details-inner--id p {
    margin-bottom: 5px;
}

.jquery-modal .product-item__details-inner--desc p {
    height: auto;
    max-width: none;
    overflow: visible;
}

.jquery-modal .product-item__details-inner--desc {
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
}

.jquery-modal .product-item__details-inner.product-item__details-inner--price {
    display: flex;
}

.jquery-modal .product-item__details-inner.product-item__details-inner--price p {
    margin-right: 25px;
}

.jquery-modal .product-item__details-inner.product-item__details-inner--price p.rrp-price {
    margin-right: 13px;
}

.jquery-modal .modal {
    padding-bottom: 25px;
}