@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Regular.woff2') format('woff2'),
        url('fonts/Brother1816-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Medium.woff2') format('woff2'),
        url('fonts/Brother1816-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Bold.woff2') format('woff2'),
        url('fonts/Brother1816-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-ExtraBold.woff2') format('woff2'),
        url('fonts/Brother1816-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root{
    --Is-white: #ffffff;
    --Is-black: #000000;
    --Is-blue: #0E0E30;
    --Is-red: #F6322C;
    --Is-bg: #f2f2f2;
    --Is-gray: #666666;
}
a {color: var(--Is-darkblue);}
body {
    font-family: 'Brother 1816';
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--Is-blue);
    display: initial;
}
p{
    margin-bottom: 20px;
}
input, textarea, button, a, select{
    outline: none;
    text-decoration: none;
    transition: all .3s;
    font-family: 'Brother 1816';
}

a:hover { transition: all .3s; text-decoration: none; color: var(--Is-green); }
.row{
    clear: both;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
}
h1, h2{
    font-weight: bold;
    line-height: 1.2;
    color: var(--Is-black);
    margin-bottom: 20px;
}
h3, h4, h5, h6{
    font-weight: bold;
}
h1{
    font-size: 60px;
    font-weight: 800;
}
h2, .woocommerce div.product .product_title, h1.woocommerce-products-header__title.page-title{
    font-size: 30px;
}

.gray-bg{
    background: var(--Is-bg);
}
/***************************************************CUSTOM CSS****************************************************/
header {
/*    position: sticky;*/
    width: 100%;
/*    top: 0;
    z-index: 9;*/
    background: var(--Is-blue);
}
.header-top {
    background: var(--Is-green);
    padding: 8px 0;
}

.header-nav {
    padding: 15px 0;
}
.navbar ul {
    display: flex;
}
.menu_icon {
    display: none;
}
body.scroll_start header {
    background: var(--Is-white);
}
.col-12.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar {
    flex: 1;
}
.logo {
    position: relative;
    z-index: 2;
    font-size: 0;
}
.logo a {
    width: 100%;
    display: inline-block;
}
.logo img {
    max-width: 175px;
    width: 100%;
}
.navbar ul li{
    margin: 0 8px;
}
.navbar li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    height: 2px;
    width: 24px;
    background: transparent;
    transition: all .3s;
}
.navbar li a:hover:before {
    left: 0;
    background: var(--Is-red);
}
.navbar ul li a {
    padding: 3px 0;
    color: var(--Is-white);
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
}
.navbar ul li a:hover {
    color: var(--Is-red);
}
.navbar ul li.contact a {
    margin: 0;
}
.right-side, .right-side ul {
    display: flex;
    gap: 30px;
    flex: 1;
    justify-content: end;
}
.right-side img {
    max-width: 34px;
    max-height: 32px;
}
.hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 70px 0;
}

