a:hover{ color: #009d4d;}
a:hover, button:hover{ text-decoration: none;}
a, button,input,select,textarea{ transition:all 0.25s ease-in 0s; -webkit-transition:all 0.25s ease-in 0s; -moz-transition:all 0.25s ease-in 0s;-o-transition: all 0.25s ease-in 0s; outline:none;}
a:focus, button:focus{ border:0; outline:none;}
img { max-width:100%; vertical-align:middle; border:none;}

.container img{ margin: 0;}
#header_wrap{ overflow: visible !important; z-index: 3;}
.filters_open #header_wrap{ z-index: 2;}
.filters_open #productList_wrap{ overflow: visible !important;}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header_outer {
    width: 100%;
}


/*********************************
3. Header
*********************************/

.header {
    position: relative;
    width: 100%;
    z-index: 10;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.header.scrolled .top_bar {
    display: none;
}

.top_bar_contact {
    display: inline-block;
}

.top_bar_contact_item {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    margin-right: 40px;
    color: #333;
}

.top_bar_contact_item:not(:first-child) {
    margin-right: 0px;
}

.top_bar_contact_item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top_bar_contact_item a:hover {
    color: #8a8a8a;
}

.top_bar_contact_item:last-child {
    margin-right: 0px;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.standard_dropdown{ margin: 0; padding: 0;}
.standard_dropdown li {
    display: inline-block;
    position: relative;
    height: auto;
}

.standard_dropdown li li {
    display: block;
    width: 100%;
}

.standard_dropdown li li a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    font-size: 16px;
}

.standard_dropdown li:last-child a {
    border-bottom: none;
}

.standard_dropdown li.hassubs > a i {
    display: inline-block;
    margin-left: 5px;
}

.standard_dropdown li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 56px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.standard_dropdown li a:hover {
    color: #009d4d;
}

.standard_dropdown li a i {
    display: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 12px;
}

.standard_dropdown li ul {
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.standard_dropdown li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important;
}

.top_bar_user {
    display: inline-block;
    margin-left: 35px;
}

.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px;
}

.user_icon img {
    width: 100%;
}

.top_bar_user div {
    display: inline-block; position: relative;
}

.top_bar_user div:nth-child(2), .top_bar_user div:nth-child(3) {
    margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after, .top_bar_user div:nth-child(3)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}

.top_bar_user a {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top_bar_user a:hover {
    color: #8a8a8a;
}

/*********************************
3.2 Header Main
*********************************/

.header_main {
    z-index: 1;
    position: relative;
}

.logo_container {
    height: 90px;
}

.logo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo a {
    font-size: 36px;
    font-weight: 500;
    color: #009d4d;
}
.logo img{ max-height: 70px;}

.header_search {
    height: 90px;
}

.header_search_content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_search_form_container {
    width: 100%;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.header_search_form {
    width: 100%;
    height: 100%;
}
.header_search_form .dropdown-menu{ width: 100%;}
.header_search_form .dropdown-menu li a{ white-space: normal;}

.header_search_input {
    display: block;
    position: relative;
    width: calc((100% - 50px) * 0.601);
    height: 100%;
    line-height: 50px;
    border: none !important;
    outline: none !important;
    padding-left: 26px;
    color: #7f7f7f;
    float: left;
    border-radius: 7px;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder

/* older Firefox*/
    {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder

/* Firefox 19+ */
    {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}


.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #009d4d;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wishlist_cart {
    height: 90px;
}

.wishlist {
    margin-right: 50px;
}

.wishlist_icon img {
    width: 100%;
}

.wishlist_content {
    margin-left: 14px;
}

.wishlist_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wishlist_text a:hover {
    color: #009d4d;
}

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
}

.cart_count {
    position: absolute;
    bottom: -1px;
    right: -14px;
    min-width: 23px;
    height: 23px;
    background: #009d4d;
    border-radius: 50%;
    text-align: center;
    padding: 0 4px;
}

.cart_count span {
    display: block;
    line-height: 21px;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.cart_icon{
    position: relative;
}
.cart_icon img {
    width: 100%;
}

.cart_content {
    margin-left: 28px;
}

.cart_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_text a:hover {
    color: #009d4d;
}

.cart_price {
    font-size: 15px;
    color: #a3a3a3;
    margin-top: -2px;
    font-weight: 400;
}

/*********************************
3.3 Main Navigation
*********************************/

.main_nav {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #FFFFFF;
}

.main_nav_content {
    width: 100%;
    height: 60px;
}

.cat_burger {
    width: 25px;
    height: 14px;
}

.cat_burger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: all 300ms ease-in-out;
}

.cat_burger span:nth-child(2) {
    top: 6px;
}

.cat_burger span:nth-child(3) {
    top: 12px;
}

.main_nav_dropdown li {
    margin-right: 35px;
}

.main_nav_dropdown li:last-child {
    margin-right: 0px;
}

.main_nav_dropdown li a {
    font-size: 16px;
    font-weight: 500;
    color: #253D4E;
    line-height: 60px;
}

.main_nav_dropdown li.active a {
    color: #009d4d;
}

.main_nav_dropdown li li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
}

.menu_trigger_container {
    display: none;
    width: auto;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
}

.menu_trigger {
    height: 100%;
}

.menu_burger_inner {
    display: inline-block; position: relative;
}

.menu_trigger_text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
}

/*********************************
3.4 Page Menu
*********************************/

.page_menu {
    margin-top: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content {
    height: 0px;
    background: #009d4d;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page_menu_search .twitter-typeahead{ width: 100%;}

.page_menu_search_input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

.page_menu_item > a {
    display: block;
    color: #FFFFFF !important;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_menu_item > a:hover {
    color: #b5aec4;
}

.page_menu_item a i {
    display: none;
    margin-left: 8px;
}

.page_menu_item.has-children > a > i {
    display: inline-block;
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
    padding: 0; list-style: none;
}

.page_menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px !important;
}

.page_menu_selection li a {
    display: block;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
    color: #b5aec4;
}

.page_menu_selection li:last-child a {
    border-bottom: none;
}

.menu_contact_item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 56px;
    margin-right: 40px;
    color: #FFFFFF;
}

.menu_contact_item:not(:first-child) {
    margin-right: 0px;
}

.menu_contact_item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 56px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_contact_item a:hover {
    color: #8a8a8a;
}

.menu_contact_item:last-child {
    margin-right: 0px;
}

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    font-size: 24px;
    vertical-align: -6px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

