body{
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background : url('../images/bg.jpg') repeat 0 0; 
}
.grid-child {
  max-width: 1400px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', sans-serif;
}
.container-header{
    background: none;
    color: #645044;
}
.container-header .grid-child  {
  padding: 0;    
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
}
.container-header .navbar-brand a.brand-logo {
    text-decoration: none;
    font-family: 'Montez', cursive;
    color: #645044;
}
.container-header .mod-menu {
  justify-content: center;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #645044;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;  
  
}
.container-header .mod-menu .parent > ul {
  position: absolute;
  background: #F5F1E9;
  padding: 40px 0px;
  text-align: center;
  min-width: 240px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 8px;
  margin-left: -50%;
  z-index: 1;
}

.container-header .mod-menu .parent > .cat2 + ul {
    margin-left: -90px;
}
.container-header .mod-menu .parent > .cat3 + ul {
    margin-left: -80px;
}

.container-header .mod-menu .parent > ul:before {
    background : url('../images/submenu.png') no-repeat center center; 
    width: 80px;
    height: 30px;
    content: ''; 
    display: inline-block;
    position: absolute;
    top: 5px;
    left: calc(50% - 40px);
    background-color: transparent;
}

.container-header .mod-menu li:hover,
.container-header .mod-menu li.active.deeper.parent {
    font-weight: 400;
}

.container-header .mod-menu li {
    position: relative;
    height: 28px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.container-header .mod-menu li.deeper.parent{
    padding-right: 22px;
}
.container-header .mod-menu li.deeper.parent:after {
   content: ''; 
width: 15px;
height: 15px;
color: #645044;
display: inline-block;
position: absolute;
left: calc(100% - 16px);
right: unset;
top: 8px;
bottom: unset;
opacity: 1;
background-color: transparent;
background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');

}

.container-header .mod-menu .parent > ul li {
    padding: 5px 20px;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.container-header .mod-menu .parent > ul li.active,
.container-header .mod-menu .parent > ul li:hover {
    background: #E9CD80;
    font-weight: 300;
}
.container-header .mod-menu .parent > ul li a{
    font-size: 18px;
    color: #645044;
    line-height: 20px;
    font-weight: 300;
display: inline-block;
width: 100%;    
}
#navBtnNew {
    display: none;
}
.jshop_module_cart_login {
    display: flex;
    
}
#jshop_module_login{
    position: relative;
    width: 60px;
    height: 60px;
    background : url('../images/login.png') no-repeat 0 0;
    margin-left: 10px;
}
#jshop_module_contact{
     position: relative;
    width: 60px;
    height: 60px;
    background : url('../images/contact.png') no-repeat 0 0;
    margin-left: 10px;   
}

