body .product.data.items {
    margin: 0;
}

body .product.data.items>.item.title {
    margin: -2px -1px 0 0;
}

body .product.data.items>.item.title:not(.disabled)>.switch:active,
body .product.data.items>.item.title.active>.switch,
body .product.data.items>.item.title.active>.switch:focus,
body .product.data.items>.item.title.active>.switch:hover {
    color: #fff;
    background: #33574b;
    padding-bottom: 0;
    border-bottom: none;
}

body .product.data.items>.item.title>.switch {
    letter-spacing: 0;
    text-decoration: none;
    border: 0;
    border-bottom: 3px solid transparent;
    height: 45px;
    border-radius: 9px 9px 0 0;
    padding: 2px 20px;
    margin-right: 10px;
    width: 279px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    line-height: 45px;
    background-color: #f1f1f1;
    text-decoration: none !important;
}

body .product.data.items>.item.title>.switch:visited {
    color: #333333;
    text-decoration: none;
}

body .product.data.items>.item.title>.switch:hover,
body .product.data.items>.item.title:not(.disabled)>.switch:focus,
body .product.data.items>.item.title:not(.disabled)>.switch:hover {
    color: #fff !important;
    background: #AE8D54;
}

.data.switch .counter {
    color: #fff;
}

body .product.data.items>.item.title:not(.disabled)>.switch:active,
body .product.data.items>.item.title.active>.switch,
body .product.data.items>.item.title.active>.switch:focus,
body .product.data.items>.item.title.active>.switch:hover {
    color: #fff;
    background: #AE8D54;
    padding-bottom: 0;
    border-bottom: none;
}

body .product.data.items {
    margin: 0;
    border-bottom: none;
}

body .product.data.items>.item.content {
    background: #fff;
    margin-top: 43px;
    padding: 15px 0;
    border: none;
    font-size: 18px;
    border-top: 3px solid #bc9e66;
}

.product.data.items>.item.content .home-content-image-block.product-desc-main {
    background: transparent;
    padding: 0;
}

.home-content-image-block.product-desc-main h2.title {
    text-align: left;
}

.product-desc-main .home-content-image-inner p {
    text-align: left;
}

.home-content-image-block.product-desc-main .content-image-section.content-sec2 .content,
.home-content-image-block.product-desc-main .content-image-section.content-sec2 .content p {
    text-align: left;
}

ul {
    padding: 0;
    list-style: none;
}

.calculator.larger-text {
    padding-top: 10px;
    height: auto !important;
}

#calculator-form .metres {
    display: block;
}

.calculator .feet,
.calculator .metres {
    margin-bottom: 20px;
}

.calculator .metres input {
    width: 100px;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rempx;
    margin: 10px;
    padding: 0.5rem;
    height: 37px;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.calculator .unit {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    width: 70px;
}

.calculator.larger-text label {
    font-size: 13px;
    font-family: 'Montserrat-Medium';
}

.calculator.larger-text p {
    text-align: left;
}

.row {
    margin: 0 !important;
}

.small-6 {
    width: 50%;
}

.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.button.grey,
.button.grey a {
    background: #ab8955;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin: 0 0 1.25rem;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.button.light-grey {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    margin: 0 0 1.25rem;
    position: relative;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    width: 100%;
    color: #333333;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    background-color: #f1f1f1;
    font-size: 15px;
    text-transform: uppercase;
}

form#calculator-form {
    max-width: 600px;
    width: 60%;
}

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

.small-6.columns section {
    display: flex !important;
    align-items: center;
}

body:not(._keyfocus) button:focus {
    box-shadow: none;
    outline: none !important;
}

.price-excluding-tax {
    /* display: none !important; */
}

.calculator.larger-text h2 {
    text-align: center;
}

div#total-area-wrapper p {
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
}

span#total-area,
span#total-area-5,
span#total-area-10 {
    color: #AE8D54;
}


/** .product.attibute.specifications ****/

.product.attibute.specifications ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f1f1f1;
}

.product.attibute.specifications li:first-child strong {
    border-top: 1px solid #f1f1f1;
}

.product.attibute.specifications li {
    display: flex;
    width: 50%;
    margin-bottom: 0 !important;
}

.product.attibute.specifications strong {
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 20px 15px 20px;
    background: #f1f1f1;
    border: 1px solid #fff;
}

.product.attibute.specifications li:first-child p {
    border-top: 1px solid #f1f1f1;
}

.product.attibute.specifications li p {
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    line-height: 16px;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    padding: 20px 10px;
}

.product.attibute.specifications h2 {
    text-align: center;
}

