@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Heavy.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: 'Theinhardt Pan';
    src: url("../fonts/Theinhardt Pan Black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

body {
    margin: 0;
    font-family: 'Theinhardt Pan';
    font-size: 16px;
    line-height: 24px;
    color: #131C32;
}
body.open-modal {
    overflow: hidden;
	padding-right: 20px;
}
.d-flex {
   display: flex;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    max-width: 1350px;
    padding: 0 48px;
    margin: 0 auto;
}
._mobile-show {
    display: none;
}
._icon {
    width: 24px;
    height: 24px;
    display: block;

}
._icon-search {
    background-image: url('../imgs/icons/search.svg');
    background-position: center center;
    background-repeat: no-repeat;
}
button {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.uk-page .btn-primary,
.btn-primary {
    font-family: 'Theinhardt Pan';
    background-color: #E35D3A;
    color: #FFFFFF;
    padding: 16px 22px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    column-gap: 16px;
    transition: background-color 0.3s;
    text-transform: uppercase;
	cursor: pointer;
}

.uk-page .uk-page-hero-content__txt .btn-primary {
	display: inline-block;
	margin-top: 24px;
}
#page-uk-eu__modal .close,
#page-uk-eu__modal .modal-close {
	position: absolute;
    top: 40px;
    right: 40px;
}
.btn-primary:hover {
    background-color: #BA5038;
}

.btn-primary:active {
    background-color: #904337;
}
.btn-secondary {
    background: linear-gradient(180deg, rgba(204, 230, 235, 0.5) 0%, #B7DCE3 100%);
    color: #131C32;
    border: none;
    transition: background .3s, opacity .3s;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
    padding: 16px 22px;
    text-transform: uppercase;
}
.btn-secondary:hover {
    opacity: .7;
}
.btn-secondary:active {
    opacity: .4;
}
.search-btn {
    background-color: transparent;
}
a {
    text-decoration: none;
    color: #4D4D4D;
    transition: opacity 0.3s, color 0.3s;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, .h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
}
h2, .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}
h3, .h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}
.supheader {
    color: #055a6b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 1px;
}

._link-orange {
    position: relative;
    color: #E35D3A;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    transition: color .1s;
    font-weight: 500;
    text-transform: uppercase;
}
._link-orange:hover {
    color: #BA5038;
}
._link-orange:active {
    color: #904337;
}


._link-orange:before {
    content:'';
    position: absolute;
    background-color: #E35D3A;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom:0;
    transition: background-color .1s;
}

._link-orange:hover:before {

    background-color: #BA5038;
}
._link-orange:active:before {

    background-color: #904337;
}
.prefooter {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 703px;
    text-align: center;
    color: #ffffff!important;
    overflow: hidden;
}
.prefooter h2{
       color: #ffffff!important;
}
.prefooter-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1a4c5f;
}
.prefooter-img img {
    height: 100%;
}
.prefooter .supheader {
    color: #ffffff;
}
.prefooter .btn-primary {
    margin: 0 auto;
}
.prefooter .container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
._min-mobile-show {
    display: none;
}
.text-center {
    text-align: center;
}

span.cart-close {
    top: 31px;
    right: 35px;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, rgba(204, 230, 235, 0.5) 0%, #B7DCE3 100%), #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    position: absolute;
    padding: 12px 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
}

