body{
padding: 0;
margin: 0;
font-family: 'Maison Neue';
}
/* theme-color */
:root{
--primary-color: #4d94ff;
--white:#ffffff;
--text_color:#0f0f0f;
--light_gray:#f1f1f1;
}
/* End-color */
h2 {
font-size: 42px;
line-height: 50px;
font-weight: 600;
}
h3 {
font-size: 32px;
line-height: 42px;
font-weight: bold;
}
/* h3{font-family: 'Source Sans Pro', sans-serif;} */
h4 {
font-size: 20px;
line-height: 25px;
font-weight: 600;
}
/* h5{font-size:17px;line-height:20px;font-family:'Gotham Rounded Book';font-weight: normal;margin:0px;} */
h6 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin: 0px;
}
p {
font-size: 18px;
line-height: 29px;
color: var(--text_color);
font-family: "Roboto", sans-serif;
}
li{
        font-family: 'Roboto';
}
/*================================================
Start-All-Buttons css
=================================================*/
a {
text-decoration: none;
font-weight: normal;
color: var(--text-dark-color);
}
a:hover,
a:focus {
text-decoration: none;
}
button {
outline: 0 !important;
}
.section-padding {
padding: 70px 0px;
}

.read-more{
font-size: 16px;
font-weight: 600;
background: var(--primary-color);
color: var(--white);
padding: 12px 45px;
transition: 0.5s;
display: inline-block;
text-transform: uppercase;
}
.read-more:hover{
background-color: var(--primary-color);
color: var(--white);
}
.owl-theme .owl-dots{
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #000;
}
.main-slider-carousel .owl-dots {
    margin-top: 20px;
}
.ccc-item-image {
    border-radius: 50%;
    overflow: hidden;
}
.ccc-item-image img {
    width: 100%;
}
.ccc-item-content {
    text-align: center;
    padding: 0 15px;
}
/* Design Css start */

.nav-brand img {
max-width: 220px;
transition: 0.5s;
}
.header_area.sticky .nav-brand img {
max-width: 170px;
}
.ccc-item-content h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 700;
    color: var(--primary-color);
}
.read-more.ccc-btns{
    margin-top: 20px;
}
.section-padding.what-ccc-section {
    background-color: var(--light_gray);
}
.what-ccc-section .row {
    align-items: center;
}
.sustainable-section.section-padding {
    background-color: var(--light_gray);
}
.center-btn-view{
    text-align: center;
    padding-top: 45px;
}
.main-center-title.beginning-title h2 {
    color: var(--primary-color);
}