.review-form .action.submit.primary:hover {
    background: #fff;
    border: 1px solid #AE8D54;
    color: #AE8D54;
}

.review-form .action.submit.primary {
    background: #AE8D54;
    border: 1px solid #AE8D54;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 11px 25px;
    margin: 0;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    font-weight: normal;
}

body.page-layout-1column .product.media {
    width: 50%;
    position: relative;
}

.product.media .product-lable {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    border-radius: 4px;
    background-color: #d9d9d9;
    padding: 9px 20px;
    text-transform: uppercase;
}

.product.media .clearance.product-lable,
.product.media .sale.product-lable {
    background-color: #eb001b;
    color: #fff;
}

body.page-layout-1column .product-info-main {
    width: 46%;
    /* display: flex;
    flex-wrap: wrap; */
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 0 !important;
    font-size: 32px;
    text-transform: uppercase;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    text-align: center;
}

.product-info-main .product-reviews-summary {
    float: none;
    text-align: center;
    display: none !important;
}

.product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap;
    font-size: 16px;
    line-height: 10px;
    color: #AE8D54;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}

.product-info-main .pro-att {
    padding: 8px 30px 5px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.product-info-main .pro-att span {
    line-height: 22px;
}

.klarna a {
    line-height: 16px;
    display: inline-block;
    text-decoration: underline !important;
}

.klarna a:hover {
    color: #AE8D54 !important;
}

.klarna--text a:active,
.klarna--text a:focus,
.klarna--text a:visited {
    color: #000 !important;
}

.price-top-block {
    text-align: center;
}

.product-info-main .product-add-form {
    padding-top: 10px !important;
}

.price-singl {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    margin-bottom: -12px;
}

.bttb {
    text-decoration: underline;
}

.field.qty label {
    font-size: 18px;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    margin-bottom: 0;
    margin-right: 10px;
    /* background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 20px; */
}

.qty-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.klarna {
    font-size: 15px;
    color: #343434;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    max-width: 345px;
    /* background-image: url(../images/Klarna_Payment.png); */
    background-image: url(../images/Klarna_Payment_Badge.png);
    background-repeat: no-repeat;
    padding-left: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-size: 93px;
}

.field.qty input {
    opacity: 0.839;
    font-size: 23px;
    color: #333;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    width: 92px !important;
    height: 46px !important;
    border-radius: 4px;
    border: 1px solid #343434;
    padding-top: 5px;
    padding: 5px 28px 0;
}

.field.qty {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.product-info-main .product-info-stock-sku {
    display: none;
}

.price-calculation-block.fp-require {
    /* background: #e2e8e1; */
    margin-bottom: 0;
    padding: 0 15px 20px;
    text-align: center;
}

p.fp-require-statement.-bold {
    display: none;
}

p.total-text {
    font-size: 22px;
    color: #343434;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    text-align: center;
}

.price--block .product-rrp-block {
    display: none;
}

p.packk-blk {
    font-size: 17px;
    color: #AE8D54;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
}

span.old-price {
    display: none;
}

.price-calculation-block span.old-price {
    display: none;
}

.-bold {
    font-family: 'Poppins-SemiBold';
}

.fp-require {
    transition: background-color .5s, padding .5s;
}

.fotorama__stage {
    margin: 0 0 15px;
    width: 100% !important;
    transform: inherit !important;
}

body .fotorama__thumb {
    margin: 0 auto;
    text-align: center;
}

body .fotorama__thumb {
    background: transparent;
}

body .fotorama__stage__frame .fotorama__img {
    width: 100% !important;
}

body .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
    font-size: 19px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    border-radius: 4px;
    background-color: #333333;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 0 !important;
}

body .actions.pro-btn .free {
    width: 49%;
    display: none;
}

body .actions.pro-btn .free a {
    width: 100%;
    font-size: 19px;
}

.special-price.now-price {
    color: #eb001b;
    font-family: 'Poppins-SemiBold';
}

.regular-price.was-price {
    font-size: 20px;
    color: #343434;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    text-decoration: line-through;
    margin-top: -10px;
    margin-bottom: 10px;
}

.add-10 {
    font-size: 17px;
    color: #343434;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}

.add-more-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 611px;
    margin: 0 auto;
    margin-bottom: 25px;
}


/* The container */

.container11 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container11 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container11:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container11 input:checked~.checkmark {
    background-color: #333333;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container11 input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container11 .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hurry {
    font-size: 16px;
    color: #eb001b;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin: 15px 0;
}

body .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    height: 110px;
}

body .fotorama__thumb-border {
    background-image: none;
    border: transparent;
}

.fotorama__stage {
    margin: 0 0 15px;
    width: 720px !important;
    transform: inherit !important;
}

