
/*
  Theme Name: Zumon Hossain
  Author: zumonhossain.com
  Support: zumonhossain@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Google Fonts
2. Theme Default
3. Section Heading
4. Header
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
*/

/*
==========================================
    Google Fonts
==========================================
*/
/* font-family: 'Rubik', sans-serif;  */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

/*
==========================================
    Theme Default Css
==========================================
*/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}


:root {
    --themeColor:#1CA3DE;
    --white: #ffffff;
    --black: #323232;
    --text: #686a6f;
    --hoverColor: #3ACBE8;
    --border:#e5e5e5;
    --shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
p {
    color: var(--text);
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}
.section_padding {
    padding: 60px 0px;
}
.section_padding_top {
    padding-top: 60px;
}
.section_padding_bottom {
    padding-bottom: 60px;
}
.section_top_space {
    padding-top: 40px;
}
.section_bg {
    background-color: #2f506c08;
}
/*
==============================================================
    Section Heading Css
==============================================================
*/
.section_heading h5 {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.section_heading h2 {
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}
.fixed_margin_top {
    margin-top: 92px;
}
/*
==============================================================
    Header Area Css
==============================================================
*/
.mobile_search_class{
    display: none;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: #ffffff;
    height: 73px;
    /* box-shadow: var(--shadow); */
}
.mail_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.header_logo_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.toggle_icon {
    line-height: 0px;
    font-size: 20px;
    color: var(--white);
    display: none;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
.logo img {
    max-width: 100%;
    max-height: 100%;
}
.header_top {
    border-bottom: 1px solid var(--border);
}
.mail_phone ul{
    margin: 0px;
    padding: 0px;
}
.mail_phone ul li{
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.mail_phone ul li:last-child{
    margin-right: 0px;
}
.mail_phone ul li .mail_phone_link{
    color: var(--black);
    font-size: 13px;
    display: inline-block;
}
.mail_phone ul li .mail_phone_link:hover{
    color: var(--hoverColor);
}
.mail_phone ul li .mail_phone_link i {
    color: var(--themeColor);
}
.language {
    padding: 0px 11px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}
.language_account_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 25px;
}
.language ul{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.language ul li{
    list-style: none;
    display: inline-block;
    line-height: 0px;
    position: relative;
}
.language ul li .language_link {
    color: var(--black);
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
}
.language ul li:hover .language_link{
    color: var(--hoverColor);
}
.language ul li .language_link img {
    width: 15px;
    height: 16px;
    margin-right: 5px;
}
.language ul li .language_link i {
    padding-left: 4px;
    font-size: 12px;
}
.language ul li .language_submenu {
    position: absolute;
    top: 100%;
    right: -11px;
    width: 100px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--white);
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.language ul li:hover > .language_submenu{
    visibility: visible;
    opacity: 1;
}
.language ul li .language_submenu li{
    display: block;
}
.language ul li .language_submenu li .language_submenu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 13px;
    line-height: 20px;
    padding-left: 5px;
}
.language ul li .language_submenu li .language_submenu_link:hover{
    color: var(--themeColor);
}
.language ul li .language_submenu .language_submenu_link img {
    width: 15px;
    height: 12px;
    margin-right: 5px;
}
.account_link{
    font-size: 13px;
    color: var(--black);
    display: inline-block;
}
.account_link:hover{
    color: var(--hoverColor);
}
.header_bottom {
    background-color: var(--themeColor);
}
.main_menu{
    text-align: center;
}
.main_menu ul {
    margin: 0;
    padding: 0;
}
.main_menu ul li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.main_menu ul li:last-child{
    margin-right: 0px;
}
.main_menu ul li .main_menu_link {
    color: var(--white);
    display: block;
    font-size: 14px;
    padding: 15px 0px;
    text-transform: uppercase;
}
.main_menu ul li:hover > .main_menu_link{
    color: var(--black);
}
/* .main_menu ul li .main_menu_link i{
    color: var(--white);
} */
.main_menu ul li .main_submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--white);
    z-index: 999999;
    padding-top: 0px;
    padding-bottom: 0px;
    visibility: hidden;
    text-align: left;
    opacity: 0;
}
.main_menu ul li:hover > .main_submenu{
    visibility: visible;
    opacity: 1;
}
.main_menu ul li .main_submenu li {
    margin: 0px;
    padding: 0px;
    display: block;
    /* padding: 5px 15px; */
    border-bottom: 1px dashed var(--border);
}
.main_menu ul li .main_submenu li:last-child{
    border-bottom: none;
}
.main_menu ul li .main_submenu li .main_submenu_link {
    color: var(--black);
    display: block;
    font-size: 15px;
    padding: 5px 15px;
}
.main_menu ul li .main_submenu li:hover > .main_submenu_link{
    color: var(--white);
    background-color: var(--themeColor);
}
.main_menu ul li .main_submenu li .main_submenu_link i {
    font-size: 13px;
    float: right;
    line-height: 27px;
    color: var(--black);
}
.main_menu ul li .main_submenu li:hover > .main_submenu_link i{
    color: var(--white);
}
.main_menu ul li .main_submenu li .main_submenu {
    left: 100%;
    top: 0;
}



.header_search {
    position: relative;
}

.header_search_content {
    position: relative;
    margin-top: 10px;
}

.header_search_content input {
    width: 100%;
    border: none;
    font-size: 14px;
    display: block;
}
.header_search_content i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 13px;
}
.header_mobile_search{
    display: none;
}
.header_search_content input {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
    padding: 5px 5px 5px 35px;
}
.header_mobile_search{
    cursor: pointer;
}
.header_mobile_search i {
    color: var(--white);
    font-size: 20px;
}
.header_search_result{}
.header_search_result ul{
    margin: 0;
    padding: 0;
}
.header_search_result ul li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
    padding: 5px 5px;
}
.header_search_result ul li .header_search_result_link{
    display: block;
    transition: .3s;
}
.header_search_result ul li .header_search_result_link:hover .header_search_result_content .header_search_result_name h6{
    color: var(--themeColor);
}

.header_search_result_image img {
    width: 55px;
    height: 65px;
}
.header_search_result_image {
    float: left;
    margin-right: 3px;
}
.header_search_result_name h6 {
    font-size: 16px;
    transition: .3s;
}
.header_search_result {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    z-index: 333;
    overflow-y: scroll;
    max-height: 400px;
}

/* width */
.header_search_result::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .header_search_result::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .header_search_result::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .header_search_result::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


  .header_mobile_search_result_content{
    position: relative;
  }

/*
==============================================================
    Fixed Cart Area Css
==============================================================
*/
.fixed_cart {
    position: fixed;
    top: 40%;
    right: 0;
    width: 70px;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}
