/*** 
===============================
    Product Style1 Css    
===============================
***/
.products-style1 {
    background-color: var(--thm-white);
    padding: 120px 0px 105px;
}

.products-style1__sidebar {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.07);
    padding: 0px 30px 0px;
}

.products-style1-single-sidear {
    position: relative;
    display: block;
    border-bottom: 2px solid #f2f2f2;
    padding: 33px 0px 40px;
}

.products-style1-single-sidear .title {
    position: relative;
    display: block;
    padding-bottom: 0;
}

.products-style1-single-sidear .title h3 {
    font-size: 28px;
    line-height: 32px;
}



.products-sidebar-search-box-one {
    position: relative;
    display: block;
    padding-top: 23px;
}

.products-sidebar-search-box-one form {
    position: relative;
    display: block;
    width: 100%;
}

.products-sidebar-search-box-one .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 0;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--thm-font);
    padding-left: 20px;
    padding-right: 80px;
    transition: all 500ms ease 0s;
}

.products-sidebar-search-box-one form input[type="text"]:focus {
    border-color: var(--thm-primary-color);
}

.products-sidebar-search-box-one form input::-webkit-input-placeholder {
    color: #6a6a6a;
}

.products-sidebar-search-box-one form input:-moz-placeholder {
    color: #6a6a6a;
}

.products-sidebar-search-box-one form input::-moz-placeholder {
    color: #6a6a6a;
}

.products-sidebar-search-box-one form input:-ms-input-placeholder {
    color: #6a6a6a;
}

.products-sidebar-search-box-one form button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    border-radius: 0;
    color: #6a6a6a;
    font-size: 18px;
    transition: all 500ms ease 0s;
}

.products-sidebar-search-box-one form button i {
    position: relative;
    top: 0px;
}

.products-sidebar-search-box-one form input[type="text"]:focus+button,
.products-sidebar-search-box-one form button:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.products-sidebar-search-box-one .border-bottom {
    border-bottom: 1px solid var(--thm-border-color) !important;
    padding-top: 50px;
}




.products-sidebar-categories {
    position: relative;
    display: block;
    padding-top: 15px;
}

.products-sidebar-categories li {
    position: relative;
    display: block;
}

.products-sidebar-categories li+li {
    margin-top: 10px;
}

.products-sidebar-categories li {
    margin: 0;
}

.products-sidebar-categories li a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.products-sidebar-categories li a:hover {
    color: var(--thm-primary-color);
    padding-left: 5px;
}





.shop-sidebar-price-range {
    position: relative;
    display: block;
}

.shop-sidebar-price-range .price-ranger {
    position: relative;
    display: block;
    margin-top: 21px;
}

.shop-sidebar-price-range .price-ranger .ui-widget-content {
    background: #dddbdb;
    border: none;
    height: 4px;
    border-radius: 0px;
}

.shop-sidebar-price-range .price-ranger #slider-range {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
}

.shop-sidebar-price-range .price-ranger .ui-widget-header {
    border: 0px solid #e0dfdf;
    background: var(--thm-primary-color);
}

