/*
Theme Name: Storefront HHS
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Muhammad Hamid
Author URI: http://ciloo.nl/
Version: 1.0.0.1622799615
Updated: 2021-06-04 09:40:15
Text Domain:  hhs
*/

/**
* Global
*/
body {
    font-family: 'Aktiv Grotesk';
}
h1, h2, h3, h4, h5, h6,
.button {
    font-family: 'GT Walsheim Trial';
}
.button {
    background-color: white;
    border-radius: 5px;
    color: #223343;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 18px;
    position: relative;
    padding-right: 50px;
}

.button-large {
    padding-right: 140px;
}
.button-dark {
    background-color: #223343;
    color: white;
}

.button:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 3px solid #00B2CD;
    border-top: 3px solid #00B2CD;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.text-center {
    text-align: center;
}
.container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.storefront-handheld-footer-bar {
    display: none;
}
a {
    outline: 0 !important;
}
.woocommerce-error li[data-class="no-points"] {
    color: #00B2CD !important;
    font-size: 20px;
}

ul.woocommerce-error {
    background-color: #333333;
    border-radius: 5px;
}

/**
* Header
*/
.topbar {
    background-color: #223343;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 11px 10px;
    line-height: 17px;
}
.site-header .col-full {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.site-header-cart .cart-contents::after {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-left: auto;
}

.woocommerce-active .site-header .site-branding {
    margin-right: 0;
    width: auto;
}

form.header-search-form {
    display: none;
}

button.nav-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.primary-navigation {
    display: none;
}

.header-right > * {
    margin-right: 15px;
    margin-left: 15px;
}

.site-header-cart .widget_shopping_cart {
    min-width: 300px;
}

.cart-count {
    width: 24px;
    height: 24px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    position: absolute;
    top: -9px;
    right: -18px;
    border: 2px solid #8f9800;
}

.site-header-cart {
    width: auto !important;
    margin-right: 15px !important;
}

.site-header {
    padding: 18px 0;
}

.site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
    margin-bottom: 0;
}

.site-header .site-branding img {
    max-width: 180px;
    margin-top: 7px;
}

/**
* Homepage Grid section
*/
.col-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.site-main {
    padding-top: 0 !important;
}

.hg-grid-row {
    display: table;
}

.hg-grid-row .hg-col {
    display: table-cell;
    width: 50%;
    position: relative;
}

.hg-text-col {
    background-color: #223343;
    color: white;
    vertical-align: middle;
}

.hg-section {
    margin-top: 28px;
}

.hg-text-col:after {content: '';position: absolute;top: 0;right: -1px;bottom: 0;width: 14px;background-color: white;transform: skew(-3deg, 0deg);z-index: 99;}

.hg-img-col:before {content: '';position: absolute;top: 0;left: 0;bottom: 0;width: 14px;background-color: white;transform: skew(-3deg, 0deg);z-index: 99;}

.hg-welcome-row {
    color: white;
    position: relative;
    margin-top: 0px;
}

.hg-welcome-row:before {content: '';position: absolute;top: -8px;left: 0;width: 50%;background-color: white;height: 28px;transform: skew(0deg, -1deg);}

.hg-welcome-row:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    width: 50%;
    background-color: white;
    height: 28px;
    transform: skew(0deg, 1deg);
    z-index: 99;
}

.hg-welcome-col {
    background-color: #9EA700;
    padding-top: 90px;
    padding-bottom: 140px;
}

.hg-img-col:after {content: '';position: absolute;bottom: -32px;left: -60px;background-color: white;width: 100px;height: 100px;border-radius: 50%;z-index: 99;}

.hg-change-col {
    background-color: white;
    position: absolute;
    top: -16px;
    left: calc(50% - 0px);
    color: black;
    padding: 40px 55px;
    transform: skew(15deg, -7deg);
    margin-left: -3px;
}