.fixed_cart_icon i {
    color: var(--themeColor);
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.fixed_cart_count span {
    font-size: 14px;
}
.fixed_cart_count {
    background-color: var(--themeColor);
    line-height: 25px;
    color: #ffffff;
}
.offcanvas_cart_product {
    width: 400px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 3%;
    right: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 9999999;
    padding: 20px;
}
.offcanvas_cart_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 8px;
}
.offcanvas_cart_close {
    cursor: pointer;
    font-size: 20px;
}
.offcanvas_cart_shop_icon {
    font-size: 20px;
}
.offcanvas_cart_icon_with_count_item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.offcanvas_cart_product_list {
    max-height: 400px;
    overflow-y: scroll;
}
.offcanvas_cart_product_list ul{
    margin: 0;
    padding: 0;
}
.offcanvas_cart_product_list ul li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    padding: 10px 0px;
}

.offcanvas_cart_product_image img {
    width: 100%;
    height: auto;
}
.offcanvas_cart_product_name h5 {
    font-size: 16px;
}
.offcanvas_cart_product_close {
    text-align: right;
    padding-right: 10px;
}
.offcanvas_cart_product_close_btn {
    border: none;
    background: transparent;
    font-size: 18px;
    transition: .3s;
}
.offcanvas_cart_product_close_btn:hover {
    color: var(--hoverColor);
}

.offcanvas_cart_footer_link {
    background-color: var(--themeColor);
    color: #ffffff;
    font-size: 20px;
    display: block;
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
}
.offcanvas_cart_footer_link:hover{
    color: #ffffff;
}
.offcanvas_cart_footer {
    margin-top: 20px;
}


/* width */
.offcanvas_cart_product_list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.offcanvas_cart_product_list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.offcanvas_cart_product_list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.offcanvas_cart_product_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}










/*
==============================================================
    Slider Area Css
==============================================================
*/
.slider-img {
    max-height: 700px;
}
/*
==============================================================
    Introdruction Area Css
==============================================================
*/
.introdruction_content {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: var(--white);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    /* border: 1px solid #dddddd; */
    position: relative;
}
.curve_one::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: var(--themeColor);
}
.curve_one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 15%;
    background-color: var(--themeColor);
}

.curve_two::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 2px;
    background-color: var(--themeColor);
}
.curve_two::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 15%;
    background-color: var(--themeColor);
}



.curve_three::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 2px;
    background-color: var(--themeColor);
}
.curve_three::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 15%;
    background-color: var(--themeColor);
}

.curve_four::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 2px;
    background-color: var(--themeColor);
}
.curve_four::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 15%;
    background-color: var(--themeColor);
}
.introdruction_image {
    width: 65px;
    height: 80px;
    margin: 0 auto;
}
.introdruction_image img {
    max-width: 100%;
    max-height: 100%;
}
.introdruction_title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.introdruction_title h3 {
    font-size: 20px;
}
.introdruction_details p {
    text-align: justify;
}
/*
==============================================================
    About Area Css
==============================================================
*/
.about_page_title {
    margin-bottom: 40px;
}
.about_image{
    text-align: center;
}
.about_image img {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about_content {
    margin-top: 30px;
}
.about_subtitle h6 {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 500;
    text-transform: uppercase;
}
.about_title {
    margin-top: 10px;
    margin-bottom: 30px;
}
.about_title h1 {
    font-weight: 600;
    font-size: 30px;
}
.about_nav .about_nav_item {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #2f506c14;
    border-radius: 5px;
}
.about_nav .about_nav_item:last-child {
    margin-right: 0px;
}
.about_nav_pills .about_nav_link {
    border: var(--border);
    color: var(--black);
    font-size: 16px;
    padding: 13px 25px;
    font-weight: 500;
}
.about_nav_pills .about_nav_link.active, .about_nav_pills .show>.about_nav_pills {
    color: var(--white);
    background-color: var(--themeColor);
}
.about_tab_description {
    margin-top: 15px;
    margin-bottom: 15px;
}
.about_tab_description p {
    font-size: 16px;
}
.about_tab_list ul {
    margin: 0;
    padding: 0;
}
.about_tab_list ul li {
    list-style: none;
}
.about_tab_list ul li i {
    color: var(--themeColor);
    font-size: 16px;
    padding-right: 5px;
}
.about_tab_list ul li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.about_tab_list ul li:last-child {
    margin-bottom: 0px;
}
/*
==============================================================
    About Us Page Area Css
==============================================================
*/
.about_page_image img {
    max-width: 100%;
}
.about_page_nav_pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about_page_content p {
    text-align: justify;
}
.about_nav .about_nav_item {
    margin-right: 10px;
    margin-bottom: 10px;
}
.about_nav .about_nav_item:last-child {
    margin-right: 0px;
}
.about_nav_pills .about_nav_link {
    border: var(--border);
    color: var(--black);
    font-size: 16px;
    padding: 8px 20px;
}
.about_nav_pills .about_nav_link.active, .about_nav_pills .show>.about_nav_pills {
    color: var(--white);
    background-color: var(--themeColor);
}

/*
==============================================================
    Category Product Area Css
==============================================================
*/
.product_category_content {
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 3px;
    height: 100%;
}
.product_category_image {
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.product_category_image img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.product_category_content:hover .product_category_image img{
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
}
.product_category_name {
    text-align: center;
    margin-top: 10px;
}
.product_category_name_link {
    color: var(--black);
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product_category_content:hover .product_category_name_link{
    color: var(--hoverColor);
}
/*
==============================================================
    Featured Product Area Css
==============================================================
*/
.featured_product_content {
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 3px;
    height: 100%;
}
.featured_product_image {
    height: 260px;
    overflow: hidden;
    text-align: center;
}
.featured_product_image img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.featured_product_content:hover .featured_product_image img{
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
}
.featured_product_name {
    text-align: center;
    margin-top: 10px;
}
.featured_product_name_link {
    color: var(--black);
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-weight: 600;
}
.featured_product_content:hover .featured_product_name_link{
    color: var(--hoverColor);
}

/*
==============================================================
    Latest News Area Css
==============================================================
*/
.single_latest_news {
    height: 100%;
    border-radius: 3px;
    border: 1px solid var(--border);
    padding: 20px;
}
.latest_news_image {
    overflow: hidden;
    height: 260px;
}
.latest_news_image img {
    -webkit-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px 5px 0px 0px;
}
.single_latest_news:hover .latest_news_image img{
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
}
.latest_news_month_and_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-top: 20px;
}
.latest_news_month span i {
    font-size: 14px;
    color: var(--themeColor);
}
.latest_news_month span {
    font-size: 14px;
    color: var(--black);
}
.latest_news_title {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.latest_news_title_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
}
.latest_news_title_link:hover{
    color: var(--hoverColor);
}
.latest_news_description p {
    font-size: 16px;
    line-height: 26px;
}
.latest_news_btn {
    margin-top: 10px;
}
.latest_news_btn_link {
    color: var(--themeColor);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.latest_news_btn_link:hover {
    color: var(--hoverColor);
}
/*
==============================================================
    Blog Details Area Css
==============================================================
*/
/* blog page */
.blog_post_time i,
.blog_post_creator i,
.blog_post_comments i {
    color: var(--themeColor);
}
.blog_post_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog_post_title .blog_post_title_link {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    color: var(--black);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
}
.blog_post_image {
    height: 500px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.blog_post_image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 7px;
}
.blog_post_image img:hover{
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.blog_post_description p {
    display: block;
    color: var(--text);
    line-height: 33px;
    text-align: justify;
}
.blog_post_btn .blog_post_btn_link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--black);
    letter-spacing: 1px;
    border-bottom: 2px solid var(--themeColor);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog_post_btn .blog_post_btn_link:hover{
    color: var(--themeColor);
    border-color: var(--black);
}
.blog_post_description {
    margin-top: 20px;
    margin-bottom: 15px;
}
.single_blog_post_load_more .common_btn {
    text-align: left;
    line-height: 0px;
    margin-top: 50px;
}
.latest_post {
    display: block;
    padding: 45px 45px;
    background: #f4f5f8;
    border-radius: 7px;
    /* margin-top: 30px; */
}
.blog_post_search{
    position: relative;
}
.blog_post_search input {
    width: 100%;
    padding: 20px 20px;
    border-radius: 4px;
    border: none;
    background-color: var(--themeColor);
}
.blog_post_search i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: var(--black);
    padding-top: 24px;
    padding-right: 13px;
}
.latest_post_list ul{
    margin: 0;
    padding: 0;
}
.latest_post_list ul li {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.latest_post_title {
    margin-bottom: 15px;
}
.latest_post_list_image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}
.latest_post_list_image img {
    width: 100%;
    height: 100%;
}
.latest_post_list_link p {
    color: var(--black);
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.latest_post_list_link p:hover{
    color: var(--themeColor);
}
.latest_post_list_link:hover{
    color: var(--themeColor);
}
.category_post {
    display: block;
    padding: 45px 45px;
    background: #f4f5f8;
    border-radius: 7px;
    margin-top: 30px;
}
.category_title {
    margin-bottom: 8px;
}
.category_list ul{
    margin: 0;
    padding: 0;
}
.category_list ul li{
    list-style: none;
}
.category_list ul li .category_list_link {
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--text);
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    display: block;
    padding: 3px 0px;
}
.category_list ul li .category_list_link:hover{
    color: var(--themeColor);
}
.category_list ul li .category_list_link i {
    float: right;
    line-height: 30px;
}
.blog_post_tags {
    display: block;
    padding: 45px 45px;
    background: #f4f5f8;
    border-radius: 7px;
    margin-top: 30px;
}
.blog_post_tags_title {
    margin-bottom: 10px;
}
.blog_post_tags_list ul li{
    display: inline-block;
}
.blog_post_tags_list ul li .blog_post_tags_list_link {
    color: var(--text);
    display: block;
    line-height: 30px;
}
.blog_post_tags_list ul li .blog_post_tags_list_link:hover{
    color: var(--themeColor);
}
/*
==============================================================
    Testimonial Area Css
==============================================================
*/
.testimonial_bg {
    background: var(--themeColor);
    margin-top: -100px;
    z-index: 999999;
    position: relative;
}
.single_testimonial {
    background-color: var(--white);
    margin: 10px;
    padding: 40px;
    border-radius: 5px;
    border: 1px solid var(--border);
}
.testimonial_client_image {
    padding-bottom: 20px;
}
.testimonial_client_active.owl-carousel .owl-item img {
    width: 100px;
    border-radius: 100%;
    border: 8px solid var(--themeColor);
    border-left-color: rebeccapurple;
    border-right-color: #ff3c61;
    border-bottom-color: #000;
    margin: 0 auto;
}
.testimonial_client_description{
    position: relative;
}
.testimonial_client_description p {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: var(--black);
}
.testimonial_client_name {
    margin-top: 10px;
    margin-bottom: 10px;
}
.testimonial_client_name h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--black);
}
.single_sponsor_content img {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 30px;
}