.shop-sidebar-price-range .price-ranger .ui-slider-handle {
    position: absolute;
    top: -3px;
    width: 10px !important;
    height: 10px;
    border: none;
    background: var(--thm-primary-color);
    border-radius: 0%;
    margin-left: 0px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 0px;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .left {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .left .text {
    position: relative;
    display: block;
    margin-right: 10px;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .left .text p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .left span {
    color: var(--thm-black);
    margin-left: -7px;
    margin-right: 3px;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    width: 40px;
    float: left;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    border: none;
    padding: 0;
    font-family: var(--thm-font);
    background-color: transparent;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block input[type="text"]+input[type="text"] {
    width: 40px;
}



.shop-sidebar-price-range .price-ranger .ranger-min-max-block .right {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 7px 0 0;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    background-color: transparent;
    border-bottom: 1px solid #dddbdb;
    padding: 0;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box {
    position: relative;
    display: block;
}

.shop-sidebar-price-range .price-ranger .ranger-min-max-block .right .btn-box button {
    font-size: 14px;
    line-height: 10px;
    padding-left: 20px;
    padding-right: 20px;
}



.products-style1-single-sidear.style {
    border-bottom: none;
}

.sidebar-rating-box--style2 {
    padding-top: 22px;
}

.sidebar-rating-box--style2 ul li+li {
    margin-top: 18px !important;
}




.products-content-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.shop-page-top-info_inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10px;
    padding-bottom: 20px;
    z-index: 5;
}

.shop-page-top-info_inner .left-box {
    position: relative;
    display: block;
}

.shop-page-top-info_inner .left-box p {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 30px;
}

.shop-page-top-info_inner .left-box p span {
    font-weight: 700;
}



.shop-page-top-info_inner .right-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 175px;
}

.shop-page-top-info_inner .right-box .text {
    position: relative;
    display: block;
    width: 40px;
    text-align: left;
}

.shop-page-top-info_inner .right-box .text p {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 30px;
}

.shop-page-top-info_inner .right-box .select-box {
    width: 135px;
}

.shop-page-top-info_inner .right-box .nice-select {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 0px solid transparent !important;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
}

.shop-page-top-info_inner .right-box .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--thm-black);
    border-right: 2px solid var(--thm-black);
    right: 5px;
    margin-top: 0px;
    top: 9px;
    z-index: 10;
}

.shop-page-top-info_inner .right-box .nice-select .list {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(-30px);
    -ms-transform: scale(1.0) translateY(-30px);
    transform: scale(1.0) translateY(-30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 200px;
    left: auto !important;
}

.shop-page-top-info_inner .right-box .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.shop-page-top-info_inner .right-box .nice-select .option {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
}




.products-content-box .row {
    --bs-gutter-x: 15px;
}

.single-products-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--thm-border-color);
    margin-bottom: 15px;
}

.single-products-style1 .img-box {
    position: relative;
    display: block;
}

.single-products-style1 .img-box img {
    width: 100%;
    -webkit-transition: all 0.90s ease;
    -o-transition: all 0.90s ease;
    transition: all 0.90s ease;
}

.single-products-style1:hover .img-box img {
    transform: scale(1.02) translateX(10px);
}

.single-products-style1 .img-box .overlay-icon {
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 5;
}

.single-products-style1 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--thm-white);
    border: 1px solid #e3e3e3;
    color: #a9a7a6;
    font-size: 20px;
    line-height: 0;
    opacity: 0;
    transform: translateX(-70px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-products-style1 .img-box .overlay-icon a:hover {
    color: var(--thm-white);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.single-products-style1 .img-box .overlay-icon a+a {
    margin-top: 10px;
}

.single-products-style1:hover .img-box .overlay-icon a {
    opacity: 1;
    transform: translateX(0px);
}

.single-products-style1 .img-box .discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--thm-primary-color);
    padding: 0px 15px 0px;
    z-index: 5;
}

.single-products-style1 .img-box .discount.color {
    background-color: #DD8515;
}

.single-products-style1 .img-box .discount p {
    color: var(--thm-white);
    line-height: 30px;
}

.single-products-style1 .content-box {
    position: relative;
    display: block;
    padding: 0px 30px 30px;
}

.single-products-style1 .content-box .title-box {
    position: relative;
    display: block;
}

.single-products-style1 .content-box .title-box h3 {
    font-size: 24px;
    line-height: 28px;
}

.single-products-style1 .content-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-products-style1 .content-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}



.single-products-style1 .content-box .dollar {
    position: relative;
    display: block;
    padding-top: 5px;
}

.single-products-style1 .content-box .dollar h4 {
    font-size: 18px;
    line-height: 28px;
}

.single-products-style1 .content-box .dollar h4 del {
    color: var(--thm-body-font-color);
    margin-right: 20px;
}



.single-products-style1 .content-box .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0px 0px;
}

.single-products-style1 .content-box .bottom-box .stock {
    position: relative;
    display: flex;
    align-items: center;
}

.single-products-style1 .content-box .bottom-box .stock .icon {
    position: relative;
    display: block;
    color: #28C01B;
    font-size: 17px;
    line-height: 0;
    margin-right: 6px;
    top: 1px;
}

.single-products-style1 .content-box .bottom-box .stock p {
    color: #28C01B;
}