#jshop_module_cart{
    position: relative;
    width: 60px;
    height: 60px;
    background : url('../images/cart.png') no-repeat 0 0;
    margin-left: 10px;
}
.cartajax-module-count {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 15px;
    right: 9.4px;
    text-align: center;
    width: 20px;
}
#jshop_module_wishlist{
    position: relative;
    width: 60px;
    height: 60px;
    background : url('../images/wishlist.png') no-repeat 0 0;
    margin-left: 10px;
}
#jshop_module_contact a,
#jshop_module_wishlist a,
#jshop_module_login a,
#jshop_module_cart a{
    text-decoration: none;
    display: inline-block;  
    width: 100%;
    height: 60px;
}
.container-header .container-search {
  margin-top: 0;
  margin-right: 35px;

}
.container-header .container-search .form_search{
     position: relative; 
     width: 306px;
     margin: 0 auto;
}
.container-search input.inputbox {
    padding: .44rem 1.5rem;
    padding-right: 70px;
    background: #F5F1E9;
    color: #c2b6a2;
    border: 1px solid #D1C7B3;
    border-radius: 20px;
    width: 100%;
}
button.search_btn{
    border: none;
    background: transparent;
    position: absolute;
    top:5px;
    right: 5px;
    z-index: 2;
}
.mod-breadcrumbs .mod-breadcrumbs__divider.float-start {
    display: none;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 0 !important;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb-item.active {

}
.list_product .product,
.jshop_list_product .block_product .product {
        background : url('../images/product_bg.png') no-repeat center center; 
        background-size: 100% 100%;
        padding: 25px 20px;
        position: relative;
}

.owl-stage-outer .product{
margin-left: 5px;
margin-right: 5px;    
}

.product .name a{
  text-align: center;
  font-size: 18px;
  color: #362b24; 
  text-decoration: none;
  font-weight: 400;
line-height: 20px;
display: inline-block;
margin-top:10px;
margin-bottom: 5px;
width: 100%;
}
.product .description {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
  color: #606060;
  text-align: center;
  line-height: 16px;
  min-height: 32px;
}
.product .jshop_price {
  text-align: center;
  font-size: 18px;
  color: #362b24; 
  font-weight: 400;
  margin-bottom: 14px;
}
.product .old_price {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 14px;
}
.product .buttons {
    position: absolute;
    bottom: 0;
    left: calc(50% - 73px);
    margin-bottom: -16px;
}
.product .buttons a.btn.button_detail {
    color: #362b24;
    background: #E4D5A2;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 18px;
    padding: .35rem 1.3rem;
}
.product .product_label {
  position: absolute;
  margin-top: -15px;
  margin-left: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product .linebg{
    background : url('../images/line_bg.png') no-repeat center center; 
    height: 22px;
    width: 100%;
}
.owl-carousel .owl-stage {
  padding-bottom: 20px;
  padding-top: 20px;
}

.owl-carousel .owl-prev span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: transparent url('../images/prev.png') no-repeat 0 0;
  z-index: 99;
}

.owl-carousel .owl-next span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: -60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: transparent url('../images/next.png') no-repeat 0 0;
  z-index: 99;
} 

.btn {
    color: #362b24;
    background: #E4D5A2;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 18px;
    padding: .969rem 2.87rem;  
}
.product .btn{
    padding: .35rem 1.3rem;
}
.btn.btn-arrow-left{
    background: #fff;
    border: 1px solid #E4D5A2;    
}
.btn:hover,
.btn:focus {
    color: #362b24;
    background: #E4D5A2;    
    border: 1px solid transparent;
}

.prod_buttons .btn.btn-buy:hover,
.prod_buttons .btn.btn-buy:focus,
.product a.btn:hover,
.product a.btn:focus {
    opacity: 1;
    background: #645143!important;
    color: #D9CCB9!important;
}

input.btn-wishlist {
    background: transparent url('../images/b_wishlist.png') no-repeat center 0;
    border: none;
    width: 60px;
    height: 60px;
    margin-left: 0px  
}
input.btn-wishlist:focus,
input.btn-wishlist:hover {
    background: transparent url('../images/b_wishlist_h.png') no-repeat center 0;
    border: none;
    opacity: 1;

}
#comjshop {
    margin-bottom: 40px;
    min-height: 300px;
}
.c_b_0 .grid-child {
   background: url('../images/banner1.jpg') no-repeat center center; 
height: 633px;
background-size: cover;   
padding: 55px 80px;
}

.c_b_0 h1 {
    font-size: 60px;
    color: #d7cab7;
    font-weight: 400;
}

.c_b_0 .btn {
    font-size: 24px;
    color: #362b24;
    background: #C4A551;
    border: 1px solid #C4A551;
border-radius: 30px;
cursor: pointer;
display: inline-block;
font-weight: 400;
line-height: 24px;
padding: 17px 30px;
text-align: center;
text-decoration: none;
transition: none;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
    opacity: .8;
}


.c_b_1 .card-body {
  padding: 0;
}

.c_b_1 .home2 {
   display: flex;
   justify-content: space-between;
   margin-top: 50px;
   margin-bottom: 0px;
}