.hg-change-col:after {content: '';position: absolute;right: -44px;top: 10px;width: 63px;background-color: #9EA700;height: 100%;transform: skew(-31deg, 0deg);}

.hg-change-col h3 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.hg-change-col p {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -10px;
}

.hg-change-col .hg-col-inner {
    transform: skew(-15deg, 7deg);
}

.hg-img-col {
    z-index: 9;
}

.hg-text-col h2 {
    font-size: 50px;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.hg-text-col .hg-col-inner {
    padding-left: 40px;
    padding-right: 40px;
}

.hg-text-col .hg-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 50px;
}

.hg-welcome-col h2 {
    font-size: 80px;
    color: white;
    font-weight: bold;
}
.hg-welcome-col .hg-text {
    font-size: 22px;
}
.tilt-rect {
    height: 90px;
    background-color: white;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    margin-top: -89px;
}

/**
* Homepage product section
*/
.hp-section h4 {
    font-size: 50px;
    color: #9EA700;
    font-weight: bold;
}
.hp-products .product {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important;
}
.product {
    text-align: left !important;
}
.hp-products .product .attachment-woocommerce_thumbnail {
    max-width: none;
    width: calc(100% + 15px);
}

.hp-products .woocommerce-loop-product__link {
    padding: 5px;
}

.hp-products .owl-item:nth-child(3n+1) .attachment-woocommerce_thumbnail,
.archive .product:nth-child(6n+1) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+1) img {
    clip-path: polygon(0 0, 100% 6%, 93% 93%, 6% 100%);
}
.hp-products .owl-item:nth-child(3n+2) .attachment-woocommerce_thumbnail,
.archive .product:nth-child(6n+2) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+2) img {
    clip-path: polygon(6% 6%, 100% 0, 93% 100%, 0% 93%);
}
.hp-products .owl-item:nth-child(3n+3) .attachment-woocommerce_thumbnail,
.archive .product:nth-child(6n+3) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+3) img {
    clip-path: polygon(6% 0%, 93% 6%, 93% 93%, 0% 100%);
}
.archive .product:nth-child(6n+4) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+4) img {
    clip-path: polygon(6% 6%, 93% 0, 100% 100%, 0 93%);
}
.archive .product:nth-child(6n+5) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+5) img {
    clip-path: polygon(0 0, 93% 6%, 100% 93%, 6% 100%);
}
.archive .product:nth-child(6n+6) .attachment-woocommerce_thumbnail,
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n+6) img {
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 6% 93%);
}

.woo-img,
.woocommerce-product-gallery li {
    filter: drop-shadow(0px 0px 3px rgba(50, 50, 0, 0.3));
}

.product .price, .product .woocommerce-loop-product__title, .add_to_cart_button {
    margin-left: 20px;
    margin-right: 20px;
    font-family: GT Walsheim Trial !important;
}

.product .price {
    color: #00B2CD !important;
    font-size: 25px;
    font-weight: bold !important;
    margin-bottom: 4px !important;
}

.woocommerce-loop-product__title {
    color: #223343 !important;
    font-size: 23px !important;
    font-weight: bold !important;
}

.add_to_cart_button {
    background-color: #223343;
    color: white;
    padding-right: 50px;
    margin-top: 20px;
}
.owl-nav button {
    background-color: #c4c4c4 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    top: calc(50% - 200px);
}

.owl-nav button:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #00B2CD;
    border-top: 2px solid #00B2CD;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(
45deg
);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.owl-nav span {
    display: none;
}

.owl-nav button.owl-prev:before {
    -webkit-transform: rotate( -135deg );
    -moz-transform: rotate( -135deg );
    -o-transform: rotate( -135deg );
    transform: rotate( 
-135deg
 );
    right: 15px;
}

.owl-nav {
}

.hp-products .product {
    margin-bottom: 0 !important;
}

.owl-nav button.owl-prev {
    left: -12px;
}

.owl-nav button.owl-next {
    right: -12px;
}

.owl-dots {
    text-align: center;
    margin-bottom: 57px;
    margin-top: 35px;
}

.owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #CBCBCB !important;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.owl-dots .owl-dot.active {
    background-color: #223343 !important;
}
.owl-carousel .owl-stage{display: flex;}
.hp-products .product {
    display: inline-flex;
    height: 100%;
    flex-direction: column;
}

.hp-products .add_to_cart_button {
    margin-top: auto;
    max-width: 220px !important;
}


/**
* Extra information section
*/
.ei-section h4 {
    color: #9EA700;
    font-weight: bold;
    font-size: 32px;
}

.ei-section {
    margin-top: 100px;
}

.ei-col {
    width: 50%;
}

.ei-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 40px;
}

.ei-text {
    font-size: 18px;
}

.ei-col a {
    color: #00B2CD;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-top: 15px;
    background-color: transparent !important;
    text-decoration: underline;
}