.hero h1, .hero h2{
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
.hero h2{
    letter-spacing: 2px;
}
.hero h1{
    margin-bottom: 70px;
}
.hero-content {
    max-width: 510px;
}
a.btn-design, .btn.btn-primary {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: var(--Is-red);
    padding: 12px 38px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    border: none !important;
}
a.btn-design:hover, .btn.btn-primary:hover {
    color: var(--Is-white);
    background: var(--Is-blue);
}
.blue-bg a.btn-design:hover{
    color: var(--Is-blue);
    background: var(--Is-white);
}
section{
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.tagline .container {
    max-width: 1320px;
}
.text-col .btn-design {
    margin-top: 20px;
}
.image-decoration {
    text-align: center;
    position: relative;
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.image-decoration img {
    margin: 0 auto;
    max-width: 450px;
    position: relative;
    height: 450px;
    object-fit: contain;
    width: 100%;
}
.image-decoration:before {
    background: var(--Is-red);
    max-width: 88%;
    max-height: 88%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50%;
}
.img-col img{
    margin: 0 auto
}
.blue-bg{
    background: var(--Is-blue);
    color: var(--Is-white);
}
.blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p, .blue-bg li{
    color: var(--Is-white);
}
.icon-content-col {
    margin: 30px 0 10px;
}
.icon-img img {
    margin: 0 auto 30px;
    max-height: 150px;
}
.icon-content-col h4 {
    font-size: 28px;
    font-weight: bold;
    min-height: 65px;
    line-height: 1;
}
.button-with-text h2 {
    margin: 0;
}
.blog-thumb, .news_img {
    position: relative;
    padding-bottom: 90%;
}
.blog-thumb img, .news_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-col, .news_box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 20px;
    overflow: hidden;
}
.blog-content, .news_content {
    padding: 25px;
}
.whyus .icon-img img {
    margin: 0 auto 20px;
    max-height: 60px;
}
.whyus .icon-content-col {
    margin: 10px  0 0;
}
.whyus .icon-content-col h5 {
    font-weight: 500;
}
.testi-items {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 25px;
}
.slick-list {
    padding: 20px 0;
}
.testi-items img {
    max-width: 70px;
    margin-bottom: 30px;
}
.testi-items p {
    font-size: 24px;
    font-weight: normal;
}
.testi-items h3 {
    margin: 0;
}
.slick-slide {
    padding: 0 18px;
    display: flex !important;
    height: auto;
}
.slick-track, .slick-slide>div {
    display: flex;
}
.testi-items p:last-of-type {
    margin: 0;
}
ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
ul.slick-dots button {
    border: none;
    font-size: 0;
    background: var(--Is-blue);
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
ul.slick-dots .slick-active button {
    background: var(--Is-red);
}

footer.footer {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.footer-col ul li a {
    padding: 4px 0;
    display: inline-block;
    font-weight: normal;
}
.footer-col h5 {
    margin-bottom: 20px;
}
.footer-col p span {
    display: block;
}
.social-icons ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.social-icons ul li img {
    max-height: 30px;
}
.social-icons ul li a:hover img{
    filter: brightness(0) invert(1);
}
.secure-payments img {
    float: right;
}
.copyright {
    float: left;
    width: 100%;
    background: var(--Is-red);
    padding: 35px 0;
    color: var(--Is-white);
    font-size: 15px;
}
.copyright p{
    margin: 0;
}


/***********SHOP PAGE***************/
.shop_image {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.shop_image:before {
    content: "";
    width: 90%;
    height: 90%;
    background: var(--Is-red);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50%;
}
.shop_image img {
    width: 250px !important;
    height: 250px !important;
    object-fit: contain;
    position: relative;
    margin: 0 auto !important;
}
header.woocommerce-products-header {
    background: transparent;
    text-align: center;
    padding-bottom: 30px;
}
.products  .product.type-product {
    background: var(--Is-white);
    box-shadow: 0px 0px 5px #00000080;
    border: 6px solid var(--Is-red);
    border-radius: 25px;
    padding: 30px !important;
    text-align: center;
}
.additional-content h3 {
    font-size: 28px !important;
    color: #000;
    margin-bottom: 20px !important;
    padding-top: 2px !important;
}
.woocommerce-loop-product__title {
    color: #000;
    font-size: 24px !important;
}
.product-description {
    max-width: 470px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
}
.woocommerce ul.products li.product .price {
    line-height: 1 !important;
}
span.price span.woocommerce-Price-amount.amount, .single-product .summary.entry-summary .woocommerce-Price-amount.amount{
    font-size: 36px;
    font-weight: bold;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--Is-blue);
}
.woocommerce ul.products li.product .button, .summary.entry-summary .single_add_to_cart_button.button, 
.cbd-woocommerce-cart-right .checkout-button.button.alt.wc-forward, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon button{
    display: inline-block;
    color: #fff;
    border: none;
    padding: 17px 40px !important;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    background: var(--Is-red) !important;
    display: inline-block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
    border-radius: 10px !important;
}
.woocommerce ul.products li.product .button:hover, .summary.entry-summary .single_add_to_cart_button.button:hover, 
.cbd-woocommerce-cart-right .checkout-button.button.alt.wc-forward:hover, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon button:hover{
    background: var(--Is-blue) !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}
html .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.right_testi_user {
    min-width: 90px;
    max-width: 150px;
}
.right_testi_user img {
    width: 100%;
    max-width: 100%;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.box_with_border {
    box-shadow: 0px 0px 5px #00000080;
    border: 6px solid #F6322C;
    border-radius: 26px;
    padding: 30px;
}
.left_testi img {
    max-width: 70px;
}
.left_testi h4 {
    font-size: 30px;
}
.left_testi p {
    font-size: 22px;
}
.left_testi {
    max-width: 240px;
}
.row.with_border_gap {
    gap: 60px;
}
.testomonial_secs .col-lg-6 {
    width: calc(50% - 30px);
}
.testomonial_secs .col-lg-6 {
    width: calc(50% - 30px);
    display: flex;
}
.testi-content p:last-of-type {
    margin-bottom: 5px;
}
.pagi_sec {
    gap: 25px;
}
.pagi_sec li {
    list-style: none;
}
.blog-page-sec .col-lg-4 {
    margin: 15px 0;
}
.pagination-sec li .page-numbers, .post-pagination .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--Is-blue);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 26px;
    font-weight: 800;
    text-decoration: none;
}
.pagination-sec .page-numbers.current, .pagination-sec .page-numbers:hover {
    background: var(--Is-red);
}
.pagination-sec {
    margin-top: 30px;
}






#product-image-content {
    box-shadow: 0px 0px 5px #00000080;
    border: 6px solid var(--Is-red);
    padding: 50px 40px 40px 40px !important;
    border-radius: 25px;
    clear: both !important;
    float: left;
    margin-bottom: 35px;
}
body.woocommerce ul.products li.product .onsale, html .woocommerce span.onsale {
    top: -10px;
    right: -8px;
    width: 45px !important;
    height: 45px;
    line-height: 38px;
    min-width: 45px;
    min-height: 45px;
    background-color: var(--Is-red);
}

#product-image-content .woocommerce-product-gallery__image img {
    max-width: 300px;
    max-height: 450px;
    object-fit: contain;
    margin: 0 auto;
}
.single_variation_add_to_cart_variations  th.label {
    display: none;
}
.summary.entry-summary .quantity .input-text.qty.text {
    background: var(--Is-blue);
    color: #fff;
    border: none !important;
    appearance: none !important;
    width: 200px;
    height: 58px;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 20px;
    padding-bottom: 5px;
}
.summary.entry-summary  .price {
    color: var(--Is-blue) !important;
}
.single-product .variations_form.cart .single_variation_add_to_cart_quantity {
    display: flex;
    justify-content: space-between;
}
.single-product .single_variation_add_to_cart_variations_left {
    width: 50%;
    margin-top: 15px;
}
.single_variation_add_to_cart_variations_right {
    margin-top: 15px;
}
.single-product .single_variation_add_to_cart_variations {
    display: flex;
    gap: 35px;
    margin-top: 0;
}
.single_variation_add_to_cart_variations_left .value {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100px !important;
    display: inline-block;
    margin-right: 0;
    background: var(--Is-blue) !important;
    color: #fff !important;
    width: 200px;
    border-radius: 10px !important;
    text-transform: uppercase;
    height: 58px;
    font-size: 16px;
    padding: 10px 20px !important;
}
.single_variation_add_to_cart_variations .reset_variations {
    color: var(--Is-red);
    font-size: 18px !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.summary.entry-summary .single_add_to_cart_button.button{
    height: 58px;
}

ul.tabs.wc-tabs {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    margin: 0px !important;
    background-color: transparent !important;
}
ul.tabs.wc-tabs li {
    padding: 10px !important;
    width: 100%;
}
ul.tabs.wc-tabs li a {
    text-align: center;
    border: 2px solid var(--Is-red); !important;
    border-radius: 13px !important;
    box-shadow: 0px 0px 5px #00000080;
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}
.woocommerce-tabs.wc-tabs-wrapper .active a {
    background: var(--Is-red);
    color: var(--Is-white) !important;
}
.woocommerce-Tabs-panel {
    border: 6px solid var(--Is-red);
    box-shadow: 0px 0px 5px #00000080;
    padding: 50px 60px 40px 60px !important;
    border-radius: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce-Tabs-panel ul li:before {
    content: "";
    background: var(--Is-red);
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.woocommerce-Tabs-panel ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.shipping-sec h3 {
    margin-bottom: 20px;
}
section.shipping-table .container {
    max-width: 850px;
}
.shipping-table table.table th, .shipping-table table.table td {
    border: 2px solid var(--Is-red);
    padding: 11px 15px;
}
table.table {
    margin: 0;
}

/*************CART************/
.cbd-woocommerce-cart-form {
    background: var(--Is-white);
    box-shadow: 0px 0px 5px #00000080;
    border: 6px solid var(--Is-red);
    border-radius: 25px;
    padding: 30px !important;
    text-align: center;
}
.vi-wcaio-menu-cart-content-wrap.vi-wcaio-menu-cart-content-wrap-show-right .woocommerce-Price-amount.amount {
    font-size: 14px !important;
    color: #000;
}
.single_variation_add_to_cart_variations .reset_variations {
    color: var(--Is-red); 
    font-size: 18px !important;
    text-decoration: navajowhite;
    display: inline-block;
    margin-top: 8px;
    line-height: 1;
}
.woocommerce-cart-form__cart-item.cart_item .button[name="update_cart"] {
    background: var(--Is-blue) !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 21px 40px !important;
    /* width: 335px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    border-radius: 12px !important;
    margin-top: 110px !important;
    float: left !important;
    margin-left: 25px !important;
}
.woocommerce-shipping-calculator a {
    text-decoration: navajowhite;
    color: var(--Is-blue);
}
.page-template-template-cart-checkout  .entry-title {
    display: none;
}
.woocommerce-shipping-calculator input, .woocommerce-shipping-calculator select {
    height: 47px;
    padding-left: 20px;
    background: #f7f7f7;
    border: none !important; 
    font-weight: 700;
    color: #0d0d0d;
    letter-spacing: 1px;
    border: 2px solid var(--Is-blue) !important;
}
#calc_shipping_postcode_field + p button {
    background: var(--Is-red) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000096;
    border-radius: 12px;
    border: none;
    padding: 14px 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    color: #fff;
    margin-top: 12px;
}
.shipping-calculator-form .shipping-calculator-form .button[type="submit"] {
    background: var(--Is-red) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 5px #00000096 !important;
    border-radius: 12px !important;
    border: none;
    padding: 15px 20px !important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px !important;
    color: #fff !important;
    margin-top: 20px;
}
.shipping-calculator-form .select2-selection.select2-selection--single {
    height: 47px;
    padding-left: 20px;
    background: #f7f7f7;
    border: none !important;
    font-weight: 700;
    color: #0d0d0d;
    letter-spacing: 1px;
    padding-top: 6px;
    border: 2px solid var(--Is-blue) !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-size: 17px !important;
    color: #848484;
}
.quantity .input-text.qty.text {
    background: #000;
    color: #fff;
    border: none !important;
    appearance: none !important;
    width: 60px;
    height: 60px;
    border-radius: 10px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    position: relative;
}

.cbd-woocommerce-cart-form {
    display: flex;
}
.cbd-woocommerce-cart-left {
    width: 70%;
    padding-right: 3%;
}
.cbd-woocommerce-cart-right {
    width:30%;
    text-align: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
.cbd-woocommerce-cart-right .cart_totals h2 {
    font-size: 22px;
    letter-spacing: 0px; 
    margin-top: 13px;
    margin-bottom: 50px;
}
.shop_table.shop_table_responsive {
    border: none !important;
}
.woocommerce table.shop_table td.product-thumbnail {
    max-width: 300px;
    width: 300px;
}
.shop_table.shop_table_responsive td, .shop_table.shop_table_responsive th {
    border: none !important;
}
.shop_table.shop_table_responsive th {
    font-size: 20px;
    padding-left: 0px !important;
    vertical-align: text-bottom;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
    display: inline-block;
    margin-top: 1em;
    color: #fff;
    border: none;
    padding: 17px 40px !important;
    font-weight: normal;
    margin:0 ;
    font-size: 18px;
    text-transform: uppercase;
    background: var(--Is-blue);
    display: inline-block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
    border-radius: 10px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button:hover {
    background: var(--Is-red);
}
#coupon_code {
    background: var(--Is-bg);
    padding: 0 20px;
    width: 200px;
    border: none !important;
    color: var(--Is-blue);
    font-weight: 500;
    height: 53px;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 10px;
}
.cbd-woocommerce-cart-right .wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.shop_table.shop_table_responsive .order-total .woocommerce-Price-amount.amount {
    font-size: 22px;
    letter-spacing: 0px;
    font-weight: 800 !important;
    letter-spacing: 1px;
    padding-left: 0px !important;
}
.cart-subtotal .woocommerce-Price-amount.amount {
    font-size: 19px;
}

.woocommerce-shipping-totals.shipping input[type=radio], .wc_payment_methods.payment_methods.methods input[type=radio] {
  position: absolute;
  opacity: 0;
}
span.posted_in {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}
.woocommerce-shipping-totals.shipping input[type="radio"] + label::before, .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 5px solid #0E0E30;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 3px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-left: -61px;
    margin-right: 0;
    left: -7px;
}
.woocommerce ul#shipping_method li label {
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.4;
    color: #444;
}
.woocommerce table.shop_table td {
    font-weight: 500;
}
.woocommerce-shipping-totals.shipping input[type="radio"]:checked + label::before, .wc_payment_methods.payment_methods.methods input[type="radio"]:checked + label::before {
    background-color: #0E0E30;
    box-shadow: inset 0 0 0 4px #0E0E30; 
}
.woocommerce-shipping-totals.shipping input[type=radio]:focus + label:before, .wc_payment_methods.payment_methods.methods input[type=radio]:focus + label:before {
  outline: none;
  border-color: #0E0E30;
}
.woocommerce-shipping-totals.shipping input[type=radio]:disabled + label:before, .wc_payment_methods.payment_methods.methods input[type=radio]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.woocommerce-shipping-totals.shipping input[type=radio] + label:empty:before, .wc_payment_methods.payment_methods.methods input[type=radio] + label:empty:before {
  margin-right: 0;
}

.wc_payment_methods.payment_methods.methods label {
    font-family: 'Lato', sans-serif;
    color: #424347;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.7px;
}
.cart_totals td[data-title="Subtotal"] {
    color: #444;
}
.cart_totals p.woocommerce-shipping-destination {
    color: #444;
}

#payment .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
    content: "";
    border-radius: 100%;
    border: 5px solid var(--Is-red);
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    top: 4px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    left: 0;
}
.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 200px;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.cart-subtotal .woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: bold;
}
.woocommerce table a.remove {
    font-size: 30px;
    line-height: 27px;
    color: var(--Is-white) !important;
    background: var(--Is-blue);
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding-bottom: 50px;
}

/****************************MY ACCOUNT****************************/
.woocommerce-account .page .entry-content {
    border: 6px solid var(--Is-red);
    display: inline-block;
    padding: 5%;
    border-radius: 30px;
    width: 100%;
}
h1.entry-title {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
}
.woocommerce-account .form-row {
    margin: 0 0 10px !important;
}
.woocommerce-account  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-left: 0px;
    font-weight: bold;
    position: relative;
}

form.woocommerce-form.woocommerce-form-register.register {
    border: none;
}
form.woocommerce-form.woocommerce-form-register.register {
    border: none;
    margin: 0px;
    padding-left: 0;
}
form.woocommerce-form.woocommerce-form-register.register input.input-text {
    width: 100%;
    background: #f7f7f7;
    border: none !important;
    color: #0d0d0d;
    padding: 18px 20px;
}
.woocommerce-privacy-policy-text p {
    letter-spacing: 0px;
    margin: 20px 0;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide a {
    color: var(--Is-red);
    text-decoration: none;
}
.woocommerce-privacy-policy-text a {
    color: var(--Is-red);
    text-decoration: none;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, 
button.woocommerce-button.button.woocommerce-form-login__submit, 
.woocommerce-MyAccount-content button.woocommerce-Button.button, .woocommerce-MyAccount-content button.button, button.woocommerce-Button.button {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: var(--Is-red);
    padding: 12px 50px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover, 
button.woocommerce-button.button.woocommerce-form-login__submit:hover, 
.woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce-MyAccount-content button.button:hover, 
button.woocommerce-Button.button:hover {
    background: var(--Is-blue);
    color: var(--Is-white);
}
.woocommerce-account section.testimonials {
    margin-top: 35px;
}
 
.woocommerce-account input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: var(--Is-red);
    padding: 10px;
    position: relative;
    vertical-align: top !important;
    cursor: pointer;
    margin-right: 5px !important;
    height: 22px;
    min-width: 24px;
    max-height: 22px !important;
    width: 10px;
    display: inline-block !important;
    margin-top: 4px !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    line-height: normal;
    background: #f7f7f7;
    border: none;
    padding: 15px;
    font-size: 16px;
}
.woocommerce form .form-row span span.select2-selection {
    background: #f7f7f7;
    border: none;
    padding: 10px 15px;
    height: auto;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.woocommerce .woocommerce-MyAccount-content  form .form-row {
    clear: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked + span:after, 
form.woocommerce-form.woocommerce-form-register.register input:checked + span::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -26px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 999;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    position: relative;
}
form.woocommerce-form.woocommerce-form-register.register span {
    position: relative;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
p.woocommerce-LostPassword.lost_password {
    margin-top: 20px;
    color: var(--Is-red);
    font-weight: 500;
}
body .woocommerce form.checkout_coupon, body .woocommerce form.login, body .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
}
body a.woocommerce-button.button.view {
    background: var(--Is-red);
    color: var(--Is-white);
    border-radius: 0;
}
body a.woocommerce-button.button.view:hover{
    background: var(--Is-blue);
    color: var(--Is-white);
}
form#commentform label {
    display: none;
}

nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: inline-block;
    background: #f5f5f5;
    margin-bottom: 10px;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul a:hover, nav.woocommerce-MyAccount-navigation ul .is-active a{
    background: var(--Is-red);
    color: #fff;
}
.woocommerce-MyAccount-content a {
    color: var(--Is-red);
    text-decoration: none;
}
.woocommerce-MyAccount-content a:hover{
    color: var(--Is-blue);
}
.woocommerce-MyAccount-content .shop_table.shop_table_responsive th {
    padding: 4px 8px !important;
}
.woocommerce-MyAccount-content address {
    font-size: 14px;
    font-weight: normal;
}
html .woocommerce-account .addresses .title h3 {
    font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    font-weight: normal;
}
legend {
    font-size: 18px;
}
html .woocommerce form .form-row label, html .woocommerce-page form .form-row label {
    letter-spacing: 0;
    font-size: 16px;
}

.woocommerce-MyAccount-content input.woocommerce-Input {
    height: 45px;
    padding-left: 20px;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 15px;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button, .woocommerce-MyAccount-content button.button, button.woocommerce-Button.button {
    background: var(--Is-red) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 13px 30px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce-MyAccount-content button.button:hover, button.woocommerce-Button.button:hover{
    background: var(--Is-blue) !important;
    color: #fff !important;
}


/***********************SINGLE BLOG***********************/
.search_form {
    position: relative;
    margin-bottom: 35px;
}
.left_sec_blog input#search {
    width: 100%;
    border: 5px solid var(--Is-red);
    border-radius: 13px;
    height: 55px;
    appearance: none;
    padding-left: 59px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.search_form input[type="image"] {
    position: absolute;
    left: 20px;
    top: 16px;
}
.left_sec_blog .author_left_news img {
    border-radius: 20px;
}
.left_sec_blog h3 {
    font-weight: 800;
}
.left_sec_blog  .contact_info p {
    font-weight: 500;
    color: var(--Is-gray);
    letter-spacing: 0;
    margin-bottom: 5px;
}
.left_sec_blog .recent_post_title .title_border {
    margin-bottom: 25px;
    border-bottom: 5px solid var(--Is-red);
    padding-bottom: 27px;
}
.left_sec_blog .recent_post_title li {
    border-bottom: 5px solid var(--Is-red);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.mt-100 {
    margin-top: 70px;
}
.left_sec_blog  .recent_post_title select {
    border: 5px solid var(--Is-red);
    border-radius: 5px;
    height: 55px;
    appearance: none;
}
.blog_mobile_right_sec {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.blog_mobile_right_sec input#search {
    width: 100%;
    border: 3px solid var(--Is-red);
    border-radius: 7px;
    height: 45px;
    appearance: none;
    padding-left: 33px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 14px;
}
.blog_mobile_right_sec .search_form input[type="image"] {
    left: 13px;
    top: 15px;
    width: 15px;
}
.blog_mobile_right_sec select.form-select {
    border: 3px solid var(--Is-red);
    border-radius: 7px;
    font-size: 14px;
    height: 45px;
    appearance: none;
}
.blog_right_sec .feature_img_blog img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
}
.blog_right_sec .date_cat_auth {
    font-weight: 500;
    color: var(--Is-gray);
}
.blog_right_sec p {
    font-weight: 500;
    color: var(--Is-gray);
}
.blog_comments h3#comments {
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 45px;
}
li#comment-2 {
    list-style: none;
}
ol.commentlist li a, #commentform a {
    color: var(--Is-red) !important;
    text-decoration: none !important;
}
.comment-meta.commentmetadata {
    margin-top: 30px;
}
.commentlist ul.children {
    border: 1px solid #ccc;
    padding: 20px 20px;
    list-style: none;
}
#respond h3#reply-title {
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 20px;
}
#respond p.comment-notes {
    display: none;
}
#respond .comment-form-comment {
    clear: both;
}
#respond  p.comment-form-comment label, #respond p.comment-form-cookies-consent {
    display: none !important;
}
div#respond textarea#comment {
    border: 5px solid var(--Is-red);
    border-radius: 5px;
    height: 160px;
    appearance: none;
    width: 100%;
    padding-left: 15px;
    padding-top: 7px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 32.33%;
    float: left;
    margin-right: 1%;
}
form#commentform input[type="text"], form#commentform input[type="email"] {
    width: 100%;
    border: 5px solid var(--Is-red);
    border-radius: 5px;
    height: 55px;
    appearance: none;
    padding-left: 15px;
}
.comment-respond p.comment-form-url label {
    display: none !important;
}
#respond .comment-form-url {
    float: right;
    margin-right: 0;
}
div#respond input#submit {
    background: var(--Is-red);
    border-radius: 12px;
    border: none;
    padding: 14px 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #00000080;
    margin-top: 35px;
}
div#respond input#submit:hover{
    background: var(--Is-blue) !important;
    color: var(--Is-white) !important;
}
.blog_right_sec .realted_post_sec h3::before {
    content: '';
    position: absolute;
    bottom: -15px;
    background: var(--Is-blue);
    height: 5px;
    width: 180px;
    left: 2px;
}
.realted_post_sec .related_grid img {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}
.blog_right_sec .related_grid h5 {
    font-weight: normal;
    color: var(--Is-gray);
    padding: 10px 0;
    font-size: 18px;
}
.widget.woocommerce.widget_shopping_cart .button.wc-forward {
    width: 100%;
    background: var(--Is-red);
    margin-bottom: 10px;
    color: var(--Is-white);
    border-radius: 10px;
    font-size: 18px;
    padding: 8px 10px 10px;
    font-weight: 500;
}
.widget.woocommerce.widget_shopping_cart .button.wc-forward:hover{
    background: var(--Is-blue);
}
.button.checkout.wc-forward {
    background: var(--Is-blue) !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.woocommerce-info {
    border-top-color: #0e0e30 !important;
}
.woocommerce-info::before {
    color: var(--Is-red); !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: var(--Is-white) !important;
    background-color: var(--Is-red) !important;
    font-weight: 500;
    border-radius: 10px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    color: var(--Is-white) !important;
    background-color: var(--Is-blue) !important;
}
.woocommerce div.product .product_title {
    text-align: left;
}
.woocommerce-tabs #respond p.comment-form-author, .woocommerce-tabs #respond p.comment-form-email {
    width: 49.5%;
}
.woocommerce-tabs #respond p.comment-form-author {
    margin-right: 1% !important;
}
.woocommerce-tabs form#commentform label,#respond p.comment-form-comment label, #respond p.comment-form-cookies-consent {
    display: block !important;
}
.woocommerce-message {
    border-top-color: var(--Is-red);
}
.woocommerce-message::before{
    color: var(--Is-red);
}