.c_b_1 .home2 > div {
    position: relative;
}
.c_b_1 .home2 .tome2_text {
    position: absolute;
   bottom: 30px;
   left: 50%;   
   transform: translateX(-50%);
   text-align: center;
}
.c_b_1 .home2 .tome2_text p{
    margin-bottom: 0;
}
.c_b_1 .home2 .tome2_text a{
    color: #fff;
    font-size: 60px;
    font-family: 'Montez', cursive;
    text-decoration: none;
    
}
.login_block .small_header,
.category_name a,
.com-contact h3,
.com-content-article h1,
.jshop h1,
.c_b_a h3.card-header,
.c_b_2 h3.card-header {
    font-size: 36px;
    color: #362b24;
    font-weight: 300;
    text-align: center;
background-color: transparent;
border-bottom: none;
margin-bottom: 30px;
margin-top:50px;
padding: .5rem 1rem;    
}

.login_block .small_header {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
}

.category_name a {
    text-decoration: none;
margin-top: 20px;
display: inline-block;    
}
.jshop_list_category .category .image{
    margin-top: 100px;
}


.c_b_2 h3.card-header {
    margin-bottom: 2px;
}
.card {
  background-color: transparent;
  border: none;
  border-radius: none;
}
.card-body {
    padding: 0;
}

.c_b_3 .grid-child {
    background: url('../images/banner3.jpg') no-repeat center center; 
    min-height: 550px;
    background-size: cover;   
    padding: 55px 80px 49px;
    position: relative;
}
.c_b_3 h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}
.c_b_3 .home3_t1 {
    color: #3a3027;
    font-size: 30px;
    background-color: rgb(228, 213, 162, 0.8);
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    margin-left: -80px;
    padding-left: 80px;     
    max-width: 540px;
}
.c_b_3 .home3_t2 {
    color: #e4d5a2;
    font-size: 30px;
    font-weight: 400;
}
.c_b_3 .home3_t2 span {
    font-weight: 300;
    text-decoration: line-through;
}
.c_b_3 .home3_t3 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -40px;
    margin-right: -50px;
}
.c_b_3 .btn {
    font-size: 24px;
    color: #362b24;
    background: #E2D29E;
    border: 1px solid #E2D29E;
border-radius: 30px;
cursor: pointer;
display: inline-block;
font-weight: 400;
line-height: 24px;
padding: 17px 30px;
text-align: center;
text-decoration: none;
transition: none;
}

.c_b_4 .grid-child {
    max-width: 998px;
    text-align: center;
}
.c_b_4 h2 {
    color: #362b24;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 80px 0 10px;
}
.c_b_4 h3 {
    color: #dfce95;
    font-size: 36px;
    text-align: center;
    margin: 10px 0 20px;
    font-family: 'Montez', cursive;
    font-weight: 400;
}

.c_b_4 .home4_t1 {
    text-align: center;
    display: flex;
    justify-content: space-between;

}
.c_b_4 .home4_t1 h4 {
    color: #606060;
    font-family: 'Montez', cursive;
    font-size: 28px;
    text-align: center;
    margin: 145px 70px 70px 70px;
}
.c_b_4 .home4_t2 {
    background: url('../images/c1.png') no-repeat top center;
    width:314px;
    min-width: 314px;
    min-height: 360px;
    display: flex;

    flex-direction:column;    
}
.c_b_4 .home4_t3 {
    background: url('../images/c2.png') no-repeat top center;
    width:314px;
    min-width: 314px;
    min-height: 360px;
    display: flex;

    flex-direction:column; 
}
.c_b_4 .home4_t4 {
    background: url('../images/c3.png') no-repeat top center;
    width:314px;
    min-width: 314px;
    min-height: 360px;
    display: flex;

    flex-direction:column; 
}