.ei-text-col .ei-col-inner {padding-right: 80px;}

.ei-col img {
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
}

.ei-row:before {content: '';width: 73%;display: block;position: absolute;bottom: 0;right: 0;background-color: rgba(34, 51, 67, 0.05);height: calc(100% - 60px);z-index: -1;}


/**
* Site Footer
*/
.site-footer {
    margin-top: 90px;
    padding-bottom: 0;
}
.site-footer .col-full {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .widget-title {
    font-size: 25px;
    font-weight: bold;
    font-family: 'GT Walsheim Trial';
    padding-bottom: 15px;
}

.site-footer li {
    font-size: 20px;
    margin-bottom: 14px;
}

.site-footer a {
    text-decoration: none;
}

.site-footer .social svg {
    width: 20px;
    height: 20px;
}

.site-footer .social {
    display: flex;
    align-items: center;
}

.site-footer .social a {
    background-color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
    transition: all 0.3s;
}

.site-footer .social li:nth-child(2n+1) a {
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
}

.site-footer .social li:nth-child(2n+2) a {clip-path: polygon(0 0, 100% 7%, 100% 93%, 0 100%);}

.copyright-footer {
    background-color: #4E5B73;
    padding: 10px 0;
    color: white;
}

.site-info {
    display: none;
}
ul.social a:hover {
    background-color: #223343;
}

ul.social a:hover svg {
    fill: white;
}

/**
* Archive page
*/
a.remove-category {
    color: #CBCBCB;
    font-size: 24px;
    margin-top: -60px;
    display: block;
    margin-bottom: 30px;
}

a.remove-category:hover {
    color: #223343;
}
a.added_to_cart.wc-forward {
    display: none;
}
.archive .product {
    margin-right: 0 !important;
}
.storefront-breadcrumb {
    display: none;
}
.title-header {
    background-color: #9EA700;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 65%);
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 300px;
}

.title-header h1 {
    font-size: 60px;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: -40px;
}
.container-big {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-title {
    font-size: 50px;
    color: #223343;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: 'GT Walsheim Trial';
}

.sidebar-container .widget-title {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    color: #223343;
    font-size: 30px;
    font-weight: bold;
    padding: 21px 15px;
    font-family: 'GT Walsheim Trial';
    position: relative;
    cursor: pointer;
}
.product-categories a {
    color: #223343;
    opacity: 0.5;
    text-decoration: none !important;
    font-size: 25px !important;
    font-family: 'GT Walsheim Trial';
    text-transform: lowercase;
}

.product-categories li:before {
    display: none !important;
}

.product-categories li {
    padding-left: 25px !important;
    margin-top: 30px;
}

.product-categories {
    margin-top: 35px !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #cbcbcb;
}
.sidebar-container .widget-title:after {content: '';position: absolute;right: 25px;background-color: #9EA700;font-weight: bold;width: 20px;height: 6px;display: block;top: calc(50% - 3px);}
.left-sidebar .widget-area {
    width: 35%;
    margin-right: 0;
}

.left-sidebar .content-area {
    width: 63%;
}
body:not(.archive) .content-area {
    width: 100% !important;
}

body.archive .columns-3 .product {
    width: 33.33% !important;
}
body.archive ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}
body.archive .add_to_cart_button {
    margin-top: auto;
    max-width: 220px;
}

body.archive .product {
    display: flex;
    flex-direction: column;
}

.sidebar-inner {
    padding-right: 80px;
}
.all-products-title {
    font-size: 50px;
    font-weight: bold;
    color: #223343;
    margin-bottom: 70px;
}
form.woocommerce-ordering, .woocommerce-result-count {
    display: none;
}
.woocommerce-pagination span, .woocommerce-pagination a {
    background-color: transparent !important;
    color: #223343;
    opacity: 0.5;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 7px !important;
}

.woocommerce-pagination span.current {
    color: #223343 !important;
    opacity: 1;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    text-indent: 0;
    position: relative;
    color: #9EA700 !important;
}
.woocommerce-pagination .next {
    padding-right: 26px !important;
    margin-left: 40px;
}
.woocommerce-pagination .prev {
    padding-left: 26px !important;
    margin-right: 40px;
}

.woocommerce-pagination .next:after,
.woocommerce-pagination .prev:after
 {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 3px solid #00B2CD;
    border-top: 3px solid #00B2CD;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
}
.woocommerce-pagination .prev:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    right: auto;
    left: 2px;
}
nav.woocommerce-pagination {
    float: left;
}
ul.product-categories li {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.product-categories .current-cat {
    background-color: rgba(34, 51, 67, 0.1);
}

ul.product-categories .current-cat a {
    color: #223343;
    opacity: 1;
}


/**
* Single product
*/
body.single-product .widget-area {
    display: none;
}
body.single-product .content-area {
    width: 100%;
}
.product .quantity {
    display: none;
}
.single-product .woocommerce-product-gallery__image img {
    clip-path: polygon(0 0, 100% 6%, 93% 93%, 6% 100%);
}

.single-product .woocommerce-product-gallery__image {
    filter: drop-shadow(0px 0px 3px rgba(50, 50, 0, 0.3));
    transform: scale(0.98);
}

.single-product div.product .woocommerce-product-gallery {
    width: 50%;
    margin-right: 0;
}

.single-product div.product .summary {
    width: 50%;
}
.back-to-shop {
    color: #223343;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
    display: inline-block;
}

.single-product div.product .summary {
    padding-left: 80px;
    margin-top: 15px;
}

h1.product_title {
    color: #223343;
    font-weight: bold;
    font-size: 50px;
}

.woocommerce-product-details__short-description {
    font-size: 18px;
    color: black;
    line-height: 33px;
}

.single-product div.product form.cart {
    padding-top: 6px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    width: 20% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 3px;
    padding-right: 3px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1 !important;
    margin-right: 0 !important;
    width: 100%;
    transform: scale(0.96);
}

.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
}
body.single-product .qib-button-wrapper {
    display: none !important;
}
.shipping-estimate {
    display: none;
}
.woocommerce-message .button.wc-forward {
    float: none;
    border: 0;
    margin: 0;
    padding: 0;
    color: #00B2CD;
    text-decoration: underline;
    padding-left: 2px;
}

.woocommerce-message .button.wc-forward:after {
    display: none;
    color: inherit !important;
}

.woocommerce-message {
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: #223343;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
}

.woocommerce-message:before {display: none;}

/**
* Cart Page
*/
.woocommerce-cart-form {
    margin-top: 60px;
}
.woocommerce-cart-form table thead th {
    background-color: transparent;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    color: #223343 !important;
    font-weight: bold;
    font-size: 30px;
    font-family: 'GT Walsheim Trial';
    padding: 20px 10px;
}

.close {
  opacity: 0.5;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(35deg);
}
.close:after {
  transform: rotate(-35deg);
}


.product-remove a:before {
    display: none;
}

td.product-remove a {
    overflow: initial;
}

td.product-remove {
    vertical-align: middle;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.product-detail {
    display: flex;
    align-items: center;
    max-width: 500px;
}

.product-detail a:first-child {
    filter: drop-shadow(0px 0px 3px rgba(50, 50, 0, 0.3));
}

.product-detail img {
    max-width: 168px;
    margin-right: 30px;
}

.product-detail a {
    color: #223343;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
}

.woocommerce-cart-form td {
    background-color: transparent !important;
    vertical-align: middle;
    padding-top: 32px !important;
}

.product-price, .product-subtotal, .cart-collaterals td {
    font-size: 30px;
    color: #00B2CD;
    text-align: center;
    font-weight: bold;
    padding-left: 15px !important;
    padding-right: 15px !important;
}


button.qib-button {
    border: 0 !important;
    font-size: 30px !important;
    height: 52px !important;
}

.wqpmb_input_text {
    border: 0 !important;
    color: black !important;
    font-size: 30px !important;
    width: 83px !important;
    font-weight: bold !important;
    font-family: 'GT Walsheim Trial';
}

.qib-button-wrapper {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    max-width: 180px;
    color: black !important;
}

table.cart td.actions {
    text-align: left;
}

table.cart td.actions button {
    border: 1px solid #cbcbcb;
    padding-left: 40px;
    padding-right: 40px;
}

table.cart td.actions button:after {
    display: none;
}

table.cart {
    margin-bottom: 0;
}


.cart-collaterals {
    margin-top: -60px;
}

.cart_totals th, .cart_totals td {
    background-color: transparent !important;
    text-align: right !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_totals th {
    font-size: 30px;
    color: #223343;
    font-weight: bold;
}

.proceed-btns {
    display: flex;
    align-items: center;
}

.proceed-btns a:first-child {
    margin-left: auto;
}

.proceed-btns a {
    min-width: 210px;
}

.proceed-btns .button-light {
    background-color: rgba(34, 51, 67, 0.2);
    color: white;
}

.proceed-btns a {
    margin-left: 15px;
    margin-right: 15px;
}

.use-all-points-msg {
    color: #223343;
    opacity: 0.5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    max-width: 520px;
    margin-left: auto;
}
.cart-empty-msg {
    color: #223343;
    font-weight: bold;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}




/**
* Checkout
*/
.woocommerce-billing-fields h3 {
    font-size: 30px;
    font-weight: bold;
    color: #223343;
    border-bottom: 1px solid #cbcbcb;
    margin-left: -40px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 40px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    background-color: transparent !important;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: none;
    height: 52px;
    font-size: 20px;
    font-family: 'Aktiv Grotesk';
    color: black;
}

.form-row label {
    font-size: 20px;
    line-height: 24px;
    color: #4E5B73;
    margin-bottom: 10px;
}

.form-row label .required {
    color: #4E5B73;
}

.form-row {
    margin-bottom: 28px;
}

.col2-set .form-row-first {
    width: 48%;
    margin-right: 0;
}

.col2-set .form-row-last {
    width: 48%;
}

.col2-set {
    width: 64%;
    margin-right: 0;
}

#order_review_heading, #order_review {
    width: 34%;
    position: absolute;
    right: 2%;
    padding-right: 20px;
    padding-left: 50px;
}

.form-row select {
    height: 52px;
}

#billing_address_1_field {
    margin-bottom: 15px;
}

.checkout-bottom {
    display: flex;
    align-items: center;
}

.checkout-button {
    min-width: 210px;
}

.checkout-button button {
    padding-right: 20px;
    padding-left: 15px;
    width: 100%;
}

.checkout-note {
    color: black;
    opacity: 0.3;
    font-weight: normal;
    max-width: 520px;
    margin-right: auto;
    font-size: 20px;
}

#customer_details > .col-1 {
    border-bottom: 1px solid #cbcbcb;
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -40px;
    padding-right: 40px;
}