input {
    font-family: 'Theinhardt Pan';
    font-size: 16px;
    line-height: 24px;
}
.modal {
    display: none;
    border-radius: 4px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #131C3280;
    z-index: 110;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.modal-container {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 120;
}
.modal-close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
.modal-header {
    margin-bottom: 40px;
}
.modal-header h2 {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.form-row {
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-column {
    width: calc(100% - 12px);
}
.modal input[type="text"],
.modal input[type="email"],
.modal input[type="number"],
.modal input[type="tel"],
.modal textarea {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    font-family: 'Theinhardt Pan';
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;

}
.modal textarea {
    resize: none;
    height: 112px;
	width: 100%;
}
[data-name="your-message"] {
	width: 100%;
}
.form-row__submit {
    flex-direction: row-reverse;
    margin-bottom: 0;
}
.form-row__submit .form-column {
    max-width: 268px;
}

.modal [type="submit"] {
    width: 100%;
    justify-content: center;
	border: none;
}
#mini-cart .modal-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    transform: none;
    max-width: 600px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#mini-cart h2 {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    line-height: 48px;
}
#mini-cart .modal-header {
    display: flex;
}
#mini-cart .modal-close {
    display: block;
    padding: 12px;
    height: 24px;
    background: linear-gradient(180deg, rgba(204, 230, 235, 0.5) 0%, #B7DCE3 100%);
    border-radius: 4px;

}
#mini-cart .modal-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#mini-cart .modal-body {
    height: 100%;
    margin-top: -16px;
}
#mini-cart .modal-footer {
    margin-top: auto;
}
#mini-cart .subtotal-wrapper {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
#mini-cart .button_wrapper {
    display: flex;
    column-gap: 32px;
}
#mini-cart .btn-secondary {
    line-height: 16px;
}
#mini-cart .button_wrapper .btn {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#mini-cart .remove_from_cart_button {
    display: flex;
    background: #FDEFEC;
    padding: 16px;
    border-radius: 4px;
    height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#mini-cart .product-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mini-cart .product-detail a {
    color: #188ea5;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
#mini-cart .product_quantity {
    display: flex;
    justify-content: space-between;
}
#mini-cart .product_quantity .product-quantity__control {
    margin-top: -3px;
    cursor: pointer;
}
#mini-cart .product_quantity {
    margin: 12px 16px;
    padding: 16px;
    height: 56px;
    min-width: 144px;
    border: 1px solid #E6E6E6;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
}
#mini-cart .product_quantity {
    transition: opacity .1s linear;
}
#mini-cart .product_quantity.__loading {
    opacity: .3;
}
#mini-cart .cart-product {
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
}
.woocommerce img, .woocommerce-page img {
    max-width: initial;
}
.woocommerce .catalogue-grid-item img, .woocommerce-page .catalogue-grid-item img {
    width: 100%;
}
.select2 .selection {
    display: block;
    height: 56px;
}