body .fotorama__thumb-border {
    display: none;
}

body .fotorama__stage__shaft {
    width: 100% !important;
    max-width: 100% !important;
}

body .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 5px 0 6px !important;
    height: 114px;
}

body .fotorama__thumb {
    background-color: transparent;
    /* border: 1px solid #d9d9d9; */
}

.fotorama__nav__shaft {
    margin: 0 0 0 30px;
    /* transform: translate3d(0px, 0px, 0px) !important; */
}

.fotorama__nav__shaft img.fotorama__img {
    padding: 0;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    transform: translate(-50%, -50%) !important;
    /* height: 125px !important; */
}

.upsell .product-image-wrapper {
    padding-bottom: 75% !important;
}

.price--block {
    text-align: center;
}

body .price-calculation-block.fp-require .product-info-price .price {
    font-size: 23px !important;
    color: #333 !important;
    font-family: 'Poppins-SemiBold' !important;
    margin-bottom: 0 !important;
}

.calc-btn-area.button.trans {
    display: none !important;
}

body .product-info-main .product-info-price {
    border-bottom: none;
    margin-bottom: 0;
}

body .price-calculation-block.fp-require .product-info-price .price::before {
    /* content: "Total: "; */
}

body .price-calculation-block.fp-require .product-info-price .price-box .price-container>span {
    margin-bottom: 0 !important;
}

.price-calculation-block.fp-require .product-info-price .price-box {
    padding-bottom: 0;
}

.gallery-placeholder {
    width: 100% !important;
}

b {
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
}

.upsell h2 {
    text-align: center;
}

input#custom_price {
    display: none;
}

.exp.read-less::before {
    content: none;
}

body .fotorama__arr,
body .fotorama__thumb__arr {
    background-color: transparent !important;
    transition: none;
}

body .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
body .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1;
}

body button.action.primary.tosample.lip {
    color: #fff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    border-radius: 4px;
    background-color: #AE8D54;
    border: 1px solid #AE8D54;
    line-height: 18px;
    padding: 14px 18px 12px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    font-size: 19px;
    min-height: auto;
    border: none;
}

body .products-grid .action.primary {
    display: none;
}

body button.action.primary.tosample.pdp:hover {
    background-color: #333333;
}

body button.action.primary.tosample.pdp {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    border-radius: 4px;
    background-color: #AE8D54;
    border: 1px solid #AE8D54;
    line-height: 18px;
    padding: 14px 18px 12px !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    letter-spacing: 1px;
}

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    background-image: none !important;
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    background: #fff !important;
}

.fotorama__thumb__arr .fotorama__thumb--icon {
    background-color: #fff !important;
}

body button.action.primary.tosample.lip:hover {
    background: #333;
}

body .columns {
    padding: 0 !important;
}

form#calculator-form .columns {
    padding: 0 15px !important;
}

.block.widget.block-products-list.upsell .container {
    padding: 0 !important;
}

.block.widget.block-products-list.upsell .slick-track {
    margin: 0 -20px;
}

.cart.table-wrapper .actions-toolbar>.action-edit {
    display: none !important;
}

.minicart-items .action.edit {
    display: none !important;
}

.free-block {
    font-size: 15px;
    color: #AE8D54;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}

.free-block span {
    /* background: url('../images/free1.png'); */
    background: url('../images/free1.svg');
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 45px;
}

body .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    background-position: -94px -73px;
    left: 32%;
}

body .fotorama__arr .fotorama__arr__arr {
    /* left: 52%; */
    position: absolute;
    /* top: 38%; */
    height: 95px;
    width: 66px;
    background-color: #fff;
}

body .fotorama__arr--prev {
    left: 7px;
}

body .fotorama__arr--next {
    right: -8px;
}

body .fotorama__arr--next .fotorama__arr__arr {
    background-position: -163px -73px;
}

body .fotorama__dot {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    display: block;
    height: 12px;
    left: 6px;
    position: relative;
    top: 12px;
    width: 12px;
    background: #ebebeb;
}

body .fotorama__active .fotorama__dot {
    background-color: #AE8D54;
    border-color: #AE8D54;
}

body .cart.table-wrapper .product-item-name a {
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins-Bold';
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    transform: none !important;
}

.fotorama__arr--disabled {
    opacity: 1 !important;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 300px;
    color: white;
    font-size: 13px;
    background-color: #AE8D54;
    border-radius: 0;
    padding: 10px 15px 8px 15px;
    font-family: 'Poppins-Regular';
    text-align: left;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #AE8D54;
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.hover-text #top {
    top: -91px;
    left: -50%;
}

