
.header .all-category .main-category{
    opacity:0;
    visibility:hidden;
}
.header .all-category:hover .main-category{
    opacity:1;
    visibility:visible;
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: #964d4d;
    font-size: 12px;
    position: relative;
    margin-left: 15px;
}
.header.shop .right-bar .sinlge-bar .shopping-bag {
    color: #333;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}

.header.shop .main-menu ul .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 99999;
    background: #fff;
    border: none;
    padding: 30px;
    border-left: 3px solid #F7941D;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.list-group a:hover{
    color: rgb(126, 36, 36) !important;
    font-weight: 500;
}
.cart_item {
    border: 4px solid #f6f2f2;
}



.shop.single .product-gallery .slides li img {
    width: 100%;
    height: 480px;
}
.shop.single .flex-control-thumbs li img {
    border: none;
    padding: 0;
    border: 4px solid #f5f2f2;
    height: 68px;
}
.add-to-cart a{
    cursor: pointer;
}

/* Add your CSS styles here */
.selected {
    background-color: lightblue;
}

.color a.selected {
    color: white; /* Set the check icon color to white */
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.list-group a:hover{
    color: rgb(126, 36, 36) !important;
    font-weight: 500;
}
.cart_item {
    border: 4px solid #f6f2f2;
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: #964d4d;
    font-size: 12px;
    position: relative;
    margin-left: 15px;
}
.header.shop .right-bar .sinlge-bar .shopping-bag {
    color: #333;
    font-size: 14px;
    position: relative;
    margin-left: 10px;
}







.color-option {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
}

.color-option.checked {
    border: 2px solid #000; /* Change the color to indicate checked state */
}

.color-option i {
    display: none; /* Initially hide the check icon */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Color of the check icon */
}

.color-option.checked i {
    display: inline; /* Show the check icon when checked */
}

.owl-carousel .owl-item{
    width: 230px !important;
}



/* Relevent categories css */
.relavent-categories-section{
    padding-bottom: 100px;
    padding-top: 22px;
}
.view-button a{
    border-bottom: 1px solid;
}
.category-heading b{
    font-size: 22px;
}
.section-title {
    text-align: center;
    padding: 22px !important;
}

.heading-section{
    padding-bottom: 15px;
}
.category .category-single {
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 4px solid #f3f2f2;
    padding: 20px;
}
.category .category-single .content {
    padding: 5px;
}

.category .category-single .content .title {
    font-size: 12px;
    color: #333;
    font-family: 'FontAwesome';
    text-transform: uppercase;
    padding-bottom: 19px;
    padding-top: 8px;
}

.content .more-btn {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    display: block;
    padding: 7px;
    background: #e9e9e9;
    text-align: center;
    border-radius: 15px;
}

/* end css */

.swiper-container.gallery-top.swiper-container-initialized.swiper-container-horizontal {
    height: 100% !important;
}

.nav-main hr {
    border-bottom: 1px solid #c5c9ce;
    margin-top: 4px;
}
.product-buy hr {
    border-bottom: 1px solid #d1cbcb;
}


i.fa.fa-share-alt {
    padding-right: 5px;
}

.short h1 {
    padding-bottom: 5px;
}
.short ul{
    padding-left: 15px;
}
.col-lg-1 b {
    padding-left: 5px;
}


/* start color check mark css */
.color-option-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.color-option {
    display: none; /* Hide the actual checkbox */
}

.color-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    position: relative;
}

.color-box i {
    display: none; /* Initially hide the check icon */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Color of the check icon */
}


.color-option:checked + .color-box i {
    display: inline; /* Show the check icon when checked */
}

/* end color css */


.shop.single .product-info {
    margin-left: 14px;
}
.shop.single .single-des {
    margin-left: 8px;
}
.most-popular .single-product {
    padding-left: 0px;
}



