@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'icomoon/style.css';
:root{
    --color-primary: #10377A;
    --color-secondary: #D7E4FE;
    --color-tertiary: #1B1B1B;
}
*{
    user-select: auto !important;
}
.dc-logo {
    max-width: 200px;
    filter: brightness(0) invert(1);
}
.header-menu{
    background-color: var(--color-primary);
}
.header-menu.fixed{
    background-color: var(--color-primary) !important;
}
#header .d-search{
    width: 550px;
    height: 40px;
    border-radius: 10px;

}

#header .mega-menu{
    background: #E5E5E5;
}
#header .d-search:focus{
    border-color: rgb(233 233 233 / var(--tw-border-opacity));

}
#header .menu-main a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;

}
#header .menu-main a::before{
    background-color: #fff !important;
    display: none;
}
#header .sub-item {
    left: 0;
}
#header .dc-drpdwn i {
    margin-left: 10px;
    margin-top: -1px;
}
#header .list-action i{
    color: #fff;
    font-size: 14px;
}
#header .icon-category {
    color: #fff;
}
#header .form-search i{
    /* border: 1px solid; */
    border-radius: 0px 10px 10px 0px;
    min-height: 100%;
    display: flex;
    align-items: center;
    width: 64px;
    margin-right: -25px;
    justify-content: center;
    background-color: #D7E4FE;
}
.trn .collection-item .collection-name {
    width: 200px;
    font-size: 16px;
}
#header .sub-item li a{
    color: #000 !important;
}
#header .menu-main .mega-menu a {
    color: #696c70;
}
#liveSearchResults {
    height: 500px;
    overflow-y: auto;
}

.bsbtn {
    position: relative;
    padding-block: 3px;
    font-size: 14px;
    padding-inline: 4px;
    /*border-left: 1px solid;*/
    /*border-right: 1px solid;*/
    /*border-color: transparent;*/
    transition: all 0.3s ease;
}

.bsbtn::after{
    content: '';
    position: absolute;

    right: 0;
    bottom: 0;
    width: 0%;

    background: #fff;
    transition: all 0.3s ease;
    height: 1px;
}
.bsbtn span{
    position: relative;
    padding-inline: 4px;
    transition: all 0.3s ease;
}
.bsbtn span::before {
    content: '';
    position: absolute;
    left: -4px;
    /* right: 0; */
    bottom: -4px;
    width: 1px;
    background: #fff;
    transition: all 0.3s ease;
    height: 0;
}
.bsbtn span::after {
    content: '';
    position: absolute;
     right: -4px;
    top: -4px;
    width: 1px;
    background: #fff;
    transition: all 0.3s ease;
    height: 0;
}
.bsbtn:hover span::before{
    height: 26px;
}
.bsbtn:hover span::after{
    height: 26px;
}
.bsbtn::before{
    content: '';
    position: absolute;
    left: 0;

    top: 0;
    width: 0%;

    background: #fff;
    transition: all 0.3s ease;
    height: 1px;
}
.bsbtn:hover{
    border-color: #fff;
}
.bsbtn:hover::after{
    width: 100%;
}

