@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Main
	3.3 Main Navigation
	3.4 Page Menu
4. Banner
5. promo
6. Deals of the week
	6.1 Deals
	6.2 Featured
7. Popular Categories
8. Banner 2
9. Hot New Arrivals
10. Hot Best Sellers
11. Adverts
12. Trends
13. Latest Reviews
14. Recently Viewed
15. shops
16. Newsletter
17. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&family=Jost:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
   margin: 0;
   padding: 0;
   -webkit-font-smoothing: antialiased;
}
html{
   font-size: 18px;
}
body
{
   font-family: 'Jost', sans-serif;
   font-size: 1rem;
   font-weight: 400;
   background: #FFFFFF;
   color: #323;
}
div
{
   display: block;
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
ul
{
   list-style: none;
   margin-bottom: 0px;
   padding-left: 1rem;
}
p
{
   font-family: 'Jost', sans-serif;
   font-size: 1rem;
   line-height: 1.2;
   font-weight: 400;
   color: #828282;
   -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
p a
{
   display: inline;
   position: relative;
   color: inherit;
   border-bottom: solid 1px #0e8ce4cc;
   transition: all 200ms ease;
   color: #332233;
}
a, a:hover, a:visited, a:active, a:link
{
   color: #323;
   text-decoration: none;
   -webkit-font-smoothing: antialiased;
}
a:hover, a:active, a.active
{
   color: #cc0605 !important;
}
a:visited
{
   color: #323;
}
p a:active
{
   position: relative;
   color: #cc0605;
}
p a:hover
{
   color: #0e8ce4cc;
   border-bottom: none;
}
p a:hover::after
{
   opacity: 0.2;
}
::selection
{
}
p::selection
{
}
h1{
   font-size: 1.2rem;
   color: #425569;
}
h2{
   font-size: 1.2rem;
}
h3{
   font-size: 0.9rem;
}
h4{
   font-size: 0.8rem;
}
h5{
   font-size: 0.75rem;
}
h1, h2, h3, h4, h5, h6
{
   font-family: 'Jost', sans-serif;
   font-weight: 400;
   -webkit-font-smoothing: antialiased;

}
/*h1:before{
   content: "\ea78";
   font-family: 'icofont';
   font-size: 1.3rem;
}
h1:after{
   content: "\ea79";
   font-family: 'icofont';
   font-size: 1.3rem;
}*/
.form-control
{
   color: #495057;
   border-radius: 0;
}
section
{
   display: block;
   position: relative;
   box-sizing: border-box;
}
.clear
{
   clear: both;
}
.clearfix::before, .clearfix::after
{
   content: "";
   display: table;
}
.clearfix::after
{
   clear: both;
}
.clearfix
{
   zoom: 1;
}
.float_left
{
   float: left;
}
.float_right
{
   float: right;
}
.trans_200
{
   transition: all 200ms ease;
}
.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;
}
.trans_400
{
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}
.trans_500
{
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}
.fill_height
{
   height: 100%;
}
.super_container
{
   width: 100%;
   overflow: hidden;
   min-height: 100vh;
}
.prlx_parent
{
   overflow: hidden;
}
.prlx
{
   height: 130% !important;
}
.nopadding
{
   padding: 0px !important;
}
.button, .btn
{
   display: inline-block;
   background: #0e8ce4cc;
   border-radius:0;
   /*height: 40px;*/
   transition: all 200ms ease;
}
.button a
{
   display: block;
   font-size: 1.1rem;
   font-weight: 400;
   line-height: 40px;
   color: #FFFFFF;
   padding: 5px 35px;
}
.button:hover
{
   opacity: 0.8;
}
.breadcrumb {
   padding: .3rem 0.6rem;
   margin-bottom: 0;
   list-style: none;
   background-color: #fff;
   border-radius: 0;
}
.breadcrumb-item, .breadcrumb-item a{
   font-family: 'Roboto', sans-serif;
   font-size: 0.8rem;
}
.breadcrumb-item+.breadcrumb-item::before {
   font-family: 'icofont';
   display: inline-block;
   padding-right: .1rem;
   padding-left: .1rem;
   color: #868e96;
   content: "\eac0";
}
img{
   max-width: 100%;
}
/*********************************
3. Header
*********************************/

.header
{
   position: relative;
   width: 100%;
   z-index: 10;
}
.page-title{
   text-transform: uppercase;
   text-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.header_page{
   padding-top: 1rem;
}
/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
   width: 100%;
   height: 56px;
   background: #fafafa;
   border-bottom: solid 1px rgba(0,0,0,0.05);
   z-index: 2;
   font-family: 'Roboto', sans-serif;
}
.header.scrolled .top_bar
{
   display: none;
}
.top_bar_contact
{
   display: inline-block;
}
.top_bar_contact_item
{
   font-size: 1rem;
   font-weight: 400;
   line-height: 56px;
   margin-right: 0px;
}
.top_bar_contact_item i{
   margin-right: 5px;
   font-size: 1.2rem;
   font-weight: 500;
}
.top_bar_contact_item:not(:first-child)
{
   margin-right: 0px;
}
.top_bar_contact_item a
{
   font-size: 1rem;
   font-weight: 400;
   line-height: 56px;
   color: #323;
   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);
}
.top_bar_menu
{
   display: inline-block;
}

.top_bar_dropdown li
{
   padding-left: 13px;
   padding-right: 13px;
}
.standard_dropdown li
{
   display: inline-block;
   position: relative;
   height: 46px;
}
.standard_dropdown li li
{
   display: block;
   width: 100%;
}
.standard_dropdown li li a
{
   display: block;
   width: 100%;
   border-bottom: solid 1px #f2f2f2;
   font-size: 1rem;
}
.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: 1rem;
   font-weight: 300;
   color: #323;
   line-height: 56px;
   white-space: nowrap;
   transition: all 200ms ease;
}
.standard_dropdown li a:hover
{
   color: #0e8ce4cc;
}
.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;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
   -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;
   border-radius:0;   
}
.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;
}
.top_bar_user div:nth-child(2)
{
   margin-right: 21px;
}
.top_bar_user div:nth-child(2)::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: 1rem;
   font-weight: 300;
   line-height: 56px;
   color: #000;
   transition: all 200ms ease;
}
.top_bar_user a:hover
{
   color: #8a8a8a;
}

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

