/* Google Font Start*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Metal&display=swap');

/* Google Font End*/
:root {
    /* --color-black: #000000;
    --color-white: #ffffff;
    --color-graylight: #f5f5f5;
    --color-darklight: #00000028; */
    /* --color-primary: #000000;  */

    /* --color-primary: #10b9a6;
    --color-white: #ffffff;
    --color-text: #000000;
    --color-graylight: #f5f5f5;
    --color-darklight: #00000028; */
    /* -------------------------Reeta Fashion Color Palate */
    --color-primary: #10b9a6;
    --color-secondary: #ffffff;
    --color-text: #000000;
    --color-light-shade: #f5f5f5;
    --color-dark-shade: #00000028;

    /* -------------------------Cubic Shoes  Color Palate */
    /* --color-primary: #000000;
    --color-secondary: #ffffff;
    --color-text: #000000;
    --color-light-shade: #f5f5f5;
    --color-dark-shade: #00000028; */


}

body {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 14px;
}

/*========== common style start ==========*/

.table > :not(:first-child) {
    border-top: 1px solid currentColor;
}

.cm-block-table thead tr th {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 600;
    padding: 10px 0.5rem;
}

.cm-block-table tbody tr td {
    vertical-align: middle;
    color: var(--color-text);
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control {
    font-size: 14px;
    background-color: var(--color-secondary);
    height: 40px;
}

.form-control:focus {
    box-shadow: none;
    background-color: var(--color-secondary);
    border-color: var(--color-primary);
}

.cm-textarea {
    height: unset;
}

.required-star {
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    top: -2px;
    right: -2px;
}

.main-heading {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0;
    padding: 50px 0;
}

.shop-three .main-heading,
.custom-html-three .main-heading,
.best-seller-section-three .main-heading,
.top-cat-section-three .main-heading,
.testimonial-section-three .main-heading,
.featured-in-three .main-heading {
    font-family: 'Metal', cursive;
    font-weight: 100;
}

.btn-common {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-size: 14px;
    min-width: 120px;
    padding: 8.5px 10px;
    transition: .3s;
}

.btn-sm-common {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-size: 14px;
    min-width: 70px;
    padding: 4px 8px 5px;
    transition: .3s;
}

.btn-common:hover,
.btn-sm-common:hover {
    opacity: .9;
    color: var(--color-secondary);
}

.btn-common-outline {
    background: var(--color-secondary);
    color: var(--color-text);
    border: 1px solid var(--color-dark-shade);
    font-size: 14px;
    min-width: 120px;
    padding: 8px 10px 9px;
    transition: .3s;
}

.btn-common-outline:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-secondary);
}

.c-row {
    display: flex;
    flex-wrap: wrap;
}

.fa {
    vertical-align: middle;
}

.rupee-icon {
    font-family: system-ui;
    margin-right: 3px;
}

.badge {
    padding: 0.45em 0.65em;
    font-size: .85em;
    font-weight: 600;
    min-width: 55px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    border-radius: 50px;
    border: 2px solid var(--color-dark-shade);
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    border-color: var(--color-primary);
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background-color: var(--color-primary);
}

tbody, td, tfoot, th, thead, tr {
    border-color: var(--color-dark-shade);
}

/*========== common style end ==========*/

.pb-sort-block {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 99;
    display: none;
}

.cmp-section:hover .pb-sort-block {
    top: 100%;
    display: inline-block;
}

.pb-sort-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--color-text);
    border-radius: 50px;
    color: var(--color-secondary);
    transition: .3s;
}

.pb-sort-icon + .pb-sort-icon {
    margin-left: 5px;
}

.pb-sort-icon:hover {
    color: var(--color-secondary);
    opacity: .8;
}

.pb-sort-icon i {
    line-height: 2;
}

/*========== product grid column start ==========*/
.cm-pd-grid-block {
    display: grid;
    flex-wrap: wrap;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.cm-with-siderbar-col-4.cm-pd-grid-block {
    grid-template-columns: repeat(4, 1fr);
}

.cm-with-siderbar-col-3.cm-pd-grid-block {
    grid-template-columns: repeat(3, 1fr);
}

.vm-btn-block {
    margin-top: 50px;
}

/*========== product grid column end ==========*/

/*========== breadcrumb start ==========*/

.breadcrumb-section {
    padding: 10px 0;
    background-color: var(--color-light-shade);
}

.br-link {
    color: var(--color-text);
    transition: .2s;
}

.br-link:hover {
    color: var(--color-primary);
}

/*========== breadcrumb end ==========*/

/*=============================================================
                    back to top start
=============================================================*/

#back-to-top {
    display: inline-block;
    color: var(--color-secondary);
    background-color: var(--color-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0px 0px 6px var(--color-dark-shade));
}