.select2-container {
    min-width: 240px;
}
.select2-container--default .select2-selection--single {
    display: block;
    height: 56px;
    border: 1px solid rgba(19, 28, 50, 0.5);
    box-sizing: border-box;
    transition: border .3s, outline .3s;
    outline: 1px solid transparent;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #0F8BA1;
    outline: 1px solid #0F8BA1;
}
.select2-selection__rendered {
    padding: 16px;
    color: #131C32;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 16px;
    line-height: 24px;
    height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 10.2929C8.68342 9.90237 9.31658 9.90237 9.70711 10.2929L12 12.5858L14.2929 10.2929C14.6834 9.90237 15.3166 9.90237 15.7071 10.2929C16.0976 10.6834 16.0976 11.3166 15.7071 11.7071L12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L8.29289 11.7071C7.90237 11.3166 7.90237 10.6834 8.29289 10.2929Z' fill='%23131C32'/%3E%3C/svg%3E%0A");
    display: block;
    width: 24px;
    right: 16px;
    top: 16px;
    left: auto;
    height: 24px;
    transition: transform .3s;
    box-sizing: border-box;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.woocommerce-error {
    margin-bottom: 0;
}
.woocommerce-message {
    background-color: #E6F3E7;
    border: none!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 4px 24px rgba(119,119,119,.5);
    border-radius: 24px;
    letter-spacing: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
    z-index: 15;
    border: 0;
}
.woocommerce-message::before {
    top: 50%;
    margin-top: -12px;
}
.wpcf7-spinner {
	position: absolute;
}
@media (max-width:1024px) {
    ._desktop-show {
        display: none;
    }
    ._mobile-show {
        display: block;
    }
    .container {
        max-width: 960px;
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        box-sizing: border-box;
    }
    .modal-container {
        max-width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #book-a-call .modal-close {
    right: 20px;
    top: 20px;
    }
}
.thank-u {
    min-height: 840px;
	position: relative;
}
.thank-u:before {
    content: '';
    position: absolute;
    width: 1115px;
    height: 680px;
    background-image: url('../imgs/thank-u-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.thank-u:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 428px;
    height: 268px;
    background-image: url('../imgs/thank-u-bg1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.thank-u__content {
    width: 584px;
    margin: 0 auto;
    padding-top: 178px;
    z-index: 1;
    position: relative;
}
.thank-u__content h1 {
    width: 380px;
    text-align: center;
    margin: 0 auto 40px;
    letter-spacing: 0;
}
.thank-u__content .desc {
    width: 450px;
    text-align: center;
    margin: 0 auto 40px;
}
.thank-u__content .btn-wrapper {
    display: flex;
    justify-content: space-between;
}
.thank-u__content .thank-u__btn {
    width: 280px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    display: block;
    text-align: center;
    font-family: 'Theinhardt Pan';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* Main/Text */

    color: #131C32;
    letter-spacing: 0;
    padding: 40px 0;
}
@media (max-width: 768px) {
    .thank-u {
        min-height: 0;
    }
    .thank-u:after {
        display: none;
    }
    .thank-u:before {
        width: 350px;
    }
    .thank-u__content {
        width: 330px;
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .thank-u__content h1 {
        width: 330px;
    }
    .thank-u__content .desc {
        width: 100%;
    }
    .thank-u__content .thank-u__btn {
        padding: 16px 0;
        width: 100%;
    }
    .thank-u__content .btn-wrapper {
        flex-direction: column;
        row-gap: 16px;
    }
    ._min-desktop-show{
        display: none;
    }
    ._min-mobile-show {
        display: block;
    }
    #mini-cart .modal-container {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 24px;
    }
    #mini-cart .cart-product {
        flex-wrap: wrap;
    }
    #mini-cart .product_quantity {
        max-width: 256px;
        width: 100%;
    }
    #mini-cart .product-detail {
        width: calc(100% - 56px);
    }
    #mini-cart .cart-product .product-img img {
        width: 48px;
        height: auto;
    }
    #mini-cart .cart-product {
        row-gap: 8px;
        column-gap: 8px;
    }
    #mini-cart .modal-close {
        right: 24px;
        top: 24px;
    }
    .btn {
        box-sizing: border-box;
    }

    body.open-modal {
        padding-right: 8px;
    }
}
@media (max-width:460px) {
        #mini-cart .modal-close {
        right: 40px;
        top: 40px;
    }
    #book-a-call .form-row{
        flex-direction: column;
        margin-bottom: 0;
    }
    #book-a-call .modal-container{
        padding: 20px;
        width: calc(100% - 40px);
    }
    #book-a-call .modal-header{
        margin-bottom: 20px;
    }
    #book-a-call .modal-header h2{
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        max-width: 70%;
        text-align: left;
    }
    #book-a-call .form-row .form-column{
        margin-bottom: 24px;
        width: 100%;
    }
    #book-a-call .form-row.form-row__submit .form-column{
        margin-bottom: 0!important;
        margin-top: 24px;
    }
    #book-a-call .form-row__submit .form-column{
        max-width: 100%;
    }
    #mini-cart .product_quantity {
        max-width: calc(100% - 96px);
        width: 100%;
    }
}


/* michael header fix */
.header-main{
    box-shadow: 0px 0px 11px #00000029;
}
/* michael header fix end */

/* michael footer img fix */
#menu-footer-menu li a{
    color: #fff;
}

.prefooter-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* michael footer img fix end */

/* michael search page css update */
.container-search .page-title-search, .container-search .entry-title{
    font-size: 42px;
    line-height: 46px;
    color: #4D4D4D; 
    font-weight: 500!important;
}

.container-search .page-content-search p{
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D; 
}

.container-search .post-read-more{
    color: #E35D3A;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    text-shadow: 0px 12px 9px rgba(0,0,0,0.21);
}

