/*general*/
.standard-body .fixed .container {
  margin: 0 auto;
}

.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body.product-product .breadcrumb .container h2{
  display: none;
}

body.product-product .breadcrumb .container ul{
  display: block;
  float: left;
  margin-top: 20px;
}

body.information-information .breadcrumb .clearfix {
    padding: 35px 0 20px;
}

body.product-category .breadcrumb .container h2{
  color: #fff;
}

body.product-category .breadcrumb .background{
  background: url(https://eseed.o2o.my/templates/brunch/image/data/theme/banners/Product_category/bouquetbg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

#top-bar-right {
  display: none !important;
}

/*menu*/
#top .background {
  border-bottom: 1px solid #dbdbdb !important;
}

#top #cart_block .cart-heading img {
margin-top: 8px;
}

#top #cart_block .cart-heading span {
  padding-left: 5px;
}

#top .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.is-sticky #top .container {
  padding-top: 6px;
  padding-bottom: 6px;
}

#top-bar .welcome-text {
  text-align: center;
}

#top-bar .col-sm-3 {
  width: 100%;
}

ul.megamenu{
  background: none !important;
}

#top-bar .background {
  height: 40px;
}

ul.megamenu > li > a.active:before, ul.megamenu > li > a:before{
  display: none;
}

ul.megamenu > li > a {
  padding: 16px 12px 0px !important;
}

/*font*/
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

h1{
  font-size: 40px;
  line-height: 1.5;
}

h2{
  font-size: 30px;
  line-height: 1.4;
}

h3{
  font-size: 24px;
  line-height: 1.3;
}

h4{
  font-size: 18px;
  line-height: 1.3;
}

.center-column h3{
  font-size: 24px !important;
  line-height: 1.3;
}

/*breadcrumb*/
.breadcrumb .container ul {
    display: none;
}

.breadcrumb .container>div{
  padding: 0;
}

.breadcrumb .container h2{
  font-size: 32px !important;
}

/*SliderShow*/
.slider-1 .caption {
  margin: 0 auto !important;
  left: 9% !important;
  text-align: left;
}

.btn-main {
  background-color: #E1B9B3;
  max-width: 165px;
  height: 45px;
  color: #212121;
  padding: 10px 45px;
  margin-top: 18px;
}

.btn-main:hover {
  background-color :#BF8A82 !important;
  color: #fff;
}

.slider-1 .caption h1{
  color: #fff;
}

.slider-1 .caption p{
  margin-bottom: 25px;
  color: #fff;
}

/*home-section1*/
.home-section1{
  margin-top: 50px;
  border-bottom: 1px solid #B5B2AD;
  text-align: center;
  padding-bottom: 40px;
}

.home-section1 h3{
  font-size: 18px !important;
}

.home-section1 td{
  padding: 0 15px;
  vertical-align: text-bottom;
  width: 33.3333%;
  float: left;
}

/*shop category Home*/
.shop-category{
  margin-top: 25px;
  text-align: center;
}

.shop-category h2{
  margin-bottom: 30px;
}

.shop-category .row {
  margin: 0;
}

.shop-category .col-md-6:first-child {
  padding-left: 0;
}

.shop-category .col-md-6 {
  padding: 0 6px;
}

.relative {
  position: relative;
  overflow: hidden;
}

.shop-category p {
  margin-bottom: 0;
}

.shop-category img {
  transition: .2s ease all;
}

.shop-category .col-md-6:first-child:hover img, .shop-category .col-md-6:last-child .relative:hover img {
  transform: scale(1.1,1.1);
}

.promo-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  bottom: 30%;
}

.promo-detail h3{
  color: #fff;
}

.promo-detail a {
  letter-spacing: 1.2px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 21px;
}

.promo-detail a:hover{
  border: 1px solid #E1B9B3;
  background: #E1B9B3;
  color: #212121;
}

.shop-category .col-md-6:last-child .relative:last-child {
  margin-top: 15px;
}