.main-center-title.beginning-title {
    text-align: center;
    margin-bottom: 50px;
}
.collection-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 21.25rem 30px 13.75rem;
}
.collection-content {
    text-align: center;
    max-width: 275px;
    margin: 0 auto;
}
.collection-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #fff;
}
.info-box-wrapper {
    text-align: center;
    padding: 30px 8px;
    transition: 0.5s;
}
.info-box-content h4 a {
    font-size: 20px;
    letter-spacing: -3px;
    color: var(--primary-color);
}
.learn-wrapper {
    color: #666;
    font-size: 14px;
    font-family: 'Roboto';
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.learn-wrapper:before {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    background-color: var(--primary-color);
    bottom: -7px;
    left: 0;
    display: inline-block;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
}
.info-box-wrapper:hover .learn-wrapper:before {
    width: 60%;
}
.info-box-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.info-box-content h4 {
    margin: 20px 0px;
}
.overlap-text p {
    color: #fff;
    margin-bottom: 0px;
}
.overlap-text {
    padding: 40px;
    background-color: #00000080;
    color: #fff;
    border-radius: 40px 0px 40px 0px;
}
.section-padding.caribbean-section {
    padding: 120px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.box-thumbnail-image img {
    width: 100%;
    height: auto;
}
.box-content_wrapper {
    text-align: center;
    padding-top: 30px;
}
.box-content_wrapper h3 {
    font-size: 24px;
    color: var(--primary-color);
}
.box-content_wrapper:hover .learn-wrapper:before {
    width: 60%;
}
.discounts-warrper h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 15px;
}
.discounts-warrper {
    text-align: center;
}
.discounts-warrper p {
    margin-bottom: 0px;
}
.main-footer {
    padding: 50px 0px 0px;
}
.footer-nv-title h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.footer-nv-title ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-nv-title ul li {
    display: block;
    margin-bottom: 15px;
}
.footer-nv-title ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
}
.footer-nv-title ul li a:after {
    content: '';
    height: 1px;
    background: #777;
    width: 0%;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: all 0.6s ease;
}
.footer-nv-title ul li a:hover:after {
    width: 100%;
}
.input-field-footer {
    border: 1px solid #DDDBDC;
    color: #ffffff;
    padding: 13px 15px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.input-field-footer::placeholder{
    color: #ffffff;
}
.read-more.suscribe-btn {
    width: 100%;
    border: 0px;
    background-color: #fff;
    color: var(--primary-color);
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}
.copyrights-wrapper {
    border-top: 1px solid #ffffff26;
    margin-top: 60px;
}
.min-copy-footer {
    padding: 15px 0px;
    text-align: center;
}
.min-copy-footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.breadcrumb-warrper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.breadcrumb-warrper h1 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-weight: 600;
}
.breadcrumb-section {
    background-color: var(--light_gray);
    padding: 40px 0px;
}
.breadcrumb-warrper ul li {
    font-size: 16px;
}
.breadcrumb-warrper ul li a {
    font-weight: 600;
    position: relative;
}
.breadcrumb-warrper ul li a:after{
    content: '/';
    padding: 0 10px;
}
.about-image img {
    width: 100%;
    height: auto;
}
.about-content {
    padding-left: 50px;
}
.about-content h2 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -3px;
}
.about-content p {
    font-size: 16px;
    margin-bottom: 0px;
}
.about-section .row {
    align-items: center;
}
.center-content {
    text-align: center;
}
.main-title h6 {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 12px 15px 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0px;
}
.main-title.center-content {
    padding-bottom: 40px;
}
.our-story-warrper {
    text-align: center;
}
.our-story-section {
    padding-bottom: 70px;
}
.read-more.story-btn {
    margin-top: 25px;
    border-radius: 10px;
}
.mission-title h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.mission-title p {
    color: #fff;
    opacity: .8;
}
.learn-wrapper:hover:before {
    width: 100%;
}
.learn-wrapper.mission-btn {
    color: #fff;
    font-weight: bold;
}
.mission-section.section-padding {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
        padding: 100px 0;
}
.counter-value-box p{
    color: #fff;
    opacity: .8;
    margin-bottom: 0;
}
.counter-value-box.first-box-mission {
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.counter-value-box h2 {
    font-size: 34px;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
}
.counter-value-box {
    text-align: center;
    padding: 25px;
}
.our-mission-warrper {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.simple-content-wrapper ul li {
    margin-bottom: 10px;
}
.simple-content-wrapper ul {
    padding-left: 21px;
}
.read-more.sustainable-two {
    display: inline-block;
    margin-left: 15px;
}
.two-btn-warrper .read-more {
    border-radius: 10px;
    padding: 10px 20px;
}
.shop-breadcrumb ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.shop-loop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.shop-tools {
    display: flex;
    align-items: center;
}
.shop-breadcrumb ul li {
    font-size: 16px;
}
.shop-breadcrumb ul li a {
    font-weight: 600;
    position: relative;
}
.shop-breadcrumb ul li a:after{
    content: '/';
    padding: 0 10px;
}
.products-per-page span {
    font-weight: 800;
    font-size: 18px;
    margin-right: 10px;
}
.products-per-page a:after{
    content: '/';
    padding: 0 10px;
}
.products-per-page {
    display: flex;
    align-items: center;
}
.product-sorting select {
    max-width: 200px;
    border: 0px;
    border-bottom: 2px solid #ccc;
    padding: 5px 0px;
    font-family: 'Roboto';
    font-weight: 500;
}
.product-thumbnail img {
    width: 100%;
    height: auto;
}
.product-thumbnail {
    position: relative;
    overflow: hidden;
}
.product-thumbnail img {
    width: 100%;
    height: auto;
}
.product-title-description h2 a {
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}
.product-title-description h2{
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}
.product-item-grid-content {
    text-align: center;
    padding: 20px 0px;
}
.product-price span.woocommerce-Price-sale {
    font-size: 14px;
    color: #929090;
}
.product-price span {
    font-size: 22px;
    font-weight: bold;
    color: #141414e3;
}
.wd-product-cats a {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a5a5a5;
}
.wd-product-cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
        color: #a5a5a5;
}
.product-item-grid .hover-img {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-thumbnail:hover .hover-img {
    opacity: 1;
    transform: scale(1.09);
}
.product-quick-buttons {
    position: absolute;
    inset-inline: 0;
    bottom: 10px;
    text-align: center;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px) translateZ(0);
}
.product-item-grid:hover .product-quick-buttons{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.product-item-content {
    text-align: center;
    padding: 20px 0px 0px;
}
.add-to-cart-quick svg, .product-view-quick svg {
    width: 30px;
    height: 22px;
}

.add-to-cart-quick, .product-view-quick {
    line-height: 50px;
    width: 50px;
    height: 50px;
}
.product-quick-buttons-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.quick_view_right h4 {
    font-size: 20px;
}
.rating_box_left p{
    margin-bottom: 5px;
    font-size: 14px;
}
.rating_box_left ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}
.rating_box_left ul li {
    display: inline-block;
    color: #FFDF00;
}
.price_right h5 {
    font-size: 18px;
    color: var(--red);
    padding-right: 10px;
}
.price_right h5 del {
    color: #757575;
    font-size: 14px;
}
.color_variable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.variable_label p {
    margin-bottom: 5px;
}
.color-picker {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: 10px;
}
.color-picker label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.color-picker input[type="radio"] {
    display: none;
}
.color-picker input[type="radio"]:checked + .color {
    border: 2px solid #000000;
}
.color-picker .color.red {
    background-color: red;
}
.color-picker .color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    transition: border-color 0.3s ease;
}
.color-picker .color.blue {
    background-color: blue;
}
.color-picker .color.green {
    background-color: green;
}
.color-picker .color.yellow {
    background-color: yellow;
}
.quantity_section {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px #ddd solid;
}
.quantity-input {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
}
.quantity-input button {
    width: 36px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.quantity-input input {
    width: 50px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    border: 0;
    appearance: none;
    outline: 0;
}

.sku_section {
    padding-top: 15px;
}
.sku_section p {
    margin-bottom: 5px;
}
button.btn-close {
    position: absolute;
    right: 2px;
    top: 2px;
    opacity: 1;
}
.page-item:first-child .page-link {
    background: var(--primary-color);
    color: var(--white);
}
.page-item:last-child .page-link {
    background: var(--primary-color);
    color: var(--white);
}
.product-grid-view nav ul {
    justify-content: center;
    padding-top: 40px;
}

.similar-varition{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.similar-view {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: 10px;
}
.similar-view label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.similar-view input[type="radio"] {
    display: none;
}
.similar-view input[type="radio"]:checked + span {
    border-bottom: 2px solid #000000;
}
.similar-view span {
    padding: 5px;
    font-weight: 600;
}
.quantity-input input.quantity {
    pointer-events: none;
}
.product-variration-view .similar-varition {
    margin-bottom: 10px;
}
.single-page-price h5 {
    font-weight: 600;
}

.single-page-price h5 del {
    font-size: 14px;
    color: #929090;
}
.single-page-price h5 {
    font-weight: 600;
    font-size: 30px;
}
.product-title h1 {
    font-size: 34px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 20px 0px;
}
.product-avavality h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product-avavality {
    margin-top: 10px;
}
.single-quantity {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 0px;
}
.sizeguide-btn a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product_meta a {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a5a5a5;
}
.product_meta .meta-sep{
    color: #a5a5a5;
}
.product_meta .meta-label {
    font-weight: 600;
}
.product_meta {
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #0000001b;
    margin-top: 20px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    flex-wrap: wrap;
}
.product-main-image img {
    width: 100%;
    display: block;
    transition: opacity 0.3s;
    cursor: zoom-in;
    height: auto;
}
.product-main-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    background-size: cover;
}
.product-thumbnail-slide .slick-slide .product-thumbnail-image {
    border: 3px solid #ccc;
}
.product-thumbnail-image {
    margin: 5px;
}
.product-thumbnail-image img {
    width: 100%;
    height: auto;
}
.product-thumbnail-slide .slick-current .product-thumbnail-image {
    border-color: var(--primary-color);
}
.main-product-images .product-thumbnail-slide:hover .slick-prev {
left: 5px;
    z-index: 9;
}
.main-product-images .product-thumbnail-slide:hover .slick-next {
    right: 5px;
    z-index: 9;
}
.main-product-images .product-thumbnail-slide .slick-arrow {
    background-color: var(--primary-color);
    border-radius: 50%;
}
.main-product-images .product-thumbnail-slide .slick-prev:before, .main-product-images .product-thumbnail-slide .slick-next:before{
    opacity: 1;
}
.product-thumbnail-slide {
    overflow: hidden;
}
.description-tab-view {
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
    padding: 20px 0px;
    border-top: 2px solid var(--primary-color);
    color: var(--primary-color);
    text-transform: uppercase;
}
.full-description-section.section-padding {
    padding-top: 0;
    border-top: 1px solid #ccc;
}
.product-tab-inner ul li {
    margin-bottom: 10px;
}
.product-tab-inner ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.related-section{
    border-top: 1px solid #ccc;
}
.related-products h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    line-height: normal
}
.related-products h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
}
.related-products-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        opacity: 0;
    visibility: hidden;
}
.related-products-slider .owl-nav button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .25s ease;
    background-color: var(--primary-color) !important;
    color: #ffffff !important;

}
.related-products-slider .owl-nav .owl-next{
    right: -50px;
    position: relative;
}
.related-products-slider .owl-nav .owl-prev{
    left: -50px;
    position: relative;
}
.related-products-slider:hover .owl-nav{
    opacity: 1;
    visibility: visible;
}
.sizeguide-box-popup .modal-dialog {
    max-width: 800px;
}
.wd-sizeguide-table td {
    min-width: 75px;
    font-size: 15px;
    text-align: center;
}