.header_main
{
   z-index: 1;
}
.header.scrolled .header_main
{
   display: none;
}
.header_main_item
{
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
}
.logo_container{
   /*height: 100px;*/
}
.logo{
    top: 10%;
    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    max-width: 125px;
}
.logo a{
   font-family: 'Raleway', sans-serif;
   font-size: 3.5rem;
   font-weight: 500;
   color: #0e8ce4cc;
   line-height: 15%;
}
.logo a img{
   max-width: 90%;
}
.logo a span{
   font-family: 'Raleway', sans-serif;
   display: inline-block;
   width: 100%;
   transition: all linear 0.5s;
}
.logo a span:first-child{
   padding-left: 2.1rem;
   font-size: 2.8rem;
}
.logo a span:last-child{
   color: #425569;
}
.logo a:hover span:first-child{
   color: #425569;
}
.logo a:hover span:last-child{
   color: #0e8ce4cc;
} 
.header_search
{
   height: 100px;
   z-index: 2;
}
.header_search_content
{
   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:0;
}
.header_search_form
{
   width: 100%;
   height: 100%;
   box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
   border-radius:0;
}
.header_search_input
{
   display: block;
   position: relative;
   width: calc(100% - 50px);
   height: 100%;
   line-height: 50px;
   border: none !important;
   outline: none !important;
   padding-left: 26px;
   color: #7f7f7f;
   float: left;
   border-radius:0;
}
.header_search_input::-webkit-input-placeholder
{
   font-size: 1rem !important;
   font-weight: 300;
   line-height: 50px;
   color: #a3a3a3 !important;
}
.header_search_input:-moz-placeholder /* older Firefox*/
{
   font-size: 1rem !important;
   font-weight: 300;
   line-height: 50px;
   color: #a3a3a3 !important;
}
.header_search_input::-moz-placeholder /* Firefox 19+ */ 
{
   font-size: 1rem !important;
   font-weight: 300;
   line-height: 50px;
   color: #a3a3a3 !important;
} 
.header_search_input:-ms-input-placeholder
{
   font-size: 1rem !important;
   font-weight: 300;
   line-height: 50px;
   color: #a3a3a3 !important;
}
.header_search_input::input-placeholder
{
   font-size: 1rem !important;
   font-weight: 300;
   line-height: 50px;
   color: #a3a3a3 !important;
}
.custom_dropdown
{
   width: calc((100% - 50px) * 0.399);
   height: 50px;
   float: left;
   padding-left: 26px;
}
.custom_dropdown::before
{
   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%);
   left: 0;
   width: 1px;
   height: 28px;
   background: #e5e5e5;
   content: '';
}
.custom_dropdown_list i
{
   display: inline-block;
   color: #a3a3a3;
   font-size: 10px;
   margin-left: 3px;
   -webkit-transform: translateY(-1px);
   -moz-transform: translateY(-1px);
   -ms-transform: translateY(-1px);
   -o-transform: translateY(-1px);
   transform: translateY(-1px);
}
.custom_dropdown_placeholder
{
   display: inline-block;
   font-size: 1rem;
   font-weight: 300;
   color: #a3a3a3;
   line-height: 48px;
   cursor: pointer;
}
.custom_dropdown_placeholder i
{
}
.custom_list
{
   text-align: left;
   position: absolute;
   padding: 0;
   top: 75px;
   left: -15px;
   visibility: hidden;
   opacity: 0;
   box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
   -webkit-transition: opacity 0.2s ease;
   -moz-transition: opacity 0.2s ease;
   -ms-transition: opacity 0.2s ease;
   -o-transition: opacity 0.2s ease;
   transition: all 0.2s ease;
}
.custom_list.active
{
   visibility: visible;
   opacity: 1;
   top: 50px;
   box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
   -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;
}
.custom_list li
{
   height: 35px;
   padding-left: 15px;
   padding-right: 15px;
   background: #FFFFFF;
}
.custom_list li a
{
   display: block;
   color: #a3a3a3;
   line-height: 35px;
   border-bottom: solid 1px #ededed;
   transition: all 200ms ease;
}
.custom_list li a:hover
{
   color: #0e8ce4cc;
}
select
{
   display: inline;
   border: 0;
   width: auto;
   margin-left: 10px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   border-bottom: 2px solid #555;
   color: #7b00ff;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
select:hover
{
   cursor: pointer;
}
select option
{
   border: 0;
   border-bottom: 1px solid #555;
   padding: 10px;
   -webkit-appearance: none;
   -moz-appearance: none;
}
.header_search_button
{
   position: absolute;
   top: 0;
   right: 0;
   width: 50px;
   height: 100%;
   background: #0e8ce4cc;
   border: none;
   outline: none;
   cursor: pointer;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.wishlist_cart
{
   height: 100px;
}
.wishlist
{
   margin-right: 50px;
}
.wishlist_icon img
{
   width: 100%;
}
.wishlist_content
{
   margin-left: 14px;
}
.wishlist_text a
{
   font-size: 18px;
   font-weight: 400;
   color: #323;
   transition: all 200ms ease;
}
.wishlist_text a:hover
{
   color: #0e8ce4cc;
}
.wishlist_count
{
   margin-top: -2px;
   color: #a3a3a3;
   font-size: 14px;
}
.cart_icon i{
   font-size: 3rem;
}
.cart_count
{
   position: absolute;
   bottom: 1.3rem;
   right: 0.6rem;
   width: 23px;
   height: 23px;
   background: #0e8ce4cc;
   border-radius: 50%;
   text-align: center;
}
.cart_count span
{
   display: block;
   line-height: 23px;
   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 img
{
   width: 100%;
}
.cart_content
{
   margin-left: 28px;
}
.cart_text a
{
   font-size: 18px;
   font-weight: 400;
   color: #323;
   transition: all 200ms ease;
}
.cart_text a:hover
{
   color: #0e8ce4cc;
}
.cart_price
{
   font-size: 14px;
   color: #a3a3a3;
   margin-top: -2px;
}

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

.main_nav
{
   width: 100%;
   border-top: solid 1px #f2f2f2;
   box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
   background: #FFFFFF; 
}
.main_nav.fixed-top
{
   background: #fafafa !important;
}
.header.scrolled .main_nav
{
   position: fixed;
   top: 0;
   left: 0;
   transition: all 200ms ease;
}
.main_nav_content
{
   width: 100%;
   height: 60px;
   justify-content: center;   
}
.cat_menu_container
{
   FONT-WEIGHT: 500;
   width: 255px;
   height: 100%;
   background: #0e8ce4cc;
   padding-left: 15px;
   cursor: pointer;
   z-index: 1;
   font-size: 1.4rem;
   color: #fff;
}
.cat_menu_title
{
   height: 100%;
}
.cat_burger span
{
   display: block;
   position: absolute;
   left: 0;
   width: 100%;
   height: 2px;
   background: #FFFFFF;
}
.cat_menu_text
{
   font-size: 18px;
   font-weight: 400;
   color: #FFFFFF;
   text-transform: uppercase;
   margin-left: 0px;
}
.cat_menu_text a{
   color: #fff;
}
.cat_menu_title:hover{
   color: #cc0605 !important;
   /*text-shadow: 0 0 15px rgba(255,255,255,0.9);*/
   /*font-weight: 600;*/
}
.cat_menu_title a.active{
color: #cc0605 !important;
   /*color: rgba(0,0,0,0.7) !important;*/
  /* text-shadow: 0 0 15px rgba(255,255,255,0.9) !important;*/
   /*font-weight: 600;*/
}
.cat_menu_container ul
{
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
   /*visibility: hidden;
   opacity: 0;*/
   min-width: 100%;
   background: #FFFFFF;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
   -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: 0;
   overflow-y: auto;
   overflow-x: hidden;
}
.cat_menu_container > ul
{
   padding-top: 13px;
   visibility: hidden;
   opacity: 0;
}
.cat_menu_container:hover .cat_menu
{
   visibility: visible;
   opacity: 1;
}
.cat_menu li
{
   display: block;
   position: relative;
   width: auto;
   height: 46px;
   border-bottom: solid 1px #f2f2f2;
   padding-left: 20px;
   padding-right: 10px;
   white-space: nowrap;
}
.cat_menu li.hassubs > a i
{
   display: block;
}
.cat_menu li a
{
   display: inline-block;
   width: 98%;
   position: relative;
   font-size: 1rem;
   font-weight: 300;
   color: #323;
   line-height: 46px;
   transition: all 200ms ease;
}
.cat_menu li a:hover
{
   color: #0e8ce4cc;
}
.cat_menu li a i
{
   display: none;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 0;
   font-size: 1rem;
}
.cat_menu li ul
{
   display: block;
   position: absolute;
   top: 35px;
   left: 100%;
   visibility: hidden;
   opacity: 0;
   width: 100%;
   background: #FFFFFF;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}
.cat_menu li:hover > ul
{
   top: 0;
   visibility: visible;
   opacity: 1;
}
.main_nav_dropdown li
{
   margin-right: 1rem;
}
.main_nav_dropdown li:last-child
{
   margin-right: 0px;
}
.main_nav_dropdown li a
{
   font-size: 1.3rem;
   font-weight: 400;
   color: #5a5454;
   line-height: 60px;
}
.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;
}
.menu_trigger_text
{
   display: inline-block;
   font-size: 18px;
   font-weight: 400;
   color: #FFFFFF;
   text-transform: uppercase;
   margin-right: 1rem;
}

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

.page_menu
{
   margin-top: 0;
   -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: #0e8ce4cc;
   padding-left: 15px;
   padding-right: 15px;
   overflow: hidden;
}
.page_menu_search
{
   display: none;
   width: 100%;
   margin-top: 30px;
   margin-bottom: 30px;
}
.page_menu_search_input
{
   width: 100%;
   height: 40px;
   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;
   font-weight: 500;
   height: 50px;
   line-height: 50px;
   font-size: 14px;
   text-transform: uppercase;
   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;
}
.page_menu_selection li
{
   padding-left: 10px;
   padding-right: 10px;
   line-height: 50px;
}
.page_menu_selection li a
{
   display: block;
   color: #FFFFFF;
   border-bottom: solid 1px rgba(255,255,255,0.1);
   font-size: 14px;
   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
{
   font-family: 'Roboto', sans-serif;
   display: inline-block;
   font-size: 1rem;
   font-weight: 300;
   line-height: 56px;
   margin-right: 40px;
   color: #FFFFFF;
}
.menu_contact_item:not(:first-child)
{
   margin-right: 0px;
}
.menu_contact_item a
{
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #FFFFFF;
   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;
   -webkit-transform: translateY(-2px);
   -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   -o-transform: translateY(-2px);
   transform: translateY(-2px);
}

/*********************************
4. Banner
*********************************/
.card{
   border: none;
}

.banner
{
   width: 100%;
   padding-top: 0px;
   padding-bottom: 15px;
   overflow: hidden;
   text-align: center;
}
.banner_background
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
.banner_content
{
   z-index: 1;
}
.banner_text
{
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
   line-height: 1.166;
   color: #3E5061;
   text-transform: uppercase;
   letter-spacing: 1.2rem;
   text-shadow: 0 0 20px #fff;
}
.banner_price
{
}
.banner_price
{
   font-size: 30px;
   color: #df3b3b;
   margin-top: 87px;
}
.banner_price span
{
   display: inline-block;
   position: relative;
   color: #7e8285;
   margin-right: 14px;
}
.banner_price span::after
{
   display: block;
   position: absolute;
   top: 21px;
   left: 0;
   width: 100%;
   height: 2px;
   background: #8d8d8d;
   content: '';
}
.banner_product_name
{
   font-size: 18px;
   font-weight: 400;
   color: #323;
   margin-top: 8px;
}
.banner_button
{
   margin-top: 42px;
}
.banner_product_image
{
   position: absolute;
   top: -5px;
   right: -52px;
   z-index: 0;
}

/*********************************
5. promo
*********************************/

.promo
{
   padding-top: 40px;
   padding-bottom: 0px;
}
.char_item
{
   width: 100%;
   height: 100px;
   /**/
   border: solid 1px #e8e8e8;
   padding-left: 36px;
}
.char_item a{
   display: inline-flex;
   align-items: center;
}
.char_icon
{
   margin-right: 24px;
}
.char_icon i, .contact_info_item i{
   color: #2798E7;
   font-size: 3rem;
}
.char_content
{
   transform: translate(-1px, 3px);
}
.char_title
{
   font-size: 14px;
   font-weight: 500;
   color: #323;
}
.char_subtitle
{
   font-size: 12px;
   font-weight: 400;
   color: rgba(0,0,0,0.5);
   margin-top: 3px;
}

/*********************************
6. Deals of the week
*********************************/

.deals_featured
{
   width: 100%;
}


/*********************************
7. Popular Categories
*********************************/

.popular_categories
{
   padding-top: 88px;
   padding-bottom: 90px;
}
.popular_categories_title
{
   font-size: 30px;
   font-weight: 500;
   color: #323;
   line-height: 1.2;
}
.popular_categories_slider_nav
{
   margin-top: 27px;
}
.popular_categories_nav
{
   display: inline-block;
   width: 36px;
   height: 36px;
   
   border-radius: 50%;
   text-align: center;
   cursor: pointer;
   margin-right: 1rem;
}
.popular_categories_nav:last-child
{
   margin-right: 0px;
}
.popular_categories_nav i
{
   line-height: 36px;
   color: #e5e5e5;
   font-size: 18px;
   transition: all 200ms ease;
}
.popular_categories_nav:hover i
{
   color: #474747;
}
.popular_categories_link
{
   margin-top: 40px;
}
.popular_categories_link a
{
   font-size: 10px;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   color: #0e8ce4cc;
}
.popular_category
{
   height: 21rem;
   padding-left: 40px;
   padding-right: 40px;
}
.popular_categories_slider .owl-item:nth-child(even)
{
   background: #eff6fa;
}
.popular_category_image img
{
   max-height: 100%;
   max-width: 100%;
}
.popular_category_text
{
   margin-top: 20px;
   line-height: 1.714;
   text-align: center;
}

/*********************************
8. Banner 2
*********************************/

.banner_2
{
   width: 100%;
}
.banner_2_background
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
.banner_2_item
{
   height: 580px;
}
.banner_2_content
{
   padding-top: 145px;
}
.banner_2_image_container
{
   width: 100%;
   height: 100%;
}
.banner_2_image
{
   min-width: 100%;
   width: calc(44.8vw);
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 0;
   border-radius: 4px;
   overflow: hidden;   
}
.banner_2_image img
{
   width: 100%;
}
.banner_2_category
{
   font-size: 12px;
   color: rgba(0,0,0,0.5);
}
.banner_2_title
{
   font-size: 30px;
   font-weight: 500;
   color: #323;
   margin-top: 11px;
}
.banner_2_text, .banner_2_text > p
{
   font-size: 1.8rem;
   font-weight: 300;
   color: #696969;
   line-height: 1.5;
   margin-top: 9px;
   text-shadow: 0 2px 14px rgb(0 0 0 / 45%);   
}
.banner_2_rating
{
   margin-top: 18px;
}
.rating_r i::before
{
   font-family: 'icofont';
   content: "\f000";
   font-style: normal;
   font-size: 19px;
   margin-right: 4px;
   color: #dc143c;
}
.rating_r_1 i:first-child::before{
   content: "\f000";
}
.rating_r_2 i:first-child::before{
   content: "\f000";
}
.rating_r_2 i:nth-child(2)::before{
   content: "\f000";
}
.rating_r_3 i:first-child::before{
   content: "\f000";
}
.rating_r_3 i:nth-child(2)::before{
   content: "\f000";
}
.rating_r_3 i:nth-child(3)::before{
   content: "\f000";
}
.rating_r_4 i:first-child::before{
   content: "\f000";
}
.rating_r_4 i:nth-child(2)::before{
   content: "\f000";
}
.rating_r_4 i:nth-child(3)::before{
   content: "\f000";
}
.rating_r_4 i:nth-child(4)::before{
   content: "\f000";
}
.rating_r_5 i:first-child::before{
   content: "\f000";
}
.rating_r_5 i:nth-child(2)::before{
   content: "\f000";
}
.rating_r_5 i:nth-child(3)::before{
   content: "\f000";
}
.rating_r_5 i:nth-child(4)::before{
   content: "\f000";
}
.rating_r_5 i:nth-child(5)::before{
   content: "\f000";
}
.banner_2_button
{
   margin-top: 43px;
}
.banner_2_dots
{
   position: absolute;
   bottom: 40px;
   left: calc((100% - 1170px) / 2 + 15px);
   z-index: 1000000;
}
.banner_2_dots .owl-dot
{
   display: inline-block;
   width: 15px;
   height: 15px;
   background: #FFFFFF;
   border-radius: 50%;
   margin-right: 1rem;
   
   cursor: pointer;
}
.banner_2_dots .owl-dot:last-child
{
   margin-right: 0px;
}
.banner_2_dots .owl-dot.active
{
   background: #0e8ce4cc;
   box-shadow: none;
}


/*********************************
14. Recently Viewed
*********************************/

.viewed
{
   padding-top: 25px;
   padding-bottom: 25px;
   /*background: #fafafa;*/
}
.viewed_title_container
{
   border-bottom: solid 1px #dadada;
}
.viewed_title
{
   margin-bottom: 14px;
}
.viewed_nav_container
{
   position: absolute;
   right: -5px;
   bottom: 14px;
}
.viewed_nav
{
   display: inline-block;
   cursor: pointer;
}
.viewed_nav i
{
   color: #dadada;
   font-size: 18px;
   padding: 5px;
   transition: all 200ms ease;
}
.viewed_nav:hover i
{
   color: #606264;
}
.viewed_prev
{
   margin-right: 15px;
}
.viewed_slider_container
{
   padding-top: 50px;
}
.viewed_item
{
   width: 100%;
   background: #FFFFFF;
   border-radius:0;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-left: 15px;
   padding-right: 15px;
}
.viewed_image
{
   width: 115px;
   height: 115px;
}
.viewed_image img
{
   display: block;
   max-width: 100%;
}
.viewed_content
{
   width: 100%;
   margin-top: 25px;
}
.viewed_price
{
   font-size: 1rem;
   color: #323;
   font-weight: 500;
}
.viewed_item.discount .viewed_price
{
   color: #df3b3b;
}
.viewed_price span
{
   position: relative;
   font-size: 12px;
   font-weight: 400;
   color: rgba(0,0,0,0.6);
   margin-left: 8px;
}
.viewed_price span::after
{
   display: block;
   position: absolute;
   top: 6px;
   left: -2px;
   width: calc(100% + 4px);
   height: 1px;
   background: #8d8d8d;
   content: '';
}
.viewed_name
{
   margin-top: 3px;
   display: block;
   font-size: 14px;
   color: #323;
   transition: all 200ms ease;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;   
}
.viewed_name:hover
{
   color: #0e8ce4cc;
   white-space: normal;
}
.item_marks
{
   position: absolute;
   top: 5px;
   left: 5px;
}
.item_mark
{
   width: 36px;
   height: 36px;
   border-radius: 50%;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: 500;
   line-height: 36px;
   text-align: center;
}
.item_discount
{
   margin-right: 5px;
   background: #fff;
   border: 2px solid #df3b3b; 
   color:#df3b3b;
   line-height: 33px;
   font-size: 12px;
   font-weight: 600;
   float: right;      
}
.item_new
{
   background: #fff;
   border: 2px solid #f04b11; 
   color:#f04b11;
   line-height: 33px;
   font-size: 12px;
   font-weight: 600;    
}
.viewed_item.discount .item_discount
{
   display: inline-block;
}
.viewed_item.is_new .item_new
{
   display: inline-block;
}
.viewed .owl-item{
   border: solid 1px #e8e8e8;
   box-shadow: 0px 0px 15px rgb(0,0,0,0.1);   
}

/*********************************
15. shops
*********************************/

.shops
{
   width: 100%;
   padding-top: 90px;
   padding-bottom: 90px;
}
.shops_slider_container
{
   height: 130px;
   border: solid 1px #e8e8e8;
   
   padding-left: 97px;
   padding-right: 97px;
}
.shops_slider
{
   height: 100%;
}
.shops_item
{
   height: 100%;
}
.shops_item img
{
   max-width: 100%;
}
.shops_nav
{
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   padding: 5px;
   cursor: pointer;
}
.shops_nav i
{
   color: #e5e5e5;
   transition: all 200ms ease;
}
.shops_nav:hover i
{
   color: #676767;
}
.shops_prev
{
   left: 40px;
}
.shops_next
{
   right: 40px;
}

/*********************************
17. Footer
*********************************/

.footer
{
   padding-top: 20px;
   padding-bottom: 0;
   font-family: "Robo mono", sans-serif;
   background-color: #0e8ce4cc;
   box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
   height: 100px;
}

.footer .fixed_bottom{
   z-index: 0;
}

.footer .logo_container
{
   height: auto;
   margin-top: 0;
}
.footer .logo
{
   top: auto;
   -webkit-transform: transform: none;
   -moz-transform: transform: none;
   -ms-transform: transform: none;
   -o-transform: transform: none;
   transform: none;
}
.footer .logo a
{
   color: #323;
   font-size: 2.3rem;
   line-height: 100%;
   transition: all linear 0.4s;
}
.footer_title
{
   font-size: 14px;
   font-weight: 500;
   color: #323;
}
.footer_phone
{
   font-size: 1.1rem;
   font-weight: 600;
   color: #323;
   margin-top: 0;
   text-align: right;
}
.footer a{
   color: #323;
   transition: all linear 0.4s;
}
.footer a:hover{
   color: #fafafa !important;
   text-shadow: 0 0 2px rgb(0 0 0 / 80%);
}
.footer_phone.social a>i{
	font-size: 2rem !important;
}
.footer_contact_text
{
   margin-top: 10px;
}
.footer_contact_text p
{
   margin-bottom: 0px;
}
.footer_social
{
   margin-top: 27px;
}
.footer_social ul li
{
   display: inline-block;
   width: 30px;
   height: 30px;
   background: #fafafa;
   border-radius: 50%;
   cursor: pointer;
   
   margin-right: 1rem;
   text-align: center;
}
.footer_social ul li i
{
   color: #323;
   line-height: 30px;
   transition: all 200ms ease;
}
.footer_social ul li:hover i
{
   color: #fff;
}
.footer_subtitle
{
   font-size: 12px;
   color: #323;
}

.footer_column ul
{
   margin-top: 7px;
   margin-bottom: 5px;
}
.footer_list li
{
   margin-bottom: 6px;
   display: inline;
}
.footer_list li a
{
   font-size: 1.1rem;
   font-weight: 500;
   margin-right: 1rem;
   color: rgba(0,0,0,0.8);
   transition: all linear 0.4s;
}
.footer_list li a:hover
{
   color: #fff;
}
.footer_list_2
{
   margin-top: 42px !important;
}

.copyright
{
   width: 100%;
   background: #fafafa;
}
.copyright_container
{
   width: 100%;
   height: 56px;
}
.copyright_content
{
   font-size: 12px;
   color: rgba(0,0,0,0.6);
}
.copyright_content span
{
   font-weight: 500;
}
.logos
{
}
.logos_list li
{
   display: inline-block;
   margin-right: 1rem;
}
.logos_list li:last-child
{
   margin-right: 0px;
}

/*********************************
4. Contact
*********************************/

.contact_info
{
   width: 100%;
   padding-top: 25px;
}
.contact_info_item
{
   width: calc((100% - 60px) / 3);
   height: 100px;
   border: solid 1px #e8e8e8;
   border-radius:0;
   padding-left: 15px;
   padding-right: 15px;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
}
.contact_info_image
{
   width: 35px;
   height: 35px;
   text-align: center;
}
.contact_info_image img
{
   max-width: 100%;
}
.contact_info_content
{
   padding-left: 17px;
}
.contact_info_title
{
   font-weight: normal;
   color: #0e8ce4cc;
}
.contact_info_text
{
   font-size: 0.9rem;
   color: #232;
   font-family: "Roboto";
   line-height: 1;
}
.contact_info_text p a{
	border-bottom: none;
}

/*********************************
4.1 Contact Form
*********************************/

.contact_form
{
   padding-top: 2.4rem;
   padding-bottom: 2rem;
}
.contact_form_container
{
}
.contact_form_title
{
   font-size: 1.5rem;
   font-weight: 500;
   margin-bottom: 1rem;
}
.contact_form_inputs
{
   margin-bottom: 30px;
}
.input_field
{
   width: calc((100% - 60px) / 3);
   height: 50px;
   font-family: 'Roboto', sans-serif;
   padding-left: 25px;
   border: solid 1px #e5e5e5;
   border-radius:0;
   outline: none;
   color: #232 !important;
   transition: all 200ms ease;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
}
.input_field:focus,
.text_field:focus
{
   border-color: #b2b2b2;
}
.input_field:hover,
.text_field:hover
{
   border-color: #b2b2b2;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.3);
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.3);
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.3);
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.3);
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.3);
}
.text_field
{
   width: 100%;
   height: 160px;
   padding-left: 25px;
   padding-top: 15px;
   border: solid 1px #e5e5e5;
   border-radius:0;
   color: #232;
   outline: none;
   transition: all 200ms ease;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
}
input, optgroup, select, textarea {
   font-family: 'Roboto', sans-serif;
   color: #232;
   margin-bottom: 1rem;
}
.shop_sorting select{
   margin-bottom: 0 !important;
}
.contact_submit_button
{
   padding: 7px 35px;
   color: #FFFFFF;
   font-size: 18px;
   border: none;
   outline: none;
   cursor: pointer;
   margin-top: 24px;
}
.panel
{
   width: 100%;
   height: 50px;
   background: #fafafa;
   margin-top: 120px;
}
/*********************************
4. Blog
*********************************/