/************************CHECKOUT********************************/
.woocommerce-form-login-toggle .woocommerce-info {
    border: none;
    background: transparent;
    margin: 0 0 20px;
    padding: 0 !important;
    font-size: 0;
}
.woocommerce-form-login-toggle a.showlogin {
    background: var(--Is-red);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 0 3px #999;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-form-login-toggle a.showlogin:hover{
    background: var(--Is-blue);
}

.checkout.woocommerce-checkout {
    border: 5px solid var(--Is-red);
    box-shadow: 2px 2px 12px #ccc;
    padding: 60px 80px 60px 80px;
    border-radius: 25px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
#customer_details {
    display: flex;
    flex-direction: column;
}
#customer_details, #customer_details_review  {
    width: calc(50% - 30px);
}
.checkout.woocommerce-checkout .col-1, .checkout.woocommerce-checkout .col-2 {
    width: 100% !important;
}
#customer_details h3 {
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: 25px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    padding-left: 3px;
}
.checkout.woocommerce-checkout .form-row {
    margin: 0 0 20px;
    padding: 0;
}
.checkout.woocommerce-checkout .form-row-wide, .checkout.woocommerce-checkout .form-row-wide {
    clear: none !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: relative;
}
.woocommerce form .form-row .input-checkbox {
    margin-right: 6px !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    -webkit-appearance: none;
    background-color: var(--Is-blue);
    padding: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 22px;
    min-width: 24px;
    max-height: 22px !important;
    width: 10px;
    display: inline-block !important;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -23px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 999;
    height: 12px;
}
#order_comments {
    min-height: 100px;
    padding-top: 14px;
}
.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
}
wc-order-attribution-inputs {
    display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
}
#payment .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
    border-color: var(--Is-blue);
}