.shop-category .col-md-6:last-child {
  padding-right: 0;
}

/*Product Slider*/
.box .box-heading {
  background: none !important;
}

.filter-product {
  text-align: center !important;
  margin-top: 50px;
}

.box.filter-product .slider-center-arrow .next span:before, .box.filter-product .slider-center-arrow .prev span:before {
  display: none;
}

.box.filter-product .slider-center-arrow .next span{
  background: url(https://eseed.o2o.my/templates/brunch/image/data/theme/icons/arrow-right.png) no-repeat;
}

.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span {
  width: 46px;
  height: 50px;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.box.filter-product .slider-center-arrow .next span:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.box.filter-product .slider-center-arrow .prev span:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.box.filter-product .slider-center-arrow .prev span{
  background: url(https://eseed.o2o.my/templates/brunch/image/data/theme/icons/arrow-left.png) no-repeat;
}

.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev{
  background: transparent !important;
}

/*How It Work*/
.home-section4 {
  background: url(https://eseed.o2o.my/templates/brunch/image/data/theme/banners/text_block/home/howitwork-bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0 60px;
  margin-top: 50px;
}

.home-section4 h2{
  text-align: center;
  margin-bottom: 30px;
}

.work-detail .work-icon{
  display: table-cell;
  vertical-align: top;
}

.work-detail{
  margin-top: 20px;
}

.work-detail:first-child{
  margin-top: 0;
}

.work-detail .work-block {
  display: table-cell;
  vertical-align: middle;
}

.aio-icon-img .img-icon{
  display: block;
}

.work-icon .aio-icon-img {
  margin-right: 15px;
  display: inline-block;
}

.work-block h3{
  font-size: 18px !important;
  margin-top: 0 !important;
}

.home-section4 > .container > .row {
margin-left:0;
margin-right:0;
}

.home-section4 .row {
  display: flex;
  align-items: center;
  position: relative;
}

/*Review Home*/
.review-home{
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b5b2ad;
}

.review-home h2{
  margin-bottom: 35px;
}

p.name_review{
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #58595a;
}

/*Instagram Home*/
.instagram-gallery{
  margin-top: 35px;
  text-align: center;
}

.instagram-gallery h2{
  margin-bottom: 20px;
}

.instagram-gallery .row{
  margin-top: 32px;
}

.instagram-gallery .col-md-3{
  padding-right: 6px !important;
  padding-left: 6px !important;
}

/*Box Information*/
.box-information {
  text-align: center;
  padding: 5px 0;
  border-bottom: solid 1px #e0e0e0;
  margin-top: 25px;
}

.box-information .box-heading{
  display: none;
}

.box-information ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}

h3.term_title {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-family: 'Karla', sans-serif !important;
}

.box-information li {
  padding: 0 30px;
  text-transform: uppercase;
  color: #58595A;
  font-weight: bold;
  border-right: 1px solid #B5B2AD;
  font-size: 14px;
  letter-spacing: 1.0px;
}

.box-information li:nth-child(6){
  border-right: 0;
}

.box-information li:nth-child(1), .box-information li:nth-child(6), .box-information li:nth-child(7){
  display: none;
}

/*Contact Form*/
.form-builder  .uneditable-input, .form-builder input[type=email], .form-builder input[type=url], .form-builder input[type=search], input[type=tel],
.form-builder input[type=color], .form-builder input[type=text], .form-builder input[type=password], .form-builder input[type=datetime],
.form-builder input[type=datetime-local], .form-builder input[type=date], .form-builder input[type=month], .form-builder input[type=time],
.form-builder input[type=week], .form-builder input[type=number], .form-builder select, textarea {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #757575;
  border-radius: 0;
}

.form-builder select:focus, .form-builder textarea:focus, .form-builder input[type="text"]:focus,
.form-builder input[type="password"]:focus, .form-builder input[type="datetime"]:focus, .form-builder input[type="datetime-local"]:focus,
.form-builder input[type="date"]:focus, .form-builder input[type="month"]:focus, .form-builder input[type="time"]:focus,
.form-builder input[type="week"]:focus, .form-builder input[type="number"]:focus, .form-builder input[type="email"]:focus,
.form-builder input[type="url"]:focus, .form-builder input[type="search"]:focus, .form-builder input[type="tel"]:focus, .form-builder input[type="color"]:focus, .form-builder .inputbox:focus {
  box-shadow: none;
  border-bottom: 2px solid #A06158;
}

textarea.form-control:focus{
  box-shadow: none;
  border-bottom: 2px solid #A06158;
}

.form-builder .form-control {
  padding: 6px 0!important;
}

.form-builder textarea {
  height: 85px !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  box-shadow: none;
  padding:6px 0 !important;
}

#form1 .button {
  max-width: 220px;
  display: block;
  margin: 10px 0 0 0;
  padding: 12px 0;
}

.form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select {
  width: 100% !important;
}

.panel-body input[type=text]{
  width: 100% !important;
}

.form-field h4 span{
  display: none;
}

.form-field.captcha6{
  margin-top: 30px;
}

.form-builder div{
  font-size: 15px !important;
}

.form-field h4{
  font-family: 'Karla', sans-serif !important;
}

/*Contact Us page*/
.info-detail {
  padding-bottom: 18px;
  display: -webkit-box;
  align-items: center;
}

.info-detail img{
  margin: 0 15px 0 0;
}

.info-detail p strong{
  font-size: 15px;
  letter-spacing: 1.12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600 !important;
}

/*FAQ*/
.center-column .panel-heading h3 {
  padding: 0 !important;
  font-size: 16px !important;
  color: #292929;
  font-weight: 600 !important;
  margin-bottom: 0;
  font-family: 'Karla', sans-serif !important;
}

.panel-group{
  border: 1px solid #DBDBDB;
  margin-bottom: 0;
}

.panel-default > .panel-heading{
  background: transparent !important;
  border-bottom: 1px solid #DBDBDB;
}

.panel-heading {
  padding: 15px 25px !important;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #9d9d9d;
}

.panel-heading .accordion-toggle.open{
  color: #a06158;
}

.panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f00d";
  float: right;
  color: #a06158;
  /*-webkit-text-stroke: 2px white;*/
}

.center-column .panel-default{
  padding: 0 !important;
}

.center-column .panel-body{
  border: transparent !important;
  border-bottom: 1px solid #9d9d9d;
  margin: 0 !important;
}

/*About Us Page*/
.about-section1{
  margin-top: 40px;
}

.about{
  margin-top: 60px;
}

.about-section2{
  text-align: center;
}

.about-section2 h3 {
  font-size: 18px !important;
  margin-bottom: 0;
  padding: 5px 0;
}

.about-section3 .col-md-6:first-child{
  padding-right: 6% !important;
}

.about-section1 .row, .about-section3 .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Product*/
.product-filter .options .product-compare{
  display: none !important;
}
.product-grid .product .name a{
  font-weight: bold !important;
}

.product-info .thumbnails li p{
  padding: 0 !important;
}

.product-info .thumbnails ul{
  margin: -2% auto 0;
}

h3.product-title{
    font-size: 24px !important;
    color: #111c30;
}

.product-info .cart .add-to-cart .quantity input {
    color: #58595a;
    text-align: center;
    background: transparent;
    padding: 10px 50px;
    min-width: 80px;
    height: 45px;
    margin: 0;
    border: 1px solid #afafaf;
}

.product-info .cart .add-to-cart .button {
  font-size: 13px;
  height: 45px;
  padding: 15px 55px;
  line-height: 1;
  margin-left: 10px;
}

.product-info .thumbnails li img {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid;
}

.product-info .thumbnails li{
  width: 13% !important;
}

.product-info #quickview_product {
  display: flex;
  align-items: center;
  position: relative;
}