.single_post
{
   padding-top: 15px;
   padding-bottom: 15px;
}
.single_post_title
{
   font-size: 30px;
   font-weight: 500;
}
.single_post_text
{
   margin-top: 0;
   font-weight: 300;   
}
.single_post_text p
{
   font-size: 1rem;
   font-weight: 300;
   color: #323;
   line-height: 1.1;
}
.single_post_text img{
   /*border-radius:0;
   box-shadow: 0 0 7px rgba(0,0,0,0.7);*/
}
.single_post ul li:before{
   content: "\ea69";
   font-family: "icofont";
   margin-right: 0; 
   transition: all 2s;  
}
.single_post_quote
{
   margin-top: 43px;
   border: solid 1px #e8e8e8;
   
   padding-left: 60px;
   padding-right: 60px;
   padding-top: 35px;
   padding-bottom: 40px;
}
.quote_image
{
}
.quote_text
{
   font-size: 1rem;
   font-weight: 400;
   color: rgba(0,0,0,0.7);
   margin-top: 28px;
   line-height: 1.875;
}
.quote_name
{
   font-size: 1rem;
   font-weight: 500;
   margin-top: 23px;
}
/*********************************
5. Shop
*********************************/

.shop
{
   background: #FFFFFF;
   padding-top: 10px;
   padding-bottom: 0px;
}
.shop_content
{
   width: 100%;
   margin-bottom: 25px;
}
.shop_bar
{
   /*padding-bottom: 14px;*/
   margin-bottom: 15px;
   z-index: 1;
   border-bottom: 2px solid #425569;
}
.shop_bar .btn-group{
   margin-right: 15px;
}
.shop_bar .btn-group a{
   margin-right: 10px;
}