#payment .woocommerce-shipping-totals.shipping input[type="radio"]:checked + label::before, 
#payment .wc_payment_methods.payment_methods.methods input[type="radio"]:checked + label::before {
    background-color: var(--Is-blue);
    box-shadow: inset 0 0 0 4px var(--Is-blue);
}


form.woocommerce-form.woocommerce-form-login.login {
    border: 5px solid var(--Is-red);
    box-shadow: 2px 2px 12px #ccc;
    padding: 4%;
    border-radius: 20px;
    margin-bottom: 30px;
}
input#rememberme {
    -webkit-appearance: none;
    background-color: var(--Is-blue);
    padding: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 22px;
    min-width: 24px;
    max-height: 22px !important;
    width: 10px;
    display: inline-block !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    margin-bottom: 15px;
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th {
    border: none !important;
}
.shop_table.woocommerce-checkout-review-order-table td {
    color: #424347;
    font-size: 18px;
}
#customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1) {
    letter-spacing: 0px;
    font-size: 24px;
    letter-spacing: 1px;
    width: 40%;
    padding-left: 0px;
}

#order_review .cart_item td {
    padding-left: 0px !important;
}
.checkout.woocommerce-checkout .form-row.place-order {
    background: #fff !important;
    padding: 0 !important;
}