.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
  border: 0;
  height: 46px;
  top: 0;
  padding-top: 15px;
  width: 30px;
}

.product-info .cart .add-to-cart .quantity #q_down, .product-info .cart .add-to-cart .quantity #q_up {
  position: absolute;
  right: 11px;
  height: 17px;
  width: 18px;
  font-size: 8px;
  line-height: 17px;
  display: block;
  text-align: center;
}

.product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
}

.product-info .cart .add-to-cart p{
  display: none;
}

.product-info .cart .links{
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}

.product-info .rating {
  display: none !important;}

.htabs {
  background: none;
  text-align: center;
  margin-top: 35px;
}

.htabs a{
  font-weight: bold !important;
  padding: 0;
  font-family: 'Karla', sans-serif !important;
  display: inline-block;
  text-transform: uppercase !important;
  letter-spacing: 1.28px;
  float: none;
  font-size: 16px !important;
}

.htabs a:nth-child(3){
  display: none !important;
}

.product-info .review>div {
    display: inline-flex;
}

.share p{
  margin-top: 4px;
}

.optionsList {
  height: 48px;
  padding: 6px 12px;
  border: 1px solid #dbdbdb;
  width: 100%;
  background: transparent !important;
}

p.size_txt{
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #000;
  text-transform: uppercase;
}