.shop_product_count
{
   font-size: 14px;
   font-weight: 500;
   float: left;
}
.shop_product_count span
{
   color: #0e8ce4cc;
}
.shop_sorting
{
   float: right;
}
.shop_sorting span
{
   font-size: 14px;
   display: inline-block;
   font-weight: 500;
}
.shop_sorting > ul
{
   display: inline-block;
   position: relative;
   margin-left: 6px;
}
.shop_sorting ul li
{
   color: rgba(0,0,0,0.5);
   cursor: pointer;
}
.shop_sorting ul li:hover
{
   color: rgba(0,0,0,0.8);
}
.shop_sorting ul li i
{
   display: inline-block;
   font-size: 1rem;
   color: rgba(0,0,0,0.5);
   margin-left: 4px;
   vertical-align: middle;
   -webkit-transform: translateY(-1px);
   -moz-transform: translateY(-1px);
   -ms-transform: translateY(-1px);
   -o-transform: translateY(-1px);
   transform: translateY(-1px);
}
.shop_sorting ul li ul
{
   display: block;
   position: absolute;
   top: calc(100% + 15px);
   right: 0;
   text-align: right;
   background: #FFFFFF;
   width: auto;
   padding-top: 15px;
   visibility: hidden;
   opacity: 0;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
   transition: all 200ms ease;
}
.shop_sorting ul li:hover ul
{
   top: 100%;
   visibility: visible;
   opacity: 1;
}
.shop_sorting ul li ul li
{
   white-space: nowrap;
   padding-right: 13px;
   padding-left: 20px;
   margin-bottom: 5px;
   border-bottom: solid 1px #f2f2f2;
   padding-top: 5px;
   padding-bottom: 9px;
}
.shop_sorting ul li ul li:last-child
{
   border-bottom: none;
}
/*********************************
5.1 shop Products
*********************************/