#product_form #clearSelected{cursor: pointer;}
.checkout_order_review .table .order-attribute-show, .myaccount_content .table .order-attribute-show{margin: 0;font-size: 11px;font-weight: 700;color: #777777;}
/*=================Home=Page=Css===============================*/
.proAccount_btn a{ background: #009d4d; color: #fff; padding: 2px 15px; font-size: 15px; font-weight: 500; line-height: 40px; display: inline-block;}
.page_menu_nav{ margin: 0; padding: 0;}
.subscribe_form form{ width: 690px; position: relative; margin: 0 auto;}
.subscribe_form form input{ width: 100%; padding: 10px 224px 10px 20px; border: 2px solid #e5e5e5; background: none; color: #333; border-radius: 5px;}
.subscribe_form form button{ position: absolute; right: 0; top: 0; font-size: 16px; font-weight: 500; text-align: center; padding: 0 60px; background: #009d4d; color: #fff; height: 100%; border: 0; border-radius: 5px; text-transform: capitalize; cursor: pointer;}
.subscribe_form form button:hover{ background: #000;}
#newsltter_wrap{ border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
#footer{ border-top: 1px solid #e5e5e5; margin-top: -1px;}

.prdBx{ margin-bottom: 35px; position: relative;}
.prdBx figure img{ width: 100%;}
.wishlist_remove{ font-weight: 500; text-align: center; margin-bottom: 9px;}
.wishlist_remove i{ margin-right: 4px;}
.prd_catgory .card{ margin-bottom: 15px; border-radius: 0; border-color: #e5e5e5;}
.prd_catgory .card-header{ background: #e5e5e5; border-radius: 0; padding: 0; border: 0;}
.prd_catgory .card-header h5{ margin: 0;}
.prd_catgory .card-header button{ display: block; width: 100%; cursor: pointer; background: no-repeat; border: 0; color: #333; font-weight: 500; padding: 15px; text-align: left;}
.prd_catgory .card-header button:after{ content: "\f123"; font-family: "Ionicons"; float: right;}
.prd_catgory .card-header button[aria-expanded="true"]:after{ transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.prd_catgory .card-body{ padding: 15px;}
.prd_catgory .card-body ul{ margin: 0; padding: 0; list-style: none;}
.prd_catgory .card-body ul li{ font-weight: 400; padding: 4px 0;}
.prd_catgory .card-body ul li a .icon{ float: right;}
.prd_catgory .card-body ul li ul{ padding-left: 15px; padding-top: 8px;}
.prd_catgory .card-body ul li ul li:before{ content: "-"; margin-right: 7px; font-weight: 500;}

.featured_prd{ margin-top: 30px;}
.Featured_item{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; display: flex; align-items: stretch; flex-direction: row;}
.Featured_item:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: 0;}
.Featured_img{ flex: 0 0 auto; overflow: hidden; margin-right: 15px;}
.Featured_img img{ max-width: 75px;}
.Featured_info{ flex: 1 1 auto;}
.Featured_info h3{ font-size: inherit !important; margin: 0 0 7px !important;}


/*=================Product=List=Page=Css===============================*/
.shop_loop_head{ display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}
.woocommerce_breadcrumb{ font-size: 15px; font-weight: 400; letter-spacing: 0;}
.woocommerce_breadcrumb a{ color: #8E8E8E;}
.woocommerce_breadcrumb a:hover{ color: #585858;}
.woocommerce_breadcrumb a:after{ content: "/"; margin-left: 5px;}
.woocommerce_breadcrumb span{ font-weight: 600; margin-right: 15px;}
.orderBy{ display: flex; flex-wrap: wrap; align-items: center; font-weight: 400; font-size: 15px;}
.orderBy .form-group{ margin: 0 25px 0 11px;}
.orderBy .form-group .form-control{ border-radius: 0; box-shadow: none; font-size: 15px;}
.result_count{ display: none;}
.prdSidebar_show{ display: none;}
.filter_close{ display: none;}
#productList_wrap{ z-index: 2;}
.wishlistIcon{ position: absolute; right: 10px; top: 10px; background: #fff; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); width: 50px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 30px; opacity: 0; transform: translateX(20px) translateZ(0); transition: all .3s ease;}
.prdBx:hover .wishlistIcon{ opacity: 1; transform: translateY(0) translateZ(0);}

/*=================Product=Detail=Page=Css===============================*/
.single_breadcrumbs{ margin: 7px 0 25px;}
.single_breadcrumbs .woocommerce_breadcrumb{ font-size: 13px; font-weight: 500;}
.single_breadcrumbs .woocommerce_breadcrumb span{ font-weight: 500;}
.product_variant .quantity .qty{ border: 2px solid #009d4d; width: 90px; height: 50px; font-size: 16px; font-weight: 600; color: #009d4d; border-radius: 5px; padding: 10px; text-align: center;}
.product_variant .single_add_to_cart_button{ font-weight: 500 !important; line-height: 2.13 !important;}
.product_variant .single_add_to_wishlist_button{ font-weight: 500 !important; line-height: 2.13 !important;}
.product_variant .single_add_to_wishlist_button.active{ background-color: rgb(0,157,77) !important; border: 0 !important; color: #fff !important;}
.product_variant .single_add_to_wishlist_button svg{ width: 25px; vertical-align: middle;}
.product_info{ border: 1px solid #ececec; border-radius: 15px; padding: 20px; flex-wrap: wrap;}
.product_info .nav-pills .nav-item{ padding: 5px 0;}
.product_info .nav-pills .nav-link{ border-radius: 30px; padding: 11px 20px; font-weight: 500; border: 1px solid #ececec; color: #777; margin-right: 10px; background: #fff; font-size: 14px;}
.product_info .nav-pills .nav-link:hover{ -webkit-transform: translateY(-3px); transform: translateY(-3px);}
.product_info .nav-pills .nav-link:hover, .product_info .nav-pills .nav-link.active{ color: #009d4d; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);}
.product_info .tab-content{ padding-top: 35px; color: #000;}
.product_info .tab-content p{ font-weight: 400; margin: 0 0 11px;}
.product_info .tab-content table{ width: 100% !important;}
.product_info .tab-content table tr th{ padding: 10px 20px; border: 1px solid #000; vertical-align: middle; font-weight: 500;}
.product_info .tab-content table tr td{ padding: 10px 20px; border: 1px solid #000; vertical-align: middle;}

.prd_detail_right ul{ list-style: initial; padding-left: 20px; color: #000;}
.prd_detail_right ul li{ font-weight: 400; font-size: 15px !important;}
.prd_detail_right .form-group{ font-size: 15px;}
.product_variant_details #calculated_price{ color: #009d4d; font-weight: 600; font-size: 18px; margin: 0;}
.product_variant_details .partDetails{ list-style: none; padding: 0;}
.product_variant_details .partDetails li{ font-weight: 400; margin: 7px 0; font-size: 14px !important; color: #606060;}
.product_variant_details .partDetails li span{ font-weight: 600; color: #333; margin-right: 7px; min-width: 120px; display: inline-block;}

.programming_notes label{ font-weight: 500 !important;}
.programming_notes label span{ color: red;}
.programming_notes textarea{ border: 1px solid rgb(221, 221, 221); padding: 15px; width: 100%; text-align: left; height: 90px;}

#thumbSlider .owl-nav{ margin: 0; position: absolute; left: 0; right: 0; top: 32%; display: flex; justify-content: space-between;}
#thumbSlider .owl-nav button{ margin: 0; background: none; position: relative; font-size: 30px; color: #333;}
#thumbSlider .owl-nav button span{ display: none;}
#thumbSlider .owl-nav button.owl-prev:before{ content: "\f124"; font-family: "Ionicons";}
#thumbSlider .owl-nav button.owl-next:before{ content: "\f125"; font-family: "Ionicons";}
#thumbSlider .owl-thumbs{ display: flex; flex-wrap: wrap;}
#thumbSlider .owl-thumbs .owl-thumb-item{ height:90px; width: calc(16.66% - 10px); background: none; border: 1px solid #ccc; margin: 5px; cursor: pointer;}
#thumbSlider .owl-thumbs .owl-thumb-item img{ max-width:100%; object-fit: contain; height: 100%;}


/*=================Cart=Page=Css===============================*/
.cartTbl .table{ border: 1px solid #DEDEDE; font-weight: 400;}
.cartTbl .table thead tr th{ color: #fff; background: #19262e; border: 0; font-weight: 500; vertical-align: middle; padding: 12px;}
.cartTbl .table tbody tr td{ border: 1px solid #DEDEDE; border-left: 0; border-right: 0; vertical-align: middle; color: #4E4B4B; padding: 12px; font-weight: 400;}
.cartTbl .product_thumbnail img{ max-width: 70px;}
.cartTbl .product_name{ max-width: 350px;}
.cartTbl .product_name p{ margin: 0; font-weight: 400;}
.cartTbl .product_quantity .form-control{ max-width: 70px; padding-right: 7px; padding-left: 10px; border-color: #bbb; box-shadow: none;}
.cartTbl .product_remove .remove{ display: block; font-size: 30px; height: 30px; width: 30px; line-height: 28px; text-align: center; border-radius: 100%; color: red; font-family: 'Arial'; background: none; cursor: pointer;}
.cartTbl .product_remove .remove:hover{ background: red; color: #fff;}
.cartTbl .actions{ text-align: right;}
.cartTbl .actions .coupon{ float: none; display: flex;}
.cartTbl .actions .coupon .form-control{ border-color: #DEDEDE; padding: 11px 20px; border-radius: 30px; box-shadow: none; font-weight: 500; margin-right: 10px;}
.cartTbl .actions .submitCoupon{ white-space: nowrap; line-height: 31px;}

.cart_totals{ padding-top: 30px; padding-bottom: 30px; display: flex; justify-content: flex-end;}
.cart_totals .cart_totals_inner{ width: 40%; padding: 25px; border: 3px solid #EFEFEF;}
.cart_totals .cart_totals_inner h2{ margin-top: 0;}
.cart_totals .table tr th{ border: 0; border-bottom: 1px solid #E6E6E6; font-size: 15px; padding: 12px; font-weight: 600; letter-spacing: 0.3px;}
.cart_totals .table tr td{ border: 0; border-bottom: 1px solid #E6E6E6; font-size: 15px; padding: 12px; text-align: right; font-weight: 500; letter-spacing: 0.3px;}
.cart_totals .table tr.order_total th, .cart_totals .table tr.order_total td{ font-size: 18px; font-weight: 600;}
.cart_totals .cart_totals_inner .remove{font-size: 20px; height: 24px; width: 24px; text-align: center; line-height: 22px; border-radius: 100%; color: red; font-family: 'Arial'; background: none; cursor: pointer;}
.cart_totals .cart_totals_inner .remove:hover{ background: red; color: #fff;}

/*=================Auth=Pages=Css===============================*/
.customer_login .row{ margin: 0 -40px;}
.customer_login .col-lg-6{ padding: 0 40px;}
.customer_login .form-group{ margin-bottom: 20px;}
.customer_login .form-group label{ font-weight: 400; font-size: 15px; letter-spacing: 0.3px; margin-bottom: 5px;}
.customer_login .form-group label .required{ color: #E01020;}
.customer_login .form-group .form-control{ border: 2px solid #DEDEDE; padding: 10px; box-shadow: none; border-radius: 0; line-height: normal; height: auto; font-size: 15px; font-weight: 400;}
input:autofill{ -webkit-box-shadow: 0 0 0 1000px #FFF inset !important; -webkit-text-fill-color: #777;}
.login_submit{ line-height: 31px; width: 100%;}
.login_form_footer{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.login_form_footer .login_rememberme{ margin-bottom: 0; cursor: pointer;}
.login_form_footer .login_rememberme input{ width: 20px; height: 20px; border: 2px solid #444; -webkit-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; vertical-align: -4px; margin-right: 5px; cursor: pointer;}
.login_form_footer .login_rememberme input:checked{ background-color: #444; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");}
.login_form_footer .login_rememberme span{ font-weight: 400; font-size: 15px;}
.login_form_footer .lost_password{ font-weight: 400; font-size: 15px;}
.col-register-text{ border-left: 1px solid rgba(119,119,119,0.2); text-align: center;}
.register_submit{ line-height: 31px;}
.login_register_divider{ display: none; align-items: center; justify-content: center; margin: 30px 0; text-transform: uppercase;}
.login_register_divider span{ padding: 0 20px; font-weight: 500;}
.login_register_divider:after, .login_register_divider:before{ content: ""; flex: 1 0 0; border-bottom: 1px solid rgba(119,119,119,0.2);}
.register-privacy-policy-text a{ color: #009d4d;}

/*=================Checkout=Page=Css===============================*/
#ds_checkoutform label{ letter-spacing: 0.2px; font-weight: 400;}
#ds_checkoutform .required{ color: red;}
#ds_checkoutform .appearance{ appearance:none; -webkit-appearance:none;}
#ds_checkoutform .form-check{ padding-left: 0; display: flex;}
#ds_checkoutform .form-check .form-check-input{ min-width: 24px; height: 24px; border: 2px solid #444; -webkit-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; vertical-align: -6px; margin: 0px 7px 0 0; cursor: pointer; position: static;}
#ds_checkoutform .form-check .form-check-input:checked{ background-color: #444; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");}
#ds_checkoutform .chekoutPayment .form-check label{ font-size: 15px; color: #666;}

.checkout_order_review{ padding: 30px; background: #F8F8F8; position: relative;}
.checkout_order_review:before, .checkout_order_review:after{ content: ""; position: absolute; left: 0; width: 100%; height: 10px; background-color: transparent; background-image: radial-gradient(farthest-side, rgba(0,0,0,0) 6px, #f8f8f8 0); background-size: 15px 15px;}
.checkout_order_review:before{ top: -10px; background-position: -3px -5px, 0 0;}
.checkout_order_review:after{ bottom: -10px; background-position: -3px 2px, 0 0;}
.order_summary_bx{ padding: 5px 15px; background-color: #FFF; box-shadow: 1px 1px 2px rgba(0,0,0,0.05);}
.order_summary_bx .table{ margin-bottom: 0;}
.order_summary_bx .table tr th, .order_summary_bx .table tr td{ max-width: 50%; width: 50%;}
.order_summary_bx .table tr th:last-child, .order_summary_bx .table tr td:last-child{ text-align: right;}
.order_summary_bx .table thead tr th{ padding: 15px 12px; border-top: 0; border-bottom: 2px solid #EFEFEF; color: #242424; text-transform: uppercase; font-weight: 600;}
.order_summary_bx .table tbody tr th{ padding: 15px 12px; border-bottom: 1px solid #E6E6E6; color: #242424; font-weight: 600; font-size: 15px;}
.order_summary_bx .table tbody tr td{ padding: 15px 12px; border-bottom: 1px solid #E6E6E6; color: #777; font-weight: 400; font-size: 15px;}
.order_summary_bx .table tbody tr td strong{ color: #777;}
.order_summary_bx .table tbody tr td .amount{ color: #009d4d; font-weight: 600;}
.order_summary_bx .table tbody tr.order_total th, .order_summary_bx .table tbody tr.order_total td{ font-size: 18px; border-bottom: 0;}
.order_summary_bx .table tbody{ border: 0;}

.payment_method_paypal p img{ max-height: 40px; margin: 0 11px;}
.payment_method_paypal .payment_box{ position: relative; padding: 15px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.05);}
.payment_method_paypal .payment_box:before{ content: ""; position: absolute; top: -7px; left: 25px; width: 0px; height: 0px; border-left: 7px solid transparent;
border-right: 7px solid transparent; border-bottom: 7px solid #fff;}

/*=================Faq=Page=Css===============================*/
.is-edit #accordion{ flex-direction: column;}
.faq_accordion .card{ border-radius: 0; border-color: #e5e5e5; margin-top: -1px;}
.faq_accordion .card-header{ border-radius: 0; padding: 0; background: none; border: 0;}
.faq_accordion .card-header button{ font-size: 18px; font-weight: 600; letter-spacing: 0.3px; padding: 21px; background: none; display: block; width: 100%; text-align: left; cursor: pointer; position: relative;}
.faq_accordion .card-header button:after{ content: "\f123"; font-family: "Ionicons"; font-weight: 500; font-size: 20px; position: absolute; right: 21px; top: 0;
bottom: 0; display: flex; align-items: center; transition: transform .2s ease-in-out;}
.faq_accordion .card-header button:not(.collapsed):after{ transform: rotate(-180deg);}
.faq_accordion .card-body{ border-top: 1px solid #e5e5e5; padding: 21px;}
.faq_accordion .card-body h4{ font-size: 18px; letter-spacing: 0; margin: 0 0 15px;}
.faq_accordion .card-body p{ font-weight: 400; color: #666; line-height: 1.8;}

/*=================Contact=and=Manufacturers=and=Design=Pages=Css===============================*/
#contact_wrap form label{ font-weight: 400;}
#contact_wrap .required{ color: red;}
.map_second{ display: none !important;}
.manufacturers_bx{ background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); margin: 15px 0; padding: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; transition: all 0.25s ease-in 0s;}
.manufacturers_bx:hover{ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); -webkit-transform: scale(1.15); transform: scale(1.15);}
.triangle_shadow{ position: relative; z-index: 0;}
.triangle_shadow:before{ content: ""; position: absolute; box-shadow: 0 15px 10px rgba(0,0,0,0.6); left: 5px; right: 50%; bottom: 8px; height: 30%; z-index: -1;
border-radius: inherit; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: skewY(-6deg); transform: skewY(-6deg);}
.triangle_shadow:after{ content: ""; position: absolute; box-shadow: 0 15px 10px rgba(0,0,0,0.6); left: 50%; right: 5px; bottom: 8px; height: 30%; z-index: -1;
border-radius: inherit; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: skewY(6deg); transform: skewY(6deg);}

/*=================Pro=Accounts=Page=Css===============================*/
.pambx{ border: 1px solid #d6d6d6; padding: 20px; text-align: center; width: 100%;}
.pamImage img{ object-fit: cover;}
.custom_checkbx input{ width: 24px; height: 24px; border: 2px solid #444; -webkit-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; vertical-align: -6px; margin: 0; cursor: pointer; position: absolute; left: 0;}
.custom_checkbx input:checked{ background-color: #444; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");}
.custom_checkbx label{ padding-left: 30px;}

/*=================Roi=Calculator=Page=Css===============================*/
#roicalculator_form label{ font-weight: 400;}
#roicalculator_form .required{ color: red;}
#roicalculator_form textarea{ border: 1px solid #dcdcdc; border-radius: 4px; color: #57665E; padding: 10px 10px 10px 40px; height: 190px; resize: none; width: 400px; background: #fff url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0zIDIxaDE4di0ySDN2MnptMC00aDE4di0ySDN2MnptMC00aDE4di0ySDN2MnptMC00aDE4VjdIM3Yyem0wLTZ2MmgxOFYzSDN6IiBmaWxsLW9wYWNpdHk9IjAuMyIgLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+") 10px 10px no-repeat;}
#roicalculator_form input{ border: 1px solid #dcdcdc; border-radius: 4px; color: #57665E; padding: 10px; width: 400px; background-color: #fff;}
#roicalculator_form input:read-only{ padding-left: 40px; background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik05IDE2LjJMNC44IDEybC0xLjQgMS40TDkgMTkgMjEgN2wtMS40LTEuNEw5IDE2LjJ6IiBmaWxsLW9wYWNpdHk9IjAuMyIgLz4KPC9zdmc+"); background-repeat: no-repeat; background-position: 10px 10px;}

/*=================Portfolio=Page=Css===============================*/
.portfolio_bx{ position: relative; margin-bottom: 30px;}
.portfolio_bx figure{ overflow: hidden; background: #000;}
.portfolio_bx figure img{ width: 100%; transition: transform .5s ease, opacity .5s ease;}
.portfolio_bx:hover figure img{ transform: scale(1.09); opacity: 0.5;}
.portfolio_bx figcaption{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: center; padding: 25px; text-align: center;}
.portfolio_bx figcaption p{ font-weight: 400; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: .3px; margin: 0 0 10px; overflow: hidden; opacity: 0; transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transform: translateY(15px);}
.portfolio_bx:hover figcaption p{ opacity: 1; transform: translateY(0);}
.portfolio_bx figcaption h3{ letter-spacing: 0; margin: 0; color: #fff; text-transform: uppercase; overflow: hidden; opacity: 0; transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transform: translateY(-15px);}
.portfolio_bx:hover figcaption h3{ opacity: 1; transform: translateY(0);}
.portfolio_bx .project_link{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}

/*=================Blog=and=Blog=Detail=and=Change=order=Pages=Css===============================*/
.post_info{ padding: 10px 0; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc;}
.post_info > div{ display: inline-block; margin-right: 25px;}
.post_info > div:last-of-type{ margin-right: 0;}
.post_actions{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.post_actions > div{ font-weight: 500;}
form.changeOrder_form label{ font-weight: 400;}
form.changeOrder_form .required{ color: red;}

/*=================My=Account=Pages=Cs============================s===============================*/
.myaccount_nav{ width: 25%; background: #F8F8F8; padding:20px; border-radius: 7px;}
.myaccount_nav ul{ margin: 0; padding: 0; list-style: none;}
.myaccount_nav li a{ padding:12px 0; display: block; border-bottom:1px solid rgba(0,0,0, 0.10); border-radius:5px; color: #000; text-decoration: none; font-weight: 500;}
.myaccount_nav li a .icon{ margin-right:7px; font-size: 18px;}
.myaccount_nav li a:hover, .myaccount_nav li.active a{ padding:12px 0 12px 10px; color:#fff; background: #19262e;}
.myaccount_nav li:last-child a{ border-bottom:none;}

.myaccount_content{ width: 72%;}
.profile_address_bx{ border: 1px solid #DEDEDE; width: 100%;}
.profile_address_title{ padding: 15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid #DEDEDE;}
.profile_address{ padding: 15px;}
.profile_address p{ margin-bottom: 0; word-wrap: break-word;}
.profile_address p strong{ color: #19262e; font-weight: 600; min-width: 90px; display: inline-block;}

.order_tbl .table thead tr th{ color: #fff; background: #19262e; border-color: #637d8c; border-bottom: 0; font-weight: 500; vertical-align: middle; padding: 12px 15px; font-size: 15px; text-transform: uppercase;}
.order_tbl .table tbody tr td{ vertical-align: middle; color: #666; padding: 12px 15px; font-weight: 400; font-size: 15px;}
.order_tbl .table tbody tr td span{ font-weight: 500;}
.order_tbl .table tbody, .order_tbl .table tfoot{ border: 0;}
.order_tbl .table tfoot tr th{ font-weight: 600; vertical-align: middle; padding: 12px 15px; font-size: 15px;}
.order_tbl .table tfoot tr td{ font-weight: 400; vertical-align: middle; color: #666; padding: 12px 15px; font-size: 15px;}
.order_tbl .table tfoot tr td span{ font-weight: 600;}

.payOrder_tbl .order_tbl .table thead tr th{ background: none; border: 0; color: #111; font-weight: 600; padding: 12px 10px;}
.payOrder_tbl .order_tbl .table tbody tr td{ padding: 12px 10px;}
.payOrder_tbl .order_tbl .table tbody tr td span{ color: #666;}
.payOrder_tbl .order_tbl .table tfoot tr td{ text-align: right; padding: 12px 10px;}
.payOrder_tbl .order_tbl .table tfoot tr td small{ display: block; color: #666;}
.payOrder_tbl .order_tbl .table tfoot tr th{ padding: 12px 10px;}
.payOrder_tbl .order_tbl .table tfoot tr.order_total th, .payOrder_tbl .order_tbl .table tfoot tr.order_total td{ font-size: 20px; border-bottom: 1px solid #dee2e6;}

/*Other css*/
.invalid-feedback{ display: block; color: #dc3545 !important; font-weight: 400;}
.custom_pagination ul{ margin: 20px 0 0; justify-content: center; flex-wrap: wrap;}
.custom_pagination ul li a, .custom_pagination ul li span{ display: block; color: #333; background: #fff; border: 1px solid #dee2e6; width: 42px; height: 42px; line-height: 42px; text-align: center; margin: 4px; font-weight: 400;}
.custom_pagination ul li a:hover, .custom_pagination ul li span:hover{ background: #e9ecef; border-color: #dee2e6;}
.custom_pagination ul li.active span{ background: #333; border-color: #333; color: #fff;}
.custom_pagination ul li.disabled span{ color: #6c757d; pointer-events: none; cursor: auto; border-color: #dee2e6;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link{ font-weight: 400; border-radius: 0; line-height: 40px !important; padding: 0 12px  !important; min-width: 42px !important; text-align: center;}
table.table-bordered.dataTable{ border-right-width: 1px !important;}

.loader{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 4; background: rgba(0,0,0,0.7); display: none; align-items: center; justify-content: center;}
.loader .loader_img img{ max-width: 80px; border-radius: 7px;}
.tt-menu{ text-align: left;}
.coupon_code{ padding: 2px 5px 5px; background: #009d4d; color: #fff; border-radius: 4px; font-weight: 500; margin-right: 5px; font-size: 14px;}
.coupon_code .badge{ font-size: 10px; font-weight: 600;}
.percent_off{ font-size: 13px;}
.remove_coupon_code{ line-height: 0.7;}
.remove_coupon_code .icon{ color: #fff; font-size: 11px;}
#product_form .programming_notes{ padding: 20px 0 15px;}
#product_form .programming_notes label{ margin-bottom: 0;}
#product_form .programming_notes p{ margin-top: 5px; font-size: 14px; font-weight: 400; color: #606060;}
.product_info_outer{ padding-top: 40px;}

/*Mini cart css*/
body.clear{ overflow: hidden;}
.def-btn{ height: 50px;	line-height: 50px; padding: 0 40px; background: #009d4d; color: #fff; font-size: 16px; font-weight: 500; text-transform: uppercase;	-webkit-transition: 0.3s; transition: 0.3s;}
.header-cart-wrap{ position: fixed; top: 0; bottom: 0; right: 0; width: 400px; background: rgba(0, 0, 0, 0.7); display: flex; justify-content: flex-end; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.6s ease-in; transition: all 0.6s ease-in; z-index: 999;}
.header-cart-wrap.active{ width: 100%; -webkit-transform: translateX(0); transform: translateX(0);}
.header-cart-wrap.active .cart-list{ -webkit-transform: translateX(0); transform: translateX(0);}
.header-cart-wrap .cart-list{ background: #ffffff; width: 400px; height: 100%; -webkit-transform: translateX(100%); transform: translateX(100%); overflow-y: scroll; -webkit-transition: 0.6s; transition: 0.6s;}
.header-cart-wrap .cart-list .title{ display: flex; justify-content: space-between; align-items: center; padding: 20px 20px; background: #e8e8e8; position: sticky; top: 0;}
.header-cart-wrap .cart-list .title h3{ font-size: 20px; text-transform: uppercase; color: #222222; letter-spacing: 0; margin: 0;}
.header-cart-wrap .cart-list .title button{ width: 35px; height: 35px; line-height: 33px; background: #009d4d; border: 1px solid #009d4d; border-radius: 5px;   padding: 0; color: #ffffff; font-size: 18px; cursor: pointer;}
.header-cart-wrap .cart-list .title button:hover{ background: #ffffff; color: #009d4d;}
.header-cart-wrap .cart-list ul{ padding: 25px; border-bottom: 1px dashed #ddd; margin-bottom: 0;}
.header-cart-wrap .cart-list ul li{ display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px dashed #ddd;}
.header-cart-wrap .cart-list ul li:first-child{ padding-top: 0;}
.header-cart-wrap .cart-list ul li:last-child{ padding-bottom: 0; border-bottom: 0;}
.header-cart-wrap .cart-list ul li a{ display: flex; align-items: center; gap: 20px;}
.header-cart-wrap .cart-list ul li a .part-img{ width: 80px; overflow: hidden;}
.header-cart-wrap .cart-list ul li a .part-txt{ width: calc(100% - 100px);}
.header-cart-wrap .cart-list ul li a .part-txt .name{ display: block; font-size: 16px; line-height: 1.3; font-weight: 600; color: #222222; margin-top: -4px;  margin-bottom: 8px;}
.header-cart-wrap .cart-list ul li a .part-txt .qty{ display: block; font-size: 14px; line-height: 100%; color: #606060; font-weight: 500; margin-bottom: -2px;}
.header-cart-wrap .cart-list ul li a .part-txt .qty i{ margin: 0 3px; font-size: 13px;}
.header-cart-wrap .cart-list ul li button{ padding: 0; font-size: 24px; color: #606060; background: none; line-height: 100%; cursor: pointer;}
.header-cart-wrap .cart-list ul li button:hover{ color: #009d4d;}
.header-cart-wrap .cart-list .total{ padding: 25px; position: sticky; bottom: 166px; background: #fff;}
.header-cart-wrap .cart-list .total p{ font-size: 16px; line-height: 100%; color: #222222; margin-top: -1px; margin-bottom: -2px; font-weight: 500;}
.header-cart-wrap .cart-list .total p span{ float: right; font-weight: 600; color: #009d4d;}
.header-cart-wrap .cart-list .btn-box{ padding: 25px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; border-top: 1px dashed #ddd; position: sticky; bottom: 0; background: #fff;}
.header-cart-wrap .cart-list .btn-box .def-btn{ width: 100%; text-align: center;}
.header-cart-wrap .cart-list .btn-box .def-btn:first-child{ background: #222222;}
.header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover{ background: #009d4d; color: #ffffff;}
.header-cart-wrap .cart-list .btn-box .def-btn:hover{ background: #222222; color: #ffffff;}

/*Tree View css*/
#simple-treeview{ height: auto !important;}
#simple-treeview ul li{ padding-left: 0; margin-bottom: 15px;}
#simple-treeview ul li:last-of-type{ margin-bottom: 0;}
#simple-treeview ul li .dx-item{ background: #e5e5e5; padding: 14px;}
#simple-treeview ul li .dx-item a{ font-weight: 500; letter-spacing: 0; color: #333;}
#simple-treeview ul li .dx-treeview-toggle-item-visibility{ left: auto; right: 0; top: 0; width: 40px; height: 52px; display: flex; align-items: center; justify-content: center;}
#simple-treeview ul li .dx-treeview-toggle-item-visibility:before{ content: "\f125"; position: static; width: auto; margin: 0; font-family: "Ionicons"; font-size: 16px;}
#simple-treeview ul li .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before{ content: "\f123";}
#simple-treeview ul li .dx-treeview-node-container-opened{ border: 1px solid #e5e5e5; padding: 14px;}
#simple-treeview ul li .dx-treeview-node-container-opened ul{ border: 0; padding: 0;}
#simple-treeview ul li .dx-treeview-node-container-opened ul li .dx-item .dx-item-content:before{ content: "-"; margin-right: 7px; font-weight: 500;}
#simple-treeview ul li .dx-treeview-node-container-opened .dx-item{ background: none; padding: 0;}
#simple-treeview ul li .dx-treeview-node-container-opened .dx-treeview-toggle-item-visibility{ width: 11px; height: 32px;}

/*Product Filter css*/
.filterForm_fld{ margin-bottom: 20px;}
.filterForm_fld h4{ font-size: 16px; font-weight: 600; margin: 0 0 15px;}
.filterForm_fld select.select-filter { display: none;}
.filterForm_fld .select2-container .select2-selection--single{ height: auto;}
.filterForm_fld .select2-container--default .select2-selection--single .select2-selection__rendered{ border: 1px solid #D7D7D7; border-radius: 4px; padding: 8px 15px; cursor: pointer; position: relative; margin-bottom: 10px;}
.filterForm_fld .select2-container--default .select2-selection--single .select2-selection__rendered:after{ content: "\f123"; font-family: "Ionicons"; position: absolute; right: 15px; top: 7px; font-size: 18px; color: #777;}
.select2-container--open .select2-dropdown--below{ border-top: 1px solid #aaa !important; border-radius: 4px !important; padding: 15px;}
.select2-search--dropdown{ padding: 0 !important; margin-bottom: 15px; position: relative;}
.select2-search--dropdown:after{ content: "\f4a4"; font-family: "Ionicons"; position: absolute; right: 15px; top: 5px; font-size: 24px; color: #ccc;}
.select2-search--dropdown .select2-search__field{ border: 2px solid #ddd; padding: 8px 12px !important; font-size: 14px; color: #777;}
.active_filter{ margin-bottom: 20px; display: inline-block;}
.active_filter a{ border: 1px solid #009d4d; border-radius: 5px; color: #333; font-size: 14px; font-weight: 500; margin: 0 5px 5px 0; padding: 4px 15px 3px; display: inline-block; position: relative;}
.active_filter a:after{ content: "\f129"; font-family: "Ionicons"; position: absolute; right: -5px; top: -5px; background: #009d4d; border-radius: 50px; width: 16px; height: 16px; color: #fff; font-size: 10px; text-align: center; line-height: 16px;}


/*  06-11-2023  SiteMap Page Css*/

#ds_html_site_map{
    width: 100%;
}

.site-map-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.site-map-wrapper ul{
    width: calc(33.33% - 20px);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.site-map-wrapper .title{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.site-map-wrapper ul li{
    
    margin-bottom: 8px;
    position: relative;
    padding-left: 14px;
    
}
.site-map-wrapper ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.site-map-wrapper ul li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #666;
}
/****************************************************************************************************************************************************************
Responsive Css Start
****************************************************************************************************************************************************************/

@media (min-width: 1200px) {
    .container{ max-width: 1300px !important;}
    .is-content-1300{ max-width: 1325px;}

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

    .main_nav_dropdown li{ margin-right: 27px;}
    .main_nav_dropdown li a{ font-size: 16px;}
    .container{ max-width: 100%;}
    
    .shop_loop_head{ align-items: stretch; flex-direction: column;}
    .result_count{ display: block;}
    .woocommerce_breadcrumb{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px solid #e5e5e5;}
    .orderBy{ justify-content: space-between;}
    .orderBy span{ display: none;}
    .orderBy .page_amount{ display: none;}
    .orderBy .form-group{ margin: 0;}
    .prdSidebar_show{ display: block; font-weight: 500; cursor: pointer;}
    .prdSidebar_show .icon{ font-size: 34px; vertical-align: middle; margin-right: 7px;}
    .filter_close{ display: block; padding: 15px; border-bottom: 1px solid #e5e5e5; font-weight: 500; cursor: pointer; text-align: right;}
    .filter_close .icon{ font-size: 25px; vertical-align: middle; margin-right: 7px;}
    
    .prdSidebar{ display: flex; flex-direction: column; margin: 0; padding: 0; max-width: none; width: 320px; background: #fff; position: fixed; top: 0; bottom: 0; left: 0; right: auto; overflow-y: auto; z-index: 500; transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0); transition: transform .25s ease; -webkit-transition: transform .25s ease;}
    .filters_open{ overflow: hidden;}
    .filters_open .prdSidebar{ transform: none; box-shadow: 0 0 0 5000px rgba(0,0,0,0.7);}
    .prd_filter{ padding: 30px 20px 0;}
    .prd_filter .filterForm_fld{ margin-bottom: 0;}
    .prd_filter .filterForm_fld h4{ /*font-size: 20px;*/ font-weight: 600; /*text-transform: uppercase;*/ letter-spacing: 0px; margin: 0 0 15px;}
    .prd_catgory{ padding: 30px 20px 0;}
    .featured_prd{ padding: 0 20px 30px;}
    .single_breadcrumbs .woocommerce_breadcrumb{ display: block;}
    .cart_totals .cart_totals_inner{ width: 50%;}
    .csb{ position: fixed; left: 0; z-index: 350; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.17); border-radius: 0 50px 50px 0; width: 50px; text-align: center;}
    
    .myaccount_nav{ width: 28%;}
    .myaccount_content{ width: 70%;}
    .order_tbl .table.orderTbl{ border: 0;}
    .order_tbl .table.orderTbl thead{ display: none;}
    .order_tbl .table.orderTbl tbody tr{ display: block; border: 1px solid #DEDEDE; border-bottom: 0; margin-top: 20px;}
    .order_tbl .table.orderTbl tbody tr:first-of-type{ margin-top: 0;}
    .order_tbl .table.orderTbl tbody tr td{ display: block; text-align: right !important; border: 0; border-bottom: 1px solid #DEDEDE;}
    .order_tbl .table.orderTbl tbody tr td:before{ content: attr(data-title) ""; font-weight: 600; float: left; text-transform: uppercase; color: #111;}
    
    #thumbSlider .owl-thumbs .owl-thumb-item{ width: calc(25% - 10px);}

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

    .header_search{ height: 50px;}
    .custom_dropdown{ text-align: left;}
    .main_nav{ margin-top: 25px; border-top: 0; border-bottom: 0; overflow: hidden;}
    .main_nav .container{ padding: 0;}
    .main_nav_menu{ display: none;}
    .logo_container, .wishlist_cart{ height: 100px;}
    .main_nav_content{ background: #009d4d; height: 50px;}
    .menu_trigger_container{ display: block;}
    
    .menu_open span:nth-child(2){ opacity: 0;}
    .menu_open span:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 5px;}
    .menu_open span:last-child { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 5px;}

    .top_bar{ height: 40px;}
    .top_bar_contact_item{ font-size: 13px; margin-right: 20px; line-height: 40px;}
    .top_bar_contact_item a{ font-size: 13px; line-height: 40px;}
    .top_bar_icon{ margin-right: 4px;}
    .top_bar_icon img{ width: 70%;}
    .top_bar_menu{ display: none;}
    .top_bar_user a{ font-size: 13px; line-height: 40px;}
    .user_icon{ -webkit-transform: translateY(-1px); -moz-transform: translateY(-1px); transform: translateY(-1px); width: 12px;}
    .proAccount_btn{ display: none;}
    
    .product_info_outer{ padding: 0 0 35px;}
    /*.product_info{ padding: 25px;}
    .product_info .nav-pills li{ margin-bottom: 15px;}*/
    .product_info .tab-content{ padding-top: 20px;}
    
    .cartTbl .table{ border: 0;}
    .cartTbl .table thead{ display: none;}
    .cartTbl .table tbody tr{ display: block; border: 1px solid #DEDEDE; border-bottom: 0; margin-bottom: 25px;}
    .cartTbl .table tbody tr td{ display: block; text-align: right; border-top: 0;}
    .cartTbl .product_name{ max-width: 100%;}
    .cartTbl .product_thumbnail{ display: none !important;}
    .cartTbl .table tbody tr td:before{ content: attr(data-title) " : "; font-weight: 600; float: left; color: #000;}
    .cartTbl .table tbody tr td.product_remove:before{ display: none;}
    .cartTbl .table tbody tr td.actions:before{ display: none;}
    .cartTbl .product_quantity .form-control{ display: inline-block;}
    .cartTbl .product_name p{ display: none;}
    
    .cart_totals{ padding-top: 0;}
    .cart_totals .cart_totals_inner{ width: 100%;}
    .cart_totals .order_tbl .table tbody tr{ margin-top: -1px;}
    .cart_totals .order_tbl .table tbody tr td:first-child{ display: none;}
    .login_register_divider{ display: flex;}
    .map_first{ display: none !important;}
    .map_second{ display: flex!important;}
    .blog_content{ margin-top: -13px; z-index: 1;}
    
    .myaccount_nav{ width: 100%; margin-bottom: 30px;}
    .myaccount_content{ width: 100%;}
    #thumbSlider{ margin-bottom: 35px;}
    
}
@media only screen and (max-width: 767px) {
    
    .header_search{ display: none;}
    .page_menu_search{ display: block;}
    .main_nav{ margin-top: 0px;}
    .subscribe_form form{ width: 100%;}
    .is-container{ padding-left: 20px; padding-right: 20px;}
/*    .cartTbl .actions .coupon{ width: 100%; border-bottom: 1px solid #DEDEDE; padding-bottom: 12px; margin-bottom: 12px;}*/
    .cartTbl .table tbody tr td.actions{ text-align: left;}
    .designBxImage{ width: 100%; margin-bottom: 35px;}
    .designBxImage img{ width: 100%;}
    .pamImage img{ margin: 10px 0;}

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

    .top_bar_contact_item{ display: none;}
    .custom_pagination ul li a, .custom_pagination ul li span{ width: 38px; height: 38px; line-height: 36px;}
}
@media only screen and (max-width: 575px) {

    .logo_container, .wishlist_cart{ height: 90px;}
    .logo a{ font-size: 24px;}
    .wishlist{ margin-right: 23px;}
    .wishlist_content{ margin-left: 9px;}
    .wishlist_text{ display: none;}
    .cart_text{ display: none;}
    .wishlist_text a, .cart_text a{ font-size: 14px;}
    .wishlist_icon{ width: 27px;}
    .cart_content{ margin-left: 21px;}
    .cart_icon{ width: 21px;}
/*    .cart_count{ width: 21px; height: 21px;}*/
    .cart_count span{ line-height: 21px;}
    .top_bar_user{ margin-left: 0px;}
    .header_search{ display: none;}
    .menu_trigger_container{ padding-right: 15px;}
    
    .subscribe_form form button{ padding: 0 15px;}
    .subscribe_form form input{ padding-right: 120px; padding-left: 10px;}
    .orderBy .form-group .form-control{ max-width: 160px;}
    .product_variant .quantity .qty{ width: 70px;}
    #roicalculator_form textarea{ width: 100%;}
    #roicalculator_form input{ width: 100%;}
    .portfolio_bx{ margin-bottom: 20px;}

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

    .product_variant .quantity .qty{ width: 100%;}
    .product_variant{ flex-direction: column;}
    .product_variant .single_add_to_cart_button{ width: 100%; text-align: center; margin: 20px 0 !important;}
    .product_variant .single_add_to_wishlist_button{ width: 100%; text-align: center; margin-left: 0 !important;}
    .product_info .nav-pills .nav-link{ padding: 11px 18px; margin-right: 10px;}
    .cart_totals .cart_totals_inner{ padding: 20px;}
    .cart_totals .table tr th{ padding-left: 0; padding-right: 0;}
    .cart_totals .table tr td{ padding-left: 0; padding-right: 0;}
    .checkout_order_review{ padding: 20px;}
    
    .header-cart-wrap .cart-list{ width: 320px;}
    .header-cart-wrap .cart-list .title{ padding: 10px 15px;}
    .header-cart-wrap .cart-list .title h3{ font-size: 16px;}
    .header-cart-wrap .cart-list .title button{ width: 30px; height: 30px; line-height: 28px; font-size: 16px;}
    .header-cart-wrap .cart-list ul{ padding: 20px 15px;}
    .header-cart-wrap .cart-list ul li a{ gap: 10px;}
    .header-cart-wrap .cart-list ul li a .part-img{ width: 60px;}
    .header-cart-wrap .cart-list ul li a .part-txt{ width: calc(100% - 70px);}
    .header-cart-wrap .cart-list ul li a .part-txt .name{ font-size: 14px;}
    .header-cart-wrap .cart-list ul li a .part-txt .qty{ font-size: 13px;}
    .header-cart-wrap .cart-list ul li a .part-txt .qty i{ font-size: 12px;}
    .header-cart-wrap .cart-list ul li button{ font-size: 18px;}
    .header-cart-wrap .cart-list .total{ padding: 20px 15px; bottom: 143px;}
    .header-cart-wrap .cart-list .total p{ font-size: 15px;}
    .header-cart-wrap .cart-list .btn-box{ padding: 20px 15px; gap: 10px;}
    .header-cart-wrap .cart-list .btn-box .def-btn{ height: 46px; line-height: 46px; padding: 0 20px; font-size: 14px;}
    
    #thumbSlider .owl-thumbs .owl-thumb-item{ width: calc(33.33% - 10px); height: 70px;}
    #thumbSlider .owl-nav{ top: 23%;}
    
}