@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dropdown_mega:hover .mega_menu {
        display: block;
    }
    .text {
        width: 50% !important;
    }

    .text h1 {
        font-size: 20px !important;
    }

    .text h4 {
        font-size: 10px !important;
    }

    .text p {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .shop_now_btn {
        font-size: 13px !important;
        padding: 8px 15px !important;
    }

    .olight_content h1 {
        font-size: 24px !important;
    }

    .olight_content h4 {
        font-size: 16px !important;
    }

    .olight_content p {
        font-size: 13px !important;
    }

    .olight_content .btn {
        font-size: 14px !important;
        padding: 8px 15px !important;
    }

    .quality_text_title, .clients_header h2, .carousel-caption h2 {
        font-size: 28px !important;
    }

    .deals_title {
        font-size: 24px !important;
    }

    .carousel-caption p {
        font-size: 14px !important;
    }

    .carousel-caption {
        width: 38% !important;
    }

    .carousel-caption a {
        font-size: 16px !important;
    }

    .header_logo {
        width: 200px;
    }

    .main_header li {
        padding: 0 5px !important;
    }

    .discount {
        left: -50px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        width: 45% !important;
    }

    .carousel-caption h2 {
        font-size: 28px !important;
    }

    .carousel-caption p {
        font-size: 14px !important;
    }

    .carousel-caption a {
        font-size: 16px !important;
    }

    .olight_content {
        max-width: 90% !important;
        left: 3% !important;
        top: 68% !important;
        transform: translateY(-40%) !important;
    }

    .olight_content h1 {
        font-size: 20px !important;
    }

    .olight_content p {
        font-size: 12px !important;
    }

    .quality_collection {
        grid-template-columns: 1fr 1fr !important;
    }

    .quality_content h2 {
        font-size: 22px !important;
    }

    .exceptional_box {
        border: none !important;
    }

    .cart_container,
    .carttotal_container {
        padding: 15px !important;
    }

    .cart_title {
        font-size: 20px !important;
    }

    .cart_table th,
    .cart_table td {
        padding: 10px !important;
        font-size: 13px !important;
    }

    .cart_btn {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    .carttotal_title {
        font-size: 18px !important;
    }

    .clients {
        text-align: left !important;
        padding-bottom: 20px !important;
    }

    .quality_text_title, .clients_header h2, .deals_title {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }

    .clients_header p {
        font-size: 13px !important;
        margin-bottom: 0 !important;
    }

    .olight_content h1 {
        font-size: 24px !important;
    }

    .olight_content h4 {
        font-size: 16px !important;
    }

    .olight_content p {
        font-size: 13px !important;
    }

    .olight_content .btn {
        font-size: 14px !important;
        padding: 8px 15px !important;
    }

    .collocation {
        grid-template-columns: repeat(auto-fit, minmax(159px, 1fr)) !important;
    }

    .header_logo {
        width: 200px !important;
    }
    .discount{
        left: -75px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .carousel-caption h2 {
        font-size: 26px !important;
    }

    .carousel-caption p {
        font-size: 14px !important;
    }

    .carousel-caption a {
        font-size: 16px !important;
    }

    .text h1 {
        font-size: 20px !important;
    }

    .text h4 {
        font-size: 10px !important;
    }

    .text p {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .shop_now_btn {
        font-size: 13px !important;
        padding: 8px 15px !important;
    }

    .quality_collection {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .quality_content {
        margin-top: 20px !important;
    }

    .ring_banner {
        height: auto !important;
        padding: 4rem 2rem !important;
    }

    .ring_banner h2 {
        font-size: 1.8rem !important;
    }

    .sidebar {
        max-width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #ddd !important;
    }

    .cart_table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .cart_table th,
    .cart_table td {
        min-width: 120px !important;
        font-size: 12px !important;
    }

    .cart_product_name {
        font-size: 13px !important;
    }

    .quantity_box {
        width: 90px !important;
    }

    .quantity_box button {
        width: 26px !important;
        height: 26px !important;
        font-size: 16px !important;
    }

    .quantity_box input {
        width: 36px !important;
        font-size: 12px !important;
    }

    .cart_actions {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .cart_btn {
        width: 100% !important;
        text-align: center !important;
    }

    .carttotal_container {
        margin-top: 20px !important;
    }

    .carttotal_row,
    .carttotal_grand {
        font-size: 14px !important;
    }

    .carttotal_button {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .olight_content {
        max-width: 90% !important;
        left: 3% !important;
        top: 65% !important;
        transform: translateY(-40%) !important;
    }

    .olight_content h1 {
        font-size: 24px !important;
    }

    .olight_content h4 {
        font-size: 16px !important;
    }

    .olight_content p {
        font-size: 13px !important;
    }

    .olight_content .btn {
        font-size: 14px !important;
        padding: 8px 15px !important;
    }

    .header_logo {
        width: 200px !important;
    }
    .discount{
        left: -198px !important;
    }
    .login_img{
        display: none !important;
    }
    .login_img{
        display: none !important;
    }

    .footer_col{
        border-right: transparent;
    }
    .footer_container{
        gap: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .carousel-caption h2 {
        font-size: 24px !important;
    }

    .carousel-caption p {
        font-size: 14px !important;
    }

    .carousel-caption a {
        font-size: 16px !important;
    }

    .carousel-item img {
        width: 30px;
    }

    .banner_text h5 {
        font-size: 16px !important;
    }

    .banner_text h2 {
        font-size: 40px !important;
    }

    .text {
        width: 100% !important;
    }

    .text h1 {
        font-size: 20px !important;
    }

    .text h4 {
        font-size: 10px !important;
    }

    .title h2 {
        font-size: 20px !important;
    }

    .title p {
        /*width: 80%;*/
        font-size: 16px !important;
    }

    .text p {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .shop_now_btn {
        font-size: 13px !important;
        padding: 8px 15px !important;
    }

    .olight_content {
        max-width: 90% !important;
        left: 5% !important;
        top: 60% !important;
        transform: translateY(-40%) !important;
    }

    .olight_content h4 {
        margin-bottom: 0 !important;
    }

    .olight_content h1 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .olight_content p {
        font-size: 12px !important;
    }

    .quality_text_title {
        font-size: 20px !important;
    }

    .dropdown_mega .mega_menu {
        position: static !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    .mega_menu_content {
        grid-template-columns: 1fr 1fr !important;
    }

    .mega_col_img {
        grid-column: span 2 !important;
    }

    .exceptional_box {
        border: none !important;
    }

    .carousel-caption p {
        font-size: 16px !important;
    }

    .form_row {
        flex-direction: column !important;
    }

    .contact_section {
        justify-content: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .contact_content {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .touch_container {
        flex-direction: column !important;
        text-align: center !important;
    }

    .touch_box {
        justify-content: center !important;
    }

    .product_detail {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .product_images {
        flex-direction: column !important;
        align-items: center !important;
    }

    .image_thumbnails {
        flex-direction: row !important;
        justify-content: center !important;
        order: 2;
    }

    .image_thumbnails img {
        width: 60px !important;
        height: 60px !important;
    }

    .main_image img {
        width: 100% !important;
        max-width: 400px !important;
    }

    .about_item_tabs {
        flex-wrap: nowrap !important;
    }

    .about_item_tabs li {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .product_info_box th {
        width: 150px !important;
    }

    .clients {
        padding-bottom: 0 !important;
    }

    .clients_header h2 {
        font-size: 22px !important;
    }

    .cart_title {
        font-size: 18px !important;
        text-align: center !important;
    }

    .cart_table img {
        width: 50px !important;
        height: 50px !important;
    }

    .carttotal_title {
        font-size: 16px !important;
        text-align: center !important;
    }

    .carttotal_secure {
        font-size: 12px !important;
    }

    .featured_tabs .nav-link {
        padding: 5px 10px !important;
    }

    .olight_content h1, .deals_title {
        font-size: 22px !important;
    }

    .olight_content h4 {
        font-size: 16px !important;
    }

    .olight_content p, .deals_text, .client_card p, .client_info h4, .client_info span, .featured_rating span, .featured_name {
        font-size: 13px !important;
    }

    .olight_content .btn {
        font-size: 14px !important;
        padding: 8px 15px !important;
    }

    .clients_header p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .footer_col {
        border-right: none !important;
    }

    .change .input-group i {
        right: 8px !important;
        top: 14px !important;
    }

    .header_logo {
        width: 200px !important;
    }

    .empty img, .empty button {
        width: 100% !important;
    }
    .discount{
        left: -147px !important;
    }
    .login_img{
        display: none !important;
    }
    .disclaimer p, .disclaimer ul {
        font-size: 14px !important;
    }
    .cart_btn{
        font-size: 12px;
        padding: 10px 17px;
    }
    .product_title{
        font-size: 24px!important;
    }
    .add_cart_section{
        display: inline-grid !important;
    }

    .ring_banner h2{
        font-size: 28px !important;
    }
    .ring_banner{
        /*height: 300px !important;*/
    }
    .footer_col{
        border-right: transparent;
    }
    .footer_container{
        gap: 20px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .carousel-caption h2 {
        font-size: 22px !important;
    }

    .carousel-caption p {
        font-size: 13px !important;
    }

    .carousel-caption a {
        font-size: 14px !important;
    }

    .text {
        width: 60% !important;
    }

    .text h1 {
        font-size: 17px !important;
        margin: 5px 0 !important;
    }

    .text p {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    .text {
        width: 77% !important;
    }
}
