body {
    font-family: "Roboto",sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    background: #ffffff;
}
a {color: #000;text-decoration: none}
a:hover {color: #e70008;text-decoration: none}
img {max-width: 100%}
.header-wrapper {
    height: 150px;
}
.header-wrapper .container {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 1);
}
.main_navigation .container {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 1);
}
.topbar {
	background: #222222;
}
.topbar .wrap-topbar .topbar-left{
	float: left
}
.topbar .wrap-topbar .topbar-right{
	float: right
}
.topbar .wrap-topbar .nav .nav-item .nav-link{
    font-family: Roboto,Arial,Helvetica,sans-serif;
    line-height: 34px;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 13px;
    color: #bababa;
	text-transform: uppercase;
	padding: 8px 0;
	margin-right: 16px;
}
.wrap-header .nav > .nav-item > .nav-link {
    color: #fff;
}
.topbar .wrap-topbar .nav .nav-item:last-child .nav-link {
	margin-right: 0
}
.topbar .wrap-topbar .nav .nav-item.dropdown .dropdown-menu {
	left: auto!important;
	right: 0!important;
    top: 100%!important;
	transform: none!important;
}
.topbar .wrap-topbar .nav .nav-item.dropdown .dropdown-item {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .6px;
    color: #000;
    padding: 4px 14px;
}
.wrap-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
}
.header-logo .header-block {
    width: 200px;
}
.wrap-header .header-position:not(.header-left) {
    flex: 0 0 0%
}
.wrap-header .header-position.header-left {
    flex: 1 1 auto
}
.header-action .header-link {
	display: inline-block
}
.header-action .header-link.header-cart {
    position: relative;
    padding: 0 5px
}
.main_navigation .navbar-toggler {
    color: #fff;
}
.form-inline.header-form {
	height: 30px;
	width: 30px;
	position: relative;
    padding-right: 30px;
    margin: 0;
    transition: all .3s linear
}
.form-inline.header-form.open_f {
	width: 300px;
}
.form-inline.header-form .form-control {
    display: block;
    width: 0%;
    height: auto;
    line-height: normal;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    background-color: #000000;
    border: 1px solid #e70008;
    visibility: hidden;
    transition: all .3s linear
}
.form-inline.header-form.open_f .form-control {
    width: 100%;
    padding: 5px 30px 5px 6px;
    visibility: visible
}
.form-inline.header-form .btn_find {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 16px;
    background: transparent;
    line-height: 1;
    padding: 0;
	color: #e70008;
    transition: all .3s linear
}
.form-inline.header-form .btn_find:focus {
	box-shadow: none
}
.form-inline.header-form.open_f .btn_find {
    right: 30px;
}
.btn_hide_search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 24px;
    background: transparent;
    line-height: 1;
    padding: 0;
    color: #fff;
    visibility: hidden;
    transition: all .3s linear
}
.btn_hide_search:focus {
	box-shadow: none
}
.header-form.open_f .btn_hide_search {
    visibility: visible
}
.wrap-header .header-position.header-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-action .header-link .btn {
    font-size: 14px;
	font-weight: 300;
    color: #fff;
}
.header-action .header-link .btn_alt {
    border: 1px solid #000;
}
.header-action .header-cart.header-link > a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
	text-align: center;
	text-decoration: none;
    padding: 5px;
    position: relative;
}
.header-action .header-cart.header-link a .label-cart {
	display: block;
}
.header-action .header-cart.header-link a .badge {
	position: absolute;
	top: 10px;
	right: -5px;
	padding: 3px;
	border-radius: 50%;
	min-width: 18px;
    height: 18px;
    font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #e70008;
}
.header-wrapper .main_navigation {
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s linear
}
.header-logo {
    display: flex;
    justify-content: center;
}
.header-logo a {
    width: 316px;
}
.header-wrapper .main_navigation .navbar_main {
	padding: 8px 0
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.navbar_main .nav-item .dropdown-menu .dropdown-item.dropdown {
    position: relative;
}
.navbar_main .nav-item .dropdown-menu .dropdown-item.dropdown .dropdown-menu.dropdown {
    position: absolute;
    left: 100%;
    top: 0;
}
.navbar_main .nav-item .dropdown-menu .dropdown-item.dropdown .dropdown-menu.dropdown .dropdown-item {
    padding: 4px 6px;
    float: left;
}
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
.navbar_main .nav-item {
	margin: 0 25px
}
.navbar_main .nav-item:nth-child(2) {
	margin-left: 0
}
.navbar_main .nav-item .nav-link {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: 0.77px;
    color: #000000;
    padding: 0 5px;
    text-transform: uppercase;
	transition: all .3s ease
}
.navbar_main .nav-item .nav-link:hover {
    color: #e70008;
}
.navbar_main .nav-item.active .nav-link {
    font-weight: bold;
    color: #e70008;
}
.mobile-search {display: none}
.navbar_main .nav-item .dropdown-menu {
    border-radius: 0;
    margin: 0;
}
.navbar_main .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .6px;
    color: #000;
    padding: 4px 14px;
}
.jquery-accordion-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 50%;
    height: 100vh;
    background-color: #000000;
    z-index: 10090;
    overflow-y: auto;
    transition: all .3s linear
}
.jquery-accordion-menu.open {
    right: 0;
}
.jquery-accordion-menu .jquery-accordion-menu-header {
	font-size: 20px;
	letter-spacing: 1px;
    height: 68px;
    padding-top: 10px
}
.jquery-accordion-menu .navbar-toggler {
    color: #fff;
    font-size: 30px;
    margin: 5px 6px;
    float: right;
}
*.fa {font-family: FontAwesome}
.jquery-accordion-menu ul::after {
    content: "";
    display: table;
    float: none;
    clear: both;
}
.jquery-accordion-menu .header-action {
    /*display: flex;*/
    display: none;
    flex-wrap: nowrap;
    justify-content: flex-end
}
.jquery-accordion-menu .header-link {
    padding: 0 6px
}
.jquery-accordion-menu .header-action .header-link .btn {
    font-size: 14px;
    font-weight: 300;
    color: #e70008;
    border: 1px solid #e70008;
}
.jquery-accordion-menu ul li.drop_mobi {display: none}
/***********End Header Navbar***********/
.main_slider {margin-bottom: 60px;}
.slidehome .item_content {
    position: relative;
	overflow: hidden;
	height: 800px
}
.slidehome .item_content img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slidehome .item_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 100%, rgba(0, 0, 0, 0.3) 100%);*/
    z-index: 1
}
.slidehome .item_content>.container {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1
}
.slidehome .item_content .item_text {
    position: absolute;
    top: 50%;
    left: 8%;
    right: 8%;
    transform: translateY(-50%);
}
.slidehome .item_content .item_text h1 {
    font-family: Playfair Display;
    font-size: 56px;
    font-weight: normal;
    line-height: 1.34;
    letter-spacing: 1.01px;
    color: #ffffff;
    margin-bottom: 25px;
}
.slidehome .item_content .item_text p {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.34;
    letter-spacing: 0.58px;
    color: #ffffff;
	margin: 0 0 60px;
}
.btn_slide {
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    color: #e70008;
    text-transform: uppercase;
    border: 1px solid #e70008;
    border-radius: 0;
    padding: 15px 50px;
    transition: all .3s ease
}
.btn_slide:hover {
    color: #fff;
    background: #e70008;
}
.navtrue {position: relative}
.navtrue.owl-theme .owl-nav {
    margin-top: 0;
}
.navtrue.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 60px;
	color: #000;
	background: rgb(255, 255, 255);
	opacity: .5;
	border-radius: 0;
	margin: 0;
}
.slidehome.navtrue.owl-theme .owl-nav [class*=owl-] {
	background: rgba(255, 255, 255, 0);
}
.navtrue.owl-theme .owl-nav [class*=owl-]:focus {
	box-shadow: none;
	outline: none
}
.navtrue.owl-theme .owl-nav .owl-prev {
	left: 50px;
}
.navtrue.owl-theme .owl-nav .owl-next {
	right: 50px;
}
.navtrue.owl-theme .owl-nav [class*=owl-] span {
    line-height: 45px;
    height: 50px;
    overflow: hidden;
    display: block;
}
.slidehome.owl-theme .owl-nav [class*=owl-] i {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
i.next::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #e70008;
}
i.prev::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #e70008;
}
/**********-End Slide Home-**********/
.about_products .row {margin-bottom: 50px}
.about_img {
    position: relative;
    overflow: hidden
}
.about_img img {
    transition: all .3s ease
}
.about_img:hover img {
    transform: scale(1.1)
}
.about_text h1 {
    text-shadow: 0 16px 19px rgba(0, 0, 0, 0.16);
    font-family: PlayfairDisplay;
    font-size: 104px;
    font-weight: bold;
    line-height: 0.7;
    letter-spacing: 4.99px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: -35px
}
.about_text.ab_right {
    text-align: right
}
.about_text h1 a {
	color: inherit;
	text-decoration: none
}
.about_text h1 span {
    display: inline-block;
    background-color: #ffffff;
}
.about_txt {
    border: 1px solid #000;
}
.ab_left .about_txt {
    padding: 120px 30px 100px 140px;
    border-left: none;
}
.ab_right .about_txt {
    padding: 120px 140px 100px 30px;
    border-right: none;
}
.about_txt p {
    font-family: Roboto;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.6;
    color: #707070;
    text-align: justify;
    margin-bottom: 0
}
.btn_default {
    font-family: Roboto;
    font-size: 28px;
    font-weight: normal;
    line-height: 2;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #e70008;
    border-radius: 0;
    padding: 0 30px;
    margin-top: -30px;
}
.btn_default:hover {
    background-color: #e70008;
    color: #ffffff;
}
.service_customer {
	margin: 50px auto;
}
.service_box {
    display: flex;
}
.service_item .service_box {
	border-right: 1px solid rgba(220, 105, 120, 0.3);
}
.service_item:last-child .service_box {
	border: none
}
.service_box_icon {
    width: 40px;
    text-align: center;
	margin: 0 10px 0 0; 
}
.service_box_icon i.icon_check {
    display: inline-block;
    width: 15px;
    height: 40px;
    border-right: 2px solid #e70008;
    border-bottom: 2px solid #e70008;
    margin: 0;
    transform: rotate(45deg);
}
.service_box_txt {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 7px 0;
}
.service_box_txt h2 {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.service_box_txt p {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: normal;
    color: #e70008;
    margin: 0;
}
/**********************************/
.grid_products {margin: 0 auto 50px}
.grid_products >.row {margin: 0 -15px}
.grid_products > .row > .product_item {
	padding: 0 15px;
	margin: 0 0 20px
}
.desc_ecom {
	text-align: center;
	margin: 0 0 30px
}
.desc_ecom h1 {
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
	margin: 0 0 10px
}
.desc_ecom h1 span{
    color: #e70008;
}
.desc_ecom p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: normal;
    color: #e70008;
	margin: 0
}
h2.section_title {
    font-family: Playfair Display;
    font-size: 72px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 3.46px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 20px 0 50px;
    position: relative;
    text-shadow: 0 16px 19px rgba(0, 0, 0, 0.16);
}
h2.section_title::after {
	content: "";
    position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #e70008;
    display: none
}
.product_item .product_inside {
    padding: 5px;
    background: #fff;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: all .3s ease-in-out
}
.product_item:hover .product_inside {
	box-shadow: 0px 1px 51px 0px #d9d6d9
}
.product_item .product_photo{
	position: relative;
	margin: 0 0 15px
}
.product_item .product_photo > a {
	display: block;
	height: 450px;
	overflow: hidden
}
.product_item .product_photo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
	transition: all .3s ease-in-out
}
.product_item:hover .product_photo::before {
    background: rgba(219,229,231,0);
}
.product_item .product_photo img {
	/*width: 100%*/
	max-width: none;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.product_item .product-item-btn{
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	transition: all .3s ease-in-out
}
.product_item:hover .product-item-btn{
	opacity: 1;
	top: 50%;
}
.product_item .product-item-btn .btn {
    font-size: 22px;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #e70008;
    padding: 0;
    border-radius: 0;
    margin: 0 4px;
    transition: all .3s ease-in-out .1s;
}
.product_item .product-item-btn .btn-detail{
	margin-top: 60px;
}
.product_item:hover .product-item-btn .btn-detail{
	margin-top: 0;
}
.product-item-name a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #343434;
}
.product-tag {
	margin: 0 0 8px
}
.product-tag a {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
    color: #aaaaaa;
    text-transform: capitalize;
    text-decoration: none;
}
.product_star i.fa {
    color: #e70008;
}
.price-box {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    color: #aaaaaa;
}
.price-box .special-price {
    display: inline-block;
    font-weight: bold;
    color: #e70008;
}
.price-box .old-price {
    display: inline-block;
	text-decoration: line-through
}
/************End Grid Product************/
.catg-item {
    margin-bottom: 30px;
}
.catg-item .item {
    height: auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
    max-height: 480px;
    overflow: hidden;
    position: relative;
}
.catg-item .item:before {
    background-color: rgba(0,0,0,.1);
    content: "";
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate3d(1,1,0,100deg);
    -moz-transform: rotate3d(1,1,0,100deg);
    -o-transform: rotate3d(1,1,0,100deg);
    transform: rotate3d(1,1,0,100deg);
    border-radius: 4px;
    transition: all .4s linear;
}
.catg-item:hover .item:before {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    -o-transform: rotate3d(0,0,0,0);
    transform: rotate3d(0,0,0,0);
}
.catg-item .item img {
    width: 100%;
}
.catg-item .item .caption {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 100%;
    text-align: right;
}
.catg-item .item .caption .v_pos {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}
.catg-item.item_lg .item .caption .v_pos {
    top: auto;
    bottom: 25px;
    transform: none;
}
.text-titr {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: block;
}
.btn-vplus {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: #e70008;
    background: #fff;
    padding: 8px 12px;
}
.btn-vplus:hover {
    color: #e70008;
    background: #fff;
}
/************End Category************/
.our_ideas {
    margin: 0 auto 60px;
}
.idea_wrapper {
    position: relative;
    padding: 16px 20px;
}
.idea:first-child .idea_wrapper {
	padding-right: 10px
}
.idea:last-child .idea_wrapper {
	padding-left: 10px
}
.idea:nth-child(2) .idea_wrapper {
	padding: 0
}
.idea_wrapper img {
    width: 100%;
}
.idea:nth-child(2) .idea_wrapper img {
    transform: scale(1.05);
}
.idea_title {
    position: absolute;
    top: 10%;
    left: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
.idea_title h2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #e70008;
    text-align: center;
    margin: 0;
}
.idea_wrapper .idea_box {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    background: #fff;
    padding: 30px 15px;
}
.idea_wrapper .idea_box::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    border: 1px solid #eee;
    z-index: -1;
}
.idea_wrapper .idea_box h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
    text-align: center;
	margin: 0
}
.idea_wrapper .idea_box h3 a {
    color: #000;
	text-decoration: none
}
/************ End Ideas ************/
.slide_avis.owl-carousel {
    max-width: 1150px;
    margin: 0 auto 50px;
	position: relative
}
.avis_item {
    display: flex;
}
.pic_clt {
    width: 11%;
    min-width: 70px;
    max-width: 110px;
    margin: 0 15px 0 0;
}
.owl-carousel .owl-item .pic_clt img {
    border-radius: 50%;
}
.avis_clt p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0 0 20px;
}
.avis_clt .name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #9fbfca;
    margin: 0;
}
.avis_clt .fonct {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #c79097;
    margin: 0;
}
.slide_avis.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}
.slide_avis.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.slide_avis.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #d6ebee;
}
.slide_avis.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #d6ebee;
}
.slide_avis.owl-theme .owl-dots .owl-dot.active span, .slide_avis.owl-theme .owl-dots .owl-dot:hover span {
    background: #a1c2c7;
}
/************End Avis************/
.our_blog {
	margin: 0 auto 20px
}
.our_blog .post {
	margin-bottom: 30px
}
.post .post_pic {
	text-align: center;
    margin: 0 0 20px;
}
.post .post_pic img {
    width: auto;
}
.post .post_tag {
	font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    color: #9fbfca;
	text-transform: uppercase;
    margin: 0;
}
.post .post_tag a{
	text-decoration: none;
    color: #9fbfca;
}
.post .post_title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .5px;
    color: #000;
    margin: 20px 0 12px;
}
.post .post_title a{
	text-decoration: none;
    color: #000;
}
.post .post_info {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: normal;
    color: #AAA;
    margin: 0;
}
.post .post_info i.fa{
    margin: 0 8px 0 15px;
}
/************End Blog************/
.our_partners {
    padding: 40px 0;
    margin: 0 0 50px;
    background: #efefef;
}
.owl_partners .partner img {
    width: auto;
    height: 35px;
    margin: 0 auto;
}
.our_newsletter {
    padding: 20px 0;
    background-color: #000000;
}
.lbl-newsltr {
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.06;
    letter-spacing: 1.28px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.desc-newsltr {
    margin: 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    color: #A2A2A2;
}
.form-newsletter .form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    padding: 28px 12px;
    border: 1px solid #fff;
    background-color: #000000;
    border-radius: 0;
}
.form-newsletter .form-control:focus {border-color: #fff}
.form-newsletter .btn-news {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 28px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 0;
    background: #ffffff;
    text-transform: uppercase;
    box-shadow: none;
    margin-left: 40px;
}
.form-newsletter .btn-news:hover {
    color: #e70008;
}
/************End Newsletter************/
.footer .footer-top {
    padding: 60px 0;
}
.box_cg {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 70px auto 50px
}
.box_cg .box_item {
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.box_cg .box_icon {
    max-width: 180px;
    margin: 0 auto 40px;
}
.box_cg .box_icon img {
    max-width: 100%;
    max-height: 130px;
}
.box_cg .box_txt {
    font-family: Roboto;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.93;
    color: #000000;
    margin-bottom: 20px
}
.footer .footer-middle {
	background: #000000;
    padding: 10px 0;
}
.footer-top .col-12:first-child .footer-block {margin-bottom: 35px}
.footer-block .title h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #8f8f8f;
    text-transform: none;
    margin-bottom: 20px;
}
.simple-list {
    list-style: none;
    padding: 0;
    margin: 0
}
.contact-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0
}
.simple-list li, .simple-list li a{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707070;
	text-decoration: none;
	transition: all .3s ease
}
.simple-list li {
    display: inline-block;
    margin: 0 15px 5px 0;
}
.contact-list li, .contact-list li a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
	text-decoration: none;
	transition: all .3s ease
}
.contact-list li {
    display: inline-block;
    margin: 0 5px 5px;
}
.simple-list li a:hover, .contact-list li a:hover {
    color: #e70008;
}
.contact-list i.fa {
    font-size: 14px;
    color: #fff;
	margin: 3px 8px 0 0
}
.contact-list i.fa:hover {
    color: #e70008;
}
.fb_page {
    width: 340px;
    max-width: 100%;
    margin: 0 auto
}
.footer-social a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    background-color: #e60008;
    border-radius: 50%;
    margin-right: 20px;
}
.footer-social a i.fa {
    line-height: 40px;
}
.footer-middle .col-12:last-child .footer-block {
    text-align: right
}
.footer-block img {
    height: 20px;
}
.copyright {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
    transition: .3s ease;
    padding: 10px 0;
    background-color: #fff;
}
.copyright a {
    color: #222222;
    text-decoration: none;
}
.back-to-top {
    font-size: 28px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #e70008;
    background-color: #000000;
    border-radius: 2px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}