.wd-sizeguide-table :is(tr,td) {
    transition: all .25s ease;
}
table.wd-sizeguide-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #0000001b;
}
.faq-accordion-warrper .accordion-button {
padding: 10px 0;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
}
.faq-accordion-warrper .accordion-button:focus {
box-shadow: none;
}
.faq-accordion-warrper .accordion-button:not(.collapsed){
    background-color: transparent;
}
.faq-accordion-warrper .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
}
.faq-accordion-warrper .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}
.contact-item-content h5 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    opacity: 0.5;
}
.contact-item-content h2 {
    font-size: 24px;
    line-height: normal;
}
.contact-item-content {
    margin-bottom: 35px;
}
/* .contat-us-section{
    background-color: var(--light_gray);
} */
 .contact-main-warrper {
    padding-right: 30px;
}
.contact-item-field label {
    display: block;
    margin-bottom: 5px;
    color: #242424;
    font-weight: 400;
}
.input-field-form{
    padding: 10px 15px;
    width: 100%;
    border: 2px solid #00000026;
}
.contact-item-field {
    margin-bottom: 25px;
}
.read-more.submit-btn-form {
    border: 0px;
}
.contact-item-field textarea {
    height: 200px;
    resize: none;
}
.form-main-warrper {
    padding-left: 40px;
    border-left: 1px solid #ccc;
}
.cart-table-section table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.cart-table-section table th {
    padding: 15px 10px;
    border-bottom: 2px solid #00000013;
    color: #242424;
    text-transform: uppercase;
    font-size: 14px;
}
th.product-remove {
    width: 40px;
}
th:is(.product-remove,.product-thumbnail) {
    font-size: 0;
}
th.product-name {
    text-align: left;
}
.cart-table-section tr :is(td,th):last-child {
    text-align: right;
}
td.product-remove a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #333;
}
td.product-thumbnail img {
    min-width: 80px;
    max-width: 80px;
}
.cart-table-section table td {
    padding: 15px 12px;
    border-bottom: 1px solid #0000001b;
}
.cart-table-section table td.product-name a {
    font-weight: 600;
    font-size: 14px;
}
.cart-table-section .product-price span {
    font-size: 16px;
}
.cart-table-section .product-price span{
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
}
.cart-table-section th:is(.product-remove,.product-thumbnail) {
    font-size: 0;
}
.cart-table-section .quantity-input button {
    height: 30px;
        width: 30px;
}
.cart-table-section table td.product-quantity .quantity{
    height: 30px;
        width: 40px;
}
.cart-actions {
    display: flex;
    column-gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.wd-coupon-form label {
    font-size: 0px;
    display: none;
}
.input-field-apply {
    padding: 10px 15px;
    border: 1px solid #ccc;
}
.read-more.coupan-btn {
    border: 0px;
}
.read-more.update-cart-btn {
    border: 0px;
}
.read-more.update-cart-btn[disabled] {
    opacity: 0.5;
    color: #000;
}
.cart-total-warrper {
    padding: 25px;
    border: 3px solid #00000013;
}
.cart-title h4 {
    text-align: center;
    font-size: 26px;
}
.cart-totals-inner table {
    width: 100%;
}
.cart-totals-inner tr :is(td,th):last-child {
    text-align: right;
}
.proceed-to-checkout a {
    width: 100%;
    text-align: center;
}
.cart-totals-inner tr th, .cart-totals-inner tr td {
    border-bottom: 1px solid #0000001b;
    text-transform: none;
    padding: 15px 10px;
}
.shipping-calculator-warrper h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}
.shipping-calculator-warrper a{
    font-weight: 600;
}
.input-field-calculator label {
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 16px;
}
.input-field-calculator {
    margin-top: 20px;
}
.read-more.update-calculator {
    border: 0px;
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 15px;
}
.input-field-calculator select, .input-field-calculator input.input-text {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    letter-spacing: -1px;
}
.total-view-item .product-Price-amount {
    font-size: 22px;
    font-weight: 600;
}
.proceed-to-checkout .read-more.paypal-btn {
    background-color: #ffc439;
    margin-top: 15px;
}