.shop .product_grid
{
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   -ms-transform: translateX(-20px);
   -o-transform: translateX(-20px);
   transform: translateX(-20px);
   width: calc(100% + 40px);
   flex-wrap: wrap;
   flex-direction: row;
   display: inline-flex;
   padding-left: 1%;
   justify-content: center;
}
.shop .product_grid_border
{
   display: block;
   position: absolute;
   top: 0px;
   right: 0px;
   width: 3px;
   height: 100%;
   z-index: 1;
}
.shop .product_item, .shop .product_item .category, .shop .lines .product_item .category  
{
   display: inline-flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   width: 24%;
   cursor: pointer;
   padding-top: 10px;
   padding-bottom: 24px;
   text-align: center;
   margin-right: 1%;
   margin-bottom: 1%;
   /*margin-top: 15px;*/
   border: solid 1px #e8e8e8;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
   border-radius:0;
}
.shop.brands .product_item{
   width: 19%;
} 
.shop.brands .product_item.category{
   width: 49%;
   flex-direction: row;
} 
.shop.brands .product_item.category .product_image
{
   width: 75px;
   height: auto;
   padding: 5px;
}

.shop .product_image
{
   width: 100%;
   height: auto;
}
.shop .product_image img
{
   display: block;
   position: relative;
   max-width: 100%;
}
.shop .product_content
{
   width: 100%;
}
.shop .product_price
{
   font-family: 'Roboto', sans-serif;
   font-size: 1rem;
   font-weight: 500;
   margin-top: 25px;
}

.shop .product_price span
{
   position: relative;
   font-size: 12px;
   font-weight: 400;
   color: rgba(0,0,0,0.6);
   margin-left: 10px;
}
.shop .product_price span::after
{
   display: block;
   position: absolute;
   top: 6px;
   left: -2px;
   width: calc(100% + 4px);
   height: 1px;
   background: #8d8d8d;
   content: '';
}
.shop .product_name
{
   margin-top: 4px;
   overflow: hidden;
}

.shop .product_item a .product_name
{
   font-family: "Roboto", sans-serif;  
   width: 100%;
   line-height: 1;
   font-size: 14px;
   font-weight: 400;
   color: #323;
   line-height: 1;
}
.shop .product_name div a:hover
{
   color: #0e8ce4cc !important;
}
.shop .product_grid.lines{
   /*border: solid 1px #e8e8e8 !important;
   border-radius:0;*/
}
.shop .lines .product_item
{
   display: inline-flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   position: relative;
   width: 100%;
   cursor: pointer;
   padding-top: 0;
   padding-bottom: 0;
   text-align: center;
   margin-right: 0;
   margin-bottom: 0;
   border: solid 1px #e8e8e8;
   box-shadow: none;
   border-radius: 0;
   border-bottom: none; 
   border-bottom: solid 1px #e8e8e8;
   margin-top: -1px;
}
.product_grid.lines .product_item:first-child{
   /*border-radius:0;*/
}
.product_item:nth-last-child(2){
   /*border-radius: 0 0 8px 8px !important;
   border-bottom: solid 1px #e8e8e8 !important;*/
}
.shop .lines .product_image
{
   width: 15%;
   height: 75px;
   overflow: hidden;
   padding: 10px 20px;  
   border-right:solid 1px #e8e8e8;  
}
.shop .lines .product_image img
{
   display: block;
   position: relative;
   /*max-width: 100%;*/
   max-height: 70px;
}
.shop .lines .product_content
{
   width: 85%;
   display: flex;
   height: 100%;   
}
.shop .lines .product_price
{
   font-family: 'Roboto', sans-serif;
   font-size: 1rem;
   font-weight: 500;
   margin-top: 0;
   width: 15%;
   border-left: solid 1px #e8e8e8;
   height: 100%;
   order: 2;
   justify-content: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
}

.shop .lines .product_price span
{
   position: relative;
   font-size: 12px;
   font-weight: 400;
   color: rgba(0,0,0,0.6);
   margin-left: 10px;
}
.shop .lines .product_price span::after
{
   display: block;
   position: absolute;
   top: 6px;
   left: -2px;
   width: calc(100% + 4px);
   height: 1px;
   background: #8d8d8d;
   content: '';
}
.shop .lines .product_name
{
   margin-top: 4px;
   overflow: hidden;
   width: 85%;
   order: 1;
   height: 100%; 
   display: flex;
   white-space: pre-wrap;
   word-break: break-word;    
}
.shop .lines .product_name div
{
   width: 100%;
   line-height: 1;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   padding-left: 1rem;     
}
.shop .lines .product_name a
{
   font-size: 14px;
   font-weight: 500;
   color: #323;
   line-height: 1.2;
   display: flex; 
   align-items: center;
   justify-content: flex-start;
   padding-left: 5px;
   text-align: left;
   flex-wrap: wrap; 
   align-content: center;
}
.shop .lines .product_name a>p{
	color: #323 !important;
	font-size: 0.85rem !important;
}
.shop .lines .product_name a:hover
{
   color: #0e8ce4cc !important;
}

.select-wrapper {
  position: relative;
  width: auto;
  margin: 0 0 0 3px;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
}

.select-wrapper:hover {
  box-shadow: 0px 0px 3px #6c757d;
}

.select-wrapper .selectBox {
  width: auto;
  height: 20px;
  padding: 0 20px 0 7px;
  background: transparent;
  border: 0;
  font-size: 0.8rem;
  appearance: none;            /* remove arrow        */
  -webkit-appearance: none;    /* remove arrow Chrome */
  -moz-appearance: none;       /* remove arrow FF     */
  color: #425569;
  font-weight: 500;
}
.select-wrapper .selectBox::-ms-expand{
    display: none;             /* remove arrow IE     */
}
.select-arrow-1 {
  position: absolute;
  z-index: -9999;
  right: 4px;
  bottom: 5px;
  border: 0 solid;
  border-color: white white #6c757d white;
  border-right: 0;
}