#back-to-top:hover {
    cursor: pointer;
    opacity: .8;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/*=============================================================
                    back to top end
=============================================================*/


/*=============================================================
                      cms wrapper start
=============================================================*/

.cms-wrapper {
    padding: 60px 0;
}

.cms-wrapper h1 {
    font-size: 36px;
    color: var(--color-primary);
    font-weight: 500;
    margin-bottom: 30px;
}

.cms-wrapper p {
    font-size: 14px;
    color: var(--color-text);
}

.cms-wrapper h2 {
    font-size: 26px;
    color: var(--color-text);
    margin-bottom: 12px;
    margin-top: 30px;
}

.cms-wrapper h3 {
    font-size: 22px;
    color: var(--color-text);
    margin-bottom: 5px;
}

iframe {
    border: 0;
    width: 100%;
    /* height: unset; */
}

/*=============================================================
                      cms wrapper end
=============================================================*/


/*=========================================================
                  media responsive start
=========================================================*/

@media (min-width: 1200px) {
    /*===== common style start =====*/
    .container-fluid {
        max-width: 98%;
    }

    /*===== common style end =====*/
}

@media (min-width: 1600px) {
    body,
    .form-control {
        font-size: 16px;
    }

    .cm-user-name {
        font-size: .90rem;
    }

    /*----- product item start -----*/
    .pd-desc,
    .pd-price,
    .tof-text,
    .top-nav-link,
    .cm-menu-link,
    .g-review .ts-review,
    .home-page-product-content p,
    .quick-links-menu li a,
    .btn-filter,
    .select-sort,
    .pd-show-result,
    .btn-common,
    .rt-count,
    .cms-wrapper p {
        font-size: 16px;
    }

    .g-review .ts-user-name,
    .ft-col h5,
    .ft-join-title,
    .ft-payment-title {
        font-size: 18px;
    }

    .g-review .ts-date {
        font-size: 14px;
    }

    /*----- product item end -----*/
}

