@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=cyrillic');


body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  color: rgba(0, 0, 0, .7);
}
/******************************/

.ordered {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #d3cbb8;
  margin: 0 4px 20px;
}
.order-expanded {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 15px;
}
.unit {
  float: left;
}
.orderIdBtn {
  width: 200px;
}
.btnn.btnn-blue {
background:#277CCC;
  color: #FFFFFF;
}
.btnn.btnn-medium {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  /*width: 250px;*/
}
.btnn,
.btnn.btnn-small {
  font-size: 11px;
  padding: 6px 12px 4px;
}
.offers {
  font-size: 11px;
  color: limegreen;
}
.btnn {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.text_right {
  text-align: right;
}
.lastUnit {
  float: none;
  width: auto;
}
.line,
.lastUnit {
  overflow: hidden;
}
.order-item {
  margin: 0 15px;
  padding: 10px 0;
}
.fk-text-center {
  text-align: center;
}
.size1of4 {
  width: 100%;
}
.size1of6 {
  width: 16.6667%;
}
.size2of7 {
  width: 25.5714%;
}
.size2of8 {
  width: 35.5714%;
}
.size1of8 {
  width: 12.5%;
}
.smallText {
  color: #848484;
  font-size: 11px;
}
.tmargin10 {
  margin-top: 10px;
}
.lpadding10 {
  padding-left: 10px;
}
.fk-smallfont,
.fk-font-small,
.fksd-smalltext {
  font-size: 11px;
}
.tmargin10 {
  margin-top: 10px;
}
.bmargin10 {
  font-size: 13px;
  margin-bottom: 10px;
}
/****************************/

::selection {
  color: #bfa327;
}
::-moz-selection {
  color: #bfa327;
}
/* set border-box so that percents can be used for width, padding, etc (personal preference) */

.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/*.cycle-slideshow::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  z-index:800;
  
	 } */

.slider1 > .cycle-slideshow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .6);
}
/* slideshow images (for most of the demos, these are the actual "slides") */
/* pager */

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 100%;
  margin-top: -50px;
  overflow: hidden;
}
.cycle-pager span {
  margin-right: 5px;
  font: bold 60px/22px Arial, Helvetica, sans-serif;
  padding: 2px;
  display: inline-block;
  color: #ffcc2a;
  cursor: pointer;
  background: #004F78;
  border-radius: 50%;
}
.cycle-pager .cycle-pager-active {
  background: #B80808;
  color: #fff;
}
/* caption */

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* overlay */
/* prev / next links */
/* prev / next links */

.cycle-prev .fa,
.cycle-next .fa {
  line-height: 58px;
  width: 50px;
}
.cycle-prev { border-radius: 0px 50px 50px 0px !important;}
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 41%;
  z-index: 500;
  cursor: pointer;
  left: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 58px;
  background: #333;
  color: #fff;
  transition: all ease-in-out 200ms;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
  opacity: 0.8;
  border-radius: 0px;
}
.cycle-next {
  right: 0%;
  left: auto !important;
  border-radius: 50px 0px 0px 50px;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 1;
}
.tt-suggestion {
  padding: 5px !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.tt-cursor {
  background: #8FCF4A;
}
.typeahead.tt-hint {
  color: rgba(255, 255, 255, .6) !important;
}
#ErrorBox {
  display: none;
}
#notificatio {
  padding: 10px 0
}
#notification {} #notification p {
  margin: 0;
  padding: 17px 20px;
}
#notification .alert {
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 70px 8px 13px;
  border-radius: 0px;
  margin: 5px;
  /*box-shadow:1px 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0, 0, 0,0.1) inset;*/
  /*color:rgba(0,0,0,0.7);*/
  
  border: none;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  position: relative;
}
#notification .alert-success {
background: rgba(126, 214, 134, 0.9) none repeat scroll 0 0;
    color: #333;
    font-weight: 500;
    padding: 20px;
    position: inherit;
    right: 0;
    text-shadow: none;
    width: 100%;
    z-index: 999;
}
#notification .alert-danger {
  background: #d9534f;
}
#notification .alert-warning {
  background: #f0ad4e;
}
#notification .alert-info {
  background: #5bc0de;
}
#notification div a:not(last-child) {
  color: #FF0;
  margin: 0 5px;
}
#notification .close-msg {
 background: #ebce18 none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: auto;
    margin: 8px;
    opacity: 1;
    padding: 22px 20px;
    position: absolute;
    right: 0;
    top: -3px;
}
#notification .close-msg:hover {
  color: #FFF;
  background-color:#277CCC;
}
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}
/* display paused text on top of paused slideshow */