.proceed-to-checkout .read-more.paypal-btn img {
    max-width: 60px;
}
.woocommerce-shipping-methods {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
#shipping_method input.shipping_method {
    position: relative;
    top: 4px;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 7px;
}
.woocommerce-shipping-methods label {
    display: inline;
}
.woocommerce-shipping-methods li {
    margin-bottom: 7px;
}
.woocommerce-shipping-methods .product-Price-amount {
    font-weight: 600;
}
.checkout_inner h3 {
    font-size: 22px;
}
.checkout_inner label {
    width: 100%;
    font-size: 14px;
}
.checkout_inner input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
padding: 10px 15px;
    font-size: 14px;
}
.checkout_inner select {
    width: 100%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
padding: 10px 15px;
    font-size: 14px;
}
.checkout_inner textarea {
    width: 100%;
    border: 1px #ddd solid;
padding: 10px 15px;
    font-size: 14px;
}
.order_summary table {
    width: 100%;
}
.order_summary table tr td {
    border-bottom: 1px #ddd solid;
    padding: 12px 0px 8px;
}
.order_summary table tr td h6 {
    font-size: 17px;
    font-weight: 400;
}
.payment_option h3 {
    text-align: left;
    border-top: 1px #ddd solid;
    padding-top: 20px;
    margin-bottom: 14px;
    font-size: 22px;
}
.payment_option label {
    font-size: 16px;
    margin-left: 9px;
}
.payment_option input {
    display: inline;
}
.payment_option-inner {
    display: flex;
    align-items: center;
}
.payment_terms p {
    font-size: 16px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px 0px;
}
.payment_option{
    padding-bottom: 12px;
}
.payment_option-inner label {
    letter-spacing: -2px;
    font-size: 16px;
    margin-left: 8px;
    font-weight: 400;
}
.payment_option-inner label a {
    font-weight: 600;
    letter-spacing: 0px;
}
.order_summary table tr th {
    font-size: 18px;
    padding: 12px 0px 8px;
}
.order_summary table tr td, .order_summary table tr th {
    flex-grow: 1;
}
.order_summary table tr {
    display: flex;
}
.order_summary .woocommerce-shipping-methods {
    text-align: right;
}
.order_complete_headeing h3 {
    text-align: center;
    background-color: #f7f7f7;
    padding: 30px;
    position: relative;
    color: var(--primary-color);
}
.order_details ul {
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
.order_details ul li {
    display: inline-block;
    padding: 10px 30px 10px;
    position: relative;
}
.order_details ul li p {
    margin-bottom: 5px;
    font-size: 14px;
}
.order_details ul li h6 {
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--primary-color);
}
.complete_order_details h4 {
    font-size: 22px;
    padding-bottom: 8px;
}
.complete_order_details table {
    width: 100%;
}
.complete_order_details table tr th {
    font-size: 18px;
    padding: 12px 0px 8px;
    border-bottom: 1px #ddd solid;
}
.complete_order_details table tr td {
    border-bottom: 1px #ddd solid;
    padding: 12px 0px 8px;
}
.billing_address p {
    margin-bottom: 5px;
}
.login-input-box label{
    display: block;
    margin-bottom: 5px;
    color: #242424;
    font-weight: 400;
}
.login-input-box input{
    padding: 10px 15px;
    width: 100%;
    border: 2px solid #00000026;
}
.login-box-warrper .card {
    border: 0px;
}
.login-btn-warrper button {
    width: 100%;
    border: 0px;
}
.login-input-box {
    margin-bottom: 25px;
}
.login-title h2 {
    font-size: 26px;
    line-height: normal;
}
.login-title {
    margin-bottom: 35px;
}
.register-info {
    padding-left: 40px;
        text-align: center;

}
.registration-page {
    padding-right: 40px;
        border-right: 1px solid #ccc;
}
.password-box-ui {
    display: flex;
}
.login-input-box .password-box-ui input {
    width: calc(100% - 50px);
}
.show-password-input {
    width: 50px;
    border: 0px;
}