.single-products-style1 .content-box .bottom-box .review {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.single-products-style1 .content-box .bottom-box .review .rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.single-products-style1 .content-box .bottom-box .review .rating li {
    position: relative;
    display: block;
    color: #ffc009;
    font-size: 14px;
    line-height: 0;
}

.single-products-style1 .content-box .bottom-box .review .rating li.color {
    color: #dddbdb;
}

.single-products-style1 .content-box .bottom-box .review .rating li+li {
    margin-left: 5px;
}

.single-products-style1 .content-box .bottom-box .review p {
    font-size: 15px;
    line-height: 24px;
}



.single-products-style1 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 23px;
}

.single-products-style1 .content-box .btn-box .btn-one {
    width: 100%;
    justify-content: center;
    color: var(--thm-primary-color);
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
}

.single-products-style1 .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.single-products-style1 .content-box .btn-box .btn-one::after {
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.single-products-style1 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}



/*** 
===================================
    Login Page Css      
===================================
***/
.login-style1 {
    padding: 109px 0px 120px;
}

.login-style1 .container {
    max-width: 620px;
}

.login-style1__form {
    position: relative;
    display: block;
}

.login-style1__form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 59px;
}

.login-style1__form .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
}

.login-style1__form form {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--thm-primary-color);
    padding: 40px 40px 53px;
}

.login-style1__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.login-style1__form form .input-box {
    position: relative;
    display: block;
}

.login-style1__form form .input-box label {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    margin: -8px 0px 5px;
}

.login-style1__form form .input-box label span {
    color: var(--thm-primary-color);
}

.login-style1__form form input[type="text"],
.login-style1__form form input[type="email"],
.login-style1__form form textarea {
    position: relative;
    display: block;
    border-radius: 0;
    border: 1px solid #EDF0E6;
    background-color: transparent;
    width: 100%;
    height: 50px;
    color: #6A6A6A;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.login-style1__form form textarea {
    height: 170px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.login-style1__form form input[type="text"]:focus,
.login-style1__form form input[type="email"]:focus {
    border-color: var(--thm-primary-color);
}

.login-style1__form form input[type="text"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="text"]:-moz-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="text"]::-moz-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="text"]:-ms-input-placeholder {
    color: #6A6A6A;
}


.login-style1__form form input[type="email"]::-webkit-input-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="email"]:-moz-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="email"]::-moz-placeholder {
    color: #6A6A6A;
}

.login-style1__form form input[type="email"]:-ms-input-placeholder {
    color: #6A6A6A;
}

.login-style1__form form .btn-box {
    width: 100%;
    justify-content: center;
}

.login-style1__form form .or-box {
    position: relative;
    display: block;
    text-align: center;
    top: -11px;
    padding-bottom: 12px;
}

.login-style1__form form .or-box p {
    color: var(--thm-black);
    font-weight: 500;
}



.login-style1__form form .google-facebook {
    position: relative;
    display: block;
}

.login-style1__form form .google-facebook a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #EDF0E6;
    padding: 10px 0px 10px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.login-style1__form form .google-facebook a:hover {
    color: var(--thm-primary-color);
}

.login-style1__form form .google-facebook a .icon {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0;
    margin-right: 15px;
}

.login-style1__form form .google-facebook a+a {
    margin-top: 30px;
}



.login-style1__form form .remember-forget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}

.login-style1__form form .checked-box1 label {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
}