.product-img {
    filter: drop-shadow(0px 0px 3px rgba(50, 50, 0, 0.3));
}

.product-img img {
    max-width: 168px;
}

.ordered-items .cart_item {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-info .name {
    color: #223343;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
}

.product-info {
    margin-left: 30px;
}

.product-info .price {
    color: #00B2CD;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

div#order_review {
    margin-top: 100px;
}

#order_review_heading {
    font-size: 30px;
    font-weight: bold;
    color: #223343;
}

.form-row input::placeholder {
    color: #b3b3b3;
}

form.checkout.woocommerce-checkout {
    margin-top: 40px;
}
.form-row .select2-selection__rendered {
    line-height: 50px !important;
    padding-left: 15px !important;
}
.form-row .select2-container .select2-selection--single {
    height: 52px !important;
}
.form-row .select2-selection__arrow {
    height: 50px !important;
}




/**
* Thankyou
*/
.woocommerce-order h2, .woocommerce-order h4 {
    font-size: 50px;
    color: #223343;
    font-weight: bold;
    line-height: 1.1;
}

.woocommerce-order h3 {
    color: #223343;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    border: 0;
}

.woocommerce-order {
    margin-top: 50px;
}

.woocommerce-order h5 {
    color: #223343;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
    max-width: 575px;
    margin-top: 35px;
}