ul.wc_payment_methods.payment_methods.methods {
    border: none !important;
}
.form-row.place-order #place_order {
    margin-top: 22px;
    background: var(--Is-red);
    width: 100%;
    padding: 18px 50px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #00000080;
}

li.vi-wcaio-menu-cart span.vi-wcaio-menu-cart-text-wrap span.woocommerce-Price-amount.amount {
    display: none;
}
.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-text-wrap {
    position: absolute;
    background: var(--Is-red);
    width: 27px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    top: -9px;
    right: 7px;
}
li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
    position: relative!important;
}
.vi-wcaio-menu-cart-nav-wrap {
    background: url(https://1stisp.co.uk/humanofort/wp-content/themes/humanofort/images/cart.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    min-height: 40px !important;
}
.vi-wcaio-menu-cart .vi-wcaio-menu-cart-icon i {
    display: none;
}
.vi-wcaio-menu-cart-content-wrap {
    transform: none;
}

/****************CONTACT US*****************/
.contact_inner {
    border: 5px solid var(--Is-red);
    box-shadow: 2px 2px 12px #ccc;
    padding: 60px 80px 100px 80px;
    border-radius: 25px;
}
.contact_form .wpcf7-form-control-wrap input, .contact_form .wpcf7-form-control-wrap textarea {
    width: 100%;
    line-height: normal;
    background: #f7f7f7;
    border: none;
    padding: 15px;
    font-size: 16px;
}
.contact_form .wpcf7-form-control-wrap textarea{
    height: 180px;
}
.contact_form .container {
    max-width: 1170px;
}
.form_contact label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    border: none;
    padding: 17px 40px !important;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    background: var(--Is-red) !important;
    display: inline-block;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 55%);
    border-radius: 10px !important;
    color: var(--Is-white);
    margin: auto;
    display: block;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--Is-blue) !important;
}
.bottom_form_sec h4 {
    font-size: 18px;
}
.contact_form .email_content {
    gap: 20px;
}


/***/

.cbd-woocommerce-cart-form .coupon + .button {
	background: #0E0E30 !important;
	opacity: 1 !important;
} 
  
  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button {
	opacity: 1 !important;
	background: #0E0E30 !important;
}   

.woocommerce-product-gallery__image.flex-active-slide {
	position: relative;
}
.woocommerce-product-gallery__image.flex-active-slide::before {
	content: "";
	width: 320px;
	height: 300px;
	background: var(--Is-red);
	position: absolute;
	left: 50%;
	bottom: 0px; 
	border-radius: 50%;
	right: 0px !important;
	top: 50%; 
	margin: 0px !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.woocommerce-product-gallery__image.flex-active-slide a {
	z-index: 1;
	position: relative;
}

.woocommerce-cart   .product-thumbnail a::before {
	/*content: "";
	width: 140px;
	height: 140px;
	background: var(--Is-red);
	position: absolute;
	left: 50%;
	bottom: 0px;
	border-radius: 50%;
	right: 0px !important;
	top: 50%;
	margin: 0px !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);*/
	
}
.woocommerce-cart .product-thumbnail a::before {
	content: "";
	width: 130px;
	height: 130px;
	background: var(--Is-red);
	position: absolute;
	left: 50%;
	bottom: 0px;
	border-radius: 50%;
	right: 0px !important;
	top: 50%;
	margin: 0px !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

/*
.woocommerce-cart .product-thumbnail {
	display: flex;
	gap: 85px;
	margin-bottom: 10px;
}
*/

.woocommerce-cart .product-thumbnail .product-name {
	margin-top: 15px;
}
.woocommerce-cart table.cart img {
	min-width: 60px;
	box-shadow: none;
}
.woocommerce-cart  .product-thumbnail a {
	position: relative;
}
.woocommerce-cart   .product-thumbnail a {
	position: relative;
	display: inline-block;
	font-weight:bold
}
.woocommerce-cart  .product-name a::before {
	content: none !important;
}
.woocommerce-cart  .product-thumbnail .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	position: relative;
}
.checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox span::after {
	left: 10px !important;
	top: 10px !important;
}
.shop_table.shop_table_responsive .woocommerce-Price-amount.amount {
	color: #000;
}

     
.woocommerce-product-gallery  .woocommerce-product-gallery__image a::before {
	content: "";
	width: 320px;
	height: 300px;
	background: var(--Is-red);
	position: absolute;
	left: 50%;
	bottom: 0px;
	border-radius: 50%;
	right: 0px !important;
	top: 50%;
	margin: 0px !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	position: relative;
}

.checkout.woocommerce-checkout p.form-row.form-row-wide.create-account.woocommerce-validated label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:after {
    top: 6px !important;
}

form.woocommerce-form.woocommerce-form-login.login {
	border: none !important;
	box-shadow: none !important;
	padding: 0;
	border-radius: 20px;
	margin-bottom: 30px;
}

.woocommerce-account #rememberme {
	background: var(--Is-red) !important;
}
 