.show-password-input:before {
    content: '\f06e';
    font-family: "Font Awesome 5 Free";
}


.show-password-input.show:before {
    content: '\f070';
    font-family: "Font Awesome 5 Free";
}
.login-form-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.login-form-footer .lost_password {
    order: 2;
    color: #000;
    font-weight: 600;
}
.login-form-footer {
    padding-top: 20px;
}
.register-info h2 {
    font-size: 26px;
    line-height: normal;
}
.tab-box-register .nav-tabs{
    justify-content: center;
    border: 0px;
}
.register-info p {
    font-size: 16px;
}
.login-input-box p {
    font-size: 16px;
}
.tab-box-register .nav-tabs li.nav-item .active{
    display: none;
}
.tab-box-register .nav-tabs li.nav-item .nav-link {
    background-color: var(--primary-color);
    color: #fff;
    border: 0px;
    border-radius: 0px;
}
input:focus-visible {
    outline: none;
}
.lost-passowrd {
    max-width: 500px;
    margin: 0 auto;
}
.lost-passowrd .login-input-box {
    border-bottom: 1px solid #ccc;
}
.defult-content-ui p {
    font-size: 16px;
}
.defult-content-ui ul li{
    margin-bottom: 10px;
}
.defult-content-ui ul {
    padding-left: 18px;
}
.defult-content-ui a {
    font-weight: 500;
}
.main-faq-title h2 {
    font-size: 28px;
    line-height: normal;
}
.wd-tools-count {
    position: absolute;
    top: -5px;
    inset-inline-end: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}
