/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
===========================================
*/


/*
------------------------------------
- General Style
------------------------------------
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.btn-default.focus, 
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover{
    background-color: transparent;
    border-color: transparent;
}

.btn-shopping {
    margin-top: 10px;
    width: 100%;
    background: #337ab7;
}

/*
------------------------------------
- Utility Classes
------------------------------------
*/
.title-bar {
    text-align: center;
    margin: 30px 0 0;
}

.title-bar h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.title-bar h3:before,
.title-bar h3:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 130px;
    height: 1px;
    background: #000;
}

.title-bar h3:before {
    left: -145px; /* Adjust to position the left line */
}

.title-bar h3:after {
    right: -145px; /* Adjust to position the right line */
}

.inner-padding {
    padding: 60px 0px;
}

.details-category-wrapper{
    margin: 100px 0px;
}

.pn {
    padding: 0;
}

.scroll-top {
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fcc012;
    right: 60px;
    bottom: 60px;
    text-align: center;
    z-index: 10;
    display: none;
    animation: fade .5s linear;
}

.scroll-top i {
    font-size: 24px;
    line-height: 42px;
    color: #242424;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots span {
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 15px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
}

.owl-dot.active span,
.owl-dot:hover span {
    background-color: #21B14C;
    border: 3px solid #21B14C;
}




/*
------------------------------------
- Button Style
------------------------------------
*/

.btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    border: none;
    background-color: #222A3C;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #21B14C;
    color: #fff !important;;
}

.btn-outline-sm {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 13px 45px;
    border: 2px solid #21B14C;
}

.btn-outline-sm:hover {
    background-color: #21B14C;
}

.btn-field-sm {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #242424 !important;
    background-color: #fcc012;
    padding: 10px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-field-sm:hover {
    color: #fff !important;
}

.btn-outline-md {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    background-color: transparent;
    padding: 10px 25px;
    position: relative;
}

.btn-outline-md:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    background-color: #fcc012;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.btn-outline-md:hover {
    background-color: transparent;
}

.btn-outline-md:hover::after {
    background-color: #d09b01;
}

.btn-field-md {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #242424 !important;
    background-color: #fcc012;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px -2px #bcbcbc;
    -webkit-box-shadow: 0px 4px 8px -2px #bcbcbc;
}

.btn-lg {
    width: 85px;
    height: 85px;
    background-color: transparent;
    background-image: url('../img/video-icon.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin: 0px auto 25px;
}

.btn-lg:hover {
    background-color: transparent;
}

.section-wrapper {
    margin-bottom: 50px;
}

.all-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal;
    background: transparent;
    color: #21B24C !important;
    border: 1px solid #21B24C;
}

.home-title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #21B14C;
    line-height: 45px;
    margin-bottom: 0px;
}

.home-sub-title {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 35px;
}

/*
------------------------------------
- Form Elements
------------------------------------
*/


/*
------------------------------------
- Page Header
------------------------------------
*/


/*
------------------------------------
- Bread Crumb
------------------------------------
*/

.cart-breadcum-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(../img/cartbreadcum.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcum-menu {
    width: 100%;
    height: 120px;
    margin-top: 80px;
    background: #cdcbcb;
}

.breadcum-menu-wrapper {
    padding: 50px 0px;
}

.breadcum-menu  h4{
    letter-spacing: 20px;
}

.breadcum-menu  .breadcrumb{
    background: transparent;
    padding: 0;
    margin: 0;
}



.breadcrumb>li+li:before{
    color: #000;
    content: ">\00a0";
}

.breadcum-menu .breadcrumb>.active {
    color: #22B14C !important;
}
/*
------------------------------------
- Pagination
------------------------------------
*/

/*
------------------------------------
- rating
------------------------------------
*/

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
    text-align: left;
    margin-bottom: 10px;
}

.star {
    display: inline-block;
    cursor: pointer;
    color: #ddd;
}

.star:hover,
.star:hover ~ .star {
    color: #000;
}

.star.selected,
.star.selected ~ .star {
    color: #000;
}


.color {
    display: flex;
    gap: 10px; 
    margin-bottom: 10px;
    font-size: 10px;
}

.circle {
    width: 26px; /* Set the size of the circles */
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #b7b0b0b8; 
    transition: border-color 0.3s ease;
}
/* 
.circle[data-value="1"] {
    background-color: #000000; /* Red  
}

.circle[data-value="2"] {
    background-color: #372E96; /* Green 
}

.circle[data-value="3"] {
    background-color: #3F1263; /* Blue  
}

.circle[data-value="4"] {
    background-color: #124E96; /* Yellow  
} */

.circle.selected {   
    border-color: #16dd32;
    border-radius: 0;
    padding: 1px;
}

.circle.selected i{    
    color: #31ed31;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.product-quantity button {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-color: #21B24C;
    border: 1px solid #21B24C;
    color: #000;
    cursor: pointer;
}

input[type="text"] {
    width: 50px;
    text-align: center;
    border: none;
    margin: 0 10px;
    font-size: 12px;
    color: #000;
}

.add-combo-btn {
    font-size: 12px;
    background-color: #21B24C;
    border: 1px solid #21B24C;
    color: #000;
    cursor: pointer;
    margin-left: 15px; /* Adjust this value to control spacing */
    padding: 5px 10px; /* Adjust padding for better button size */
}

.combo-list {
    margin-top: 20px;
    border: none;
    padding: 10px;
    background-color: transparent;
    margin-bottom: 20px;
}

.combo-item {
    
}

.combo-item select, 
.combo-item input[type="text"] {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.delete-btn {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    color: #ff4d4d;
    font-size: 16px;
}

.size-option {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-size: 16px;
    color: #222A3C;
}

.size-option.selected {
    background-color: #21B24C;
    color: #000;
    border-color: #000;
}

.size-option.selected i{
color: #fff;
margin-left: 5px;
}

.add-combo-btn {
    font-size: 16px!important;
    background-color: transparent!important;
    border: none!important;
    color: #000 !important;
    cursor: pointer;
    margin-left: 0!important;
    padding: 0!important;
    width: 100%!important;
    font-weight: 600;
}

.details-submit-wrapper a{
    margin-right: 40px;
}

/*
------------------------------------
- Tab
------------------------------------
*/

.way {
    opacity: 0;
}

.way.animated {
    opacity: 1;
}