.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after {
	top: 4px !important;
	left: -23px !important;
}

.mobile-nav {
    display: none;
}





/****************************************Media Query***********************************************/

@media(min-width: 768px){
    li.product.type-product:last-child, li.product.type-product:nth-last-child(2) {
        margin-bottom: 0 !important;
    }
    .blog-page-sec .col-lg-4 {
        padding-left: 20px;
        padding-right: 20px;
        margin: 20px 0;
    }
}

@media(max-width: 1399px){
    body {
        font-size: 15px;
    }
    .navbar ul li {
        margin: 0 7px;
    }
    .navbar ul li a {
        font-size: 13px;
    }
    .hero-content {
        max-width: 470px;
    }

    h2, .woocommerce div.product .product_title, h1.woocommerce-products-header__title.page-title {
        font-size: 30px;
    }
    h1 {
        font-size: 55px;
    }
    .tagline .container {
        max-width: 800px;
    }
    .icon-content-col h4 {
        font-size: 24px;
        min-height: 56px;
    }
    a.btn-design {
        font-size: 15px;
        padding: 11px 28px;
    }
    .testi-items p {
        font-size: 22px;
    }
    .h3, h3 {
        font-size: 1.45rem;
    }
    .testi-items img {
        max-width: 60px;
        margin-bottom: 25px;
    }
    ul.tabs.wc-tabs li {
        padding: 6px !important;
    }
}

@media(max-width: 1199px){
    body {
        font-size: 15px;
    }
    .navbar ul li {
        margin: 0 6px;
    }
    .navbar ul li a {
        font-size: 12px;
    }
    .hero-content {
        max-width: 400px;
    }

    h2, .woocommerce div.product .product_title, h1.woocommerce-products-header__title.page-title {
        font-size: 28px;
    }
    h1 {
        font-size: 46px;
    }
    .tagline .container {
        max-width: 700px;
    }
    .icon-content-col h4 {
        font-size: 22px;
        min-height: 50px;
    }
    a.btn-design {
        font-size: 15px;
    }
    .testi-items p {
        font-size: 22px;
    }
    .h3, h3 {
        font-size: 1.45rem;
    }
    .testi-items img {
        max-width: 60px;
        margin-bottom: 25px;
    }
    .image-decoration img, .image-decoration {
        width: 380px;
        height: 380px;
    }
    .button-with-text h2 {
        margin-bottom: 20px;
    }
    section {
        padding: 40px 0;
    }
    .testi-items p {
        font-size: 18px;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .row.with_border_gap {
        gap: 0px;
    }
    .testomonial_secs .col-lg-6 {
        width: 50%;
        margin: 12px 0;
    }
    .contact_inner {
        border-width: 4px;
        padding: 5%;
        border-radius: 15px;
    }
}
 
@media(max-width: 991px){

    .close_icon {
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
    }
    .navbar {
        position: fixed;
        left: 0;
        height: 100%;
        top: 0;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: auto;
        justify-content: center;
        align-content: center;
        width: 100%;
        max-width: 100%;
        background: var(--Is-blue);
        padding: 90px 20px;
        transition: opacity 0.5s 0.5s, visibility 0s 1s;
        opacity: 0;
        visibility: hidden;
    }
    .open .navbar {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s;
    }
    .menu_icon, .close_icon {
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
    .navbar ul {
        flex-wrap: wrap;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        line-height: 1;
        opacity: 0;
        transform: translateY(-40px);
        animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    }
    .navbar ul li a {
        font-size: 18px;
        color: var(--Is-white);
        letter-spacing: 1px;
    }
    .open .navbar ul li{
        opacity: 1;
        transform: translateY(0px);
        transition: transform 0.2s, opacity 0.2s;
    }
    .menu_icon {
        width: 30px;
        height: 40px;
        display: flex;
        line-height: 40px;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }
    .menu_icon span {
        width: 30px;
        height: 3px;
        background: var(--Is-red);
        position: relative;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: 75ms;
    }

    .menu_icon span:before, .menu_icon span:after{
        transform-origin: 50% 50%;
        transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
        content: "";
        width: 30px;
        height: 3px;
        background: var(--Is-red);
        position: absolute;
        left: 0;
    }
    .menu_icon span:before {
        top: 8px;
        width: 30px;
        left: 0;
    }
    .menu_icon span:after {
        top: -8px;
    }
    .open .menu_icon span {
        background: transparent;
    }
    .open .menu_icon span:before {
        transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
        transform: rotate3d(0, 0, 1, 45deg);
        top: 0;
        background: #fff;
        width: 30px;
        left: 0;
    }
    .open .menu_icon span:after {
        transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
        transform: rotate3d(0, 0, 1, -45deg);
        top: 0;
        background: #fff;
    }
    .col-12.head {
        justify-content: space-between;
    }
    .hero h1 {
        margin-bottom: 25px;
    }
    h1 {
        font-size: 40px;
    }
    .tagline-col h2 {
        margin: 0;
    }
    h2, .woocommerce div.product .product_title, h1.woocommerce-products-header__title.page-title {
        font-size: 24px;
    }
    .text-col .btn-design {
        margin-top: 10px;
    }
    .right-side img {
        max-width: 30px;
        max-height: 28px;
    }
    .right-side {
        gap: 15px;
        margin-right: 18px;
        display: none;
    }
    .image-decoration img, .image-decoration {
        width: 280px;
        height: 280px;
    }
    .testomonial_secs .col-lg-6 {
        width: 100%;
    }
    ul.tabs.wc-tabs li {
        width: 50%;
    }
    #product-image-content {
        padding: 20px !important;
        margin-bottom: 25px;
    }
    ul.tabs.wc-tabs {
        flex-wrap: wrap;
    }
    ul.tabs.wc-tabs li a {
        display: block !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
 .single-product .single_variation_add_to_cart_variations {
	display: flex;
	gap: 10px !important;
	margin-top: 0;
	flex-direction: row !important;
}
    .summary.entry-summary .quantity .input-text.qty.text {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .woocommerce div.product form.cart .variations select {
        width: 190px;
        font-size: 14px;
        padding: 10px 15px !important;
    }
    .single-product  .single_variation_add_to_cart_variations_left {
        width: 45%;
    }
    .woocommerce ul.products li.product .button, .summary.entry-summary .single_add_to_cart_button.button {
        padding: 17px 30px !important;
        font-size: 16px;
    }
    .woocommerce-Tabs-panel{
        padding: 6% !important;
    }
    .single-product .single_variation_add_to_cart_variations {
        gap: 0;
        flex-direction: column;
    }
    .single-product  .single_variation_add_to_cart_variations_left {
        width: 100%;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
        margin: 0;
    }
    #product-image-content .woocommerce-product-gallery__image img {
        max-width: 250px;
        max-height: 300px;
    }
    .woocommerce div.product form.cart .variations select {
        width: 100%;
    }
    .summary.entry-summary .quantity .input-text.qty.text {
        width: 80px;
    }
    span.price span.woocommerce-Price-amount.amount, .single-product .summary.entry-summary .woocommerce-Price-amount.amount {
        font-size: 26px;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        width: 30px;
        position: absolute;
        left: -20px;
        top: 170px;
    }
    .woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 150px;
    }
    .cbd-woocommerce-cart-form {
        display: flex;
        flex-direction: column;
    }
    .cbd-woocommerce-cart-left {
        width: 100%;
    }
    .cbd-woocommerce-cart-right {
        width: 100%;
    }
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
        margin-top: 50px;
    }
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
        margin-top: 50px !important;
    }
    #customer_details, #customer_details_review {
        width: 100%;
    }
    .checkout.woocommerce-checkout {
        padding: 7%;
        border-radius: 15px;
        gap: 20px;
    }
    .wc_payment_methods.payment_methods.methods label {
        font-size: 16px;
        padding-left: 16px;
    }
    #customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1) {
        font-size: 20px;
        letter-spacing: 0;    
    }
    .shop_table.woocommerce-checkout-review-order-table td {
        font-size: 16px;
    } 


    /****************Toggle Menu*******************/

    .mobile-nav .vi-wcaio-menu-cart-nav-wrap {
        min-width: 50px;
        max-width: 50px;
        position: relative;
    }
    .mobile-nav .vi-wcaio-menu-cart-text-wrap {
        position: absolute;
        background: var(--Is-blue);
        width: 24px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 13px;
        height: 24px;
        line-height: 24px;
        top: -13px;
        right: 0px;
    }
    .mobile-nav {
        background: var(--Is-red);
        display: flex;
        justify-content: end;
        height: 100%;
        border-left: 9vw solid var(--Is-white);
        overflow: auto;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        z-index: 99;
        transition: all .2s;
    }
    .navbar-mobile-active .mobile-nav {
        right: 0;
    }
    .mobile-nav-col {
        padding: 30px 20px 30px 20px;
        display: flex;
        width: 100%;
        position: relative;
        gap: 0px;
        height: max-content;
    }

    .mobile-nav-col .close-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        padding: 0px;
        cursor: pointer;
        line-height: 10px;
        font-size: 29px;
    }
    .nav-left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 60px;
        min-width: 60px;
        padding-bottom: 110px;
    }
    .nav-left ul.menu {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nav-right {
        width: calc(100% - 60px);
    }
    .menu-header-basket-menu-container {
        display: flex;
        height: 100%;
    }
    .vi-wcaio-menu-cart-nav-wrap {
        margin-top: auto;
    }
    li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
        margin-left: 0;
    }
    .vi-wcaio-menu-cart-nav-wrap {
        background-size: 34px;
        min-height: 34px !important;
    }
    .reviews_pilot img {
        max-width: 160px;
        margin-left: -10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .insta img {
        max-width: 35px;
        filter: brightness(1) invert(1);
    }
    .nav-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav-right ul li a {
        color: var(--Is-white);
        text-decoration: none;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.5px;
        padding: 8px 0;
        display: inline-block;
        line-height: 1.25;
    }
    .nav-right ul li a:hover, .nav-right ul li.current-menu-item a{
        opacity: .7;
    }
    .top_header {       
        align-items: center;
    }
    .cbd_news .news_box h4.mb-2 {
        margin-top: 20px;
    }   
    #scroll {
        width: 35px !important;
        height: 35px !important;
    }
    .nav-right ul.sub-menu {
        background: var(--Is-red);
        padding: 5px 14px;
        left: -99999px;
        opacity: 0;
        position: fixed;
        transform: translateX(-10px);
        transition: background-color .6s, transform .3s, opacity .3s;
    }
    ul.sub-menu.active {
        display: block;
        left: auto;
        opacity: 1;
        position: inherit;
        transform: translateX(0);
    }
    li.menu-item.menu-item-has-children {
        position: relative;
        padding-right: 20px;
    }
    .menu.transition li.menu-item.menu-item-has-children:before {
        transform: rotate(135deg);
        top: 11px;
    }
    li.menu-item.menu-item-has-children:before {
        content: "";
        border-left: 2px solid var(--Is-white);
        border-bottom: 2px solid var(--Is-white);
        width: 10px;
        height: 10px;
        position: absolute;
        right: 5px;
        transform: rotate(-45deg);
        top: 7px;
        transition: all .2s;
    }
    .bi-x:before {
        content: "x";
        font-style: normal;
        text-align: center;
        padding: 6px 9px;
        display: inline-block;
        font-weight: normal;
        font-size: 22px;
    }
    .mobile-nav .vi-wcaio-menu-cart.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-text-wrap {
        background: var(--Is-blue);
    }
    .mobile-social-icons ul img {
        max-width: 35px;
        max-height: 35px;
    }
    .mobile-social-icons ul {
        display: flex;
        gap: 25px;
    }
    .mobile-social-icons {
        width: 50%;
        float: left;
    }
    .mobile-secure-payments {
        float: left;
        width: 50%;
    }
    .mobile-secure-payments img {
        max-width: 70px;
        margin: 0;
    }
    .menu-header-left-menu-container {
        margin-bottom: 50px;
    }
    .menu-header-mobile-menu-container {
        margin-bottom: 40px;
    }
    /*********************Toggle menu end*************/



}