.hover-text #top::before {
    top: 80%;
    left: 45%;
}

.hover-text {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: -2px;
    margin-right: 10px;
}

.product.info.detailed {
    margin-top: 35px;
    display: inline-block;
}

.upsell ul.slick-dots {
    margin-top: 20px;
}

body .upsell .slick-dots li button:active,
body .upsell .slick-dots li.slick-active button {
    border: none !important;
}

body .fotorama__stage.fotorama__shadows--left:before,
body .fotorama__nav.fotorama__shadows--left:before {
    background-image: none;
    background-position: 0 0, 0 0;
    left: 0;
    background-size: 0;
    width: 0;
}

.page-bottom {
    margin-bottom: 50px;
}

.visa-image img {
    height: 29px;
    margin: 0 0 0 2px;
}

.visa-image div {
    display: flex;
    flex-wrap: wrap;
}

body .product.data.items>.item.content a {
    text-decoration: underline !important;
}

.category-cms .content a {
    text-decoration: underline !important;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\e604';
    width: 18px;
    height: 20px;
}

.minicart-items .action.delete:before {
    content: '\e604';
    width: 18px;
    height: 20px;
}

@media screen and (max-width: 1400px) {
    body .product.data.items>.item.title>.switch {
        padding: 2px 10px;
        width: 221px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    body button.action.primary.tosample.pdp {
        font-size: 13px;
    }
    .field.qty {
        display: flex;
        align-items: center;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .klarna {
        width: 100%;
        max-width: 325px;
    }
    .qty-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    body .product.data.items>.item.content .content-image-section.content-sec2 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    body button.action.primary.tosample.pdp {
        width: 100%;
        display: block;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    body .box-tocart .action.tocart {
        /* width: 100%; */
        line-height: 18px;
        margin-bottom: 10px !important;
        padding: 14px 18px 12px;
        margin-right: 0;
    }
    body .actions.pro-btn .free {
        width: 100%;
    }
    .add-more-block {
        flex-wrap: wrap;
    }
    .add-10 {
        width: 100%;
        text-align: center;
        max-width: 275px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .visa-image {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    body .product.data.items>.item.title>.switch {
        padding: 2px 30px;
        width: auto;
        font-size: 16px;
    }
    .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    body .fotorama__arr {
        display: none !important;
    }
    body .fotorama__nav--thumbs {
        margin-top: 0;
    }
    body.page-layout-1column .product.media {
        width: 100%;
        order: 1;
        margin-top: 15px;
    }
    body.page-layout-1column .product-info-main {
        width: 100%;
        order: 2;
    }
    .fotorama__stage,
    body .gallery-placeholder {
        width: 100% !important;
    }
    .product.info.detailed {
        order: 3;
    }
    .page-layout-1column.catalog-product-view .column.main {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    body .product.data.items>.item.title>.switch {
        margin-right: 0;
    }
    body .product.data.items>.item.content {
        margin-top: 0;
    }
    body .product.data.items>.item.title>.switch {
        font-size: 18px;
    }
    body .product.data.items>.item.content {
        border: none;
    }
    body .product.data.items>.item.title {
        margin: -2px -1px 10px 0;
    }
    .product.attibute.specifications li {
        width: 100%;
    }
    body .product.data.items>.item.content h2 {
        margin-top: 0 !important;
        margin-bottom: 12px !important;
    }
    .price-singl {
        font-size: 26px;
    }
    .regular-price.was-price {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .small-6 {
        width: 100%;
    }
    .small-6.columns section {
        display: flex !important;
        align-items: center;
        width: 100%;
    }
    div#total-area-wrapper p {
        display: block;
        width: 100%;
    }
    form#calculator-form {
        width: 100%;
    }
    .calculate__block {
        display: block;
    }
    .room__image {
        margin-top: 20px;
    }
    .block.widget .product-item-info {
        width: 100% !important;
    }
    .block.widget.block-products-list.upsell .slick-track {
        margin: auto;
    }
}

@media screen and (max-width: 640px) {
    body .box-tocart .action.tocart {
        width: 100%;
    }
    body button.action.primary.tosample.lip {
        max-width: 100%;
    }
    .hover-text #top {
        top: -86px;
        left: 0;
        border-radius: 2px;
        text-align: left;
        font-size: 12px;
        padding: 8px;
    }
    .tooltip-text {
        width: 358px;
    }
}

@media screen and (max-width: 400px) {
    .calculator .metres input {
        width: 70px;
    }
    form#calculator-form .columns {
        padding: 0 !important;
        margin: 0;
        width: 100% !important;
    }
    .tooltip-text {
        width: 286px;
    }
}