.cycle-paused:after {
  content: "\f28c";
  font-family: FontAwesome;
  color: #000;
  font-size: 150%;
  background: #FFF;
  padding: 10px 13px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  opacity: .5;
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 766px) {

.product
{ border:1px solid #DFDFDF;}
.price1 strong
{ display:block;}
.price1 i, .price1 a img
{ width:14px;}
.price1 a
{ position:relative; z-index:99; font-size:12px;}
.left-sidebar
{ float:none !important;}
.mob-filter-box
{ display:inline-table; width:100%;}

.owl-carousel .owl-item img
{ width:270px !important;}
.scroll-to-fixed-fixed #search { transition:0.3s; width: 83%; margin-top:-35px;}
.scroll-to-fixed-fixed #ddsmoothmenu-mobiletoggle
{ margin-top:8px; margin-bottom:-6px;}
.div_size_add span
{ display:block !important; width:100%;}

.oc-item
{ min-height:180px !important;}
.nav-tabs > li
{ width:100%;}
.nav-tabs > li > a
{ margin-right:0px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{ background:#277CCC; color:#FFFFFF; border:none;}
.nav-tabs
{ border:1px solid #277CCC;}
.size {
font-size: 14px !important;
padding: 5px 13px !important;}
.scroll-to-fixed-fixed #logo { opacity:0;}
/*#logo
{ min-height:50px;}*/
.cycle-overlay,
.cycle-prev,
.cycle-next {
display: none;
}
.price strong
{ display:block;}
.price
{ position:relative !important; top:0 !important;}
/*#search i
{ margin-right:-59px !important; width:50px !important;}*/
.cycle-caption {
display: none;
}

#footer .widget .btn-success {
padding: 9px;
}
.page-heading {
margin-top: 62px !important;
}
.page-heading.leftmargin {
margin-left: 0px !important;
}
.page-heading h1 {
display: none;
}
.page-heading > h1 > span {
font-size: 18px !important;
}
.mobile-position-rel
{ position:relative !important;}
.mobile-position-block
{ display:block !important;}
.m-leftpadding-15 {
padding-left: 15px !important;
}
.m-padding-0 {
padding: 0 !important;
}
.m-rightpadding-15 {
padding-right: 15px !important;
}
.m-toppadding-15 {
padding-top: 15px !important;
}
.m-bottompadding-15 {
padding-bottom: 15px !important;
}
.tabs-left > li > a {
padding: 10px !important;
}
.tabs-left {
border: none !important;
}
.tabs-left > li {
border: none !important;
text-align: center;
}
.tabs-left > li:last-child {
margin-bottom: 20px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:focus,
.tabs-left > li.active > a:hover {
background-color: #277CCC;
color: #FFFFFF;
}
.is_stuck
{ position:inherit !important; height:0px;}
.col-xs-2.slider-thumb
{ position:absolute; z-index:999; left:0;}
.zoomLens, .zoomContainer
{ display:none !important;}
.m-style .col-md-2
{  opacity:1 !important;}.m-style h5{ margin:0px; font-size:20px; color:#1E1E1E;}
.m-style
{ background-color:#D1E5F8;
color: #070707;
padding: 22px 40px;
text-align: left;}
.whole-sale
{ margin-top:10px;}

.size
{ border: 1px solid #c8c8c8 !important;
border-radius: 0 !important;
color: #555555 !important;
font-size: 16px !important;
font-weight: 400 !important;}

.oc-item
{ height:auto !important; padding:0px 5px 0px 7px !important;}
.oc-item:hover
{ box-shadow:none !important;}
.testi-content p
{ font-size:12px !important;}
.oc-item .sub-text
{ bottom:32px !important;}
.oc-item img
{ height:150px !important;}.product-rating{ font-size:10px !important;}
.mob-filter{
padding:10px 15px;
width:93%;
background:#DDBF00;
color:#000;
cursor:pointer;
margin:10px;
display:inline-block; transition:0.3s;}
.mob-filter:hover
{ background-color:#EBCE18;}
.mob-filter i
{ float:right; margin-top:-40px; color:#000; display:block; font-size:23px;}
.filter-data{ padding:10px; width:98.7%;}
.left-sidebar
{ padding:0px !important;}
.mob-filter-box ul
{ display:block !important;}
.rotate {
-webkit-animation: spin1 0.3s  linear;
-moz-animation: spin1 0.3s linear;
-o-animation: spin1 0.3s  linear;
-ms-animation: spin1 0.3s  linear;
animation: spin1 0.3s  linear;
transform:rotate(180deg);

-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition:ease-in-out 0.3s;
}
.testi-content .vght
{ display:none;}
.mobile-line
{ height:1px; background-color:#DFDFDF; width:100%;}
.no-show
{ display:block !important;}
.testi-content big
{ width:12px;}
.oc-item:hover .sub-text
{ display:none !important;}
.testi-content .product-rating
{display: block;
height: 22px;
line-height: 17px;
width: 40px;}
.testi-content br
{ display:none !important;}
.heading-block::after
{ border:none !important;}
.heading-block h2
{ margin-top:10px;}
.oc-item img
{ height:auto !important;}
.customNavigation
{ top:39px; z-index:999; position:relative !important;}
#feature-product
{ position:relative;}
.customNavigation > a
{ border:1px solid #277ccc; background-color:#fff !important; color:#277ccc !important;}
#feature-product
{ box-shadow: 0 5px 11px #bababa;}
.price a
{ font-size:11px;}
.responsive-cart-btn
{ width:100%; text-align:center;}
.responsive-cart-btn .button
{text-align: center;
display: block;
width: 100%;
margin: 3px !important;}
.m-cart-info .col-md-2:last-child, .m-cart-info .col-md-3:last-child, .m-cart-info .col-md-1:last-child, .m-cart-info:last-child, col-xs-12:last-child
{ border-bottom:none;}
.m-cart-info .col-md-2:first-child, .m-cart-info .col-md-3:first-child, .m-cart-info .col-md-1:first-child, .m-cart-info:first-child, col-xs-12:first-child
{ border-bottom:none;}
.m-cart-info .col-md-2, .m-cart-info .col-md-3 , .m-cart-info .col-md-1, .m-cart-info, col-xs-12
{ margin-bottom:5px; padding-bottom:6px; text-align:right; border-bottom:1px solid #E8E8E8;}
.m-cart-info .col-md-2 a img
{ width:42%; margin:0 auto; max-height:inherit !important;}
.m-cart-info .qty
{ float:right !important; width:65px;}
}
@media only screen and (min-width: 481px) and (max-width: 1000px) {
 .price1
	  { margin-top:-10px !important;}
.mobile-position-block
{ display:block !important;}
#search
{ margin:6px 6px 9px -87px; width:90%;}
.tab-col {
width: 50%;
}
.tab-hide {
display: none !important;
}

#search input { margin-left:0px !important;}
.is_stuck
{ position:inherit !important; height:0px;}
.col-xs-2.slider-thumb
{ position:absolute; z-index:999; left:0;}
.zoomLens, .zoomContainer
{ display:none !important;}
.m-style
{ background-color:#79B5ED ;}
.whole-sale
{ margin-top:10px;}
.size
{ border: 1px solid #c8c8c8 !important;
border-radius: 0 !important;
color: #555555 !important;
font-size: 16px !important;
font-weight: 400 !important;}
.scroll-to-fixed-fixed #search {transition:0.3s; width: 83% !important; margin-top:-41px; margin-left:-30px;}
.scroll-to-fixed-fixed #search input { margin:0;}
.scroll-to-fixed-fixed #search i { margin-right:-49px !important;}
.scroll-to-fixed-fixed #logo, .scroll-to-fixed-fixed .mobile-cart {display: none !important;}

}
@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
.hidden-sm {
display: none;
}
#ddsmoothmenu-mobiletoggle {
padding: 13px 5px;
font-size: 19px;
cursor: pointer;
float: right;
}/*
#search {width: 83%; margin-left:200px;}*/

.hidden-md {
display: block !important;
}
#menu-box,
#my-logo {
display: none;
}
/*#logo {
height: 0;
}*/

}
@media only screen and (min-width: 1001px) and (max-width: 1280px){

.zoomWindow
{ 
left: 224px !important;
width: 200% !important;}
    

}
@media only screen and (min-width: 1301px) and (max-width: 1480px) {

.zoomWindow
{ 
left: 300px !important;
width: 200% !important;}

}
.bg-inverse {
background: #000 !important
}
#reslogo {
display: none;
text-align: center
}
.home-box {
background: rgba(255, 255, 255, .4);
border-radius: 7px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}
footer {
color: #404040;
}
/*.fa{
  line-height:inherit !important;
}*/

.footer-links a {
  display: inline-block;
  float: left;
  clear: both;
  text-decoration: none;
  padding: 2px;
  margin: 4px;
  color: rgba(255, 255, 255, .7);
}
.footer-links a:hover {
  color: #FFF;
}
.imgicon {
  margin-right: 10px;
  width: 24px !important;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400|Roboto+Condensed:400,300|Oxygen:400,300|Overlock+SC|Niconne|Josefin+Slab);
/*@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}*/

html {
  height: auto;
}
a,
img {
  outline: none;
  text-decoration: none;
}
#logo {
  float: left;
  max-width: 100%;
}
#logo img {
  width: 100%;
}
img {
  max-width: 100%;
}
#right {
  float: right;
  color: #55270f;
  text-align: right;
  /*padding:7px 0px 0 0;*/
  
  margin-top: 7px;
}
.right-top {
  border: 1px solid #e00085;
  background: #fff;
  border-radius: 10px;
  padding: 7px 22px 10px
}
.right-top a {
  color: #000;
  padding: 0 22px 0px 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  font: 400 90% 'Roboto Condensed';
  letter-spacing: 0.5px;
}
.right-top a:first-child {
  border-left: none;
}
.social {
  /*background:#a90303; margin-right:20px;*/
  
  padding-top: 15px;
}
.social a {
  color: #e00085;
  padding: 5px 10px;
  margin-top: 10px;
}
.myicon {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  border: 1px solid #553414;
  color: #553414;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  margin-right: 20px;
}
.topicon {
  margin-right: 10px;
}
/*#fl{height:auto; margin-top:10px;}*/

.button-fl {
  position: relative;
  top: 200px !important;
}
#prev,
#next {
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #FFF;
}
#next {
  right: 0px;
}
#page {
  height: auto;
  text-align: justify;
  line-height: 24px;
  max-width: 1249px;
  width: 100%;
  margin: auto;
  font: 400 91% 'Oxygen';
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 50px;
  display: table;
}
/*h3 {font:400 130% 'Roboto Condensed'; color:#aa005d; letter-spacing:0px;}	*/
/*#welcome{background:#f0f0f0; color:#FFF; text-align:center; width:100%; padding:15px 0px; margin-top:14px;}*/

#welcome h2,
.new-arrival h3 {
  font: normal 320% 'Niconne';
  text-align: center;
  margin: 0px;
  letter-spacing: 1px;
  color: #aa005d;
}
/*#welcome p, .new-arrival-text {font:400 120% 'Roboto Condensed'; text-align:center; line-height:35px; margin: 10px 0; letter-spacing:1px; color: rgba(0, 0, 0, 0.8);} */

.fl img {
  max-width: 314px !important;
  width: 100% !important;
  border-top: 4px solid #FFF;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  border-bottom: 4px solid #FFF;
}
/* set border-box so that percents can be used for width, padding, etc (personal preference) */

.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/* slideshow images (for most of the demos, these are the actual "slides") */

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  /* */
  /*border-bottom:1px solid rgba(0,0,0,0.3)*/
}
.cycle-pager span {
  font: bold 60px/30px Arial, Helvetica, sans-serif;
  padding-right: 2px;
  display: inline-block;
  color: #000;
  cursor: pointer;
  text-shadow: 0px -2px 2px rgba(0, 0, 0, .5);
}
.cycle-pager span.cycle-pager-active {
  color: #c27500 !important;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-pager span:hover {
  color: #ca0606;
}
/**
* EasyZoom core styles
*/

.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: default
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  /*opacity:0;
  transition: all 500ms ease-in-out;*/
}
.easyzoom-flyout:hover,
.easyzoom-flyout:focus:hover {
  /*opacity:1;*/
}
/*.easyzoom-flyout img {cursor: crosshair !important; min-width:102% !important; max-width:none !important; max-height:none !important; height:auto !important; width:auto !important; min-height:auto !important;}*/