.product-info .options h2{
    display: none;
}

.required{
    display: none;
}

.center-column .tab-content{
  margin: 35px 15% 20px;
  color: #2c3640;
}

.product-info .cart, .product-info .description, .product-info .options, .product-info .price{
  background: none !important;
  padding: 0 !important;
}

.tab-content h2{
  font-family: 'Karla', sans-serif !important;
  font-size: 17px !important;
  font-weight: bold;
}

.you-may-like {
  border-top: 1px solid #b5b2ad;
  margin-top: 40px;
}

.you-may-like .box-heading {
  margin: 45px 0 0!important;
}

/*Category Page*/
.box-category .box-heading{
  font-size: 16px !important;
  border-bottom: solid 1px #dbdbdb;
  padding: 0 0 8px;
  font-family: 'Karla', sans-serif !important;
  letter-spacing: 0.8px;
  text-transform: uppercase !important;
}

.box-category .box-content>ul {
  padding: 20px 0 0;
  transition: .3s all ease;
}

.box-category{
  border-color: transparent !important;
}

.mfilter-box .box-heading{
  font-size: 14px !important;
  margin-bottom: 0;
  font-family: 'Karla', sans-serif !important;
  letter-spacing: 0.2px;
  text-transform: uppercase !important;
}

.mfilter-button-bottom {
  font-size: 14px;
  color: #424242;
  border: 1px solid #424242 !important;
  padding: 5px !important;
}

.mfilter-button-reset{
  margin-left: 0 !important;
  font-family: 'Karla', sans-serif !important;
  font-weight: normal;
  font-size: 11px;
}

.mfilter-button-bottom i{
  display: none;
}

.mfilter-heading-text > span{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.12px;
}

.mfilter-tb-as-tr{
  border-top: none !important;
}

#column_left ul li a, .center-column+.col-sm-3 ul li a{
  transition: .3s all ease;
  font-weight: normal;
}

.mfilter-col-count {
    visibility: hidden;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before{
  content: "\f067";
}

.mfilter-heading .mfilter-head-icon:before{
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-text-stroke: 2px white;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(00deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg) !important;
}

.mfilter-heading-text.span:after{
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.mfilter-heading.mfilter-collapsed .mfilter-heading-text.span:after{
  content: "\f068";
}

.pagination {
  display: block;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input{
  border-color: #bf8a82 !important;
  background: #bf8a82 !important;
}

#column_left .box:nth-child(2){
  margin-top: 20px;
}

.product-grid .product{
  text-align: center;
}

.mfilter-price-slider #mfilter-price-slider .ui-slider-handle{
  background-color: #bf8a82 !important;
  border: 1px solid #bf8a82 !important;
}

#mfilter-price-slider .ui-slider-range{
  background-color: #bf8a82 !important;
}