.c_b_a .card-body {
    padding: 0;
    text-align: center;
}
.acym_module {
    max-width: 998px;
    min-height: 182px;
    background: #F1EDEA url('../images/newsletter_bg.png') no-repeat center center;
    background-size: 100% 100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;    
    font-size: 18px;
    font-weight: 300;
    color: #323232;
   
}
.acym_introtext {
     line-height: 20px;
     margin-bottom: 15px;
}
.acym_module_form table, .acym_module_form tr {
  width: 100%;
}
.acym_module_form input {
  max-width: 100%;
  width: 100%;
}
.cart_block_discount input[type="text"],
.acym_module_form input[type="email"] {
    border: 1px solid #D9D9D9;
    height: 50px;
    padding: 0 20px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;   
    cursor: text;
}
.acym_module_form input[type="button"] {
    background: #DCCA8E url('../images/mail_bg.png') no-repeat left center;
    border: 1px solid #DCCA8E;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px; 
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;  
    height: 50px;
    margin-left: -4px;
    color: #3a3027;
    font-size: 24px;
    font-weight: 400;
     line-height: 24px;
     padding-left: 20px;
     padding-right: 0px;
     padding-top: .35rem ;
     padding-bottom: .35rem ;
     margin-bottom: 0;
} 
.cart_block_discount input[type="submit"]{
    background: #DCCA8E;
    border: 1px solid #DCCA8E;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px; 
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;  
    height: 50px;
    margin-left: -4px;
    color: #3a3027;
    font-weight: 400;
     line-height: 24px;
     padding-top: .35rem ;
     padding-bottom: .35rem ;  
     margin-bottom: 0;
}
.product_label .label_name{
    color: #4c3f37;
    font-size: 24px;
    font-family: 'Montez';
    display: block;
    background: url('../images/label.png') no-repeat center center;
    width: 64px;
    height: 31px;
    line-height: 31px;
    text-align: center;   
}
.control-elms, .control-group {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.footer {
    background: transparent;
    color: #323232;
}
.footer.footer_no_home{
    background: url('../images/line_bg.png') 0 0;
    background-repeat:repeat-x;    
}
.footer .footer_copy {
    background: url('../images/line_bg.png') 0 0;
    background-repeat:repeat-x;
    font-weight: 300;
    font-size: 16px;
}
.footer .grid-child {
  align-items: flex-start;
  justify-content: space-between;
  padding: 19px 0;
  max-width: 998px;
}
.footer .footer_copy .grid-child {
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 14px;
  max-width: 1400px;
}
.footer .footer_copy p {
    margin-bottom: 0;
}
.footer .custom p {
  padding: .25em 0;
  margin: 0;
}
.footer .navbar{
    padding-bottom: 0;
    padding-top: 0;    
}
.footer .footer2 {
    margin-top:42px;
}
.footer h3.card-header {
  background: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: .4rem 0;
  color: #bbb1a6;
  font-size: 24px;
  font-weight: 400;
}
.footer .footer_pay {
  text-align: center;
  margin: 0 auto;
  margin-top: -30px;
}

.productfull .image_middle {
    height: 568px;
    max-height: 568px;
    min-height: 568px;
    background: #fff;
    border: 1px solid #BFB8B4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 50px;
max-width: 615px;
margin-left: auto;
margin-right: auto;    
}

.productfull .product_label {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    right: 30px;
    top:25px;
}
.image_thumb_list{
    position: relative;
}
.image_thumb_list .galery-nav{
    position: absolute;
    width: 22px;
    height: 36px;
    cursor: pointer;
}
.image_thumb_list .galery-nav.prev{
    background: url('../images/b_prev.png') center center;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.image_thumb_list .galery-nav.next{
    background: url('../images/b_next.png') center center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
#list_product_image_thumb {
    display: flex;
    flex-wrap: wrap;  
    width: calc(100% - 50px);
    margin: 0 auto;
    
}
#list_product_image_thumb .sblock0{
    width: calc(100% / 4);
    display: none;
}
#list_product_image_thumb .sblock0:nth-child(-n+4) {
     display: block;
 }
#list_product_image_thumb .sblock0.item_hidden {
  display: none;
}
.jshop_oiproduct {
    padding-left: 40px;
    font-size: 18px;
}
.jshop_oiproduct h1 {
    margin-top: 40px;
    text-align: left;
    padding-left: 0;
}
.productfull .prod_price{
color: #362b24;
font-size: 24px;
font-weight: 400;
}
.productfull .row.b_prod_qty {
   margin-bottom: 20px;
   margin-top: 20px;
}
.productfull .product_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}