.container-search .nav-previous{
    margin-top: 35px;
}

.container-search .search-field{
    width: 276px;
    height: 56px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    outline: none;
    margin-right: 20px;
}

.container-search .search-field:focus, .container-search .search-field:active{
    outline: none;
    border: 1px solid #D8D8D8!important;
}

.container-search .search-submit{
    background-color: #E35D3A;
    color: #FFFFFF;
    padding: 16px 22px;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.container-search .search-submit:hover {
    background-color: #BA5038;
}

.container-search .search-submit:active {
    background-color: #904337;
}

.container-search .nav-previous a{
    font-size: 24px;
    text-decoration: underline;
}

.container-search{
    padding-bottom: 100px;
    padding-top: 100px;
}

.container-search .entry-summary{
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}

.container-search article {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.container-search  .search-form{
    display: flex;
}

.container-search .no-results .page-content-search p{
    margin-bottom: 30px;
}
.container-search .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 456px) {
    .search-form label{
        width: 100%;
    padding: 0 15px 0 0;
    }
    .container-search .search-field{
        width: 100%;
    }
      .container-search{
        padding-bottom: 50px;
    padding-top: 20px;
    }
}
/* michael search page css update end */


.menu-item-has-children{
    position: relative;
    padding-right: 20px;
}
.menu-item-has-children .sub-menu {
	padding-right: 40px;
}
.menu-item-has-children .arrow{
    position: absolute;
    right: 0;
    height: 5px;
    width: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L4 2.58579L6.29289 0.292893C6.68342 -0.0976311 7.31658 -0.0976311 7.70711 0.292893C8.09763 0.683417 8.09763 1.31658 7.70711 1.70711L4.70711 4.70711C4.31658 5.09763 3.68342 5.09763 3.29289 4.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
}

@media (min-width: 1025px) {
    .menu-item-has-children .sub-menu{
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
        position: absolute;
        padding: 8px 24px;
        display: none;
    }
    .menu-item-has-children:hover .sub-menu, .menu-item-has-children .sub-menu li:hover{
        display: block;
    }
    .menu-item-has-children .arrow{
        transform: translateY(-50%);
        top: 50%;
    }
}

.menu-item-has-children .sub-menu{
    width: fit-content;
    background-color: #fff;
    top: 100%;
    left: 0;
    z-index: 9;
    min-width: 200px;
}

.menu-item-has-children .sub-menu li a{
    font-weight: 500;
    line-height: 24px;
    padding: 4px 0;
    color: #000;
    opacity: 0.70;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: .3s all;
}

.menu-item-has-children .sub-menu li:hover a{
    color: #ed8f77;
}


.page-template-page-blog .ajax-load-more-wrap .alm-listing{
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 20px;
}

.page-template-page-blog .ajax-load-more-wrap .alm-listing .alm-item{
        border-radius: 12px;
        overflow: hidden;    
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 10px #ccc;
}
    .page-template-page-blog .alm-listing>li.alm-item .alm-item__img{
        height: 176px;
        width: 100%;
    }
    .page-template-page-blog .alm-listing>li.alm-item img{
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        height: 100%;
        position: static!important;
    }

    .page-template-page-blog .alm-listing>li.alm-item h3 a{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
         color: #0F8BA1;
    }

    .page-template-page-blog .posted-date-blog{
         margin-top: 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
         color: #92AAB3;
         display: block;
    }
    .page-template-page-blog .btn--blog-post{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #D16545;
        text-transform: uppercase;
        margin-top: 15px;
        display: block;
    }

    .page-template-page-blog .alm-item__decs {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .page-template-page-blog .alm-item__decs p{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .page-template-page-blog .alm-listing>li.alm-item .alm-item__decs{
        padding: 16px;
    }

    .page-template-page-blog .blog_top{
        margin-top: 50px;
    }
 
    .page-template-page-blog .blog_top h2 {
        text-align: center;
        color: #188ea5;
        font-size: 42px;
        line-height: 1.168;
        font-weight: 700;
        margin: 15px 0px 65px;
        padding: 0px;
    }

    .page-template-page-blog .blog_top h6{
        font-size: 10px;
        text-align: center;
        line-height: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #055a6b;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .page-template-page-blog  .alm-listing>li.alm-item{
        padding: 0!important;
    }

#gvb_shop_page {
    margin-top: 40px;
}
@media (max-width: 1025px) {
	.page-template-page-blog .blog_top{
		margin-top: 150px;
	}
	.page-template-page-blog .ajax-load-more-wrap .alm-listing{
		column-gap: 10px;
		grid-template-columns: auto auto;
	}
} 

@media (max-width: 685px) {
	.page-template-page-blog .blog_top h2{
		font-size: 32px;
	}
	.page-template-page-blog .ajax-load-more-wrap .alm-listing{
		column-gap: 5px;
		grid-template-columns: auto;
	}
}

.admin-bar.single-product .select2-container--open .select2-dropdown {
    top: 32px !important;
}
.single-product .sami {
	display: flex;
    column-gap: 8px;
}
.search-results .product-type-variable img{
    max-width: 300px;
}

#menu-item-199 .sub-menu{
    min-width: 250px!important;
}
@media (max-width: 1250px) {
    .product-template-default .articles .articles__list{
        overflow: scroll;
        width: calc(100% + 58px);
        margin-left: -24px;
        margin-right: -24px;
    }
    .product-template-default .articles .articles__list .articles__item:last-child{
        margin-right: 40px;
    }
     .product-template-default .articles .articles__list .articles__item:first-child{
        margin-left: 20px;
    }
}

.woocommerce-cart-container{
margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background-color: #E35D3A!important;
}

#cart-pages_s, .page.woocommerce-checkout{
        background-image: url('../imgs/cart-bg.png');
        background-repeat: no-repeat;
        background-size: 80%;
}
#cart-pages_s .header-main, .page.woocommerce-checkout .header-main{
    background-color: #fff;
}