/*********************************
5.2 Shop Page Navigation
*********************************/

.shop_page_nav
{
   width: 100%;
   height: 50px;
   margin-top: 30px;
   margin-bottom: 20px;
   justify-content: center;
}
.page_prev, 
.page_next
{
   width: 50px;
   height: 100%;
   border: solid 1px #e5e5e5;
   border-radius: 0;
   cursor: pointer;
}
.page_prev i, 
.page_next i
{
   font-size: 1rem;
   color: #e5e5e5;
   transition: all 200ms ease;
}
.page_prev:hover i, 
.page_next:hover i
{
   color: #636363;
}
.page_nav
{
   border: solid 1px #e5e5e5;
   border-radius:0;
   margin-left: 15px;
   margin-right: 15px;
   font-family: 'Roboto', sans-serif;
   padding-left: 0;
}
.page_nav li
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   border-right: solid 1px #e5e5e5;
   cursor: pointer;
}
.page_nav li:before{
   content: "";
   margin-right: 0;
}
.page_nav li a
{
   font-weight: 400;
   color: rgba(0,0,0,0.7);
   transition: all 300ms ease;
   font-size: 0.9rem;
   width: 100%;
   height: 100%;
   line-height: 50px;
   text-align: center;   
}
.page_nav li.active{
   background-color: #0e8ce4cc;
   margin-top: -1px;
}
.page_nav li.active a{
   color: #fff;
   font-weight: 500;
   font-size: 1rem;
   text-shadow: 0 1px 1px #555;   
}
.page_nav li:last-child
{
   border-right: none;
}
.page_nav li:hover a
{
   color: #df3b3b;
   font-weight: 500;
   font-size: 1rem;
}
/*********************************
6. Shop Sidebar
*********************************/

.shop_sidebar
{
   width: 100%;
}
.sidebar_title
{
   font-size: 18px;
   font-weight: 500;
   background-color: #0e8ce4cc;
   color: #fff;
   padding: 0.5rem;
   border-radius:0;  
}
.sidebar_categories
{
   margin-top: 0px;
}
.sidebar_categories li, .brand a
{
   margin-bottom: 7px;
   border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar_categories li:first-child, .brand a:first-child
{
   margin-top: 7px;
}
.sidebar_categories li a, .brand a
{
   color: rgba(0,0,0,0.9);
   transition: all 200ms ease;
}
.sidebar_categories li a:hover
{
   color: #0e8ce4cc;
}
.sidebar_categories li > ul li:last-child{
   border-bottom: none;
}

.sidebar_categories li > ul li{
   font-size: 0.9rem;
}
.sidebar_categories li > ul ul li{
   font-size: 0.85rem;
}

.sidebar_section{
   margin: 45px 0;
}
.sidebar_section:first-child{
   margin-top: 0;
}
.sidebar_subtitle
{
   font-size: 14px;
   font-weight: 500;
   margin-top: 25px;
}
.shop_sidebar #frm-filter{
   text-align: center;
}
.shop_sidebar.filter .sidebar_title
{
   font-size: 18px;
   font-weight: 500;
   padding: 0.1rem;
   color: #425569;
   border-bottom: 2px solid #425569;
   margin-bottom: 0.5rem;
   background-color: transparent;
}
.shop_sidebar .ul-filter{
   padding-left: 0;
   font-size: 0.9rem;
   text-align: left;
}
.shop_sidebar .ul-filter ul {
   padding: 0.3rem 0.1rem;
   border: 1px solid rgba(0,0,0,0.1);
   margin-bottom: 10px;
}
.shop_sidebar .ul-filter ul:hover{
   box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}
.shop_sidebar .ul-filter ul li{
   padding-left: 0;
   font-size: 0.8rem;
   display: inline-block;
   margin-right: 5px;
}
.amount
{
   margin-top: 18px;
}
.color_subtitle
{
   margin-top: 27px;
}
.colors_list
{
   margin-top: 14px;
}
.color
{
   display: inline-block;
   margin-right: 6px;
}
.color a
{
   display: block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
}
.shops_subtitle
{
   margin-top: 27px;
}
.shops_list
{
   margin-top: 12px;
}
.shop
{
   margin-bottom: 7px;
}
.shop a
{
   transition: all 200ms ease;
   hyphens: auto;   
}
.shop a:hover
{
   color: #0e8ce4cc;
}
/*********************************
5. Single Product
*********************************/