.login-style1__form form .checked-box1 input[type="checkbox"]+label span {
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: var(--thm-white);
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.login-style1__form form .checked-box1 label span:before {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    width: auto;
    height: auto;
    content: "";
    background: var(--thm-primary-color);
    border-radius: 0%;
    margin: 0px;
}



.login-style1__form form .forget {
    position: relative;
    display: block;
}

.login-style1__form form .forget a {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.login-style1__form form .forget a:hover {
    color: var(--thm-primary-color);
}

.login-style1__form form .create-account {
    position: relative;
    display: block;
    padding-top: 25px;
}

.login-style1__form form .create-account p {
    color: var(--thm-black);
}

.login-style1__form form .create-account p a {
    color: var(--thm-primary-color);
    font-weight: 500;
}



/*** 
==========================
    Shop Details Css 
==========================
***/
.products-details {
    padding: 120px 0px 120px;
}


.product-details-image-box {
    position: relative;
    display: block;
}

.products-details-tab-box {
    position: relative;
    display: block;
    padding-left: 110px;
}

.products-details__tab-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.products-details__tab-btn .tabs-button-box {
    position: relative;
    display: block;
}

.products-details__tab-btn .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.products-details__tab-btn .tabs-button-box .tab-btn-item:last-child {
    margin-bottom: 0;
}

.products-details__tab-btn .tabs-button-box .tab-btn-item .thumb-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--thm-border-color);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.products-details__tab-btn .tabs-button-box .tab-btn-item .thumb-image-box img {
    width: 100%;
}

.products-details__tab-btn .tabs-button-box .tab-btn-item:hover .thumb-image-box,
.products-details__tab-btn .tabs-button-box .tab-btn-item.active-btn-item .thumb-image-box {
    border-color: var(--thm-primary-color);
}



.products-details-single-img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--thm-border-color);
}

.products-details-single-img-box img {
    width: 100%;
}

.products-details-single-img-box .offer {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #19b820;
    color: var(--thm-white);
    font-size: 16px;
}




.products-details-tab-box .tabs-content-box {
    position: relative;
    display: block;
}

.products-details-tab-box .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.products-details-tab-box .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.products-details-tab-box .tab-content-box-item .products-details-tab-content-box-item {
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.products-details-tab-box .tab-content-box-item.tab-content-box-item-active .products-details-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}







.products-details__right {
    position: relative;
    display: block;
    margin-left: 20px;
}

.products-details__right .text1 {
    position: relative;
    display: block;
    margin-top: -7px;
}

.products-details__right .text1 p {
    color: var(--thm-black);
}

.products-details__right .title {
    position: relative;
    display: block;
    padding-top: 6px;
}

.products-details__right .title h2 {
    font-size: 40px;
    line-height: 48px;
}

.products-details__right .price {
    position: relative;
    display: block;
    padding-top: 11px;
}

.products-details__right .price h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.products-details__right .text2 {
    position: relative;
    display: block;
    padding-top: 8px;
}

.products-details__right .text2 p {
    color: var(--thm-black);
}

.products-details__right .rating {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.products-details__right .rating ul {
    position: relative;
    display: block;
}

.products-details__right .rating ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.products-details__right .rating ul li i {
    color: #F8CD2E;
    font-size: 14px;
    line-height: 14px;
}

.products-details__right .rating ul li i+i {
    margin-left: 5px;
}

.products-details__right .rating p {
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
}

.products-details__right .list-item {
    position: relative;
    display: block;
    padding-top: 31px;
}

.products-details__right .list-item li {
    position: relative;
    display: flex;
    align-items: center;
}

.products-details__right .list-item li+li {
    margin-top: 5px;
}

.products-details__right .list-item li .left {
    position: relative;
    display: block;
    width: 160px;
}

.products-details__right .list-item li .left p {
    color: var(--thm-black);
    font-weight: 600;
}

.products-details__right .list-item li .right {
    position: relative;
    display: block;
}

.products-details__right .list-item li .right p {
    color: var(--thm-black);
}

.products-details__right .list-item li .right p.color {
    position: relative;
    display: flex;
    align-items: center;
    color: #28C01B;
    font-size: 14px;
    cursor: pointer;
}

.products-details__right .list-item li .right p.color i {
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}



.products-details__right .size-box {
    position: relative;
    display: block;
    padding-top: 25px;
}

.products-details__right .text {
    position: relative;
    display: block;
}

.products-details__right .size-box .text p {
    color: var(--thm-black);
}

.products-details__right .size-box ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.products-details__right .size-box ul li {
    position: relative;
    display: block;
}

.products-details__right .size-box ul li+li {
    margin-left: 15px;
}

.products-details__right .size-box ul li input[type=radio] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.products-details__right .size-box ul li label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.products-details__right .size-box ul li label span {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.products-details__right .size-box ul li input[type=radio]:checked+label span {
    color: var(--thm-white);
}

.products-details__right .size-box ul li input[type=radio]+label i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--thm-border-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.products-details__right .size-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    background-color: var(--thm-primary-color);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.products-details__right .size-box ul li input[type=radio]:checked+label {}

.products-details__right .size-box ul li input[type=radio]:checked+label i {
    border-color: var(--thm-primary-color);
}

.products-details__right .size-box ul li input[type=radio]:checked+label i::before {
    opacity: 1;
}


.products-details__right .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}



.products-description-box {
    position: relative;
    display: block;
    padding-top: 60px;
}

.products-description-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.products-description-box .inner-title h3 {
    font-size: 32px;
    line-height: 32px;
}

.products-description-box p {
    margin: 0;
}

.products-description-box p+p {
    margin-top: 25px;
}



.products-features-box {
    position: relative;
    display: block;
    padding-top: 52px;
}

.products-features-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.products-features-box .inner-title h3 {
    font-size: 32px;
    line-height: 32px;
}

.products-features-box ul {
    position: relative;
    display: block;
}

.products-features-box ul li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.products-features-box ul li+li {
    margin-top: 5px;
}

.products-features-box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6A6A6A;
}