.notice-box {
    background-color: #00B2CD;
    color: white;
    border-radius: 15px;
    padding: 25px 20px;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.woocommerce-order h4 {
    max-width: 750px;
}

.woocommerce-order p {
    font-size: 18px;
    max-width: 580px;
    margin-top: 40px;
    line-height: 23px;
}

.woocommerce-order p .break {
    display: block;
    height: 20px;
}

.order-imgs {
    max-width: 200px;
    margin-top: 40px;
}

.order-imgs img:last-child {
    max-width: 112px;
    margin-left: auto;
    margin-top: 10px;
}

.order-links {
    margin-top: 50px;
    max-width: 500px;
}

.order-links a {
    color: #00B2CD;
    background-color: white !important;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

/**
* Packaging page
*/
.packaging h2 {
    color: #223343;
    font-size: 25px;
    font-weight: bold;
    max-width: 800px;
}

.package-imgs {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.package-img {
    filter: drop-shadow(0px 0px 3px rgba(50, 50, 0, 0.3));
    margin-left: 25px;
    margin-right: 25px;
}
.packaging .button {
    margin-top: 40px;
}
.package-img:first-child {
    margin-left: 0;
}
.package-img:last-child {
    margin-right: 0;
}


/**
* Responsiveness
*/
@media(max-width: 1500px) {
    /**
    * Archive page
    */
    .all-products-title {
        font-size: 38px;
    }
    
    .sidebar-title {
        font-size: 38px;
    }
    
    .left-sidebar .widget-area {
        width: 30%;
        margin-right: 0;
    }
    
    .left-sidebar .content-area {
        width: 70%;
    }

    /**
    * Checkout page
    */
    .col2-set {
        width: 58%;
    }
    
    #order_review_heading, #order_review {
        width: 42%;
    }
}

@media(max-width: 1050px) {
    /**
    * Archive page
    */
    body.archive .columns-3 li.product {
        width: 50% !important;
        clear: initial !important;
    }
    
    body.archive .columns-3 li.product:nth-child(2n+1) {
        clear: both !important;
    }
    .sidebar-container .widget-title {
        font-size: 25px;
        padding: 10px;
    }
    
    .sidebar-container .widget-title:after {
        height: 4px;
    }
    
    .product-categories a {
        font-size: 22px !important;
    }
    
    ul.product-categories {
        margin-top: 10px !important;
        padding-bottom: 20px;
    }
    .left-sidebar .widget-area {
        width: 36%;
        margin-right: 0;
    }
    
    .left-sidebar .content-area {
        width: 64%;
    }
}

@media(max-width: 1280px) {
    /**
    * Global
    */
    .container,
    .site-footer .col-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-header h1 {
        font-size: 42px;
    }
    
    .title-header {
        padding-top: 68px;
        padding-bottom: 120px;
        height: auto;
    }


    /**
    * Homepage
    */
    .hg-grid-row .hg-col {
        width: 100%;
        display: block;
    }
    
    .hg-text-col:after {
        display: none;
    }
    
    .hg-text-col {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .hg-text-col h2 {
        font-size: 32px;
    }
    
    .hg-text-col .hg-text {
        font-size: 20px;
    }
    
    .button {
        font-size: 18px;
    }
    
    .site-header .col-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .woocommerce-active .site-header .site-branding {
        margin-right: 0;
        width: auto;
    }
    
    .header-right {
        margin-left: auto;
    }
    
    .hg-img-col:before {
        display: none;
    }
    
    .hg-img-col:after {
        display: none;
    }
    
    .hg-change-col {
        position: relative;
        transform: none;
        top: 0;
        left: auto;
    }
    
    .hg-change-col .hg-col-inner {
        transform: none;
    }
    
    .hg-welcome-row:before {
        display: none;
    }
    
    .hg-change-col:after {
        display: none;
    }
    
    .hg-welcome-row:after {
        display: none;
    }
    
    .hg-welcome-row {
        text-align: center;
    }
    
    .hg-change-col p {
        margin-top: 0px;
    }

    /**
    * Cart page
    */
    .woocommerce-cart-form table thead th {
        font-size: 22px;
        padding: 10px;
    }
    
    .product-detail a {
        font-size: 25px;
    }
    
    .product-detail img {
        max-width: 140px;
    }
    
    .product-price, .product-subtotal, .cart-collaterals td {
        font-size: 22px;
    }
    
    .wqpmb_input_text {
        font-size: 22px !important;
    }
    
    button.qib-button {
        height: 40px !important;
    }
    
    table.cart td {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .cart_totals th {
        font-size: 22px;
    }
    
    .use-all-points-msg {
        font-size: 20px;
    }

    /**
    * Checkout page
    */
    .col2-set {
        width: 100%;
        order: 3;
        margin-top: 30px;
    }
    
    #order_review_heading, #order_review {
        width: 100%;
        position: relative;
    }
    
    form.checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
    }
    
    div#order_review {
        margin-top: 0;
    }
    
    .ordered-items .cart_item {
        margin-top: 25px;
    }
    
    .woocommerce-billing-fields h3 {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    /**
    * Thankyou page
    */
    .woocommerce-order h2, .woocommerce-order h4 {
        font-size: 32px;
    }
    
    .woocommerce-order h3 {font-size: 22px;padding-top: 0;}
    
    .notice-box {
        font-size: 18px;
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .woocommerce-order h5 {
        font-size: 22px;
        margin-top: 20px;
    }
    
    .woocommerce-order p {
        margin-top: 30px;
    }
}

@media(max-width: 900px) {
    /**
    * Homapage
    */
    .ei-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .ei-row:before {
        display: none;
    }
    
    .ei-col {
        width: 100%;
    }
    
    .ei-col img {
        width: 100%;
        margin-top: 40px;
    }
    /**
    * Cart page
    */
    .product-detail img {
        max-width: 100px;
    }
    
    .product-detail a {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .product-price, .product-subtotal, .cart-collaterals td {
        font-size: 18px;
    }
    
    .wqpmb_input_text {
        font-size: 18px !important;
        padding: 0 !important;
        width: 28px !important;
        height: 30px !important;
    }
    
    button.qib-button {
        height: 30px !important;
        width: 30px !important;
        font-size: 22px !important;
    }
    
    .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 30px;
        padding: 0 !important;
    }
    .qib-button-wrapper {
        height: 34px;
    }
}

@media(max-width: 768px) {
    /**
    * Archive page
    */
    .left-sidebar .content-area {
        width: 100%;
    }
    
    .left-sidebar .widget-area {
        width: 100%;
        clear: both;
        padding-top: 50px;
    }
    
    body.archive .columns-3 li.product {float: left;}
    
    .sidebar-title {
        margin-bottom: 25px;
    }

    /**
    * Single product
    */
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
    }
    
    h1.product_title {
        font-size: 38px;
    }
    
    .single-product div.product .summary {
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
    }

    /**
    * Cart page
    */
    .product-detail {
        flex-direction: column;
        align-items: flex-end;
    }
    
    .product-detail img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .qib-button-wrapper {
        margin-right: 0;
        width: auto !important;
        max-width: 100px;
    }
    
    table.cart .product-quantity .plus, table.cart .product-quantity .minus {
        display: inline-block;
    }
    
    table.shop_table_responsive tr td {
        vertical-align: middle;
    }
    
    table.cart td.actions {
        text-align: center;
    }
    
    .cart-collaterals {
        margin-top: 0;
    }
    
    .proceed-btns {
        flex-direction: column;
    }
    
    .proceed-btns a {
        margin-left: auto;
        margin-right: auto;
    }
    
    /**
    * Checkout page
    */
    input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
        width: 100% !important;
        font-size: 18px;
        height: 44px;
    }
    
    .col2-set .form-row-first, .col2-set .form-row-last {
        width: 100%;
    }
    
    .col2-set .form-row-last {
    }
    
    .product-info .name {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .product-info .price {
        font-size: 22px;
    }
    
    .product-img img {
        max-width: 120px;
    }
    
    #order_review_heading, #order_review {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .form-row label {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .form-row {
        margin-bottom: 18px;
    }
    
    .form-row .select2-selection__rendered {
        line-height: 42px !important;
        padding-left: 10px !important;
    }
    .form-row .select2-container .select2-selection--single {
        height: 44px !important;
    }
    .form-row .select2-selection__arrow {
        height: 42px !important;
    }
    
    .checkout-bottom {
        flex-direction: column;
        margin-top: 20px;
    }
    
    .checkout-button {
        margin-top: 20px;
    }
    
    .checkout-note {
        font-size: 16px;
    }
    
}

@media(max-width: 540px) {
    /**
    * Global
    */
    .title-header h1 {
        font-size: 32px;
    }
    .site-footer {
        margin-top: 20px;
    }

    /**
    * Homapage
    */
    .hg-change-col h3 {
        font-size: 38px;
    }
    
    .hg-change-col p {
        font-size: 22px;
    }
    
    .hg-welcome-col h2 {
        font-size: 46px;
    }
    
    .hg-welcome-col .hg-text {
        font-size: 18px;
    }
    
    .hg-welcome-col {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    
    .hp-section h4 {
        text-align: center;
        font-size: 46px;
    }
    
    .site-footer .widget-title {
        font-size: 22px;
        padding-bottom: 0;
    }
    
    .site-footer li {
        font-size: 18px;
        margin-bottom: 5px;
    }

    /**
    * Archive page
    */
    body.archive .columns-3 li.product {
        width: 100% !important;
    }
}