.back-to-top:hover {
    color: #fff;
}
.cart_title {
	display: none; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    background: #e70008;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.cart_title a.btn-cart-close {
    position: absolute;
    right: 25px;
    font-size: 16px;
    line-height: 22px;
}
.dropdown_cart {
    position: absolute;
    top: 150%;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 100;
    padding: 25px;
	box-shadow: 0 3px 10px 0 rgba(210, 210, 210, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}
.header-action .header-cart.header-link:hover .dropdown_cart, .header-action .header-cart.header-link .dropdown_cart.show {
    top: 100%!important;
	opacity: 1;
	visibility: visible
}
.header-action .header-cart.header-link .dropdown_cart.hide {
    top: 150%!important;
	opacity: 0;
	visibility: hidden
}
.minicart {
	padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.minicart_items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.minicart_items li.cart_item {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.minicart_items li.cart_item:last-child {
	border: none
}
.cart_item_photo {
    width: 70px;
	margin: 0 15px 0 0;
}
.header-cart .cart_item_desc .cart_item_title a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 12px;
}
.cart_item_desc .cart_item_price {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.cart_item_desc .cart_quantity .quantity {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: normal;
    color: #000;
    margin: 0 30px 0 0;
}
.header-cart .cart_item_desc .cart_quantity a {
    line-height: normal;
    color: #000;
}
.header-cart .cart_item_desc .cart_quantity a i.fa{
    font-size: 16px;
}
.mcart_subtotal {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 25px;
	display: flex;
	justify-content: space-between;
}
.header-cart .block_minicart .mcart_actions .btn {
	font-family: Roboto;
	font: 11px;
	font-weight: 600;
	color: #e70008;
	height: 45px;
    line-height: 43px;
    border: 2px solid #e70008;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    transition: all .3s ease
}
.header-cart .block_minicart .mcart_actions .btn:last-child {
    margin-bottom: 0;
}
.header-cart .block_minicart .mcart_actions .btn:hover {
	background: #e70008;
	border-color: #e70008;
	color: #fff
}
.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 8px 0 0;
}
.breadcrumb .breadcrumb-item {
	font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .4px;
    color: #acacac;
}
.breadcrumb .breadcrumb-item.active {
    font-weight: 500;
    color: #000;
}
.breadcrumb .breadcrumb-item a {
    color: #e70008;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
}
.grid_title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.count_list {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #f0aeb2;
}
.filter_list {
    margin: 10px 0 36px;
}
.filter_list_br {
	border-width: 2px 0 2px 0;
    border-color: #acacac;
    border-style: solid;
	padding: 14px 0;
}
.bootstrap-select .dropdown-menu {
    max-height: 290px!important;
}
.niceSelect .btn-light, .show.niceSelect .btn-light.dropdown-toggle {
    line-height: normal;
    font-size: 20px;
    color: #acacac;
    background: transparent;
    border: none;
    outline: none!important;
    padding: 0 4px 2px;
    box-shadow: none;
}
.bootstrap-select.niceSelect .dropdown-toggle:focus {
    background: transparent;
    outline: none!important;
}
.niceSelect .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'FontAwesome';
    color: #000;
    width: 15px;
    height: 18px;
}
.form-label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    float: left;
	margin: 0 5px 0 0
}
.trie .select-wrapper {
    float: right;
    position: relative;
	background: #fff
}
.select-wrapper .form-control {
    padding: 0 30px 2px 4px;
    height: auto!important;
    width: auto;
    line-height: normal;
    font-size: 20px;
	color: #acacac;
    border: none;
    /*border-bottom: 2px solid #eee;*/
    border-radius: 0;
    text-transform: capitalize;
	background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    z-index: 1;
}
.select-wrapper .form-control:focus {
	box-shadow: none
}
.select-wrapper i.fa {
	font-size: 18px;
	color: #e70008;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
	z-index: 0;
}
.trie {
    float: left;
}
.directions {
    float: right;
	margin-left: 10px
}
.directions a.sortDirection {
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
}
.col_filter {
    margin-top: 5px;
}
.filter_blog {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #000000;
}
.filter_title {
    font-family: Roboto;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
    color: #fff;
}
.filter_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e70008;
}
.filter_title:not(:first-child) {
    margin: 20px 0 20px;
}
.block-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.2;
    color: #fff;
    margin: 0 0 10px;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
}
.block-title a {
    color: inherit;
	text-decoration: none
}
.toggle-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transform: rotate(0);
    cursor: pointer;
    transition: all .3s ease
}
.toggle-arrow::before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: normal;
	color: #e70008;
    transition: all .3s ease
}
.toggle-arrow.open {
    transform: rotate(-90deg)
}
.block-content {display: none}
.block-content.show {display: block}
.block-content .category-list {
	list-style: none;
	padding: 0 20px;
	margin: 0
}
.category-list li {
	margin: 0 0 8px;
}
.category-list li a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    color: #fff;
    text-decoration: none;
}
ul.filter_price {
    list-style: none;
    padding-left: 10px;
	margin: 0
}
ul.filter_price .range_price {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0 0 8px;
}
ul.filter_price .range_price .count{
	color: #aaa;
	letter-spacing: normal
}
.range_price .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #cce;
}
.range_price .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}
.range_price .custom-radio .custom-control-label::after {
	top: 8px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
	transform: scale(0);
	transition: all .3s ease
}
.range_price .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
	transform: scale(1);
}
.range_price .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.col_filter .block-filter {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #000000;
}
.wrapper-pagination {
	padding-top: 14px;
	border-top: 2px solid #acacac;
	padding-bottom: 14px;
	border-bottom: 2px solid #acacac;
	margin-bottom: 50px
}
.pagination li.disabled {
    display: none;
}
.pagination li a{
	background: #f1f1f1;
    border: none;
    color: #000;
    padding: 5px 12px;
}
.pagination li.active span {
	background: #e70008;
    color: #fff;
    font-weight: 500;
    padding: 5px 12px;
}
.pagination li a:focus {box-shadow: none}
.filter_head {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    background: #e70008;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.filter_head .btn-close {
	position: absolute;
    right: 25px;
    font-size: 16px;
    line-height: 22px;
}
.filter-col-toggle {
    font-size: 14px;
    font-weight: 600;
    background: #e70008;
    color: #fff !important;
    padding: 2px 12px;
}
/************Start Single Product***********/
.product_wrapper {
    margin: 15px 0 0;
}
.slide_product {
    position: relative;
	margin: 0 0 30px
}
.slide_product.owl-theme .owl-nav {
    margin-top: 0;
}
.slide_product.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #000;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
	outline: none
}
.slide_product.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(255, 255, 255);
}
.slide_product.owl-theme .owl-nav .owl-prev {
    left: 10px;
}
.slide_product.owl-theme .owl-nav .owl-next {
    right: 10px;
}
.slide_product_hash {
    padding: 0;
    position: relative;
	margin-bottom: 50px
}
.slide_product_hash.owl-theme .owl-nav {
    margin-top: 0;
}
.slide_product_hash.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
	outline: none
}
.slide_product_hash.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(255, 255, 255);
}
.slide_product_hash.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.slide_product_hash.owl-theme .owl-nav .owl-next {
    right: 0;
}
.product_images {
    display: flex;
    flex-wrap: wrap;
}
.product_images .item_hash {
    align-self: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    transition: all .3s ease
}
/*.product_images .item_hash.active {
    border-color: #e70008
}*/
.product_images {
    display: flex;
    flex-wrap: wrap;
}
.product_pic.active {
    text-align: center
}
.product_pic:not(.active) {display: none}
.product_detail {
	margin-bottom: 50px
}
h1.product_title {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
	margin: 0 0 20px
}
.product_rating {
	display: flex;
	margin: 0 0 15px
}
.start_rating i.fa-star-o{
    color: #c1c1c1;
}
.start_rating i.fa-star{
    color: #fb981b;
}
a.review_link {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-left: 20px;
    text-decoration: none;
}
.product_meta {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    /*border-top: 1px solid #e7e7e7;*/
    font-size: 16px;
    color: #3f3f3f;
}
.product_meta span {
    display: inline-block;
    margin-right: 4px
}
.product_short_description {
	margin: 10px 0 30px
}
.product_short_description p {
    font-family: Roboto;
    line-height: 25px;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 16px;
}
.product_detail .price {
    font-family: Roboto;
    line-height: 25px;
    letter-spacing: .4px;
    font-size: 36px;
    font-weight: 500;
    color: #e70008;
    margin-bottom: 25px;
}
.product_detail .price .old-price {
	display: block;
    line-height: 24px;
    font-size: 28px;
    color: #aaaaaa;
	text-decoration: line-through;
	margin-bottom: 10px
}
.variations {
    display: flex;
	margin: 0 0 30px
}
.label_var {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 5px
}
.var_items {
    display: flex;
}
.var_items .var-item {
    position: relative;
	margin: 0 15px 0 0
}
.var_items .var-item input[type=radio] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.var_items .var-item label {
    width: auto;
    min-width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    border: 2px solid #eee;
    padding: 0 5px;
    margin: 0;
    opacity: .6;
}
.var_items .var-item img{
	max-width: 28px;
	max-height: 28px;
}
.var_items .var-item input[type=radio]:checked ~ label {
	opacity: 1;
	box-shadow: 0 0 8px 0 #000
}
.single_addtocart_button {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border-radius: 20px;
    border: 2px solid #000;
    position: relative;
}
.product_cmd {
	display: flex;
	margin: 50px 0 30px
}
.qty-form {
    display: block;
    width: 130px;
    padding: 0 40px;
    margin: 0 20px 0 0;
	overflow: hidden;
	position: relative
}
.qty-form input.qty {
    width: 50px;
    border: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
}
.qty-form span {
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #cfcfcf;
}
.qty-form span::selection {
	background: #fff;
	color: #000
}
.qty-form span.minus{
	left: 0
}
.qty-form span.plus{
	right: 0
}
.share_rss .label_rss {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin: 0 10px 0 0
}
.share_rss .btn_rss {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 22px;
	border: 1px solid #000;
	border-radius: 12px;
	cursor: pointer;
	margin: 0 3px 0 0
}
h2.tab_title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
	line-height: normal;
    text-transform: uppercase;
    color: #777;
    border-bottom: 2px solid #ebebeb;
    margin: 0 0 30px;
}
h2.tab_title span{
    padding: 0 25px;
	display: inline-block;
	position: relative
}
h2.tab_title span::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #777;
	position: absolute;
	left: 0;
	bottom: -17px;
}