.cart-icon-quantity {
    position: relative;
}
.cart-icon.icon-box a {
    display: flex;
    align-items: center;
}
.price-cart {
    margin-left: 12px;
    font-size: 14px;
    top: 2px;
    position: relative;
}
.search-full-screen {
    position: fixed;
    z-index: 400;
    height: calc(100vh - 195px);
    background-color: #fff;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
    width: 100%;
}
.serach-form input {
    width: 100%;
    border: 0px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    height: 110px;
    color: #000;
}
.serach-form input::placeholder{
    color: #000;
}
.search-info-text {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.close-btn-screen svg {
    width: 70px;
    height: 70px;
}

.close-btn-screen {
    position: absolute;
    right: 8px;
    top: 14px;
}
.search-box-container {
    padding-inline: 100px;
}
.search-full-screen.show {
    bottom: 0;
}
.product-item-grid .coming_soon_img{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../image/product/coming_soon_1.png) no-repeat left top;
    background-size: contain;
    display: none;
}
.zooming-effect::before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../image/product/coming_soon_1.png) no-repeat left top;
    background-size: contain;
    display: none;
    width: 100%;
    height: calc(100% - 175px);
}
.product-item-grid.coming-soon-product .coming_soon_img, .main-product-images.coming-soon-product-new .zooming-effect::before{
    display: block;
}
.zooming-effect {
    position: relative;
}
/* .zooming-effect {
    cursor: zoom-in;
} */

.simple-image img {
    width: 100%;
    height: auto;
}
.four-box-image {
    padding: 30px 0px;
}
.defult-content-ui ol {
    padding-left: 18px;
}
.defult-content-ui ol li{
    margin-bottom: 10px;
}
.defult-content-ui ol li ul {
    margin: 15px 0px;
}