/*
==========================================
    Contact Us Area Css
==========================================
*/
.single_contact_us {
    background-color: var(--white);
    border: 1px solid var(--border);
    padding: 20px;
    height: 100%;
}
.contact_us_title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.contact_us_title i {
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
}
.contact_us_title strong {
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
}
.contact_us_location p{
    color: var(--black);
}
.contact_us_communication ul{
    margin: 0;
    padding: 0;
}
.contact_us_communication ul li{
    list-style: none;
}
.contact_us_communication ul li .contact_us_communication_link {
    display: inline-block;
    color: var(--text);
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact_us_communication ul li .contact_us_communication_link:hover {
    color: var(--themeColor);
}
.contact_us_socialmedia ul li {
    display: inline-block;
    margin-top: 5px;
}
.contact_us_socialmedia ul li .contact_us_socialmedia_link {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact_us_socialmedia ul li .contact_us_socialmedia_link:hover{
    color: var(--themeColor);
    background-color: var(--white);
    border: 1px solid var(--themeColor);
}
.contact_us_form_item input,
.contact_us_form_item textarea,
.contact_us_form_item select {
    width: 100%;
    border: 1px solid var(--border);
    padding: 10px;
    border-radius: 3px;
    color: var(--black);
}
.contact_us_form_btn_link {
    background-color: var(--themeColor);
    color: var(--white);
    font-weight: 500;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    display: block;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact_us_form_btn_link:hover {
    color: var(--black);
}
/*
==============================================================
    Single Product Area Css
==============================================================
*/
.zoom-image{
	width: 100%;
	height: 406px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
    border: 1px solid var(--border);
}
.zoom-image img {
    width: 100%;
    display: block;
    position: absolute;
    -webkit-transition: all 0.03s linear;
    -o-transition: all 0.03s linear;
    transition: all 0.03s linear;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    overflow: hidden;
    border-radius: 3px;
}
.zoom-image:hover{
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 5px;
}
.zoom-image span{
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.6);
	display: block;
	padding: 5px;
	color: #eeeeee;
	text-align: center;
}
.zoom-image:hover span{
	display: none;
}
.zoom-image-list {
    margin-top: 5px;
    line-height: 0px;
    text-align: center;
}
.zoom-image-list li{
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	display: inline-block;
	border: 2px solid var(--white);
	line-height: 0px;
}
.zoom-image-list li img{
	width: 50px;
	height: 60px;
}
.zoom-image-list li.zoom-image-active{
	border: 2px solid var(--themeColor);
    opacity: .3;
}


.single_product_name h1 {
    font-size: 24px;
    list-style: 37px;
}
.single_product_short_des {
    margin-top: 15px;
    margin-bottom: 30px;
}
.single_product_short_des p {
    color: var(--text);
    font-weight: 300;
}
.single_product_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.single_product_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    display: inline-block;
    border-radius: 3px;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 165px;
}
.single_product_link:hover{
    color: var(--black);
}
.single_product_video_link {
    display: inline-block;
    border: 1px solid var(--themeColor);
    border-radius: 3px;
    width: 165px;
    font-size: 24px;
    padding: 9px 8px;
    color: var(--themeColor);
    background-color: var(--white);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
}
.single_product_video_link:hover{
    color: var(--white);
    background-color: var(--themeColor);
}

.single_product_modal {
    z-index: 999999999;
}
.single_product_modal_content {
    padding: 20px;
}
.single_product_modal_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 0px;
    margin-right: 5px;
    margin-top: 2px;
    color: var(--themeColor);
    cursor: pointer;
}
.single_product_modal_form_item label {
    display: block;
    color: var(--text);
    font-size: 16px;
    margin-bottom: 3px;
}
.single_product_modal_title h6 {
    font-size: 22px;
    line-height: 32px;
}
.single_product_modal_form_item input,
.single_product_modal_form_item textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 10px 20px;
}
.single_product_modal_form_submit_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    display: inline-block;
    padding: 15px 20px;
    border-radius: 3px;
}
.single_product_modal_form_item {
    margin-bottom: 10px;
}
.single_product_modal_header {
    margin-top: 10px;
    margin-bottom: 10px;
}
.single_product_scrollspy_navbar {
    position: sticky;
    top: 91px;
    width: 100%;
    border-radius: 8px;
    background-color: hsla(0,0%,100%,.5);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 25px;
    z-index: 1;
}
.single_product_nav{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single_product_nav_pills .single_product_nav_link.active, .single_product_nav_pills .show>.single_product_nav_link {
    color: var(--white);
    background-color: var(--themeColor);
}
.single_product_nav_link {
    padding: 15px 20px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}
.single_product_nav_link:hover{
    color: var(--themeColor);
}
.single_product_nav_pills .single_product_nav_link {
    background: 0 0;
    border: 0;
    border-radius: 0px;
}

.overview_content p {
    color: var(--text);
    font-weight: 300 !important;
    margin-bottom: 30px;
}
.overview_content strong {
    display: block;
    color: var(--black);
    font-weight: 400;
}
.overview_content_link {
    color: var(--themeColor);
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.overview_content_link:hover{
    color: var(--hoverColor);
}
.features_content ul li {
    color: var(--text);
    font-weight: 300;
    margin-bottom: 10px;
}
.features_content ul li:last-child{
    margin-bottom: 0px;
}
.specifications_table_title {
    background-color: var(--themeColor);
}
.specifications_table_title p {
    color: var(--white);
    padding: 5px 10px;
}
.specifications_table .table thead tr th {
    width: 50%;
}
.specifications_table .table{
    border-color: var(--themeColor);
}
.specifications_table .table tbody tr td {
    width: 50%;
    color: var(--text);
}
.specifications_title h3 {
    border-bottom: 1px solid var(--border);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.download_file_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    font-size: 25px;
    display: inline-block;
    padding: 15px 20px;
}
.download_file {
    margin-top: 50px;
    text-align: center;
}
.review-content-tab {
    margin-top: 30px;
}
.size-guide-table table{
    width: 100%;
    text-align: center;
}
.size-guide-table table thead {
    background-color: #dddddd;
}
.size-guide-table table thead tr th {
    padding: 10px 0px;
    font-weight: 700;
}
.review-form-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.review-form-title p {
    margin-top: 5px;
}
.review-form-rating {
    margin-top: 10px;
    margin-bottom: 10px;
}
.review-form-rating span {
    font-size: 14px;
    line-height: 24px;
}
.review-form-rating label {
    color: var(--black);
}
.review-form-group {
    position: relative;
    margin-top: 30px;
}
.review-form-group span {
    color: var(--black);
    font-size: 14px;
    padding-left: 5px;
}
.review-form-group label {
    display: inline-block;
    background-color: var(--white);
    position: absolute;
    top: -12px;
    left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.review-form-group input, textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    border: 1px solid var(--border);
}
.review-form-btn {
    margin-top: 20px;
}
.review-form-btn-link {
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    color: var(--white);
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.review-form-btn-link:hover {
    background-color: transparent;
    color: var(--hoverColor);
}
.review-summery {
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    max-width: 400px;
    width: 100%;
    border: 1px solid var(--border);
}
.summery-title h5 {
    font-weight: 600;
    text-transform: capitalize;
}
.avg-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.avg-rating-count span {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.avg-rating-list span {
    font-size: 14px;
    line-height: 24px;
}
.avg-rating-count-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    width: 100%;
}
.avg-rating-star {
    width: 100px;
}
.avg-rating-star span {
    font-size: 14px;
    line-height: 24px;
}
.avg-rating-bar {
    width: 200px;
    background-color: var(--border);
    height: 10px;
    display: block;
}
.avg-rating-bar-percentage {
    width: 40px;
    text-align: right;
}
.avg-rating-bar span {
    background-color: var(--black);
    height: 10px;
    display: block;
}
.customer-comments-list {
    margin-top: 30px;
}
.customer-comments-head {
    padding-bottom: 15px;
}
.customer-comments-head h4 {
    font-weight: 600;
}
.customer-comments-list ul{
    margin: 0;
    padding: 0;
}
.customer-comments-list ul li {
    padding: 10px 0px;
    list-style: none;
}
.customer-image {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}
.customer-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 500%;
    border: 1px solid var(--border);
}
.customer-rating span {
    font-size: 14px;
    line-height: 24px;
    color: var(--black);
}
.customer-name-on-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    gap: 10px;
}
.customer-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
.comments-date span {
    color: var(--black);
    font-weight: 600;
}
.customer-comments {
    display: block;
    overflow: hidden;
    padding-top: 5px;
}
.home_video_content {
    margin-top: 50px;
}
.home_video_item iframe {
    width: 100%;
    height: 400px;
}
.send_inquirey_form {
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 30px;
    margin-top: 40px;
}
.re_star {
    color: red;
    font-size: 18px;
}
.send_inquirey_form h5 {
    text-align: center;
    margin-bottom: 20px;
}
.single_product_content {
    padding-left: 30px;
}



.single_product_social_share_content {
    margin-top: 30px;
}
.single_product_social_share_title {
    margin-bottom: 10px;
}


/* old share option link design start*/
/* .single_product_social_share ul {
    margin: 0;
    padding: 0;
}
.single_product_social_share ul li {
    display: inline-block;
    list-style: none;
}
.single_product_social_share ul li .single_product_social_share_link {
    color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 16px;
    -webkit-transform: .3s;
        -ms-transform: .3s;
            transform: .3s;
}
.single_product_social_share ul li .single_product_social_share_link:hover{
    color: var(--black);
}
.single_product_social_share ul li .single_product_social_share_link.facebook{
    background-color: #3A589B;
}
.single_product_social_share ul li .single_product_social_share_link.twitter{
    background-color: #1DA1F2;
}
.single_product_social_share ul li .single_product_social_share_link.linkedin{
    background-color: #0077B5;
}
.single_product_social_share ul li .single_product_social_share_link.instagram{
    background-color: #F56305;
}
.single_product_social_share ul li .single_product_social_share_link.pinterest{
    background-color: #B7081B;
}
.single_product_social_share ul li .single_product_social_share_link.envelope{
    background-color: #DC4F43;
}
.single_product_social_share ul li .single_product_social_share_link.whatsapp{
    background-color: #10C044;
}
.single_product_social_share ul li .single_product_social_share_link.telegram{
    background-color: #3596F5;
}
.single_product_social_share ul li .single_product_social_share_link.skype{
    background-color: #00A6E8;
}
 */
/* old share option link design end*/


/* new design start*/
#social-links ul {
    margin: 0;
    padding: 0;
}