.lists_reviews li.custom_review {
    display: flex;
	margin-bottom: 15px;
}
.lists_reviews li.custom_review .photo_review {
    min-width: 60px;
}
.photo_review img{
    width: 60px;
    max-height: 60px;
}
.custom_review .review_info {
	margin-left: 20px
}
.custom_review .review_head {
    display: flex;
    justify-content: space-between;
}
.review_name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.review_name span {
    display: inline-block;
    font-weight: 400;
    color: #aaa;
    margin-left: 5px;
}
.review_info p {
    font-family: Roboto;
    line-height: normal;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 6px 0 0;
}
.tab_description p {
    font-family: Roboto;
    line-height: normal;
    letter-spacing: .4px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    margin: 10px 0;
}
.tab_reviews, .tab_description {
    margin-bottom: 50px;
}
ul.lists_reviews {
    margin-bottom: 30px;
}
h4.title_avis {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}
.rating_product {display: flex}
#star-rating input.rating {
    display: none;
}
.form-group label, .block_avis label {
    font-size: 14px;
    font-weight: 600;
}
.stars {
    display: flex;
    margin: 3px 0 0 20px;
}
.star {
    background-image: url('../images/stars.png');
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    zoom: 1;
}
.tmp_es {
    background-position: left -21px;
}
.tmp_fs {
    background-position: left -40px;
}
.fullStar {
    background-position: left -59px;
}
.btn_sub {
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 0;
    color: #fff;
    background: #e70008;
    text-transform: uppercase;
}
.btn_sub:hover {
    color: #fff;
    background: #e70008;
}
/************End Single Product***********/
.shop_table th {
    padding: 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #efefef;
}
.shop_table .product-remove a {
    font-size: 30px;
}
.shop_table td {
    padding: 15px 12px;
    border: none;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
	vertical-align: middle
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
.shop_table .product-thumbnail img {
    width: 100px;
}
.shop_table a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.shop_table .price-amount {
    font-weight: 600;
    color: #000;
}
.product-quantity .quantity {
    display: inline-block;
    width: 130px;
    padding: 0 40px;
    position: relative;
}
.product-quantity .quantity input.qty {
    width: 50px;
    border: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.product-quantity .quantity span {
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.product-quantity .quantity span.minus {
    left: 0;
}
.product-quantity .quantity span.plus {
    right: 0;
}
.cart-actions {
	margin-top: 10px;
	margin-bottom: 35px;
}
.form-control {
    border: 1px solid #e6e6e6;
	border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
	font-size: 14px;
    padding: 0 15px;
    height: 40px;
    transition: all .5s ease;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
	padding: 10px 15px
}
.cart-actions .btn_sub{
	background: #e70008
}
.cart-actions .coupon .btn_sub{
	background: #e70008
}
.cart_totals {
    border: 2px solid #efefef;
    padding: 25px;
	margin-bottom: 50px
}
.cart_totals h2 {
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 6px;
    text-transform: uppercase;
}
.shop_table .cart-subtotal .amount {
    font-weight: 400;
}
.cart_totals .shop_table tr:last-child th, .cart_totals .shop_table tr:last-child td {
    border-bottom: none;
}
.checkout h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.our_billing h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.form_default h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}
.our_billing {
    margin-bottom: 50px;
}

.our_billing .nav-pills .nav-link.active, .our_billing .nav-pills .show>.nav-link {
    background-color: #e70008;
    border-radius: 0;
}
.our_order {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 50px;
}
.our_order .shop_table {
    background: #fff;
}
.form_default {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    margin-bottom: 50px;
}
.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
    padding: 10px 14px 
}
.panel-title>a {
    color: inherit;
}
.panel-body {
    padding: 15px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e70008;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.post_desc img {
	display: block;
	padding: 0 15px 0 0;
	margin: 0 auto 20px
}
.post_desc p {
	font-family: Roboto;
    line-height: 22px;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.post_desc ul, .post_desc ol {
	padding-left: 15px
}
.post.single .post_tag {
    font-size: 14px;
    letter-spacing: 1px;
}
.post.single .post_tag span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.4px;
    margin-right: 10px;
}
.page_title {
    background: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 50px;
}
.page_title .grid_title {
    font-size: 42px;
    font-weight: 600;
}
#my_map {
    height: 360px;
}
.error404 {
    font-size: 100px;
    font-weight: 600;
	text-align: center;
	padding: 60px 0;
    margin-bottom: 50px;
}
.btn_rmore {
    font-size: 12px;
    font-weight: 500;
    color: #e38491;
	text-transform: uppercase;
    padding: 6px 0;
    margin-top: 10px;
}
.sec_instagram {margin-bottom: 50px;}
.insta {
    background: #000;
    padding: 30px 20px;
    height: 100%;
    text-align: center
}
.insta div {
    margin: 0 auto
}
.insta div div:first-child {
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.06;
    letter-spacing: 1.28px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px
}
.insta div:not(.text-center) > a {
    display: inline-block;
    font-size: 54px;
    width: 74px;
    height: 74px;
    line-height: 74px;
    color: #000000;
    text-align: center;
    background:  #fff;
    border-radius: 50%;
}
.insta .btn {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #e70008;
    text-transform: uppercase;
    border: 1px solid #e70008;
    border-radius: 0;
    padding: 10px 15px;
    margin-top: 10px
}
.search_menu {
    display: none;
    float: left;
}
main.main_wrapper {
    overflow: hidden
}
.head_page {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}
.our_banner {
    margin: 100px auto 40px;
}
.our_banner img {
	width: 100%
}
.bg_home {
	background: url("../images/bg_home.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.jquery-accordion-menu ul li a {
	font-size: 20px;
	padding: 34px 22px;
}
.jquery-accordion-menu ul li a i {
    display: none;
    font-size: 20px;
	line-height: 22px;
}
.product_image {
    position: relative;
}
.product_image .outofstock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .4px;
    font-weight: 400;
    color: #fff;
    background: rgb(231 0 8 / 0.7);
}
@media (min-width: 1200px) {.container {max-width: 1170px;}}
@media (min-width: 1300px) {.container {max-width: 1270px;}}
@media (min-width: 1400px) {.container {max-width: 1370px;}}
@media (min-width: 1500px) {.container {max-width: 1470px;}}
@media (min-width: 1600px) {.container {max-width: 1570px;}}
@media (max-width: 1499px) {
    .about_text h1 {
        font-size: 82px;
        margin-bottom: -30px;
    }
    .insta {
        padding: 20px
    }
    .insta div div:first-child {
        font-size: 24px;
    }
    .insta div:not(.text-center) > a {
        font-size: 40px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 1399px) {
    .about_text h1 {
        font-size: 80px;
        margin-bottom: -26px;
    }
    .about_txt p {
        font-size: 22px;
        line-height: 1.4;
    }
}
@media (max-width: 1299px) {
    .about_text h1 {
        font-size: 60px;
        margin-bottom: -22px;
    }
    .ab_left .about_txt {padding: 100px 30px 80px 40px}
    .ab_right .about_txt {padding: 100px 40px 80px 30px}
}
@media (max-width: 1199px) {
	.jquery-accordion-menu ul li a {
		font-size: 18px;
		padding: 30px 22px;
	}
	.jquery-accordion-menu ul li a i {
		font-size: 18px;
		line-height: 20px;
	}
	.navbar_main .nav-item {margin: 0 15px}
	.slidehome .item_content {
		height: 620px;
	}
	.idea_title {top: 5%;left: 30px;right: 30px;}
	.idea_title h2 {font-size: 20px;}
	.idea_wrapper .idea_box {left: 35px;right: 35px;padding: 20px 15px;}
	.product_detail .price {margin-bottom: 60px}
	.product_cmd {margin-top: 80px}
    .about_text h1 {
        font-size: 50px;
        margin-bottom: -18px;
    }
    .about_txt p {
        font-size: 18px;
        line-height: 1.4;
    }
    .ab_left .about_txt {padding: 60px 20px 50px 30px}
    .ab_right .about_txt {padding: 60px 30px 50px 20px}
    .insta {padding: 0;}
    .insta div div:first-child {
        font-size: 20px;
    }
    .insta div:not(.text-center) > a {
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sec_instagram .row {margin: 0 -10px}
    .sec_instagram .col-12 {padding: 0 10px}
    .insta .btn {font-size: 14px}
    .form-newsletter .form-control {
        font-size: 18px;
        padding: 5px 12px;
    }
    .form-newsletter .btn-news {
        font-size: 18px;
        line-height: 30px;
        padding: 0 20px;
        margin-left: 20px;
    }
    .box_cg .box_icon img {
        max-height: 80px;
    }
    .box_cg .box_txt {
        font-size: 18px;
    }
	.product_item .product_photo > a {
		height: 380px;
	}
}
@media (max-width: 991px) {
    .header-wrapper {
        height: 112px;
    }
    .header-wrapper .main_navigation .navbar_main {display: none}
    .jquery-accordion-menu .jquery-accordion-menu-header {
        height: 50px;
        padding-top: 0
    }
	.jquery-accordion-menu ul li a {padding: 20px 22px;}
	.wrap-header .header-position.header-center {display: none}
    .jquery-accordion-menu ul li.drop_mobi {display: block}
	.header-wrapper .main_navigation .navbar_main .navbar-nav {margin-bottom: 15px;}
	.mobile-search {display: block}
    .search_menu {display: block; width: 100%;padding: 4px}
    .search_menu .form-inline.header-form {margin: 0;border: 1px solid #e70008}
    .search_menu .form-inline.header-form .form-control {width: 100%;visibility: visible;border: none;padding: 5px}
	.navbar_main .nav-item {margin: 0}
	.navbar_main .nav-item .nav-link {line-height: 34px;border-bottom: none;}
	.form-inline.header-form {width: 100%; margin: 20px 0}
	.main_navigation:not(.fixed-top) {position: relative}
	.main_navigation .navbar-toggler {
		display: inline-block;
		font-size: 28px;
        color: #000;
        position: absolute;
        top: 0;
        right: 15px;
        padding: 16px 10px;
	}
	.topbar .wrap-topbar .nav .nav-item .nav-link {padding: 0}
	.slidehome .item_content {height: 350px;}
	.slidehome .item_content img {
		position: absolute;
		left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
    }
	.service_customer {margin: 50px auto 30px;}
	.service_item {margin: 0 0 20px;}
	.service_item .service_box{border: none;width: 100%;margin: 0 auto;}
	.service_box_icon {width: 20px;margin: 0 6px 0 0;}
	.service_box_icon i.icon_check {width: 8px;height: 20px;margin: 10px 0 0;}
	.service_box_txt {
		width: auto;
		padding: 5px 0;
	}
	.service_box_txt h2 {font-size: 15px;}
	.service_box_txt p {font-size: 11px;font-weight: 400;}
	.text-titr {font-size: 26px;}
	.catg-item.item_lg {height: 300px;}
	.catg-item .item{height: 100%}
	.idea_wrapper {padding: 0}
	.idea:first-child .idea_wrapper {padding-right: 0}
	.idea:last-child .idea_wrapper {padding-left: 0}
	.idea_title {top: 3%;left: 10px;right: 10px;}
	.idea_title h2 {font-size: 16px;}
	.idea_wrapper .idea_box {left: 20px;right: 20px;padding: 15px;}
	.idea_wrapper .idea_box h3 {font-size: 14px;}
	.post .post_tag {font-size: 14px}
	.post .post_title {font-size: 18px}
	.post .post_info {font-size: 12px}
	.col_filter {
		opacity: 0;
		visibility: hidden;
		margin: 0;
		padding: 60px 15px 10px;
		position: fixed;
		top: 0;
		left: -400px;
		bottom: 0;
		width: 400px;
		max-width: 100%;
		background: #fff;
		z-index: 1000;
		box-shadow: 0 10px 30px 0 #ccc;
		transition: all .3s ease
	}
	.col_filter.show {opacity: 1;visibility: visible;left: 0;background-color: #000000}
	.filter_head {display: block}
	.col_filter .filter-widget {height: 100%;overflow-y: auto;margin-right: -6px;padding-right: 6px;}
	.product_short_description {margin-bottom: 20px}
	.variations {margin-bottom: 20px}
	.product_detail .price {margin-bottom: 20px}
	.product_cmd {margin-top: 30px}
	.product_item .product_photo > a {
		height: 280px;
	}
    .about_text h1 {
        font-size: 40px;
        margin-bottom: -16px;
    }
    .ab_left .about_txt {
        padding: 40px 20px 30px 10px;
    }
    .btn_default {
        font-size: 20px;
        margin-top: -20px;
    }
    .slidehome .item_content .item_text h1 {
        font-size: 28px;
    }
    .slidehome .item_content .item_text p {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .btn_slide {
        font-size: 18px;
        padding: 10px 30px;
    }
    .box_cg .box_icon {
        margin: 0 auto 20px;
    }
    .box_cg .box_icon img {
        max-height: 60px;
    }
    .box_cg .box_txt {
        font-size: 14px;
    }
    .footer-social {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .table{
		white-space: nowrap!important;
	}
    .header-wrapper {
        height: 105px;
    }
    .jquery-accordion-menu {box-shadow: none}
	.jquery-accordion-menu .jquery-accordion-menu-header {
		font-size: 18px;
	}
	.jquery-accordion-menu ul li a {
		font-size: 12px!important;
		padding: 15px 22px;
	}
	.jquery-accordion-menu ul li a i {
		font-size: 16px;
		line-height: 18px;
	}
    .wrap-header .header-position {
        padding: 0 5px;
    }
    .wrap-header .header-position.header-action {
        padding-left: 5px;
        padding-right: 5px;
    }
    .main_navigation .navbar-toggler {
        padding: 11px 10px;
    }
    .header-logo {
        justify-content: flex-start;
    }
    .header-logo a {
        width: 260px;
    }
    .wrap-header .nav > .nav-item > .nav-link {
        padding: 5px;
    }
    .about_text {
        margin: 10px 0 0;
    }
	.navtrue.owl-theme .owl-nav [class*=owl-] {width: 30px;height: 30px;line-height: 30px;font-size: 50px;}
	.navtrue.owl-theme .owl-nav [class*=owl-] span {line-height: 26px;height: 30px;}
	.slidehome .item_content img {
        top: 0;
        height: 100%;
        width: auto;
		max-width: none;
        transform: translateX(-50%);
    }
    .slidehome .item_content .item_text h1 {
        font-size: 26px;
    }
	.slidehome .item_content .item_text{left: 10%}
	.slidehome .item_content .item_text p {display: none}
	.idea_title {top: 10%;left: 70px;right: 70px;}
	.idea_title h2 {font-size: 22px;}
	.idea_wrapper .idea_box {left: 80px;right: 80px;padding: 30px;}
	.idea_wrapper .idea_box h3 {font-size: 16px;}
	.idea:nth-child(2) .idea_wrapper img {transform: scale(1);}
	.idea:nth-child(2) {margin: 20px auto;}
	.idea_wrapper img {display: block;width: auto;height: 400px;margin: 0 auto;}
	.our_blog .post:last-child {display: none}
	.form-newsletter .btn-news {
		height: 40px;
		line-height: 38px;
		padding: 0 10px;
		font-size: 14px;
		margin-left: 5px;
	}
	.header-action .header-link.header-cart {position: static;}
	.dropdown_cart {position: fixed; padding-top: 50px; left: 0; bottom: 0; width: auto}
	.header-action .header-cart.header-link:hover .dropdown_cart, .header-action .header-cart.header-link .dropdown_cart.show {top: 0!important}
	.header-action .header-cart.header-link .dropdown_cart.hide {top: 100%!important}
	.cart_title {display: block}
	.shop_table thead {display: none}
	.shop_table tr td {display: block;text-align: right}
	.shop_table tr td:before {content: attr(data-title) ": ";font-weight: 600;float: left;color: #222;}
	.shop_table tr td.product-thumbnail {text-align: center}
	.shop_table tr td.product-remove:before, .shop_table tr td.product-thumbnail:before {content: "";}
	.cart-actions .btn, .cart-actions .form-group, .cart-actions .form-control, .cart_totals .btn {width: 100%}
	.coupon {padding: 15px;border: 2px dashed #eaeaea;margin-top: 20px;}
	.cart_totals .shop_table th {display: none}
	.our_order .shop_table thead {display: table-header-group;}
	.our_order .shop_table tr td {display: table-cell;text-align: initial;}
	.our_order .shop_table tr td:last-child {text-align: right;}
	.our_order .shop_table tr td:before {content: "";}
    .footer-middle .col-12:last-child .footer-block {
        text-align: center;
    }
    .box_cg {
        flex-wrap: wrap;
        margin: 20px auto 30px;
    }
    .box_cg .box_item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.product_item .product_photo > a {
		height: 250px;
	}
}
@media (max-width: 575px) {
	.jquery-accordion-menu{width: 100%}
	.wrap-header {padding: 10px 0;}
	.wrap-header .header-position {padding: 0 10px}
    .jquery-accordion-menu .navbar-toggler {margin: 0 6px}
    .jquery-accordion-menu .jquery-accordion-menu-header {height: 50px;line-height: 40px;padding-top: 6px}
	.header-logo a {width: 200px;padding: 7px 0;}
	.slidehome .item_content {height: 300px;}
	.navtrue.owl-theme .owl-nav .owl-prev {left: 10px;}
	.navtrue.owl-theme .owl-nav .owl-next {right: 10px;}
	.desc_ecom h1 {font-size: 18px;}
	.desc_ecom p {font-size: 12px;}
	h2.section_title {font-size: 20px;margin: 0 0 20px;}
	.product_item .product_photo > a {
		height: 160px;
	}
	.product-item-name a {font-size: 12px;}
	.price-box {font-size: 12px;}
	.catg-item.item_lg {height: auto;}
	.idea_wrapper img {width: 100%;height: auto;}
	.idea_title {left: 40px;right: 40px;}
	.idea_wrapper .idea_box {left: 50px;right: 50px;padding: 30px 20px;}
	.our_blog .post:last-child {display: block}
	.avis_clt p {font-size: 16px}
	.our_order {padding: 15px;}
    i.next::before, i.prev::before{
        width: 20px;
        height: 20px;
    }
    .about_text h1 {
        font-size: 30px;
        margin-bottom: -10px;
    }
    .ab_left .about_txt {
        padding: 30px 15px 30px 0;
    }
    .ab_right .about_txt {
        padding: 30px 0 30px 15px;
    }
    .btn_default {font-size: 16px;}
    .contact-list li {display: block;}
    .box_cg .box_item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}