.productfull .product_footer .jshop_prod_description {
    width: 60%;
}
.productfull .product_footer .prod_review {
    width: 40%;
    padding-left: 40px;
}
.productfull .deliverytime {
    line-height: 38px;
}
.productfull .taxinfo {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
input.inputbox,
select.inputbox,
select.form-control,
textarea.form-control,
input.form-control {
    background: #fff;
    font-size: 18px;
    border: 1px solid #BFB8B4;
    color: #202020;
    padding: .656rem 1rem;
}
.cart_reload.icon-refresh::before {
  content: "";
}
.cart .cart_reload.icon-refresh {
  background: url('../images/refresh.png') no-repeat center right;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.cart .btn.btn-success.to_cart {
  background: url('../images/w_cart.png') no-repeat center center;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 0;  
  background-size: 26px;
}

.cart td.quantity .data{
    display: flex;
    justify-content: center;
}
.cart .button-img.btn {
  background: url('../images/delete.png') no-repeat center center;
  width: 36px;
  height: 36px;
  display: inline-block;   
  border: none;
  background-color: transparent;
  font-size: 0;
}

.hamburger {
  padding: 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  margin: 0 0 0 0;
  overflow: visible;
  float:left;
  z-index: 10;
  position: relative;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #68554A;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.com-content-article .float-end, 
.com-contact.contact .float-end {
    display: none;
}
.myaccount_urls a {
    margin: 10px 0;
    display: inline-block;
    color: #323232;
}

@media (min-width: 980px) {
.container-header .mod-menu .parent:hover > ul {
  display: block;
}
}
@media (max-width: 1400px) and (min-width: 980px) {

    


}
@media (max-width: 998px) {
    .footer .grid-child,
    .acym_module,
.c_b_4 .grid-child {
padding-left: 10px;
padding-right: 10px;
}  
.breadcrumb {
  padding-left: 10px!important;
}
main > div.jshop.max-500,
#comjshop {
padding-left: 10px;
padding-right: 10px;    
}
}
div.jshop_register {
    padding: 0;
}
@media (max-width: 979px) {
    
    .header .container-search,
    .header .mod-menu.mod-list.nav{
        display: none;
    }
    .header .mod-menu.mod-list.nav.in{
        display: block;
    }    
    #mob_info_menu {
        display: block;
        margin-right: 0;
        text-align: center;       
    }
    .container-search input.inputbox {
      background: #fff;

    }    
    #navBtnNew {
    display: block;
    margin-top: -10px;
    }      
    .header .container-account {
      width: 100%;
      display: flex;
      justify-content: center;
    }    
    .container-header .navbar-brand{
        margin-left: 10px;
    }    
    
    .header .mod-menu.mod-list.nav {
      position: absolute;
      z-index: 222;
      background: #F5F1E9;
      width: 100%;
      top: 140px;
      padding-top: 50px;
      padding-bottom: 40px;
      border-bottom: 10px solid #F5F1E9;
      border-top: 10px solid #F5F1E9;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }    
    
.container-header .mod-list li > a {
  border: 1px solid #F1F1F1;
  background: transparent;
  padding-left: 8px;
  
}    
    .container-header .mod-list li, .container-header .mod-list li {
margin-left: 0;
padding-bottom: 0px;
padding-top: 5px;
height: auto;
margin-right: 0;
padding-left: 25px;
}
    .container-header .mod-list li:hover, .container-header .mod-list li.active {

  background: #D7D4CD;
  font-weight: 400;

}
.container-header .mod-list li span {
    padding-bottom: 5px;
    display: inline-block;
    padding-top: 0px;
    text-decoration: none !important;
    width: 100%;
    z-index: 2;
}
    .container-header .mod-list li:hover > a, .container-header .mod-list li.active > a {
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: none;
}    
.container-header .mod-menu li.deeper.parent::after {
  content: '';
  width: 15px;
  height: 15px;
  color: #645044;
  display: inline-block;
  position: absolute;
  left: calc(100% - 40px);
  right: 0;
  top: 8px;
  bottom: 100%;
  opacity: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
} 
.container-header .mod-menu::before {
  background: url('../images/submenu.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0);
  width: 80px;
  height: 30px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: calc(50% - 40px);
  background-color: transparent;
}
.container-header .mod-menu .parent > ul {
  position: relative;
  background: #F5F1E9;
  padding: 0px 0px;
  text-align: left;
  min-width: 240px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0px;
  margin-left: -25px!important;
  margin-right: -25px!important;
}
.container-header .mod-menu .active.parent > ul {
    display: block;
}

.container-header .mod-menu .parent > ul::before {
  display: none;
}

.c_b_0 .grid-child {
  background-position-x: calc(100% + 220px);
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8)
}
.c_b_0 h1 {
  font-size: 42px;
}
.c_b_1 .home2 {
  justify-content: center;
  flex-direction: column;
  align-items: center;
padding-left: 20px;
padding-right: 20px;  
}
.c_b_a .card-body,
.c_b_4 .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.c_b_4 .home4_t1 {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.owl-carousel .owl-nav{
    text-align: center;
}
.owl-carousel .owl-prev span {
  position: relative;
  margin-top: 0;
  left: 0;
  display: block;
  margin-right: 10px;
}
.owl-carousel .owl-next span {
  position: relative;
  margin-top: 0;
  right: 0;
  display: block;
  margin-left: 10px;
}

.footer .navbar-toggler {
  display: none;
}
.footer .collapse.navbar-collapse {
    display: block;
}
.footer .footer_copy .grid-child {
  flex-direction: column-reverse;
}

.productfull .product_footer {
  align-items: center;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
}
.productfull .product_footer .jshop_prod_description {
  width: 100%;
}

.productfull .product_footer .prod_review {
  width: 100%;
  padding-left: 0;
}


}
@media (max-width: 768px) {
    .sblock4 .block_product{
        max-width: 340px;
        margin: 20px auto;
    }
    .owl-item > div {
        max-width: 340px;
        margin: 0 auto;
    }
.c_b_0 .grid-child {
  height: 455px;
  background-position-x: calc(100% + 160px);
}    
.c_b_3 .grid-child {
  padding: 180px 20px 50px 20px;
}   
.c_b_3 .home3_t3 {
  margin-top: -180px;
  margin-right: -10px;
}
.c_b_3 h2 {
  font-size: 36px;
} 
.c_b_3 .home3_t1 {
  font-size: 18px;
    margin-left: -20px;
    padding-left: 20px;
    max-width: 310px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.c_b_4 h3 {
  font-size: 30px;
}
.acym_module {
background: #F1EDEA url('../images/line_bg.png') top left;
background-repeat: repeat-x;
background-size: auto;   
padding-bottom: 50px;
padding-top: 50px;
height: auto;
}
.acym_module:after {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 22px;       
background: #F1EDEA url('../images/line_bg1.png') top left;
background-repeat: repeat-x;
background-size: auto;   
position: absolute;
bottom: 0;
left: 10px;
}
table.acym_form,
table.acym_form tbody,
table.acym_form tr,
table.acym_form td {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.acym_module_form input[type="email"] {
  padding: 0 30px;
  border-radius: 25px;
}
.acym_module_form input[type="button"] {
    border-radius: 25px;
  margin-left: 0;
  max-width: 190px;

}
  .c_b_0 .grid-child {
   background: url('../images/banner1-mob.jpg') no-repeat center center; 
   background-size: cover;
}  


}

@media (max-width: 615px) { 
.productfull .image_middle {
    max-width: calc(100% - 20px);
}
.jshop_oiproduct {
  padding-left: 30px;
}

.com-contact__form {
    padding-left:10px;
    padding-right: 10px;
}
.brand-logo img {
      width: 60px;
}

table.jshop.jshop_subtotal {
width: 246px;
margin-left: auto;
margin-right: auto;    
}

}
@media (max-width: 400px) {

.jshop.cart tr td.quantity {
width: calc(100% - 146px);
display: inline-block;
margin-left: 50px;
}
.jshop.cart tr td.remove {
  width: 40px;
  display: inline-block;
  text-align: left;
}
.jshop.cart tr td.remove  .button-img.btn {
    padding: 0;
}
}