.products-features-box ul li p {
    margin: 0;
}

.products-specification-box {
    position: relative;
    display: block;
    padding-top: 50px;
}

.products-specification-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 29px;
}

.products-specification-box .inner-title h3 {
    font-size: 32px;
    line-height: 32px;
}

.products-specification-box ul {
    position: relative;
    display: block;
    border: 1px solid var(--thm-border-color);
}

.products-specification-box ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    margin-bottom: 0;
}

.products-specification-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.products-specification-box ul li .left {
    position: relative;
    display: block;
    width: 300px;
    background-color: #F7F7F7;
    padding: 12px 30px 12px;
}

.products-specification-box ul li .left p {
    color: var(--thm-black);
    font-weight: 600;
}

.products-specification-box ul li .right {
    position: relative;
    display: block;
    padding-left: 40px;
}

.products-specification-box ul li .right p {
    color: var(--thm-black);
}




/*** 
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
}

.checkout_inner-box {
    position: relative;
    display: block;
}

.checkout-form {
    position: relative;
    display: block;
    padding: 60px 60px 54px;
    background: var(--thm-white);
    border: 1px solid var(--thm-border-color);
}

.checkout-form-box1 {
    position: relative;
    display: block;
    padding-bottom: 44px;
}

.shop-page-title {
    position: relative;
    display: block;
    margin-top: -10px;
    padding-bottom: 29px;
}

.shop-page-title h2 {
    font-size: 30px;
    line-height: 40px;
}

.checkout-form .field-input {
    position: relative;
    display: block;
    margin: 0px 0px 20px;
}

.checkout-form .field-input input[type="text"],
.checkout-form .field-input input[type="email"],
.checkout-form .field-input input[type="tel"] {
    position: relative;
    display: block;
    background: rgba(var(--thm-primary-color-rgb), .09);
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-weight: 400;
    padding: 0 20px 0px;
    font-family: var(--thm-font);
    transition: all 500ms ease;
}

.checkout-form-box1 .checked-box2 {
    margin-top: 0;
}

.checkout-form-box1 .checked-box2 input[type="checkbox"]+label span {
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--thm-border-color);
    background: rgba(var(--thm-primary-color-rgb), .09);
    border-radius: 0px;
}

.checkout-form-box1 .checked-box2 label span:before {
    width: 10px;
    height: 10px;
    border-radius: 0%;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}


.form-box2 .checked-box2 {
    margin-top: 0;
}

.form-box2 .checked-box2 input[type="checkbox"]+label span {
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--thm-border-color);
    background: rgba(var(--thm-primary-color-rgb), .09);
    border-radius: 0px;
}

.form-box2 .checked-box2 label span:before {
    width: 10px;
    height: 10px;
    border-radius: 0%;
}

.form-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.form-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}

.checkout-form .field-input .nice-select {
    position: relative;
    display: block;
    background: rgba(var(--thm-primary-color-rgb), .09);
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 4px;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    font-family: var(--thm-font);
    padding-left: 20px;
    padding-right: 30px;
    transition: all 500ms ease;
}

.checkout-form .field-input .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--thm-body-font-color);
    border-right: 2px solid var(--thm-body-font-color);
    right: 28px;
    margin-top: 0px;
    top: 25px;
    z-index: 10;
}

.checkout-form .field-input .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
    z-index: 100;
}

.checkout-form .field-input .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

.checkout-form .field-input .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.checkout-form .field-input .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.checkout-form .field-input .nice-select .option:hover,
.checkout-form .field-input .nice-select .option.focus,
.checkout-form .field-input .nice-select .option.selected.focus {
    color: var(--thm-white) !important;
    background-color: var(--thm-primary-color);
}



.payment-info {
    position: relative;
    display: block;
    padding-top: 70px;
}

.payment-info .accordion-box .block {
    background: var(--thm-white);
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-info .accordion-box .block .acc-btn {
    border-radius: 0px;
    border: 1px solid var(--thm-border-color);
    background: var(--thm-white);
    padding: 16px 30px 18px;
}

.payment-info .accordion-box .block .acc-btn.active {
    border-color: rgba(var(--thm-primary-color-rgb), .02);
    background: rgba(var(--thm-primary-color-rgb), .09);
}

.payment-info .accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.payment-info .accordion-box .block .acc-btn.active h3 {
    color: var(--thm-black);
}

.payment-info .accordion-box .block .acc-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.payment-info .accordion-box .block .acc-content {
    padding: 4px 30px 30px;
    border: 1px solid rgba(var(--thm-primary-color-rgb), .02);
    background: rgba(var(--thm-primary-color-rgb), .09);
    border-top: none;
}

.payment-input-box {
    position: relative;
    display: block;
    border-radius: 0;
    background: var(--thm-white);
    padding: 30px 30px 10px;
}

.payment-input-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.payment-input-box .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.payment-input-box .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.payment-input-box .input-box input[type="text"],
.payment-input-box .input-box input[type="email"],
.payment-input-box .input-box input[type="tel"] {
    position: relative;
    display: block;
    background: var(--thm-white);
    width: 100%;
    height: 60px;
    border: 1px solid var(--thm-border-color);
    border-radius: 0px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    margin-bottom: 20px;
    padding: 0 20px 0px;
    transition: all 500ms ease;
}

.payment-input-box .button-box {
    position: relative;
    display: block;
}

.payment-input-box .button-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.payment-input-box .button-box button {
    color: #ffffff;
}

.payment-input-box .button-box button::after {
    background-color: var(--thm-primary-color);
}




/** Product Details Info Box **/
.product-details-info-box {
    position: relative;
    display: block;
    padding: 33px 30px 40px;
    border: 1px solid #e3e3e3;
}