label.mfilter-tb-as-td{
  font-weight: normal !important;
}

.mfilter-content-wrapper{
  border-top: solid 1px #dbdbdb !important;
}

.product-filter .list-options select{
  background: transparent !important;
}

.product-list .name a{
  font-weight: bold !important;
  color: #111c30;
}

/*footer*/
.footer h4{
  margin: 20px 0 0;
  background: none;
}

.footer-newsletter h3 {
  font-size: 14px !important;
  margin: 20px 0 0;
  text-transform: uppercase;
  padding: 20px 14px 11px 0;
  font-family: 'Karla', sans-serif !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer .pattern a:hover{
  color: #a06158;
}

p.text_copy {
  font-size: 12px !important;
}

.copyright p {
  margin: 0;
  padding: 6px 0 0;
  font-size: 12px !important;
}

.footer-icon a{
  font-size: 18px;
}

.footer-icon i {
  margin-left: 15px;
}

.footer-icon i:hover {
  color: #e1b9b3;
}

.footer .pattern{
  padding-top: 20px
}

.footer ul li a {
  font-size: 14px;
}

.footer .pattern p {
  font-size: 14px;
}

.copyright .pattern {
  padding: 15px 0 !important;
}

input.subscribe_email{
    width: 90% !important;
    background: #fff!important;
    height: 40px;
    border: none;
    padding-left: 20px;
}

.footer-newsletter .ne_submit {
    display: inline-block;
    text-align: center;
    height: 40px;
    padding: 7px 12px;
    background: #e1b9b3;
    border: 1px solid #e1b9b3;
    margin-left: -10%;
}

.ne_subscribe label {
  display: block;
  align-items: center;
  margin-top: 16px;
}

input[type=text].subscribe_email{
  font-size: 14px;
  color: #8e8e8e;
}

/*Responsive*/
@media (max-width: 767px){
.icon_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px !important;
}

.icon_txt p {
  font-size: 10px;
  padding: 3px 0 0;
  margin: 0;
  color: #212121;
}

.responsive .standard-body .full-width .container {
  padding: 0 20px;
}

#top #header-right {
  padding-right: 30px;
}

.footer-panel h4 {
  padding: 5px 0;
}

.footer-newsletter h3{
  padding: 5px 0;
}

.footer h4{
  margin-bottom: 0;
}

.footer-newsletter h3{
  margin: 0 !important;
}

#offcanvas-btn-left {
  display: none !important;
}

#cart_block .cart-heading span#total_price {
  width: 15px !important;
  height: 15px !important;
  padding-top: 2px;
}

#cart_block .cart-heading span#total_price {
  top: 14px !important;
  right: -8px !important;
}

.footer-panel img {
  padding-bottom: 15px;
  padding-top: 20px !important;
}

.footer-icon{
  text-align: center;
  margin-top: 10px;
}

#top h1 a img{
  max-height: 100% !important;
}

.home-section1 h3{
  margin-top: 12px;
}

.home-section1 .col-md-4{
  margin-bottom: 20px;
}

.home-section1 {
  padding-bottom: 20px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px !important;
}

.breadcrumb .container h2 {
  font-size: 28px !important;
}

.shop-category {
  margin-top: 0;
}

.shop-category h2 {
  margin-bottom: 20px;
}

.shop-category .col-md-6:first-child{
  padding-left: 10px;
  padding-bottom: 15px;
}

.shop-category .col-md-6:last-child{
  padding-right: 10px;
}

.box .box-heading{
  font-size: 24px !important;
  margin: 0 0 10px !important;
}

.filter-product{
  margin-top: 30px;
}

.home-section4 {
  margin-top: 30px;
  padding: 15px 0 30px;
}

.home-section4 .row {
  flex-direction: column !important;
}

.work-detail:first-child {
  margin-top: 30px;
}

.review-home {
  margin-top: 20px;
  padding-bottom: 20px;
}

.review-home h2 {
  margin-bottom: 20px;
}