.easyzoom-flyout img {
  cursor: crosshair !important;
  min-width: 102% !important;
  max-width: 2500px !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  min-height: auto !important;
}
/**
* EasyZoom layout variations
*/

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.easyzoom {
  width: 95%;
}
.profile_menu {
  width: 250px;
  background: lightgrey;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.profile_menu a {
  display: block;
  padding: 11px 5px 11px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, lightgrey);
  color: rgba(0, 0, 0, 0.6);
}
.profile_menu a:last-child {
  border-bottom: 0;
}
.profile_menu a:hover {
  color: rgba(0, 0, 0, 1);
  padding-left: 25px;
  padding-right: 0;
}
[data-welcomebox] {
  padding: 0px 0;
  float: left;
  width: 300px;
  height: 125px;
  margin: 0 20px 20px 0;
  background: lightgrey;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  border-radius: 68px/7px;
  text-align: center;
  white-space: pre
}
[data-welcomebox] a .fa {
  font-size: 250% !important;
  vertical-align: middle;
  margin-right: 15px;
}
hr.clear {
  clear: both;
  border: 1 !important
}
#fafa a .fa {
  color: rgb(70, 118, 100);
  font-size: 200%;
  line-height: 60px;
}
#fafafa .fa {
  color: rgb(70, 118, 100);
  font-size: 130%;
  line-height: 30px;
}
accordionhead {
  cursor: pointer;
  display: inline-table;
  width:100%;
  background: #277CCC;
  padding: 10px;
  margin-top: 8px;
  color: #000;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
accordionhead:after {
  float: right;
  margin-right: 1%;
  content: "\f218";
  color:#FFFFFF;
  font-size: 19px !important;
  margin-top: 15px;
  font: normal normal normal 60%/2 Ionicons;
  transition: all 300ms ease-in-out;
}
accordionhead:hover,
accordionhead.active {
  background: #277CCC;
}
accordionhead.active {
  border-radius: 2px 2px 0 0;
  border-bottom: none !important;
}
accordionhead.active:after {
  transform: rotate( 144deg)
}
accordiondata {
  display: block;
  padding: 10px;
  background: #1F69AA;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
accordiondata label {
  font-size: 85%;
  margin-bottom: 7px;
  float: left;
  clear: both;
}
.filter_rows {
  max-height: 170px;
  overflow-y: auto;
}
#notification {} #notification div {
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 70px 8px 13px;
  border-radius: 4px;
  margin: 5px;
  border: none;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  position: relative;
}
#notification .success {
  background: #64a964;
}
#notification .error {
  background: #d9534f;
}
#notification .warning {
  background: #f0ad4e;
}
#notification .info {
  background: #5bc0de;
}
#notification div a:not(last-child) {
  color: #FF0;
  margin: 0 5px;
}
#notification div a:last-child {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  cursor: pointer;
  padding: 5px;
}
#notification div a:last-child:hover {
  color: #FFF;
}
.product-rating {
  width: 100%;
  font-size: 12px;
  text-align: left;
  display: inline;
  background-color: #388E3C;
  padding: 3px 5px;
  color: #FFFFFF;
  border-radius: 3px;
  line-height: 34px;
}
.testi-content .product-rating span {
  opacity: 0.2 !important;
  margin-left: 5px;
}
.product-view h4 {} .product-rating span.star:hover {
  cursor: pointer;
}
.product-rating span.star:before {
  content: "\f006";
  padding: 0 2px;
  color: #fff;
  font-size: 12px;
}
.product .product-rating span.star:hover:before,
.product .product-rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ED8704;
}
.product .product-section figure {
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product .figure-hover-overlay {
  position: relative;
  overflow: hidden;
}
.product .figure-hover-overlay .figure-href {
  text-transform: lowercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.product .figure-hover-overlay .img-overlay {
  position: absolute;
  opacity: 1;
  z-index: 2;
}
.product .figure-hover-overlay img,
.product:hover .figure-hover-overlay span {
  transition: all .25s ease-out;
}
.product:hover .figure-hover-overlay img,
.product:hover .figure-hover-overlay span {
  transform-origin: 50% 50%;
  transform: scale(1.1);
  transition: 0.3s ease-out;
}
.product figcaption {
  bottom: 0;
  opacity: 0;
  top: auto;
  transform: translateY(100%);
  backface-visibility: hidden;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  left: 0;
  padding: 5px 10px 10px;
  position: absolute;
  z-index: 6;
}
.product:hover .figure-hover-overlay figcaption {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.4s, opacity 0.1s;
  color: #FFF !important;
}
.product .figure-hover-overlay figcaption a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  color: #4f5367;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
}
.product .bar:after,
.product .bar:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50.2%;
  height: 0;
  border-bottom: 7px solid #ffffff;
  z-index: 10;
}
.product .bar:before {
  left: 0;
  border-right: 7px solid rgba(0, 0, 0, 0);
}
.product .bar:after {
  right: 0;
  border-left: 7px solid rgba(0, 0, 0, 0).container {
	  max-width: 1300px;
	  width: 95%;
  }
  @media (min-width: 80rem) {
	  .container {
		  width: 95%;
		  max-width: 1300px;
	  }
  }
  @media screen and (max-device-width: 992px) {
.mobile-position-block{ display:block !important;}
  
	  .continer {
		  /*width: 95%;*/
	  }
	  #page {
		  width: 93%;
	  }
	  .product-box {
		  text-align: center;
		  display: inherit;
		  width: 50%;
		  float: left;
	  }
	  .product-box p {
		  padding: 0px 10px;
		  text-align: justify;
	  }
	  .product-hide {
		  clear: inherit;
		  display: none;
	  }
	  .product-box-clear {
		  clear: both;
		  display: inherit !important;
	  }
	  .product-box h1 {
		  margin: 0px;
	  }
	  .product-box img {
		  margin-bottom: 20px;
	  }
	  #home-continer p {
		  font: 72%/29px "Paprika";
		  text-align: center;
	  }
	 
	   
  }
  @media only screen and (max-width: 720px),
  only screen and (max-device-width: 720px) {
	  
	  #search
	  { margin:6px 6px 9px -87px !important;}
	  
	  .slide_box_thumb img {
		  max-height: 40px !important;
	  }
	     .mobile-position-block
   { display:block !important;}
	  #page {
		  width: 93%;
	  }
	  #right {
		  text-align: center;
		  width: 100%;
	  }
	  #logo {
		  float: inherit;
		  text-align: center;
	  }
	  .hidden-sm {
		  display: none;
	  }
	  #ddsmoothmenu-mobiletoggle {
		  padding: 13px 5px;
		  font-size: 19px;
		  cursor: pointer;
		  float: right;
	  }
	  .hidden-md {
		  display: block !important;
	  }
	  #logo img {
		  width: 100%;
		  float: inherit;
	  }
	  .text span {
		  display: none;
	  }
	  .textfl a {
		  margin: 10px 0 0 40%;
		  display: none;
	  }
	  .textfl .text {
		  top: 20%;
		  color: #5c190c;
	  }
	  #home-continer p {
		  text-align: justify;
	  }
	  .heading1 > h2 {
		  font-size: 25px;
		  color: #891a05;
		  text-align: left;
		  float: left;
	  }
	  .categories {
		  width: 100%;
	  }
	  .product {
		  width: 100%;
	  }
	  .probox {
		  margin: 0 0 78px 0;
		  width: 100%;
	  }
	  .new-arrival {
		  height: auto;
		  margin: 0;
		  width: 100%;
	  }
	  .product {
		  margin-top: 9px;
	  }
	  .product h3,
	  .categories h3 {
		  border-bottom: 0;
		  color: #FFF;
		  font-size: 25px;
		  background: #a97b4b;
		  padding: 5px 15px;
	  }
	  .product img {
		  width: inherit !important;
	  }
	  .product-main {
		  width: 100%;
	  }
	  .right-top a {
		  letter-spacing: 0.5px;
		  padding: 0 8px;
	  }
  }
#ddsmoothmenu-mobiletoggle
{ opacity:1;}