.product-details-info-box__inner {
    position: relative;
    display: block;
}

.product-details-info-box .product-name {
    position: relative;
    display: block;
}

.product-name .product-name_list {
    position: relative;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 23px;
    padding-bottom: 25px;
}

.product-name .product-name_list h4 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-name .product-name_list p {
    color: #696767;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.product-name .product-name_list p span {
    color: var(--thm-primary-color);
}



.product-details-info-box .value-info {
    position: relative;
    display: block;
    margin-bottom: 18px;
    padding-bottom: 23px;
}

.product-details-info-box .value-info::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1px;
    height: 1px;
    background-color: #e2e2e2;
    left: 0;
}

.product-details-info-box .value-info li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-info-box .value-info li+li {
    margin-top: 10px;
}

.product-details-info-box .value-info li h5 {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.product-details-info-box .value-info li p {
    color: #696767;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.product-details-info-box .value-info li p span {
    color: var(--thm-primary-color);
}



.product-details-info-box .total-value-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 18px;
}

.product-details-info-box .total-value-box h3 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-details-info-box .total-value-box h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.product-details-info-box .button-box {
    position: relative;
    display: inline-block;
    margin-top: 24px;
}

.product-details-info-box .button-box .btn-one {
    padding: 0px 30px;
    line-height: 55px;
}

.product-details-info-box .button-box .btn-one::after {
    background-color: var(--thm-primary-color);
}





/*** 
==========================
    Cart Page One Css
==========================
***/
.cart-area {
    background-color: var(--thm-white);
    padding: 112px 0px 120px;
}

.cart-table-box {
    position: relative;
    display: block;
}