@media (min-width: 1700px) {
    body,
    .form-control {
        font-size: 18px;
    }

    .btn-common {
        font-size: 18px;
    }

    .cm-menu-link,
    .currency_selector,
    .home-page-product-content p,
    .ft-col .content,
    .quick-links-menu li a,
    .acc-nav-link,
    .cms-wrapper p {
        font-size: 18px;
    }

    .pd-desc,
    .pd-price,
    .g-review .ts-review,
    .tof-text,
    .btn-filter,
    .pd-show-result {
        font-size: 18px;
    }

    .g-review .ts-date,
    .rt-count,
    .add-set {
        font-size: 16px;
    }

    .ft-col h5,
    .ft-join-title,
    .ft-payment-title {
        font-size: 22px;
    }

    .pd-nav-link {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
}

@media (min-width: 2000px) {
    body,
    .form-control,
    .btn-common,
    .cm-menu-link,
    .currency_selector,
    .home-page-product-content p,
    .ft-col .content,
    .quick-links-menu li a,
    .acc-nav-link,
    .cms-wrapper p,
    .pd-desc,
    .pd-price,
    .g-review .ts-review,
    .tof-text,
    .btn-filter,
    .pd-show-result,
    .pd-desc,
    .pd-price,
    .tof-text,
    .top-nav-link,
    .cm-menu-link,
    .g-review .ts-review,
    .home-page-product-content p,
    .quick-links-menu li a,
    .btn-filter,
    .select-sort,
    .pd-show-result,
    .btn-common,
    .rt-count,
    .cms-wrapper p {
        font-size: 22px;
    }


    .main-heading {
        font-size: 50px;
    }

    .g-review .ts-user-name,
    .ft-col h5,
    .ft-join-title,
    .ft-payment-title {
        font-size: 28px;
    }

    .form-control {
        height: 45px;
    }
}

@media (max-width: 1199.98px) {
    .main-heading {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .cm-pd-grid-block {
        grid-gap: 15px;
    }

    .productpage .footer {
        padding-bottom: 60px !important;
    }

    /*----- cms page start -----*/
    .cms-wrapper {
        padding: 30px 0;
    }

    .cms-wrapper h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .cms-wrapper h2 {
        font-size: 24px;
    }

    .cms-wrapper h3 {
        font-size: 20px;
    }

    /*----- cms page end -----*/
    /*----- banner start -----*/
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 25px;
    }

    /*----- banner end -----*/
    .main-heading {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .main-heading {
        font-size: 32px;
        padding: 30px 0;
    }

    /*----- home page start -----*/
    .cm-pd-grid-block,
    .cm-with-siderbar-col-4.cm-pd-grid-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .cm-with-siderbar-col-3.cm-pd-grid-block {
        grid-template-columns: repeat(2, 1fr);
    }

    /*----- home page end -----*/
    /*------ common table block start -----*/
    .cm-block-table tr {
        border: 1px solid #f0f0f0;
        display: block;
    }

    .cm-block-table,
    .cm-block-table table,
    .cm-block-table tbody {
        border: 0 !important;
        margin-bottom: 0;
    }

    .cm-block-table thead {
        display: none;
    }

    .cm-block-table tr {
        border: 1px solid #f0f0f0;
        display: block;
    }

    .cm-block-table tr + tr {
        margin-top: 15px;
    }

    .cm-block-table td:first-child {
        background: var(--color-light-shade);
    }

    .cm-block-table td {
        display: block;
        text-align: right;
        width: 100%;
        min-height: 38px;
    }

    .cm-block-table tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 13px;
    }

    /*------ common table block end -----*/

}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    /*----- back to top start ----- */
    .sticky-wrapper {
        right: 15px;
    }

    /*----- back to top end -----*/
    .form-control {
        height: 36px;
    }

    .btn-common {
        padding: 6.5px 5px;
        font-size: 14px;
    }

    /*----- cms page start -----*/
    .cms-wrapper h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .cms-wrapper h2 {
        font-size: 22px;
    }

    .cms-wrapper h3 {
        font-size: 18px;
    }

    /*----- cms page end -----*/
    /*----- common style start -----*/
    .required-star {
        font-size: 14px;
    }

    /*----- common style end -----*/
    .main-heading {
        font-size: 22px;
        padding: 25px 0;
    }

    /*----- product items start -----*/
    .vm-btn-block {
        margin-top: 30px;
    }

    /*----- product items end -----*/
}

@media (max-width: 480.98px) {
    body,
    .form-control {
        font-size: 13px;
    }

    .main-heading {
        font-size: 20px;
    }
}

@media (max-width: 400.98px) {
    /*----- back to top start ----- */
    .sticky-wrapper {
        right: 12px;
        bottom: 12px;
    }

    /*----- back to top end -----*/
}

@media (max-width: 375.98px) {
    body,
    .form-control,
    .btn-common {
        font-size: 13px;
    }
}

@media (max-width: 374.98px) {
    /*----- cms page start -----*/
    .cms-wrapper p {
        font-size: 13px;
    }

    .cms-wrapper h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cms-wrapper h2 {
        font-size: 20px;
    }

    .cms-wrapper h3 {
        font-size: 18px;
    }

    /*----- cms page end -----*/
}

@media (max-width: 300.98px) {
    body, .form-control, .btn-common,
    .cm-block-table tr td:before,
    .cm-block-table td {
        font-size: 12px;
    }

    .main-heading {
        padding: 20px 0;
        font-size: 18px;
    }

    .slick-dots li,
    .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .slick-dots li button:before {
        width: 50%;
        height: 50%;
    }

    #back-to-top, .sticky-social {
        width: 35px;
        height: 35px;
    }

    #back-to-top {
        line-height: 35px;
        font-size: 14px;
    }

    .form-control {
        height: 32px;
    }

    .btn-common-outline {
        padding: 6px 10px;
        font-size: 12px;
    }
}

#pd_size_chart .modal-body img {
    width: 100%;
}

.size-chart .popup-with-form:hover {
    cursor: pointer;
}

.size-chart .popup-with-form {
    color: var(--color-primary);
}


/* Product Three Component Start */
.best-seller-section-three {

}

/* Product Three Component End */