#social-links ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

#social-links ul li:last-child {
    margin-right: 0px;
}

#social-links ul li .social-button span {
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    transform: .3s;
}

#social-links ul li .social-button span:hover {
    color: var(--black);
}

#social-links ul li a span.fa-facebook-square {
    background-color: #3A589B;
}

#social-links ul li a span.fa-twitter {
    background-color: #1DA1F2;
}

#social-links ul li a span.fa-linkedin {
    background-color: #0077B5;
}

#social-links ul li a.instagram {
    background-color: #F56305;
}

#social-links ul li a span.fa-pinterest {
    background-color: #B7081B;
}

#social-links ul li a.envelope {
    background-color: #DC4F43;
}

#social-links ul li a span.fa-whatsapp {
    background-color: #10C044;
}

#social-links ul li a span.fa-telegram {
    background-color: #3596F5;
}

#social-links ul li a.skype {
    background-color: #00A6E8;
}

#social-links ul li a span.fa-reddit {
    background-color: #00A6E8;
}

/* new design end*/


.single_product_add_to_cart_link {
    order: none;
    background-color: var(--themeColor);
    color: var(--white);
    display: inline-block;
    border-radius: 3px;
    padding: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 165px;
    border: none;
}
.single_product_add_to_cart_link:hover{
    color: var(--black);
}