.bsbtn:hover::before{
    width: 100%;
}
#menu-mobile .nav-link ul li {
    margin-top: 10px;
}
.brand_view {
    border: 1px solid #818181;
    padding: 2px 12px;
    border-radius: 20px;
    color: #818181;
    transition: 0.3s ease;
}
.brand_view:hover{
    color: #222222;
    border-color: #222222;
}
.footer-main{
    background-color: rgb(31 31 31) !important;
    color: #fff;
}
.footer-main .list-nav .item > div, .newsletter > .text-button-uppercase {
    font-weight: 600;
    font-size: 16px;
}
.footer-main .list-social div  {
    color: #fff;
}
.copyright, .caption1{
    color: #fff !important;
}
.footer-main .dcf-logo{
    filter: brightness(0) invert(1);
}
.footer .caption1{
    color: #fff !important;
}
.dcs_tabs .tab-btn {
    flex-direction: column;
    width: 100%;
    height: 100px;
    justify-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dcs_tabs .tab-btn i {
    margin-bottom: 5px;
    font-size: 18px;
}
.dcs_tabs .tabs_header {
    background-color: #f1f1f1;
}

.tab_column {
    position: relative;
}

.tab_column h5 {
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    border: 1px solid #b9b9b9;
    border-radius: 50px;
    font-weight: 400;

 
   
}


.tab_column img {
    margin: auto;
    

}
.toggle_content .list-action {
    right: 8px;
    margin-top: 9px;
    flex-direction: column;
    background-color: #10377a;
    width: 200px;
    padding: 15px;
    position: absolute;
    gap: 16px;
    border: 1px solid #b1b1b1;
    border-radius: 8px;
}
.tab-btn.text-white + .tab_column img{
    border-radius: 0px !important;
}
.tab_slider .owl-dots .owl-dot span {
    background: #000 !important;
    opacity: 0.5;
    outline: 1px solid;
    outline-offset: 4px;
    outline-color: transparent;
    transition: 0.2s ease;
    width: 8px !important;
    height: 8px !important;
}
.tab_slider .owl-dots .owl-dot:hover span{
    background: #000 !important;
    opacity: 1;
}
.tab_slider .owl-dots .owl-dot.active span {
    outline-color: #000;
    background: #000 !important;
    opacity: 1;
    transition: 0.2s ease;
}
.seller_vendor {
    margin-bottom: 30px;
}
   
.contact_mail a {
    font-size: 14px !important;
}
.top_social a {
    font-size: 14px;
}



.vendor_brand .brand_image {
    border: 1px solid #c0c3c0;
    border-radius: 100%;
    width: 80px;
    margin-right: 20px;
}
.vendor_brand .brand_name p{
    font-size: 20px;
    margin-bottom: -15px;
}
.vendor_brand .sub_heading {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 400;
    letter-spacing: 1px;
}
#newsletter-form input{
    color: #1f1f1f !important;
}
.footer .list-nav .f_heading, .footer .list-nav a, .footer .list-nav .f_heading, .footer .list-nav p, .footer .list-nav .f_heading, .footer .list-nav strong, .footer-bottom .f_bottom_menu a, .footer-bottom .copyright {
    font-size: 13px !important;
}
.footer .f_bottom_menu{
    gap: 3rem;
}
.footer .list-nav .f_heading {
    font-weight: 700 !important;
}
.footer .footer-bottom{
    border-top: 1px solid #454d5e;
}
.f_bottom_menu i {
    margin-right: 3px;
    color: #FFD700;
    font-size: 15px;
}
.dcs_tabs .tab-btn span {
    font-size: 14px;
}
.tab-btn.text-white img {
    filter: brightness(0) invert(1);
}
.tab-btn img {
    margin-bottom: 8px;
}
.menu_bar {
    display: none;
}

.dcs_m_menu{
    display: none;
    height: 498px;
    overflow-y: scroll;
    t-overflow-scrolling: touch;
}

.dcs_m_menu ::-webkit-scrollbar {
    -webkit-appearance: all;
}

.dcs_m_menu ::-webkit-scrollbar:vertical {
    width: 12px;
}

.dcs_m_menu ::-webkit-scrollbar:horizontal {
    height: 12px;
}

.dcs_m_menu ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.dcs_m_menu ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
.shop_titlebanner {
    padding-top: 70px;
    padding-bottom: 70px;
}
/*Forms Logn/Signup Start*/
.dc_regform {
    max-width: 580px;
}
.dc_log_sign_form input[type="radio"]:checked + label > span {
    background-color: #2563eb; /* Tailwind's bg-blue-600 */
    border-color: #2563eb; /* Tailwind's border-blue-600 */
  }