#cart-pages_s .woocommerce-notices-wrapper{
        margin-bottom: 26px;
}
#cart-pages_s .woocommerce-message{
    position: relative;
}
#cart-pages_s .woocommerce-message:before{
    position: absolute;
    top: 50%;
}
#cart-pages_s .woocommerce-error{
        background: #FCE9E7;
    border: 0;
}

@media (max-width: 998px) {
    #cart-pages_s .woo-title__h1{
        text-align: center;
    }
	.woocommerce-cart-container{
		margin-top: 0;
	}

	#cart-pages_s .woocommerce-cart-container .product-remove,
	#cart-pages_s .woocommerce-cart-container .product-name {
	  flex: 1; 
	}

	#cart-pages_s .woocommerce-cart-container .woocommerce-cart-form__cart-item{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#cart-pages_s  .product-quantity .quantity{
		width: 100%;
	}
}

.page-error-404{
    background-image: url('../imgs/404-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.page-error-404 .page-content{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.page-error-404 .page-content h1{
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
}


.page-error-404 .page-content h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.page-error-404 .page-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.page-error-404 .page-content .btn-primary{
    margin-top: 26px;
}

.woocommerce-checkout-wrap{
    display: flex;
}

.woocommerce-checkout_col_l{
    width: 70%;
}

.woocommerce-checkout_col_r{
    width: 30%;
}

.woocommerce-checkout.woocommerce-checkout-wrap #payment div.form-row{
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout_col_r{
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 24px 16px 0px #0000000A;
}

.page-template-page-checkout .woocommerce-form-coupon-toggle{
    margin-bottom: 26px;
}

.page-template-page-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
    border: 0;
    background: #E7F4F6;
}

.woocommerce-info::before {
    position: absolute;
    content: ""!important;
    top: 50%!important;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../imgs/Info-cart.png');
}

.woocommerce-error::before{
    position: absolute;
    content: ""!important;
    top: 50%!important;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../imgs/error-cart.png');
}