.product-size-list ul{
    margin: 0px;
    padding: 0px;
}
.product-size-list ul li{
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
.product-size-list ul li:last-child{
    margin-right: 0px;
}
.product-size-list ul li input[type=checkbox],
.product-size-list ul li input[type=radio] {
    display: none;
}
.product-size-list ul li input[type=checkbox]:checked~span,
.product-size-list ul li input[type=radio]:checked~span {
    border: 1px solid var(--themeColor);
    border-radius: 3px;
}
.product-size-list ul li span {
    background-color: var(--white);
    border: 1px solid var(--border);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: .2s;
    border-radius: 3px;
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.product-size-list ul li input[type=checkbox]:checked~span:before,
.product-size-list ul li input[type=radio]:checked~span:before {
    border: 23px solid transparent;
    border-bottom: 16px solid var(--themeColor);
    bottom: 0px;
    content: "";
    position: absolute;
    right: -22px;
}
.product-size-list ul li input[type=checkbox]:checked~span:after, .product-size-list ul li input[type=radio]:checked~span:after {
    bottom: 0px;
    color: var(--white);
    content: "✓";
    font-family: Linearicons !important;
    font-size: 14px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    width: 15px;
}
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}








/*
==============================================================
    Checkout Area Css
==============================================================
*/
.checkout_form {
    width: 100%;
    background: #fff;
    padding: 25px 40px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.checkout_form_title {
    text-align: center;
    margin-bottom: 40px;
}
.checkout_item label {
    display: block;
    color: var(--black);
    margin-bottom: 2px;
}
.checkout_item {
    margin-bottom: 10px;
}
.checkout_item input {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px 5px;
    border-radius: 3px;
}


.checkout_product_list ul{
    margin: 0;
    padding: 0;
}
.checkout_product_list ul li {
    list-style: none;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    padding: 10px 0px;
}
.checkout_product_list_image {
    width: 70px;
    float: left;
    display: block;
    overflow: hidden;
}
.checkout_product_list_image img {
    width: 65px;
}
.checkout_product_list_name h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.checkout_product_list_name {
    display: block;
    overflow: hidden;
}





/*
==============================================================
    Video Area Css
==============================================================
*/
.video_content {
    border: 1px solid var(--border);
    border-radius: 3px;
}
.video_image{
    position: relative;
    z-index: 1;
}
.video_image img {
    width: 100%;
    border-radius: 3px 3px 0px 0px;
    height: 200px;
}
.video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.video_icon_link {
    background: var(--white);
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    -webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
    -webkit-animation: ripple-red 1s linear infinite;
            animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--themeColor);
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video_icon_link:hover{
    color: var(--black);
}
.video_name h5 {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.video_name {
    padding: 10px 13px 10px 13px;
}
/*
==============================================================
    About Area Css
==============================================================
*/
.about_page_content p {
    text-align: justify;
}
.about_image img {
    width: 100%;
}
.about_subtitle h6 {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: 500;
    text-transform: uppercase;
}
.about_title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.about_title h1 {
    font-weight: 700;
    font-size: 30px;
    padding-right: 60px;
}
.about_nav .about_nav_item {
    margin-right: 10px;
    margin-bottom: 10px;
}
.about_nav .about_nav_item:last-child {
    margin-right: 0px;
}
.about_nav_pills .about_nav_link {
    border: var(--border);
    color: var(--black);
    font-size: 16px;
    padding: 8px 20px;
}
.about_nav_pills .about_nav_link.active, .about_nav_pills .show>.about_nav_pills {
    color: var(--white);
    background-color: var(--themeColor);
}
.about_tab_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.about_tab_title h2 {
    color: var(--themeColor);
    font-size: 45px;
    font-weight: 800;
}
.about_tab_title span {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
}
.about_tab_description {
    margin-top: 5px;
    margin-bottom: 10px;
}
.about_tab_description p {
    font-size: 16px;
}
.about_tab_button {
    margin-top: 25px;
}
/*
==============================================================
    Product Category Area Css
==============================================================
*/
.product_category {
    border: 1px solid var(--border);
    border-radius: 3px;
}
.product_category_title {
    background-color: var(--themeColor);
    padding: 10px 20px;
}
.product_category_title h5 {
    color: var(--white);
}
.product_category_list ul{
    margin: 0;
    padding: 0;
}
.product_category_list ul li {
    list-style: none;
    border-bottom: 1px solid var(--border);
    padding: 10px 15px;
}
.product_category_list ul li:last-child{
    border-bottom: 0px;
}
.product_category_list ul li .product_category_list_link{
    font-size: 16px;
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_category_list ul li .product_category_list_link:hover{
    color: var(--hoverColor);
}
.product_category_list_count {
    color: var(--white);
    background-color: var(--themeColor);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
}
/*
==============================================================
    Footer Fixed Area Css
==============================================================
*/
.fixed_footer_menu {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--white);
    padding: 3px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 999999;
}
.fixed_footer_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.fixed_footer_menu ul li{
    list-style: none;
}
.fixed_footer_menu ul li .fixed_footer_menu_link{
    display: inline-block;
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}
.fixed_footer_menu ul li .fixed_footer_menu_link:hover{
    color: var(--hoverColor);
}
/*
==============================================================
    Offcanvas Menu Area Css
==============================================================
*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--white);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }


/*
==============================================================
    Footer Area Css
==============================================================
*/
.footer_area {
    background-color: #1A1A1A;
}
.footer_top {
    padding-top: 80px;
    padding-bottom: 50px;
}
.footer_title {
    padding-bottom: 10px;
}
.footer_title h3 {
    color: var(--white);
    font-size: 26px;
    font-weight: 400;
}
.footer_address_list_title h4 {
    color: var(--themeColor);
    font-size: 18px;
}
.footer_address_list ul {
    margin: 0;
    padding: 0;
}
.footer_address_list ul li {
    list-style: none;
    border-bottom: 1px solid #dddddd26;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_address_list ul li:last-child {
    border-bottom:0px;
    padding-bottom: 0px;
}
.footer_address_content_title {
    margin-top: 5px;
}
.footer_address_content_title h5 {
    font-size: 14px;
    color: var(--black);
}
.footer_address_content_description_unlink {
    color: var(--text);
}
.footer_address_content_description_link {
    color: var(--text);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.footer_address_content_description_link:hover {
    color: var(--hoverColor);
}
.footer_contact_form {
    margin-top: 20px;
}
.footer_form_item {
    margin-bottom: 10px;
}
.footer_form_item input,
.footer_form_item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: transparent;
    outline: none;
    padding: 10px 15px;
    border-radius: 3px;
    color: var(--white);
}
.footer_form_btn_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.footer_form_btn_link:hover {
    color: var(--hoverColor);
}
.footer_social_media {
    margin-top: 10px;
}
.footer_social_media ul{
    margin: 0;
    padding: 0;
}
.footer_social_media ul li {
    display: inline-block;
    list-style: none;
    border: none;
    padding-top: 0px;
    padding-bottom: 5px;
}
.footer_social_media ul li .footer_social_media_link {
    display: block;
    background-color: #252525;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer_social_media ul li .footer_social_media_link:hover{
    color: var(--themeColor);
}
.footer_bottom {
    border-top: 1px solid #6c757d;
    padding: 10px 0px;
}
.develop_by {
    text-align: right;
}
.develop_by_link {
    color: var(--themeColor);
}
.develop_by_link:hover {
    color: var(--hoverColor);
}
/*
==============================================================
    Mobile Device Area Css
==============================================================
*/
.header_top_mobile_list ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header_top_mobile_list ul li {
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.header_top_mobile_list ul li .header_top_mobile_list_link {
    color: var(--black);
    display: inline-block;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.header_top_mobile_list ul li .header_top_mobile_list_link i{
    color: var(--themeColor);
}
.header_top_mobile_list ul li .header_top_mobile_language_link {
    color: var(--black);
    display: inline-block;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
}
.header_top_mobile_list ul li .header_top_mobile_language_link img {
    width: 16px;
    height: 17px;
    margin-right: 1px;
}
.header_top_mobile_list ul li .header_top_mobile_sub_list {
    display: inherit;
    position: absolute;
    top: 100%;
    right: 0;
    width: 92px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--white);
    z-index: 999999;
    line-height: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.header_top_mobile_list ul li .header_top_mobile_sub_list li {
    line-height: 15px;
    list-style: none;
    margin-bottom: 3px;
}
.header_top_mobile_list ul li .header_top_mobile_sub_list li:last-child {
    margin-bottom: 0px;
}
.header_top_mobile_list ul li .header_top_mobile_sub_list li .header_top_mobile_sub_list_link{
    color: var(--black);
    display: inline-block;
    font-size: 11px;
}
.header_top_mobile_list ul li .header_top_mobile_sub_list li .header_top_mobile_sub_list_link img {
    width: 15px;
    height: 13px;
    margin-right: 2px;
    margin-left: 3px;
}
.mobile_language {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    padding: 0px 8px;
}
.language_class{
    display: none !important;
}
.language_toggle{
    display: block !important;
}
.offcanvas_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 7px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.offcanvas_logo {
    width: 230px;
}
.offcanvas_close {
    line-height: 0px;
}
.offcanvas_logo img {
    max-width: 100%;
}
.offcanvas_close i {
    font-size: 22px;
    color: var(--black);
}
.offcanvas_menu ul{
    margin: 0px;
    padding: 0px;
}
.offcanvas_menu ul li {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px dashed var(--border);
}
.offcanvas_menu ul li:last-child {
    border-bottom: 0px;
}
.offcanvas_menu ul li .offcanvas_menu_link{
    display: inline-block;
    color: var(--black);
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
}
.offcanvas_menu ul li:hover > .offcanvas_menu_link{
    color: var(--hoverColor);
}
.offcanvas_menu ul li i {
    float: right;
    line-height: 26px;
}
.offcanvas_menu ul li .offcanvas_submenu {
    padding-left: 20px;
}
.offcanvas_menu ul li .offcanvas_submenu li {
    border: none;
    padding: 0px;
}
.offcanvas_menu ul li .offcanvas_submenu li .offcanvas_submenu_link{
    color: var(--black);
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}
.offcanvas_menu ul li .offcanvas_submenu li:hover > .offcanvas_submenu_link{
    color: var(--hoverColor);
}
.offcanvas_menu ul li .offcanvas_submenu li i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 14px;
}
.offcanvas_menu ul li .offcanvas_submenu li .offcanvas_submenu li .offcanvas_submenu_link{
    text-transform: capitalize;
}
.submenu_class{
    display: none;
}
.submenu_toggle{
    display: block;
}
.sub_submenu_class{
    display: none;
}
.sub_submenu_toggle{
    display: block;
}
.modal-dialog {
    max-width: 600px;
}







.accordion_list_category ul{
    margin: 0;
    padding: 0;
}
.accordion_list_category ul li {
    list-style: none;
    padding: 2px 20px;
}
.accordion_list_category ul li .accordion_list_category_link{
    color: var(--black);
    display: block;
    font-size: 16px;
}
.accordion_list_category ul li .accordion_list_category_link:hover{
    color: var(--themeColor);
}

.single_product_accordiod_title h4 {
    background-color: var(--themeColor);
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 7px 0px;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #ddd;
}
.single_product_accordion {
    border: 1px solid #dddddd;
    border-bottom: none;
}

.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


button.checkout_btn_link {
    display: block;
    width: 100%;
    border: 0;
    background: #1CA3DE;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/*
==============================================================
    Area Css
==============================================================
*/
.chatting_fixed_btn_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    position: fixed;
    bottom: 0;
    right: 2%;
    transition: .3s;
    margin-bottom: 65px;
    z-index: 99999;
}
.chatting_fixed_btn_link:hover{
  color: var(--hoverColor);
}
.footer_google {
    margin-top: 30px;
}
.quick_link {
    margin-top: 25px;
}



.chatting_box_content {
    width: 350px;
    position: fixed;
    right: 2%;
    bottom: 5%;
    background: #fff;
    border-radius: 15px;
    transform-origin: bottom right;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1), 0 32px 64px -48px rgba(0,0,0,0.5);
    transition: all 0.1s ease;
    z-index: 9999999;
}
.chatting_box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--themeColor);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 15px 15px 0px 0px;
}
.chatting_box_close {
    line-height: 0;
    cursor: pointer;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: .3s;
}
.chatting_box_close:hover {
    background-color: #3535355c;
    color: #ffffff;
    border: none;
    border-radius: 2px;
}
.chatting_box_title h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}
.chatting_box_body {
    padding: 0px 20px;
}
.chatting_box_description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.chatting_box_description p {
    font-size: 14px;
    line-height: 22px;
}
.chatting_box_form_item {
    margin-bottom: 10px;
}
.chatting_box_form_item input,
.chatting_box_form_item textarea {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px 20px;
    border-radius: 3px;
    outline: 0;
}
.chatting_box_form_item select{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 3px;
    outline: 0;
    font-size: 14px;
    display: block;
}
.chatting_box_form_btn{
  margin-bottom: 20px;
}
.chatting_box_footer {
    padding: 0px 20px;
}
.chatting_box_form_btn_link {
    border: none;
    background-color: var(--themeColor);
    color: var(--white);
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 0px;
    border-radius: 3px;
}
.customer_image {
    float: left;
    margin-right: 5px;
}
.customer_image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.customer_image_with_name {
    width: 230px;
    display: flex;
    align-items: center;
}
.customer_name h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}
.customer_chatting_message_img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.customer_chatting_message_img {
    float: left;
    width: 45px;
}
.customer_chatting_message_say {
    float: left;
    width:250px;
}
.customer_chatting_message_say p {
    line-height: 22px;
    font-size: 15px;
    background-color: #303030;
    color: #ffffff;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px;
    margin-bottom: 2px;
}
.me_chatting_message_say p {
    line-height: 22px;
    font-size: 15px;
    background-color: var(--themeColor);
    color: #ffffff;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 3px;
}
.customer_chatting_message_content {
    display: block;
    overflow: hidden;
}
.me_chatting_message {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
}
.chatting_box_footer {
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #dddddd;
}
.customer_send_message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer_send_message_input input {
    border: none;
    width: 270px;
}
.customer_send_message_submit_link {
    border: none;
    background-color: transparent;
    color: var(--themeColor);
    font-size: 20px;
}
.customer_chatting_box_body {
    padding: 0px 20px;
    max-height: 305px;
    overflow: auto;
    padding: 20px 5px;
}
/* width */
.customer_chatting_box_body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.customer_chatting_box_body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.customer_chatting_box_body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.customer_chatting_box_body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.customer_chatting_message ul {
    margin: 0;
    padding: 0;
}
.customer_chatting_message ul li {
    list-style: none;
}
.me_chatting_message ul{
    margin: 0;
    padding: 0;
}
.me_chatting_message ul li {
    list-style: none;
}
.overview_content table {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
.single_product_tab_content .single_product_tab_item .overview_content img {
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.single_product_tab_content .single_product_tab_item .specifications_content img {
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.single_product_tab_content .single_product_tab_item .features_content img {
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}



.specifications_content {
    margin: 0 auto;
    text-align: center;
}
.specifications_content table {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
.features_content {
    text-align: center;
    margin: 0 auto;
}
.features_content table {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

/*
==============================================================
    Sub Page Area Css
==============================================================
*/
.sub_page_content img{
    height: 100% !important;
    max-width: 100% !important;
    max-height: auto !important;
    margin-bottom: 15px;
}

/*
==============================================================
    Responsive Area Css
==============================================================
*/
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .featured_product_image {
        height: 220px;
    }
    .latest_news_image {
        height: 220px;
    }
    .zoom-image {
        height: 354px;
    }
    .about_title h1 {
        padding-right: 0px;
    }
    .main_menu ul li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .single_product_name h1 {
        font-size: 19px;
    }
    .product_category_content {
        padding: 10px;
    }
    .product_category_image {
        height: 100px;
    }
    .featured_product_image {
        height: 180px;
    }
    .latest_news_image {
        height: 180px;
    }
    .zoom-image {
        height: 374px;
    }
    .single_product_content {
        padding-left: 0px;
    }
    .single_product_nav_link {
        padding: 12px 16px;
        font-size: 16px;
    }
    .about_title h1 {
        font-size: 26px;
    }
    .main_menu ul li .main_menu_link {
        font-size: 11px;
    }

}

@media screen and (max-width: 992px) {
    .fixed_footer_menu {
        display: block;
    }
    .footer_area{
        padding-bottom: 60px;
    }
    

    .overview_content table {
        width: 100% !important;
        overflow-x: auto;
        display: block;
    }
    .overview_content table tbody {
        width: 100% !important;
        /* overflow: hidden; */
        /* display: block; */
    }
    .overview_content table tbody tr {
        width: 100%;
        display: block;
        overflow: hidden;
    }



    .specifications_content table {
        width: 100% !important;
        overflow-x: auto;
        display: block;
    }
    .specifications_content table tbody {
        width: 100% !important;
        /* overflow: hidden; */
        /* display: block; */
    }
    .specifications_content table tbody tr {
        width: 100%;
        display: block;
        overflow: hidden;
    }





    .features_content table {
        width: 100% !important;
        overflow-x: auto;
        display: block;
    }
    .features_content table tbody {
        width: 100% !important;
        /* overflow: hidden; */
        /* display: block; */
    }
    .features_content table tbody tr {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    



    .single_product_accordion {
        margin-top: 25px;
    }
    .display_none_992_device{
        display: none !important;
    }
    .toggle_icon{
        display: block;
    }
    .footer_copyright {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
    .develop_by {
        text-align: center;
        margin-top: 5px;
    }
    .header-area {
        height: 67px;
    }
    .fixed_margin_top {
        margin-top: 67px;
    }
    .logo {
        margin: 5px auto;
        width: 452px;
    }
    .single_product_scrollspy_navbar {
        top: 66px;
    }
    .single_product_nav_link {
        padding: 5px 10px;
        font-size: 18px;
    }
    .zoom-image {
        height: 694px;
    }
    .single_product_content {
        margin-top: 20px;
    }
    .single_product_nav_link {
        padding: 3px 15px;
        font-size: 16px;
    }
    .header_mobile_search{
        display: block;
        line-height: 0px;
    }

    .header_mobile_search_result_input input {
        width: 100%;
        padding: 7px 20px;
        border: none;
        border-radius: 3px;
    }
    .header_search_result {
        width: 100%;
    }

    .mobile_search_toggle{
        display: block;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 768px) {
    .display_none_768_device{
        display: none;
    }
    .logo {
        width: 220px;
    }
    .section_heading h2 {
        font-size: 22px;
    }
    .section_top_space {
        padding-top: 20px;
    }
    .section_padding_bottom {
        padding-bottom: 30px;
    }
    .section_padding_top {
        padding-top: 30px;
    }
    .section_padding {
        padding: 30px 0px;
    }
    .slider-img{
        height: 145px;
    }
    .about_content {
        margin-top: 0px;
    }
    .about_title h1 {
        font-size: 18px;
        padding-right: 0px;
        line-height: 25px;
    }
    .about_nav_pills .about_nav_link {
        font-size: 15px;
        padding: 8px 15px;
        font-weight: 400;
    }
    .about_tab_description {
        margin-top: 0px;
    }
    .product_category_name_link {
        font-size: 14px;
        line-height: 20px;
    }
    .featured_product_image {
        height: 250px;
    }
    .latest_news_image {
        height: 250px;
    }
    .single_testimonial {
        padding: 20px 10px;
    }
    .testimonial_client_description p {
        font-size: 16px;
    }
    .footer_top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer_title {
        padding-bottom: 0px;
    }
    .footer_title h3 {
        font-size: 22px;
    }
    .zoom-image {
        height: 515px;
    }
    .single_product_name h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .single_product_name h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .single_product_content {
        margin-top: 10px;
    }
    .single_product_short_des {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .single_product_video_link {
        width: 138px;
        font-size: 24px;
    }
    .single_product_nav_link {
        padding: 0px 10px;
        font-size: 14px;
    }
    .specifications_title h3 {
        font-size: 18px;
    }
    .overview_content p {
        margin-bottom: 10px;
    }
    .home_video_content {
        margin-top: 30px;
    }
    .send_inquirey_form {
        padding: 20px;
        margin-top: 15px;
    }
    .send_inquirey_form h5 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .download_file {
        margin-top: 25px;
    }
    .download_file_link {
        font-size: 18px;
        padding: 10px 10px;
    }
    .home_video_item iframe {
        height: 200px;
    }
    .summery-title h5 {
        font-size: 18px;
    }
    .blog_details_image {
        height: 280px;
    }
    .blog_details_title h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .blog_details_table_cell {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about_nav .about_nav_item {
        margin-bottom: 5px;
    }
    .about_nav_pills .about_nav_link {
        font-size: 13px;
        padding: 3px 10px;
    }
    .blog_post_image {
        height: 290px;
    }
    .blog_post_title .blog_post_title_link {
        font-size: 18px;
        line-height: 25px;
    }
    .blog_post_description {
        margin-top: 10px;
    }
    .latest_post {
        padding: 25px 20px;
    }
    .category_post {
        padding: 25px 20px;
    }
    .latest_post_list_link p {
        font-size: 14px;
        line-height: 24px;
    }
    .footer_address_list_title h4{
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .zoom-image {
        height: 295px;
    }
    .offcanvas_cart_product {
        width: 300px;
    }
    .offcanvas_cart_product_name h5 {
        font-size: 14px;
    }
    .offcanvas_cart_product_close_btn {
        font-size: 16px;
    }
    .offcanvas_cart_product_list {
        max-height: 300px;
    }



}

@media screen and (max-width: 576px) {
    .featured_product_image {
        height: 100px;
    }
    .featured_product_name_link {
        font-size: 14px;
        line-height: 20px;
    }
    .featured_product_content {
        padding: 10px;
    }
    .single_product_add_to_cart_link {
        width: 120px;
    }



}

@media screen and (max-width: 500px) {
    .review-summery {
        padding: 10px;
    }
    .avg-rating-count span {
        font-size: 25px;
        line-height: 31px;
    }
    .avg-rating-star span {
        font-size: 10px;
        line-height: 27px;
    }
    .avg-rating-bar-percentage {
        width: 52px;
        text-align: right;
    }
    .avg-rating-bar-percentage span {
        font-size: 12px;
    }
    .avg-rating-bar span {
        height: 7px;
    }
    .avg-rating-bar {
        height: 7px;
    }
    .customer-comments-head h4 {
        font-size: 18px;
    }
    .customer-rating span {
        font-size: 10px;
        line-height: 20px;
    }
    .customer-name h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .comments-date span {
        font-size: 14px;
        line-height: 24px;
    }
    .customer-name-on-date {
        display: block;
    }
    .comments-date {
        line-height: 0px;
    }
    .customer-on {
        display: none;
    }
    .customer-comments {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
    .customer-image {
        margin-right: 8px;
    }
    .review-form-title h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .review-form-title p {
        font-size: 14px;
    }
    .review-form-rating span {
        font-size: 10px;
        line-height: 20px;
    }
    .review-form-rating label {
        font-size: 14px;
    }
    .review-form-btn {
        margin-top: 10px;
    }
    .review-form-btn-link {
        padding: 8px 13px;
        font-weight: 400;
    }
    .specifications_table .table tbody tr td {
        font-size: 14px;
        line-height: 24px;
    }

    .chatting_box_content {
        width: 300px;
    }
    .customer_chatting_message_say {
        width: 200px;
    }
    .me_chatting_message {
        width: 200px;
    }
    .customer_chatting_box_body {
        max-height: 250px;
    }
    .customer_send_message_input input {
        width: 100%;
    }

}
@media screen and (max-width: 375px) {

}

@media screen and (max-width: 350px) {

}

.product_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_pagination p.small.text-muted{
    display: none
}

.custom_category_product_card{
    margin-bottom: 15px
}

.custom_category_product_card h4 {
    font-size: 16px;
    padding: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.single_product_accordion a {
    color: #333!important;
}

.single_product_accordion a:hover {
    color: #0d6efd!important;
}
.read-more a {
    background: #1CA3DE;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 5px;
}