.dc_log_sign_form input[type="radio"]:checked + label > span::after {
    content: "";
    display: block;
    width: 0.5rem; /* 8px */
    height: 0.5rem; /* 8px */
    background-color: white;
    border-radius: 9999px; /* fully rounded */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*Forms Logn/Signup End*/

/*Package Page Start*/

.package_table .pkg_offer_btn{
    min-width: 443px;    
}
.package_table table tr td:first-child {
    min-width: 190px;
    width: 190px;
    max-width: 190px;
}
/*Package Page End*/


.product-detail .list-color .color-item, .product-detail .list-color-image .color-item {
    border: 2px solid #b1abab;
}
.size-chart div button:hover, .size-chart div button:focus, .size-chart div.active button{
    border-color: #000 !important;
}
.img_list {
    z-index: 9;
    width: 100px;
    top: 20px;
    left: 20px;
    position: absolute !important;
}

.img_list .slick-slide {
    margin: 5px 0 5px 0px;
}
.img_list .slick-slide:last-child {
    margin-bottom: 0 !important; 
}
.img_list .slick-slide img {
    border: 1px solid #1f1f1f;
    border-radius: 12px;
}

.product_img_thumb .slick-list {
    border-radius: 16px;
}
.product_img_thumb img {
  width: 100;
}

.img_list img {
  
  cursor: pointer;
  opacity: 0.8;

}
.list_img_nav{
    opacity: 1;
    transition: 0.3s;
    background-color: #ddd;
}
.list_img_nav:hover{
    background-color: #fff;
    
}
.slick-prev.list_img_nav {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.slick-next.list_img_nav {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.img_list .slick-current img {
  opacity: 1;
  border: 2px solid #000;
}

.list-pagination{
    gap: 7px !important;
}

.product-detail .specifications *{
    margin-bottom: 20px;
}
.product-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}


/*-----------------------------------*/
@media screen and (max-width: 1280px) {
    #header .d-search{
        width: 100% !important;
    }

}
@media screen and (max-width: 1024px) {
    #header .menu-main a{
        color: inherit;
    }
    #header .form-search i{
        /* border: 1px solid; */
        border-radius: inherit !important;
        min-height: inherit !important;
        display: inherit;
        align-items: inherit;
        width: inherit;
        margin-right: inherit;
        justify-content: inherit;
        background-color: inherit;
    }
    .dcs_tabs .tabs_header{
        overflow-x: scroll;
    }
    .dcs_dt_logo {
    position: unset !important;
    transform: translateX(15px) !important;
}
#menu-mobile.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all !important;
    width: 100%;
}
}


@media screen and (max-width: 768px) {
.dcs_dt_logo .dc-logo{
    max-width: 170px;
}
.bas {
    padding: 1px 7px !important;
    font-size: 10px !important;
}
#header .list-action i {
    font-size: 16px !important;
}
#header .list-action .user-icon {
    flex-direction: column-reverse !important;
    font-size: 12px !important;
}
.mobile_logo .dc-logo {
    filter: unset;
}
.home .tab-features-block.filter-product-block {
    margin-bottom: 60px;
}
.home .tab-features-block .brand_image{
    width: 60px !important;
}
.content-footer .list-nav .item{
    margin-bottom: 12px;
}
.footer .f_bottom_menu {
    gap: 17px;
    justify-content: center;
}
#top-nav{
    height: 70px;
}
.dcs_tabs .tab-btn {
    flex-direction: column;
    width: 100%;
    height: 70px;

}
.vendor_brand .brand_name p {
    font-size: 20px;
    margin-bottom: 0px;
}
.cart_detials{
    column-gap: 30px;
}
.cart_detials .product_title{
    white-space: break-spaces;
}
.img_list {
    z-index: 9;
    width: 70px;
    top: 10px;
    left: 10px;
    position: absolute !important;
}
}


@media screen and (max-width: 400px){
    .tab_column h5 {
        font-size: 12px;
    }
    .modal-cart-block .modal-cart-main .list-product{
        max-height: calc(100% - 200px - 0px) !important;
    }
}

.modal-cart-main.cartAside{
    max-width: 480px !important;
}
.breadcrumb-product .main.bg-surface {
    padding-top: 14px;
    padding-bottom: 14px;
}
.breadcrumb-product .main.bg-surface .caption1 {
    color: unset !important;
}
.modal-cart-block .modal-cart-main .list-product{
    max-height: calc(100% - 200px - 10px) !important;
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(219 68 68 / var(--tw-text-opacity)) !important;
}

.swal2-confirm {
    background-color: #212529 !important; /* confirm button */
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.swal2-cancel {
    background-color: #d33 !important; /* cancel button */
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