.review-home .col-md-4{
  margin-bottom: 20px;
}

.instagram-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
}

.instagram-gallery .col-md-3{
  padding: 6px !important;
}

.instagram-gallery h2 {
  margin-bottom: 10px;
}

.instagram-gallery .row {
  margin-top: 15px;
}

.col-xs-12 {
  width: 100%;
}

.about-section1 {
  margin-top: 20px;
}

.about {
  margin-top: 10px;
}

.about-section3 {
  padding-bottom: 10px;
}

.about-section3 .col-md-6:first-child{
  padding-right: 10px;
  padding-bottom: 15px;
}

.about-section2 .col-sm-4 {
  margin-bottom: 20px;
}

.about-story .about-section1 .row, .about-story .about-section3 .row {
    flex-direction: column;
}

#form1 .button {
  margin: 10px 0 20px 0;
}

.product-info #quickview_product {
  display: block;
}

.responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price{
  padding: 0;
}

.mfilter-box .box-heading{
  font-size: 16px !important;
}

.responsive .box .box-heading {
  margin-top: 8px;
}

.responsive .col-sm-3 .box, .responsive .col-sm-4 .box {
  margin-top: 25px !important;
}

.responsive .col-sm-3 .box.mfilter-box {
  margin-top: 5px !important;
}

.visible-xs {
  display: inline-block !important;
}

.category-chevron i {
  margin-left: 20px;
}

.box.mfilter-box .box-heading {
  margin-bottom: 0;
}

h3.product-title {
  margin-top: 10px;
}

.product-info .cart .add-to-cart .button{
  padding: 15px 45px;
}

body.product-product .breadcrumb .container ul {
  margin-top: 35px;
}

.responsive .product-info .thumbnails ul {
  margin-left: auto !important;
}

.product-info .thumbnails li img{
  width: 100%;
  height: 100%;
}

.box.box-category .box-heading{
  font-size: 16px !important;
}

.mfilter-button-bottom {
  padding: 5px 7px !important;
}

.offcanvas-right-information ul {
  display: block;
}

.offcanvas-right .box-information {
  border-bottom: none;
}

.offcanvas-right li {
  padding: 10px 0;
}

.box-information .box-content ul > li > a {
  line-height: 1.4;
  display: block;
  padding: 0;
  font-size: 12px;
}

.box-information li {
  padding: 0 12px;
}

body.information-information #quickview_product{
  padding-bottom: 15px;
}

.home-section1 td {
  width: 100%;
  float: left;
}

}

@media (min-width: 768px){
.col-md-6{
  width: 50% !important;
  }

.box-category .box-content.collapse {
  display: block;
}

.col-sm-2 {
  width: 16.66666667%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.33333333%;
}
}

@media (max-width: 960px){
.footer-panel h4:after {
  top: 0 !important;
  color: #212121;
  display: none;
}

.footer-panel h4{
  position: relative;
}

.responsive ul.megamenu > li > a{
  padding: 10px 20px !important;
}

.footer-panel>ul {
  display: block;
}
}

@media (min-width:768px) and (max-width:990px){
  .instagram-gallery .col-sm-3 {
    width: 25% !important;
  }

  .col-sm-6{
    width: 50% !important;
  }

  .product-info .thumbnails li img{
    width: 100%;
    height: 100%;
  }

  .product-info .col-sm-7{
    width: 50%;
  }

  .product-info .col-sm-4{
    width: 40%;
  }

  .center-column .tab-content {
    margin: 35px 5% 20px;
  }

  .product-info .cart .add-to-cart .quantity input{
    padding: 10px 35px;
  }

  .product-info .cart .add-to-cart .button {
    padding: 10px 25px;
}
}

@media (min-width: 300px) and (max-width: 950px){
  .footer-panel {
    width: 100%;
}

.footer-panel>ul {
    display: none;
}

.footer-panel h4:after {
  top: 0 !important;
  color: #212121;
  display: block;
}
}