.single_product
{
   padding-top: 30px;
   padding-bottom: 30px;
   font-family: "Roboto", sans-serif;
}
.image_list li
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 165px;
   border: solid 1px #e8e8e8;
   
   margin-bottom: 15px;
   cursor: pointer;
   padding: 15px;
   transition: all 200ms ease;
   overflow: hidden;
}
.image_list li:last-child
{
   margin-bottom: 0;
}
.image_list li:hover
{
   box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.image_list li img
{
   max-width: 100%;
}
.image_selected
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: calc(100% + 15px);
   height: auto;
   -webkit-transform: translateX(-15px);
   -moz-transform: translateX(-15px);
   -ms-transform: translateX(-15px);
   -o-transform: translateX(-15px);
   transform: translateX(-15px);
   /*border: solid 1px #e8e8e8;*/
   border-radius:0;
   overflow: hidden;
   padding: 15px;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
}
.image_selected img
{
   max-width: 100%;
}
.product_description
{
   padding-left: 50px;
}
.product_category
{
   font-size: 0.8rem;
   font-weight: 500;
   text-transform: uppercase;
   margin-top: 10px;
}
.product_name, .product_name2
{
   font-size: 0.8rem;
   font-weight: 400;
   margin-top: 10px;
   line-height: 1;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis; 
}
.product_stock
{
   font-size: 0.9rem;
   font-weight: 400;
   margin-top: 10px;
}
.product_articul
{
   font-size: 0.9rem;
   font-weight: 400;
   margin-top: 10px;
}
.product_articul span, .product_name span
{
   font-weight: 500;
}
.product_name2 span
{
   font-weight:bold;
   font-size: 1rem;
}
.product_rating
{
   margin-top: 7px;
}
.product_rating i
{
   margin-right: 4px;
}
.product_rating i::before
{
   font-size: 13px;
}
.product_text
{
   margin-top: 20px;
   font-size: 14px;
}
.product_text h4{
   font-weight: 600;
}
.product_text p:last-child
{
   margin-bottom: 0px;
}
.order_info
{
   margin-top: 15px;
}
.product_quantity
{
   width: 182px;
   height: 50px;
   border: solid 1px #e5e5e5;
   border-radius: 0;
   overflow: hidden;
   padding-left: 25px;
   float: left;
   margin-right: 30px;
}
.product_quantity span
{
   display: block;
   height: 50px;
   font-size: 16px;
   font-weight: 300;
   color: rgba(0,0,0,0.5);
   line-height: 50px;
   float: left;
}
.product_quantity input
{
   display: block;
   width: 30px;
   height: 50px;
   border: none;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: #232;
   text-align: left;
   padding-left: 9px;
   line-height: 50px;
   float: left;
}
.quantity_buttons
{
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 29px;
   border-left: solid 1px #e5e5e5;
}
.quantity_control
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   height: 50%;
   cursor: pointer;
   justify-content: center;
}
.quantity_control i
{
   font-size: 11px;
   color: rgba(0,0,0,0.3);
   pointer-events: none;
}
.quantity_control:active
{
   border: solid 1px rgba(14, 140, 228, 0.2);
}
.quantity_inc
{
   padding-bottom: 2px;
   justify-content: flex-end;
   border-top-right-radius: 5px;
}
.quantity_dec
{
   padding-top: 2px;
   justify-content: flex-start;
   border-bottom-right-radius: 5px;
}
.product_color
{
   width: 182px;
   height: 50px;
   border: solid 1px #e5e5e5;
   border-radius: 5px;
   float: left;
   cursor: pointer;
}
.product_color span
{
   display: block;
   height: 50px;
   font-size: 16px;
   font-weight: 300;
   color: rgba(0,0,0,0.5);
   line-height: 50px;
   float: left;
}
.color_dropdown_button
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 0;
   right: 0;
   width: 50px;
   height: 100%;
}
.color_dropdown_button i
{
   font-size: 11px;
   color: rgba(0,0,0,0.3);
   pointer-events: none;
}
.color_mark_container
{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 20px;
   height: 48px;
   float: right;
}
.color_mark
{
   width: 20px;
   height: 20px;
   background: #999999;
   border-radius: 50%;
}
.product_color > li
{
   position: relative;
   width: 100%;
   height: 100%;
   padding-left: 25px;
   padding-right: 49px;
}
.product_color li ul
{
   position: absolute;
   top: calc(100% + 15px);
   right: 0;
   padding-top: 15px;
   padding-bottom: 15px;
   width: auto;
   visibility: hidden;
   opacity: 0;
   box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
   background: #FFFFFF;
   transition: all 200ms ease;
}
.product_color > li:hover ul
{
   top: 100%;
   visibility: visible;
   opacity: 1;
}
.product_color li ul li
{
   padding-right: 49px;
   padding-left: 49px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.product_color li ul li div
{
   margin-left: auto;
}
.product_price
{
   font-family: 'Roboto', sans-serif;
   display: inline-block;
   font-size: 24px;
   font-weight: 500;
   margin-top: 15px;
   clear: left;
}
.button_container
{
   margin-top: 15px;
}
.cart_button
{
   display: inline-block;
   border: none;
   font-size: 16px;
   font-weight: 400;
   line-height: 40px;
   color: #FFFFFF;
   padding-left: 35px;
   padding-right: 35px;
   outline: none;
   cursor: pointer;
}
.cart_button:focus
{
   outline: none;
}
.product_fav
{
   display: inline-block;
   width: 36px;
   height: 36px;
   background: #FFFFFF;
   
   border-radius: 50%;
   text-align: center;
   cursor: pointer;
   margin-left: 36px;
}
.product_fav:hover
{
   box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.product_fav i
{
   line-height: 36px;
   color: #cccccc;
}
.product_fav.active i
{
   color: #df3b3b;
}
#navAccordion,#navbar{
   display: flex;
   background: #fff;
   width: 100%;
   padding-left: 10px;  
}
#navbar.navbar-collapse{
   background-color: #0e8ce4cc;
   border-radius:0;
   padding: 0 1px 8px 1px;     
}
.nav-second-level{
   margin-left: 0.3rem;
}
.nav-link {
   display: block;
   padding: .2rem 0.5rem;
}
.tooltip .tooltip-inner {
   background-color: #0e8ce4cc;
   border-radius: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before{
   border-bottom-color: #0e8ce4cc;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before{
   border-top-color: #0e8ce4cc;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before{
   border-left-color: #0e8ce4cc;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before{
   border-right-color: #0e8ce4cc;
}
.w-100{
   width: 100%;
}
.image_list{
   text-align: center;
}
.image_list{
   font-size: 2rem;
}
.image_list .i-up
{
   top: -2rem;
   position: absolute;
   left: 50%;
   margin-left: -1rem;   
}
.image_list .i-down
{
   bottom: -2rem;
   position: absolute;
   left: 50%;
   margin-left: -1rem;   
}
.image_list .i-left
{
   left: -2rem;
   position: absolute;
   top: 50%;
   margin-top: -1rem;   
}
.image_list .i-right
{
   right: -2rem;
   position: absolute;
   top: 50%;
   margin-top: -1rem;    
}
.modal-content{
   border-radius:0;
}
.modal-header{
   justify-content: center;
   padding: 15px 0 0 0;
}

.modal-content ul{
   margin-bottom: 15px;
   box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
   padding-left: 0;
   border-radius:0;
}

.modal-content h2{
   border-bottom: 1px dotted #0e8ce4cc;
}
.modal-content h2 a{
   color:#425569; 
   font-size: 1.1rem; 
   min-height: 50px; 
}
.modal-content ul a{
   font-size: 0.9rem;   
}
.button-info{
   color: #fff;
   background-color: #0e8ce4cc;
   border: 1px solid #0e8ce4cc;
   padding: 3px 15px;
}
.button-info:hover{
   color: #fff !important;
   background-color: #0d83d7;
   border: 1px solid #0d83d7;
   opacity: 1;
}
.btn-danger{
   color: #fff !important;
   background-color: #fd5c28;
   border: 1px solid #fd5c28;
   padding-left: 15px;
   padding-right: 15px;   
}
.btn-danger:hover{
   color: #fff !important;
   background-color: #e04e39; 
   border: 1px solid #e04e39;     
}
/* BasketInfo */
.basket-info table{
	font-family: 'Jost', sans-serif;
	width: 100%;
	font-size: 0.8rem;
	border-radius:0;
	display: table;
   margin-bottom: 1rem;	
}
.basket-info table thead{
	background-color: #0e8ce4cc;
	color: #fff;
}
.basket-info table thead td{
	padding: 5px;
	text-align: center;
	font-weight: 500;
}
.basket-info img{
	max-width: 50px;
	width: 100%;
}
.basket-info table tbody td{
   padding: 10px 0;
}
.basket-info tbody td:nth-child(1){
	width: 10%;
}	
.basket-info tbody td:nth-child(2){
	width: 45%;
}	
.basket-info tbody td:nth-child(3){
	width: 10%;
	text-align: center;
}	
.basket-info tbody td:nth-child(4){
	width: 10%;
	text-align: center;
}	
.basket-info tbody td:nth-child(5){
	width: 15%;
	text-align: center;
}	
.basket-info tbody td:nth-child(6){
	width: 10%;
	text-align: center;
}
.basket-info tr{
   border-bottom: 1px solid gray;
}
.basket-info tr.total{
	border-top: 1px solid gray;
	background-color: #f5f5f5;
	border-bottom: none;
}
.basket-info tr.total td{
	font-weight: 400;
	padding: 5px 0;
}
.basket-info tbody tr.total td:nth-child(2){
	width: 45%;
	text-align: right;
}
#note{
   display: none;
	position: fixed;
	bottom: 0px;
	left: 30%;
	right: 30%;
	bottom: 150px;
   min-height: 10rem;
	text-align: center;
	padding: 0.5em 1em;
	background-color: #0e8ce4;
	z-index: 10000;
	border: 1px solid #708090;
	box-shadow: 0 2px 14px rgba(0,0,0,.3);
	border-radius:0;
}

#note h3{
  font-weight: 300;
  font-size: 1.3em;
  color: #fff;
  text-shadow:0 1px 2px rgba(0,0,0,0.5);
  margin: 15px 50px;
  text-align: center;
}

#note .content{
   text-align: left;
}

#note .content a{
  color: #fff;
  text-shadow:0 1px 2px rgba(0,0,0,0.5);
}

#note .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 1.4em;
	color: #fff;
	display: block;
	border-radius: 50%;
}
#note .close:hover{
	opacity: 1;
	box-shadow:0 1px 10px rgba(255,255,255,0.8);
} 
.mb-10{
   margin-bottom: 10px;
}
ul.main_nav_dropdown, ul.footer_list, ul.brands_list, ul.sidebar_categories{
   padding-left: 0;
}
/*ul.main_nav_dropdown li:before, ul.footer_list li:before, ul.brands_list li:before, ul.sidebar_categories li:before {
   content: "";
   margin-right: 0;
}*/
ul._list{
   border: 1px solid #0e8ce4cc;
   padding: 10px;
   display: inline-block;
   border-bottom-width: 8px;
   border-radius:0;
   display: inline-block; 
   width: 100%;
}
ul._list li:before{
   content: '';
   width: 0;
}
ul.brands_list{
   border: 1px solid #0e8ce4cc;
   padding: 10px 1px;
   display: inline-block;
   border-bottom-width: 8px;
   border-radius:0;
   display: inline-block; 
   width: 100%;
}
.brand_image{
   display: inline-block;
   float: left;
   overflow: hidden;
}
.brand_image:hover{
   outline: #0e8ce4cc dotted 1px;
   outline-offset:-2px;   
}
.brand_image .nav-link{
   padding: 0;
}
.brand_image img{
   width: 100%;
   object-fit: cover;
}
nav ul li:hover ul.megamenu {
  top: 100%;
}

/* third stage (child-menus in the mega-menu) */