.woocommerce-checkout-wrap .select2-container--open .select2-dropdown{
    top: 0!important;
}

.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-billing-fields__field-wrapper, 
.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-shipping-fields__field-wrapper{
    display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-billing-fields__field-wrapper .form-row,
.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-shipping-fields__field-wrapper .form-row, 
.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-additional-fields__field-wrapper .form-row{
    display: flex;
    flex-direction: column!important;
    column-gap: 0!important;
    justify-content: flex-end;
    width: 100%;
}

.page-template-page-checkout .woocommerce-checkout-wrap .form-row input
{
    width: calc(100% - 32px)!important;
    height: 56px;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 4px
}

.page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_state_field .woocommerce-input-wrapper .select2-selection--single,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_country_field .woocommerce-input-wrapper .select2-selection--single,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_country_field .woocommerce-input-wrapper .select2-selection--single,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_state_field .woocommerce-input-wrapper .select2-selection--single{
        border: 1px solid #E6E6E6;
}

.page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_state_field .woocommerce-input-wrapper,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_country_field .woocommerce-input-wrapper,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_country_field .woocommerce-input-wrapper,
.page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_state_field .woocommerce-input-wrapper{
    width: calc(100% - 32px)!important;
}

.page-template-page-checkout  .woocommerce-checkout-wrap .form-row label{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.page-template-page-checkout  .woocommerce-checkout-wrap h3, .woocommerce-checkout-wrap h3 span {
    font-size: 24px; 
    font-weight: 500;
    line-height: 40px;
}

.page-template-page-checkout .site-main{
    padding: 50px 0;
}

.woocommerce-checkout-wrap .shipping_address{
    padding-top: 20px;
}

.woocommerce-checkout-wrap  #ship-to-different-address{
    padding: 20px 0 10px;
}

form.woocommerce-checkout{
    position: relative;
}
form.woocommerce-checkout .woocommerce-error{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-template-page-checkout .coupon label{
    display: none;
}

.page-template-page-checkout .coupon {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.page-template-page-checkout .coupon input{
    width: 100%;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
           padding: 16px;
}

.woocommerce-checkout-wrap  textarea{
    border: 1px solid #E6E6E6;
    height: 120px;
    width: calc(100% - 32px)!important;
    padding: 16px;
    border-radius: 4px;
    font-family: 'Theinhardt Pan';
    font-size: 16px;
}

#order_review .product-name{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0F8BA1!important;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount{
    color: #E35D3A;
    float: right;
        font-weight: 600!important;
}

.woocommerce-checkout-review-order-table tfoot tr th{
    font-weight: 400!important;
}

@media (max-width: 998px) {
    .woocommerce-checkout_col_l{
    	width: 100%;
        padding: 0;
    } 

    .woocommerce-checkout_col_r{
        width: 100%;
        padding: 0;
    }
    .woocommerce-checkout-wrap{
        flex-direction: column;
    }
}

@media (max-width: 740px) {
    .page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_state_field .woocommerce-input-wrapper, .page-template-page-checkout .woocommerce-checkout-wrap .form-row#billing_country_field .woocommerce-input-wrapper, .page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_country_field .woocommerce-input-wrapper, .page-template-page-checkout .woocommerce-checkout-wrap .form-row#shipping_state_field .woocommerce-input-wrapper{
        width: 100%!important;
    }
    .page-template-page-checkout .woocommerce-checkout-wrap .form-row input{
        width: 100%!important;
    }
    .woocommerce-checkout-wrap  textarea{
        width: 100%!important;
    }
    .page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-billing-fields__field-wrapper, 
	.page-template-page-checkout .woocommerce-checkout-wrap .woocommerce-shipping-fields__field-wrapper {
	  grid-template-columns: auto;
	  column-gap: 0px; 
	}
    .woocommerce-checkout-wrap .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout-wrap .woocommerce-shipping-fields__field-wrapper{
        display: flex;
        flex-direction: column;
          column-gap: 0px;
    }
}

.site-main .woocommerce-ordering{
    display: none;
}