.cart-info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 23px;
}

.cart-info .left {
    position: relative;
    display: block;
}

.cart-info .left h4 {
    font-size: 20px;
    line-height: 26px;
}

.cart-info .left h4 span {
    color: var(--thm-primary-color);
}

.cart-info .right {
    position: relative;
    display: block;
}

.cart-info .right h4 {
    font-size: 20px;
    line-height: 26px;
}

.cart-info .right h4 span {
    color: var(--thm-primary-color);
}




.cart-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--thm-border-color);
    border-bottom: none;
    border-right: none;
}

.cart-table-box .cart-table {
    min-width: 1024px;
    width: 100%;
}

.cart-table-box .cart-table .cart-header {
    position: relative;
    width: 100%;
    background: var(--thm-white);
    border-bottom: 1px solid var(--thm-border-color);
}

.cart-table-box .cart-table tbody {
    position: relative;
}

.cart-table-box .cart-table thead tr {}

.cart-table-box .cart-table thead tr th {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    min-width: 160px;
    padding: 22px 30px 22px;
    font-family: var(--thm-font-2);
    border-right: 1px solid var(--thm-border-color);
}

.cart-table-box .cart-table thead tr th.hide-me {
    display: table-column;
}

.cart-table-box .cart-table tbody tr {
    border-bottom: 1px solid var(--thm-border-color);
}



.cart-table-box .cart-table tbody tr td {
    min-width: 160px;
    padding: 30px 30px 30px;
    border-right: 1px solid var(--thm-border-color);
}

.cart-table-box .cart-table thead tr th.prod-column {
    position: relative;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 80px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: relative;
    width: 80px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    bottom: -30px;
    width: 1px;
    background-color: var(--thm-border-color);
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--thm-border-color);
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 60px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}


.cart-table-box .cart-table tbody tr .qty {}

.cart-table-box .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    position: relative;
    width: 90px;
    height: 50px;
    margin: 0;
}

.cart-table-box .cart-table tbody tr .qty input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 90px;
    height: 50px;
    flex: none;
    color: var(--thm-black);
    font-size: 18px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid var(--thm-border-color);
    text-align: center;
    border-radius: 0;
    outline: none;
    margin: 0 auto;
    box-shadow: none;
    margin-left: 0 !important;
}

.cart-table-box .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical {
    display: none !important;
}

.cart-table-box .cart-table tbody tr td.price {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.cart-table-box .cart-table tbody tr .sub-total {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--thm-font-2);
}

.cart-table-box .cart-table tbody tr td .remove {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.cart-table-box .cart-table tbody tr td .remove span {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    border-radius: 0;
    color: var(--thm-black);
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.cart-table-box .cart-table tbody tr td .remove:hover span {
    color: var(--thm-white);
}

.cart-table-box .cart-table tbody tr td .remove span::after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    border-radius: 0;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-primary-color);
}

.cart-table-box .cart-table tbody tr td .remove:hover span::after {
    transform: scaleX(1.0);
}



.cart-button-box {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart-button-box .apply-coupon {
    position: relative;
    display: block;
}

.cart-button-box .apply-coupon .inner {
    position: relative;
    display: block;
    padding-left: 250px;
}

.cart-button-box .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 60px;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-weight: 400;
    padding: 0px 20px 0px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 0;
    font-family: var(--thm-font);
}

.cart-button-box .apply-coupon .apply-coupon-button {
    position: relative;
    display: block;
    margin-left: 10px;
}

.cart-button-box .apply-coupon .apply-coupon-button button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-button-box .apply-coupon .apply-coupon-button button:hover {
    color: var(--thm-white);
}

.update-cart-btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.update-cart-btn-box button+button {
    margin-left: 10px;
}

.update-cart-btn-box button.black {
    color: var(--thm-black);
}

.update-cart-btn-box button.black:hover {
    color: var(--thm-white);
}

.update-cart-btn-box button.black:after {
    background-color: transparent;
    border: 2px solid var(--thm-primary-color);
}


.update-cart-btn-box button.black:before {
    background-color: var(--thm-black-bg);
}

.update-cart-btn-box button::after {
    background-color: var(--thm-primary-color);
}