nav ul.megamenu ul {
  width: 25%;
  margin-bottom: 40px;
  color: #000;
  box-shadow: none;
}

nav ul.megamenu h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

nav ul.megamenu ul li {
  display: block;
}

nav ul.megamenu ul li a {
  margin-top: 10px;
  transition: 0.5s;
  color: #000;
}

nav ul.megamenu ul li a:hover {
  color: #4096ee;
}
.single_post .shop_sidebar ul li:before{
   content: "";
   margin-right: 0; 
}
.list-group{
   width: 60%;
   margin: 15px auto; 
   border-radius:0;
   border: 1px solid #0e8ce4cc;
}
.shop .product_item.category, .shop .lines .product_item.category  
{
   display: inline-flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   width: 24%;
   cursor: pointer;
   padding-top: 0;
   padding-bottom: 0;
   text-align: center;
   margin-right: 1%;
   margin-bottom: 1%;
   /*margin-top: 15px;*/
   border: solid 1px #e8e8e8;
   /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
   border-radius:0;
}
.shop .product_item.category, .shop .lines .product_item.category{
   width: 49%;
   flex-direction: row;
} 
.shop .product_item.category .product_image, .shop lines .product_item.category .product_image
{
   width: 75px;
   height: auto;
   padding: 5px;
}
.product_item.category, .shop .lines .product_item.category {
   text-align: center;
   padding: 0;
   min-height: 60px;
}
.product_item.category .product_name, .shop .lines .product_item.category .product_name{
   font-size: 1rem;
   text-align: left;
   white-space: normal;
}

.blog
{
	padding-top: 10px;
	padding-bottom: 25px;
	background: #FFFFFF;
}
.blog_posts
{
	width: 100%;
	flex-wrap: wrap;
}
.blog_post
{
	width: calc((100% - 60px) / 3);
	height: 290px;
	margin-bottom: 30px;
	border-radius:0;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post:hover
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 1;
}
.blog_image
{
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.blog_text
{
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
   color: #fff;
   background-color: #0e8ce4cc;
   border-radius:0;	
}
.blog_content{
   font-size: 1rem;
   color: #333;
   padding: 15px;
}
.blog_content p{
   color: #333;
}
.blog_button
{
	position: absolute;
	top: calc(100% - 48px);
	left: 0;
	width: 100%;
	height: 48px;
	background: #0e8ce4cc;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_button:hover
{
	background: #0982d7;
}
.blog_post:hover .blog_button
{
	visibility: visible;
	opacity: 1;
}
.blog_button a
{
	display: block;
	color: #FFFFFF;
	line-height: 48px;
	font-size: 18px;
}
.tooltip-inner {
    color: #fff; /* цвет шрифта */
    background-color: #0e8ce4 !important; /* цвет фона (по умолчанию #000) */
    border-radius: 0 !important; /* радиус скругдения углов */
    border: 1px solid #fff;
}
dat{
   font-size: 0.8rem;
   color: #9c847b;
}
/* sidebar */

.sidebar
{
   width: 100%;
}

.sidebar .sidebar_section{
   margin: 45px 0;
}
.sidebar .sidebar_section:first-child{
   margin-top: 0;
}

.sidebar .sidebar_title
{
   font-size: 18px;
   font-weight: 500;
   background-color: #0e8ce4cc;
   color: #fff;
   padding: 0.5rem;
   background-color: #0e8ce4cc;
   color: #fff;
   padding: 0.5rem;
   border-radius:0;  
}
.sidebar ul
{
   margin-top: 0px;
   border: 1px solid #0e8ce4cc;
   padding: 5px;
   display: inline-block;
   border-bottom-width: 8px;
   border-radius:0;
   display: inline-block; 
   width: 100%;
}

.sidebar ul li
{
   margin-bottom: 7px;
   line-height: 1;  
}
.sidebar ul li:first-child
{
   margin-top: 7px;
}
.sidebar ul li a
{
   color: rgba(0,0,0,0.9);
   transition: all 200ms ease;
}
.sidebar ul li a:hover
{
   color: #0e8ce4cc;
}
.sidebar ul li.active a,.sidebar ul li.active::before{
   color:#cc0605;
}
.sidebar ul li.active::before{
   content: "\ea68";
}

.blog_posts .entry{
   padding: 10px;
    margin-bottom: 10px;
    border-radius:0;
    border: 1px solid #e8e8e8;
    /*box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);*/
    width: 100%;   
}
.blog_posts .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog_posts .entry .entry-title {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0;
  color: #323;
}

.blog_posts .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog_posts .entry .entry-title a:hover {
  color: #E04E39;
}

.blog_posts .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog_posts .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_posts .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog_posts .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog_posts .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.blog_posts .entry.partner .entry-content p {
  line-height: 1;
  display: block;
}

.blog_posts .entry .entry-content p {
  line-height: 1.2;
  color: #323;
}

.blog_posts .entry .entry-content .entry-body{
	display: inline-block;
	width: 100%;
}

.blog_posts .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog_posts .entry .entry-content .read-more a {
  color: #fff;
}

.blog_posts .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog_posts .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog_posts .entry .entry-content blockquote p {
  color: #2C2A29;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog_posts .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog_posts .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog_posts .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog_posts .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog_posts .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog_posts .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog_posts .entry .entry-footer a:hover {
  color: #E04E39;
}

.blog_posts .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog_posts .entry .entry-footer .cats li {
  display: inline-block;
}

.image-3 {
    padding: 1rem;
    border: 1px solid #ebe6e4;
    max-width: 15%;
    padding: 5px;
    border-radius:0;
    display: inline-block;
    float: left;
    margin-right: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0.8rem;
}
.tab-content{
   margin-bottom: 25px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #E04E39;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.view_button {
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 0.8rem;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 0; 
    color: #425569;
    border: 1px solid #425569;
    border-radius: 3px;
    background-color: transparent;
    margin: 5px auto;
    width: 100%;
}
.reset_button {
    padding: 3px 10px;
    color: #FFFFFF;
    font-size: 0.8rem;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 0; 
    color: #425569;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    margin: 5px auto;
}
.single_product ul li{
   font-size: 0.8rem;
}
.tab-content{
   margin-left: -15px;
   margin-right: -15px;   
   border-left: 1px solid #dee2e6;
   border-right: 1px solid #dee2e6;  
   border-bottom: 1px solid #dee2e6; 
}
.tab-content>.tab-pane{
   padding: 10px; 
}
.tab-content>.tab-pane ul{
   padding-left: 0;
}
.tab-content>.tab-pane ul i{
   font-size: 1.3rem;
   color:#425569;
}
.error{
   font-size: 0.8rem;
   color: #cc0605;
}

#btn-print{
   margin-left: 15px;
}
#btn-print{
   display: inline-block;
   border: none;
   font-size: 16px;
   font-weight: 400;
   line-height: 40px;
   color: rgba(0, 0, 0, 0.5);
   border: solid 1px #e5e5e5;
   padding-left: 35px;
   padding-right: 35px;
   outline: none;
   cursor: pointer;
   background-color: transparent;
}
#btn-print:hover{
   color: #333;
   border-color:#425569;
   
}
@media print{
	html, body, .product_text {
		font-size: 24px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 28px;
	}
	.product_quantity, .product_stock, #two-tab, .button_container{
      display: none;
   }
}


	#print html, #print body, #print .product_text {
		font-size: 24px;
	}
	#print h1 {
		font-size: 36px;
	}
	#print h2 {
		font-size: 32px;
	}
	#print h3 {
		font-size: 30px;
	}
	#print h4 {
		font-size: 28px;
	}
	#print .product_quantity, #print .product_stock, #print #two-tab, #print .button_container{
      display: none;
   }

   #cookie-informer{
   display: none;
	position: fixed;
	bottom: 0px;
	right: 5%;
	bottom: 5%;
   min-height: 5rem;
   max-width: 20rem;
	text-align: center;
	padding: 0.5em 1em;
	background-color: #cc0605;
	z-index: 10001;
	border: 10px solid #e04e39;
	box-shadow: 0 2px 14px rgba(0,0,0,.3);
	border-radius:0;
}

#cookie-informer .content{
   text-align: center;
   color: #fff;
   font-size: 0.9rem;
}

#cookie-informer .content a{
  color:  #FFFF00;
}

#cookie-informer .content a:hover{
  color: #0099FF !important;
}