@media(max-width: 767px){
    body { 
        font-size: 14px;
    }
    a.btn-design {
        font-size: 14px;
        padding: 10px 25px;
    }
    .slick-slide {
        padding: 0 10px;
    }
    .hero h2 {
        letter-spacing: 0;
    }
    h2, .woocommerce div.product .product_title, h1.woocommerce-products-header__title.page-title {
        font-size: 22px;
    }
    h1 {
        font-size: 30px;
    }
    .hero {
        background-position: 77% center;
        padding: 13% 0;
    }
    .header-nav {
        padding: 10px 0;
    }
    .img-col.image-decoration img, .image-decoration {
        width: 300px;
        height: 300px
    }
    .img-col {
        margin-bottom: 20px;
    }
    .img-col img {
        max-width: 260px;
    }
    .icon-img img {
        margin: 0 auto 25px;
        max-height: 110px;
    }
    .icon-content-col h4 {
        font-size: 20px;
        min-height: 45px;
    }
    .video-col {
        margin-bottom: 20px;
    }
    .h5, h5 {
        font-size: 1.10rem;
    }
    .whyus .icon-content-col {
        margin: 20px 0 ;
    }
    .footer-col {
        padding: 15px 0;
    }
    footer.footer {
        padding: 40px 0;
    }
    .copyright .text-md-start {
        margin-bottom: 15px;
    }
    .copyright {
        padding: 25px 0;
        font-size: 14px;
    }
    h1.entry-title {
        font-size: 30px;
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, 
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, 
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }
    body .products  .product.type-product {
        border-width: 4px;
        border-radius: 20px;
        padding: 20px 20px 30px !important;
    }
    .product-description {
        max-width: 370px;
        font-size: 16px;
        padding-top: 12px;
    }
    span.price span.woocommerce-Price-amount.amount, .single-product .summary.entry-summary .woocommerce-Price-amount.amount {
        font-size: 22px;
    }
    .woocommerce ul.products li.product .button {
        padding: 15px 30px !important;
        font-size: 16px;
    }
    .box_with_border {
        border-width: 4px;
        border-radius: 20px;
        padding: 20px;
    }
    .left_testi img {
        max-width: 50px;
    }
    .left_testi h4 {
        font-size: 22px;
    }
    .left_testi p {
        font-size: 17px;
    }
    .left_testi {
        max-width: 200px;
    }
    .right_testi_user {
        min-width: 90px;
        max-width: 90px;
    }
    .right_testi_user img {
        width: 90px;
        height: 90px;
    }
    .pagination-sec li .page-numbers, .post-pagination .page-numbers {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .pagi_sec {
        gap: 10px;
    }
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
        margin-top: 30px;
    }
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
        margin-top: 20px !important;
    }
    .cbd-woocommerce-cart-form {
        padding: 20px 30px 30px 40px;
    }
    .woocommerce-cart-form__cart-item.cart_item a.remove {
        height: 30px;
        width: 30px;
        font-size: 25px;
        line-height: 27px;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        left: -50px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        background: transparent !important;
    }
    #coupon_code {
        width: auto !important;
        border: none !important;
        font-size: 16px !important;
        width: 100% !important;
    }
    .cart_totals p.woocommerce-shipping-destination {
        padding-left: 80px;
    }
    .cbd-woocommerce-cart-form {
        padding: 15px 15px 15px 15px;
        border-radius: 15px;
    }
    .coupon .button {
        width: 100% !important;
        margin-top: 20px !important;
    }
    .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
        margin-top: 20px !important;
        float: left !important;
        margin-left: 0 !important;
    }
    .cbd-woocommerce-cart-right .cart_totals h2 {
        margin-top: 23px;
        margin-bottom: 20px;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        position: static !important;
    }
    .woocommerce table.shop_table td {
        padding: 9px 0;    
    }
    html .woocommerce-page table.cart .product-thumbnail {
        display: flex;
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }
    .woocommerce-page table.cart .product-thumbnail a img, .woocommerce-page table.cart .product-thumbnail a {
        width: 90px;
        min-width: 90px;
        font-size: 18px;
    }
    .woocommerce-page table.cart .product-thumbnail::before {
        content: "Product:" !important;
        display: none;
    }

    .blog_mobile_right_sec{
        display: flex;
    }
    .left_sec_blog .search_form {
        display: none;
    }
    .left_sec_blog .recent_post_title .title_border {
        margin-bottom: 15px;
        border-bottom-width: 3px;
        padding-bottom: 15px;
    }
    .left_sec_blog .recent_post_title li {
        border-bottom-width: 3px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .left_sec_blog {
        display: flex;
        gap: 20px;
    }
    .author_info, .recent_post_title {
        width: 50%;
    }
    .recent_post_title.recent_categories {
        display: none;
    }
    .left_sec_blog h3 {
        letter-spacing: .5px;
        font-size: 18px;
    }
    .search_form {
        position: relative;
        margin-bottom: 0;
        width: 50%;
    }
    .news_inner_page  .row {
        flex-direction: column-reverse;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .blog_right_sec .realted_post_sec h3 {
        padding-bottom: 0;
        margin-bottom: 40px !important;
    }
    div#respond input#submit {
        padding: 11px 40px !important;
        font-size: 15px;
        margin-top: 15px;
    }
    /*#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
        width: 100%;
        margin-right: 0;
    }*/
    .wc_payment_methods.payment_methods.methods label {
        font-size: 15px;
        padding-left: 16px;
    }
    #customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1) {
        font-size: 18px;
        letter-spacing: 0;    
    }
    .shop_table.woocommerce-checkout-review-order-table td {
        font-size: 15px;
    }
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 16px;
    }
    .woocommerce-form-login-toggle a.showlogin {
        padding: 11px 20px;
        font-size: 14px;
    }
    #payment .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
        border-width: 3px;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 11px;
    }
    .contact_form .email_content {
        gap: 10px;
        flex-direction: column;
    }
    .mb-5 {
        margin-bottom: 1.5rem!important;
    }
	
	.summary.entry-summary .product_title.entry-title + .price {
    	display: none;
    }


    #product-image-content .single_variation_add_to_cart_variations {
    	display: flex;
    	flex-direction: row !important;
    	gap: 5px !important;
    } 

    .summary.entry-summary .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    	padding-left: 10px !important;
    	padding-right: 5px !important;
    	opacity: 1; 
    	padding: 0px !important;
    } 
    .woocommerce div.product form.cart .variations select {
    	width: 90% !important;
    	border: none !important;
    	max-width: 170px;
    }
    .single_variation_add_to_cart_variations_right {
    	margin-top: 15px;
    	width: 150px;
    }
    .checkout.woocommerce-checkout {
    	padding: 7% 12px;
    	border-radius: 15px;
    	gap: 20px;
    }
    .wc_payment_methods.payment_methods.methods label::before {
    	margin-left: 0px !important;
    }
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span::after {
    	content: '';
    	left: 10px;
    }

     
    .woocommerce-cart #shipping_method li label {
    	padding-left: 30px;
    	font-size: 15px;
    } 

    .woocommerce-cart ul#shipping_method li label { 
    	float: right;
    	text-align: left;
    }
    .woocommerce-cart #shipping_method li label::before {
    	content: '';
    	margin: 0px !important;
    }
    .woocommerce-cart ul#shipping_method li label {
    	padding-left: 30px;
    	font-size: 14px;;
    }

    .woocommerce-product-gallery__image.flex-active-slide::before {
    	content: "";
    	width: 230px;
    	height: 230px;
    	background: var(--Is-red);
    	position: absolute;
    	left: 50%;
    	bottom: 0px;
    	border-radius: 50%;
    	right: 0px !important;
    	top: 50%;
    	margin: 0px !important;
    	transform: translate(-50%, -50%);
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item a {
    	width: 100% !important;
    	text-align: left;
    }

    .woocommerce-cart  .woocommerce-cart-form__cart-item .product-name {
    	margin-left: 30px;
    }
    .woocommerce-cart   .remove {
    	text-align: center !important;
    }
        
     .woocommerce-cart  .shop_table.shop_table_responsive label::before {
    	left: -29px !important;
    	content: '' !important;
    }
     .woocommerce-cart .cart_totals p.woocommerce-shipping-destination {
    	padding-left: 80px;
    	text-align: left !important;
    }
     .woocommerce-cart .cart_totals p.woocommerce-shipping-destination {
    	padding-left: 32px !important;
    	text-align: left;
    	margin-top: 20px !important;
    	display: block;
    }

    .woocommerce-cart table.cart .product-thumbnail {
    	display: flex;
    	gap: 10px;
    	width: 100%;
    	max-width: 100%;
    	flex-direction: column;
    }
    section.cbd_news.pt-md-5, .news_inner_page {
        margin-top: 0 !important;
    }
    .h3, h3 {
        font-size: 1.45rem;
    }
    .blog_right_sec .related_grid h5 {
        padding: 10px 0 20px;
        text-align: center;
    }
	
	
	.hero h1 {
	font-size: 24px;
}

.hero h2 {
	font-size: 18px;
}

.hero .hero-content {
	max-width: 270px;
}

.image-with-text .img-col img {
	max-width: 100px;
}  
.woocommerce-page table.cart .product-thumbnail a {
	width: 60px;
	min-width: 60px;
	font-size: 18px;
	margin: auto;
}	

.woocommerce-cart  table.cart .product-thumbnail a img {
    margin: auto;
  }
	
}

@media (min-width:992px) {
.woocommerce-cart .product-thumbnail  .product-name {
	margin-left: -25px;
}
.woocommerce-cart #shipping_method label {
	padding-left: 0px !important;
}
}