/* .bodycls{
	clear:both;
	margin:0 auto;
	background:#f5f5f5;
}
		.parallax{
			min-height:500px;
			background-attachment:fixed;
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
		}
		
		
		.blend {
		    padding-top:14%;
			width:100%;
			height:500px;
			background:#00000085;
			
		}
		.titl{
			height: 100px;
			text-align: center;
			color: #acacac;
			border: 2px solid #bfbaba;
			box-shadow: 2px 0px 7px 2px grey;
			border-radius: 6px;
			text-shadow: 2px 2px 2px black;
			padding-top: 5%;
			font-family:sans-sarif;
		}
		.mtitl{
			color:#ffffffad;
			font-family: cursive;
			text-shadow: 2px 2px 2px #0000006b;
			text-align:center;
			padding:0 100px;
		}

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 220px;
    }

        #wrapper.toggled #sidebar-wrapper {
            width: 157px;
			background:#f3f4ffe0;
        }

        #wrapper.toggled #page-content-wrapper {
            margin-right: -220px;
            position: absolute;
        }
        
        .proMenu a {
            text-align: -webkit-center;
        }
   #sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
 }

   #sidebar-wrapper::-webkit-scrollbar {
       display: none;
    }


 #page-content-wrapper {
    width: 100%;
}

  
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 151px;
}

   .sidebar-nav > li {
      display: inline-block;
      line-height: 20px;
      position: relative;
      width: 100%;
      background-color: #8183884f;
      margin-bottom: 2px;
   }
 .rate{
	  font-size:16px;
	}
.mrp{
	font-size:16px;
}

        .sidebar-nav > li:before {
            background-color: #1c1c1c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:before {
            background-color: #0a3f6599;
        }

        .sidebar-nav > li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
			background:#7b808499;
        }

        .sidebar-nav li a {
                font-size: 17px;
    color: #1b1514f0;
    display: block;
     padding: 5px 21px 0px 0px;
     text-decoration: none; 
        }

        .sidebar-nav > li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav  .dropdown-menu {
        background-color: #222222;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }
.company_name {
	font-size: 16px;
	font-weight: 600;
	color:#ffffff;
}
.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
     font-kerning: initial;
    background: #fdfdfd00!important;
    background-color: #fdfdfd00;
    font-family: monospace;
    font-weight: 600;
}

 .txt-mode{
	   
   writing-mode: tb-rl;
  }
    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hamb-bottom, .hamb-middle, .hamb-top {
    background-color: #dadada;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d8d8d8;
}


.product_size{
	box-shadow: 0px 0px 5px 1px grey;
	border-radius: 10px;
	margin: 0px 5px 0px 0px;
}

.product_name {
	text-align:center;
	color: #191818;
	font-size: 16px;
	background:none;
	overflow:hidden;
	max-height:20px
}
.zoom {
    padding: 25px 40px 25px 40px;
    transition: transform .7s;
    width: auto;
    height: 250px;
    margin: 0 auto;
    
}

.zoom:hover {
    -ms-transform: scale(1.2); IE 9
    -webkit-transform: scale(1.2); Safari 3-8
    transform: scale(1.2); 
}
.rate{
	font-weight:bold;
	color:darkgreen;
	margin:0;
	font-size: 18px;
}
.previous_rate{
	text-decoration: line-through;
	color:red;
	margin:0;
}
.pmain_container{
	padding:15px 0;
	margin-bottom:4%;
}

.col-sm-3.product_contener{
    margin-bottom: 2%;
    max-height:424px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

$color: #2194E0;

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

 .wrapper {
 
    display: block;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
   background: #eaeaea;
}

.button {
	height:30px;
	padding: 5px 17px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
.button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.button:hover {
  background-color: #2194e0;
  color: #fff;
  border-bottom: 4px solid #1977b5;
}
.button:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}
.section_title{
		margin:30% 0;
	}
#burst-12 {
background: red;
width: 25px;
height: 25px;
position: relative;
text-align: center;
float:left;
color:#ffff;
font-family:cursive;
}
#burst-12:before, #burst-12:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background: red;
}
#burst-12:before {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
}
#burst-12:after {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
}
.discount_sticker i {  font-size: 11px;    display: block; }
.discount_sticker{
   position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200));
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: linear-gradient(to bottom,#cb0400,#a50200);
}
.footer{
	background:#000;
	color:#ffff;
    height: 100%;	
	font-family:Open Sans;
}
.footer_content{
	box-sizing: border-box;
	padding:0 65px;
}
.footer_nav{
	margin-top:25%;
}
.footer_nav>li:not(.head_nav){
	list-style:none;
	line-height:35px;
}
.footer_nav>li>a{
	text-decoration:none;
	color:#c3bcbc;
	width:100%;
	height:100%;
	font-family: arial;
    font-size: 14px;
    text-align: justify;
}
.footer_nav>li>a:hover{
	color:#dc7474;
}
.head_nav{
	text-align:left;
	list-style:none;
	font-weight:900;
	font-family:brandon_grotesquebold;
}
.footer_img{
	filter:grayscale(92%);
	width:100%;
	height:auto;
}
.footer_partner{
	background: #ffffff7a;
	height: auto;
	padding-top: 15px;
}

.banner-sec {
	background:#fff;
}


-----------------------------------modal start----------------------------------
.modal-backdrop{
	z-index:998;
}
.modal-header,.modal-footer{
	background: #000000;
    color: #fff;
    text-align: -webkit-center;
}
.wdth{
	margin-bottom:15px;
}
.modal-content{
	width:70%;
	margin: 25% 20%;
}
.forget{
	color: #af9494;
	text-decoration:none;
}
.forget:hover{
	color: #ffff;
	text-decoration:underline;
}
.modal-body{
	background:#eaeaea;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
}
.buton {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 90px;
  height:40px;
  line-height: 46px;
  padding: 0px 24px 42px 24px;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
.buton:before {
  content: '';
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -20%;
  right: -20%;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}
.buton:hover {
  background-color: #1a74d3;
  color:#fff;
  text-decoration:none;
}
.buton:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.buton:active:before {
  top: -50%;
  bottom: -125%;
  left: -15%;
  right: -15%;
  -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}
-----------------------------------modal end----------------------------------

.sbdd_b{
		position: fixed;
    	top: 43px;
   		left: 263px;
   		width:17.6%;
   		 }
   		 .sbdd_b li{
   		 	line-height:25px;
   		 }
   		 .sbdd_stock {
   		  position: fixed;
    	  top: 43px;
   		  left: 263px;
   		  width:17.6%;
   		  z-index:999;
   		 }
   		 .sbdd_stock li{
   		   line-height: 25px;
  		   border: 1px solid #d9e7fb;
   		 }
   		 .navbar-form .input-group {
   			 display: -webkit-inline-box;
   			 vertical-align: middle;
   			 }
   		.sbsb_a ul{
   			background: #f1f2f1;
    		position: fixed;
  			width: 17.6%;
   			left: 215px;
   			padding:0;
		}
		.sbdd_b li {
   			 line-height: 25px;
  			  border: 1px solid #d9e7fb;
		}
		.sbsb_a ul li a{
			padding-left: 10px;
			display: block;
   			background: #458eda !important;
   			color: #fff;
    		text-decoration: none;
		}
		.sbsb_a ul li a:hover{
			background: #061f4a !important;
		}
		.sbsb_asto ul{
		    background: #f1f2f1;
    		position: fixed;
  			width: 37.6%;
   			left: 451px;
   			padding:0;
		}
		.sbsb_asto ul li{
		    padding-left: 10px;
			display: block;
   			background: #458eda !important;
   			color: #fff;
    		text-decoration: none;
		}
		.sbsb_asto ul li a{
   			color: #47f6cb;
		}
		
		.sbsb_asto ul{
	      overflow: auto;
          max-height: 500px;
		}
		.sbsb_asto ul li{
   		   background: #458eda !important;
		}
		.sbsb_asto ul li a:hover{
			background: #061f4a !important;
		}
		
		.sbsb_asto li {  list-style: none; } 
		#myNavbar{
			background:rgba(58, 57, 57, 0.86);
		}
		
		
   		

.sbsb_a li {  list-style: none; }  


.sbsb_asto { 
	
}
 
@media screen and (max-width: 992px) and (min-width:769px) {
   .product_contener{
	   width:20%;
   }
   .company_name {
	font-size: 12px;
	font-weight: 600;
   }  
  .zoom {
    padding: 2px 1px;
    height: 142px;
}
.lng > button > img {
    width: 77px;
    border-radius: 6px;
}
   .product_size{
		margin:0px;
   }
   .wrapper {
		top: 110%;
	}
	.blend{
			height:100%;
	}
	.section_title{
		margin:20% 0;
	}
	.titl{
		padding-top: 4%;
	}
	.footer_content{
		box-sizing: border-box;
		padding:0px 35px 0px 0px;
	}
	.footer_partner{
		padding-top: 29px;
	}
	
}

.proMenu img {
	
    max-width: none;
    height: 70px;
    border-radius: 60px;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
}

define a fixed width for the entire menu
.navigation {
  width: 300px;
}

reset our lists to remove bullet points and padding
 .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}




.sidebar-nav li:hover .submenu {
    display: block;
   
   
}

.submenu:hover {
	 display: block;
}
.submenu li {
  background-color: #cccfd8fa !important;
}

.submenu li a {
  background-color: #cccfd8fa !important;
}

.submenu li a:hover {
  background-color: #cccfd8fa !important;
}
.mainItm  a:hover {
	
}

.submenu li {
    margin-bottom: 2px;
}
.submenu a {
    background-color: #8183884f;
}

.submenu a:hover {
    background-color: none;
}

width
::-webkit-scrollbar {
  width: 10px;
}

Track
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
Handle
::-webkit-scrollbar-thumb {
  background: #888; 
}

Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.submenu {
	    display: none;
	     max-height: 900px;
    overflow: auto;
    position: fixed;
    left: 156px;
    max-width: 158px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}


@media screen and (max-width: 768px) and (min-width:567px) {
   .company_name {
	font-size: 10px;
	font-weight: 600;
	color:#ffffff;
 }
   .product_contener {
    width: 28%;
    height: 331px;
    float: left;
  }
   .language_img {
    width: 122px;
   }
   .pmain_container {
    padding: 15px 0;
    margin-bottom: 14%;
   } 
    .zoom {
    padding: 2px 1px;
    height: 142px;
   }
   .discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200));
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: linear-gradient(to bottom,#cb0400,#a50200);
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
	padding:11px 1px;
	height:210px;
	}
.button {
   padding: 5px 30px;
}
   .mainItm:hover .submenu {
	
	display:block;
}
   
   .hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
    #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
  
   }
   .product_size{
		margin:0px;
   }
   .wrapper {
		top: 110%;
	}
	.blend{
		padding-top:20%;
	}
	.rate,.previous_rate{
		margin:0px;
	}
	.titl{
		padding-top: 4%;
	}
	.button {
	padding: 5px 17px;
}
	.footer_content{
		box-sizing: border-box;
		padding:0px 35px 0px 0px;
	}
	.footer_partner{
		padding-top: 29px;
	}
	.pmain_container{
		padding:15px 0;
		margin-bottom:2%;
	}
	.footer_nav{
		margin-top:5%;
	}
	.foot_nav{
		width:50%;
		float:left;
	}
	.footer_img{
		width:100px;
		height:auto;
	}
	
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
	
}



@media screen and (max-width: 566px) and (min-width:400px) {
	
	.company_name {
	font-size: 12px;
	font-weight: 600;
	color:#ffffff;
  }
	.mainItm:hover .submenu {
	
	display:block;
}
	.product_size{
		box-shadow: 0px 0px 5px 1px grey;
		border-radius: 10px;
		margin: 15% 20% 7% 20% ;
	}
	.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200));
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: linear-gradient(to bottom,#cb0400,#a50200);
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:11px 1px;
		height:210px;
	}
.button {
   padding: 5px 30px;
}
	.section_title{
			margin:20% 0;
	}
	.footer_partner{
		
	}
	
	.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
	 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	.sbsb_asto ul{
  	   width: 100%;
   	   left: 0px;
   	   top:153px;
   	   padding:0;
	}
	
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
}
@media screen and (max-width: 538px) and (min-width:324px) {
	.company_name {
	font-size: 14px;
	font-weight: 600;
	color:#ffffff;
   }
	
	.sbsb_a ul {
    background: #f1f2f1;
    position: fixed;
    width: 100%;
    left: 0px;
    top:153px;
    padding: 0;
	}
	.rate{
	  font-size:12px;
	}
	.mrp{
	font-size:12px;
}
	.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200));
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: linear-gradient(to bottom,#cb0400,#a50200);
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:11px 1px;
		height:210px;
	}
.button {
  padding: 5px 30px;
}
	.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	.sbdd_b {
       z-index: 999;
	}
	.sbsb_asto ul{
  	   width: 90%;
   	   left: 0px;
   	   top:180px;
   	   padding:0;
	}
	
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
.mainItm:hover .submenu {
	
	display:block;
}

}

@media screen and (max-width: 399px) and (min-width:250px) {
	
	.company_name {
	font-size: 12px;
	font-weight: 600;
	color:#ffffff;
    }
	.rate{
	  font-size:12px;
	}
	.mrp{
	font-size:10px;
}
	.product_size{
		    box-shadow: 0px 0px 5px 1px grey;
    border-radius: 10px;
    margin: 0%;
    margin-bottom: 2px;
    margin-top: 2px;
}
.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 30px;
    height: 41px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200));
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: linear-gradient(to bottom,#cb0400,#a50200);
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:2px 1px;
		height:142px;
	}
.button {
   padding: 5px 17px;
}
.col-sm-3.product_contener {
    margin-bottom: 2%;
    max-height: 424px;
}
.mainItm:hover .submenu {
	
	display:block;
}

.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
	 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	
	
	.section_title{
			margin:20% 0;
		}
	.footer_partner{
		height:50px;
	}
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
.product_contener {
	padding-right: 10px;
    padding-left: 10px;
 }
}

 */
 
 
 .bodycls{
	clear:both;
	margin:0 auto;
	background:#f5f5f5;
}
		.parallax{
			min-height: 265px;
			background-attachment:fixed;
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
		}
		
		
		.blend {
		    /* padding-top:14%;
			width:100%;
			height:500px;
			background:#00000085; */
			padding-top: 4%;
            width: 100%;
            height: 250px;
            background: #00000085;
			
		}
		.titl{
			height: 100px;
			text-align: center;
			color: #acacac;
			border: 2px solid #bfbaba;
			box-shadow: 2px 0px 7px 2px grey;
			border-radius: 6px;
			text-shadow: 2px 2px 2px black;
			padding-top: 5%;
			font-family:sans-sarif;
		}
		.mtitl{
			color:#ffffffad;
			font-family: cursive;
			text-shadow: 2px 2px 2px #0000006b;
			text-align:center;
			padding:0 100px;
		}

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }
.nav-arrow {
  position: absolute;
    left: 74.6719px;
}
.nav-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: fixed;
    top: 81px;
    z-index: 1047;
    left: 245px;
}
.nav-arrow-inner {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #d8d9da;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 1px;
    left: -9px;
    z-index: 1000;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 220px;
    }

        #wrapper.toggled #sidebar-wrapper {
           width: 185px;
           background: #f3f4ff00;
        }

        #wrapper.toggled #page-content-wrapper {
            margin-right: -220px;
            position: absolute;
        }
        
        .proMenu a {
            text-align: -webkit-center;
        }
   #sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0px;
    z-index: 1000;
    left: 35px;
    top:90px;
 }

   #sidebar-wrapper::-webkit-scrollbar {
       /* display: none;*/
    }


 #page-content-wrapper {
    width: 100%;
}

  
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 235px;
}

   .sidebar-nav > li {
      display: inline-block;
      line-height: 20px;
      position: relative;
      width: 100%;
      background-color: #cccfd8fa !important;
      margin-bottom: 2px;
   }
 .rate{
	  font-size:16px;
	}
.mrp{
	font-size:16px;
}

        .sidebar-nav > li:before {
            background-color: #1c1c1c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:before {
            background-color: #0a3f6599;
        }

        .sidebar-nav > li:hover:before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
			background:#7b808499;
        }

   .sidebar-nav li a {
      font-size: 15px;
      color: #1b1514f0;
      display: block;
      padding: 2px 21px 0px 0px;
      text-decoration: none; 
    }

        .sidebar-nav > li.open:hover before {
            -webkit-transition: width 0.2s ease-in;
            -moz-transition: width 0.2s ease-in;
            -ms-transition: width 0.2s ease-in;
            -o-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 100%;
        }

    .sidebar-nav  .dropdown-menu {
        background-color: #222222;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 20px;
        height: 65px;
        line-height: 44px;
    }
.company_name {
	font-size: 16px;
	font-weight: 600;
	color:#ffffff;
}
.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
     font-kerning: initial;
    background: #fdfdfd00!important;
    background-color: #fdfdfd00;
    font-family: monospace;
    font-weight: 600;
}

 .txt-mode{
	   
   writing-mode: tb-rl;
  }
    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }


.overlay {
   /*  position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; */
}

.hamb-bottom, .hamb-middle, .hamb-top {
    background-color: #dadada;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d8d8d8;
}


.product_size{
	box-shadow: 0px 0px 5px 1px grey;
	border-radius: 10px;
	margin: 0px 5px 0px 0px;
}

.product_name {
	text-align:center;
	color: #191818;
	font-size: 16px;
	background:none;
	overflow:hidden;
	max-height:20px;
	padding-left: 20px;
}
.zoom {
    padding: 25px 40px 25px 40px;
    transition: transform .7s;
    width: auto;
    height: 250px;
    margin: 0 auto;
    
}

.zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.rate{
	font-weight:bold;
	color:darkgreen;
	margin:0;
	font-size: 18px;
}
.previous_rate{
	text-decoration: line-through;
	color:red;
	margin:0;
}
.pmain_container{
	padding:15px 0;
	margin-bottom:4%;
}

.col-sm-3.product_contener{
    margin-bottom: 2%;
    max-height:424px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

$color: #2194E0;

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

 .wrapper {
 
    display: block;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
   background: #eaeaea;
}

.button {
	height:30px;
	padding: 5px 17px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
.button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.button:hover {
  background-color: #2194e0;
  color: #fff;
  border-bottom: 4px solid #1977b5;
}
.button:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}
/* .section_title{
		margin:30% 0;
	} */
#burst-12 {
background: red;
width: 25px;
height: 25px;
position: relative;
text-align: center;
float:left;
color:#ffff;
font-family:cursive;
}
#burst-12:before, #burst-12:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background: red;
}
#burst-12:before {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
}
#burst-12:after {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
}
.discount_sticker i {  font-size: 11px;    display: block; }
.discount_sticker{
   position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     border-radius: 2px 0px 35px 0px;
    /* background-color: #f50505; */
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200)); */
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    /* background-image: linear-gradient(to bottom,#cb0400,#a50200); */
}
.footer{
	background:#4d2804;
	color:#ffff;
    height: 100%;	
	font-family:Open Sans;
}
.footer_content{
	box-sizing: border-box;
	padding:0 65px;
}
.footer_nav{
	margin-top:25%;
}
.footer_nav>li:not(.head_nav){
	list-style:none;
	line-height:35px;
}
.footer_nav>li>a{
	text-decoration:none;
	color:#c3bcbc;
	width:100%;
	height:100%;
	font-family: arial;
    font-size: 14px;
    text-align: justify;
}
.footer_nav>li>a:hover{
	color:#dc7474;
}
.head_nav{
	text-align:left;
	list-style:none;
	font-weight:900;
	font-family:brandon_grotesquebold;
}
.footer_img{
	filter:grayscale(92%);
	/* width:100%;
	height:auto; */
}
.footer_partner{
	background: #ffffff7a;
	height: auto;
	padding-top: 15px;
}

.banner-sec {
	background:#fff;
}


/*-----------------------------------modal start----------------------------------*/
.modal-backdrop{
	z-index:998;
}
.modal-header,.modal-footer{
	background: #000000;
    color: #fff;
    text-align: -webkit-center;
}
.wdth{
	margin-bottom:15px;
}
.modal-content{
	width:70%;
	margin: 25% 20%;
}
.forget{
	color: #af9494;
	text-decoration:none;
}
.forget:hover{
	color: #ffff;
	text-decoration:underline;
}
.modal-body{
	background:#eaeaea;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
}
.buton {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 90px;
  height:40px;
  line-height: 46px;
  padding: 0px 24px 42px 24px;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #247edd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
.buton:before {
  content: '';
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -20%;
  right: -20%;
  border-radius: 50%;
  background: transparent;
  -webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}
.buton:hover {
  background-color: #1a74d3;
  color:#fff;
  text-decoration:none;
}
.buton:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #113f70 #154c86 #1c65b2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.buton:active:before {
  top: -50%;
  bottom: -125%;
  left: -15%;
  right: -15%;
  -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}
/*-----------------------------------modal end----------------------------------*/

.sbdd_b{
		position: fixed;
    	top: 43px;
   		left: 263px;
   		width:17.6%;
   		 }
   		 .sbdd_b li{
   		 	line-height:25px;
   		 }
   		 .sbdd_stock {
   		  position: fixed;
    	  top: 43px;
   		  left: 263px;
   		  width:17.6%;
   		  z-index:999;
   		 }
   		 .sbdd_stock li{
   		   line-height: 25px;
  		   border: 1px solid #d9e7fb;
   		 }
   		 .navbar-form .input-group {
   			 display: -webkit-inline-box;
   			 vertical-align: middle;
   			 }
   		.sbsb_a ul{
   			background: #f1f2f1;
    		position: fixed;
  			width: 17.6%;
   			left: 215px;
   			padding:0;
		}
		.sbdd_b li {
   			 line-height: 25px;
  			  border: 1px solid #d9e7fb;
		}
		.sbsb_a ul li a{
			padding-left: 10px;
			display: block;
   			background: #458eda !important;
   			color: #fff;
    		text-decoration: none;
		}
		.sbsb_a ul li a:hover{
			background: #061f4a !important;
		}
		.sbsb_asto ul{
		    background: #f1f2f1;
    		position: fixed;
  			width: 37.6%;
   			left: 451px;
   			padding:0;
		}
		.sbsb_asto ul li{
		    padding-left: 10px;
			display: block;
   			background: #458eda !important;
   			color: #fff;
    		text-decoration: none;
		}
		.sbsb_asto ul li a{
   			color: #47f6cb;
		}
		
		.sbsb_asto ul{
	      overflow: auto;
          max-height: 500px;
		}
		.sbsb_asto ul li{
   		   background: #458eda !important;
		}
		.sbsb_asto ul li a:hover{
			background: #061f4a !important;
		}
		
		.sbsb_asto li {  list-style: none; } 
		#myNavbar{
			background:rgba(58, 57, 57, 0.86);
		}
		
		
   		

.sbsb_a li {  list-style: none; }  


.sbsb_asto { 
	
}
 
@media screen and (max-width: 992px) and (min-width:769px) {
   .product_contener{
	   width:20%;
   }
   .company_name {
	font-size: 12px;
	font-weight: 600;
   }  
  .zoom {
    padding: 2px 1px;
    height: 142px;
}
.lng > button > img {
    width: 77px;
    border-radius: 6px;
}
   .product_size{
		margin:0px;
   }
   .wrapper {
		top: 110%;
	}
	.blend{
			height:100%;
	}
	.section_title{
		margin:20% 0;
	}
	.titl{
		padding-top: 4%;
	}
	.footer_content{
		box-sizing: border-box;
		padding:0px 35px 0px 0px;
	}
	.footer_partner{
		padding-top: 29px;
	}
	
}

.proMenu img {
	
    max-width: none;
    height: 70px;
    border-radius: 60px;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
}

/* define a fixed width for the entire menu */
.navigation {
  width: 300px;
}

/* reset our lists to remove bullet points and padding */
 .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}



/* 
.sidebar-nav li:hover .submenu {
    display: block;
   
   
} */

.submenu:hover {
	 display: block;
}
.submenu li {
  background-color: #cccfd8fa !important;
}

.submenu li a {
  background-color: #cccfd8fa !important;
}

.submenu li a:hover {
  background-color: #cccfd8fa !important;
}
.mainItm  a:hover {
	
}

.submenu li {
    margin-bottom: 2px;
}
.submenu a {
    background-color: #8183884f;
}

.submenu a:hover {
    background-color: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.submenu {
	    display: none;
	     max-height: 900px;
    overflow: auto;
    position: fixed;
    left: 156px;
    max-width: 158px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}


@media screen and (max-width: 768px) and (min-width:567px) {
   .company_name {
	font-size: 10px;
	font-weight: 600;
	color:#ffffff;
 }
   .product_contener {
    width: 28%;
    height: 331px;
    float: left;
  }
   .language_img {
    width: 122px;
   }
   .pmain_container {
    padding: 15px 0;
    margin-bottom: 14%;
   } 
    .zoom {
    padding: 2px 1px;
    height: 142px;
   }
   .discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200)); */
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    /* background-image: linear-gradient(to bottom,#cb0400,#a50200); */
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
	padding:11px 1px;
	height:210px;
	}
.button {
   padding: 5px 30px;
}
   .mainItm:hover .submenu {
	
	display:block;
}
   
   .hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
    #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
  
   }
   .product_size{
		margin:0px;
   }
   .wrapper {
		top: 110%;
	}
	/* .blend{
		padding-top:20%;
	} */
	.rate,.previous_rate{
		margin:0px;
	}
	.titl{
		padding-top: 4%;
	}
	.button {
	padding: 5px 17px;
}
	.footer_content{
		box-sizing: border-box;
		padding:0px 35px 0px 0px;
	}
	.footer_partner{
		padding-top: 29px;
	}
	.pmain_container{
		padding:15px 0;
		margin-bottom:2%;
	}
	.footer_nav{
		margin-top:5%;
	}
	.foot_nav{
		width:50%;
		float:left;
	}
	.footer_img{
		/* width:100px;
		height:auto; */
	}
	
	.submenu { 
       /* left: 40px; */
      max-width: 220px;
      -webkit-transition: all 0.5s ease-out;
       top: 90px;
}
	
}



@media screen and (max-width: 566px) and (min-width:400px) {
	
	.blend {
    padding-top: 13%;
    width: 100%;
    height: 250px;
    background: #00000085;
  }
	.company_name {
	font-size: 12px;
	font-weight: 600;
	color:#ffffff;
  }
	.mainItm:hover .submenu {
	
	display:block;
}
	.product_size{
		box-shadow: 0px 0px 5px 1px grey;
		border-radius: 10px;
		/* margin: 15% 20% 7% 20% ; */
	}
	.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200)); */
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    /* background-image: linear-gradient(to bottom,#cb0400,#a50200); */
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:11px 1px;
		height:210px;
	}
.button {
   padding: 5px 30px;
}
	.section_title{
			margin:20% 0;
	}
	.footer_partner{
		
	}
	
	.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
	 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	.sbsb_asto ul{
  	   width: 100%;
   	   left: 0px;
   	   top:153px;
   	   padding:0;
	}
	
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
#sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    left: 42px;
    top: 137px;
}
.nav-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: fixed;
     top: 129px;
    z-index: 1047;
    left: 64px;
}
}
@media screen and (max-width: 538px) and (min-width:324px) {
	
	.blend {
    padding-top: 13%;
    width: 100%;
    height: 250px;
    background: #00000085;
   }
	.company_name {
	font-size: 14px;
	font-weight: 600;
	color:#ffffff;
   }
	
	.sbsb_a ul {
    background: #f1f2f1;
    position: fixed;
    width: 100%;
    left: 0px;
    top:153px;
    padding: 0;
	}
	.rate{
	  font-size:12px;
	}
	.mrp{
	font-size:12px;
}
	.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 40px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200)); */
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    /* background-image: linear-gradient(to bottom,#cb0400,#a50200); */
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:11px 1px;
		height:210px;
	}
.button {
  padding: 5px 30px;
}
	.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	.sbdd_b {
       z-index: 999;
	}
	.sbsb_asto ul{
  	   width: 90%;
   	   left: 0px;
   	   top:180px;
   	   padding:0;
	}
	
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
.mainItm:hover .submenu {
	
	display:block;
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 167px;
}
#sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    left: 42px;
    top: 137px;
}
.nav-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: fixed;
    top: 129px;
    z-index: 1047;
    left: 58px;
}

}

@media screen and (max-width: 399px) and (min-width:250px) {
	
	
	.blend {
    padding-top: 13%;
    width: 100%;
    height: 250px;
    background: #00000085;
}
	.company_name {
	font-size: 12px;
	font-weight: 600;
	color:#ffffff;
    }
	.rate{
	  font-size:12px;
	}
	.mrp{
	font-size:10px;
}
	.product_size{
		    box-shadow: 0px 0px 5px 1px grey;
    border-radius: 10px;
    margin: 0%;
    margin-bottom: 2px;
    margin-top: 2px;
}
.discount_sticker {
    position: absolute;
    left: 0px;
    top: -2px;
    display: block;
    width: 30px;
    height: 41px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    float: left;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 2px 0px 35px 0px;
    background-color: #f50505;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#cb0400),to(#a50200)); */
    background-image: -webkit-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -moz-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -ms-linear-gradient(to bottom,#cb0400,#a50200);
    background-image: -o-linear-gradient(to bottom,#cb0400,#a50200);
    /* background-image: linear-gradient(to bottom,#cb0400,#a50200); */
}
.product_name {
    text-align: center;
    color: #7f7f7f;
    font-size: 12px;
    background: none;
    overflow: hidden;
    max-height: 20px;	
}
.zoom{
		padding:2px 1px;
		height:142px;
	}
.button {
   padding: 5px 17px;
}
.col-sm-3.product_contener {
    margin-bottom: 2%;
    max-height: 424px;
}
.mainItm:hover .submenu {
	
	display:block;
}

.hamburger {
    font-size: 28px;
    background: #fdfdfd00;
    border: none;
    display: block;
    height: 100%;
    margin-left: 0px;
    position: fixed;
    top: 0px;
    width: 0%;
    z-index: 999;
    padding-right: 0px;
    color: #75706f;
}
	 #wrapper.toggled #sidebar-wrapper {
            width: 150px;
			background:#f3f4ffe0;
        }
	
	
	.section_title{
			margin:20% 0;
		}
	.footer_partner{
		/* height:50px; */
	}
	.submenu { 
    left: 150px;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-out;
 	 top: 2px;
}
.product_contener {
	padding-right: 10px;
    padding-left: 10px;
 }
 #sidebar-wrapper {
    background: #1a1a1a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    left: 42px;
    top: 137px;
}
.nav-arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #ccc;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
     position: fixed;
    top: 129px;
    z-index: 1047;
    left: 64px;
}
}



@media screen and (max-width: 399px) and (min-width: 250px){
	.section_title {
    margin: -10% 0;
}

	.blend {
    padding-top: 10%;
    width: 100%;
    height: 170px;
    background: #00000085;
}

	.parallax {
    min-height: 170px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.titl {
    height: 50px;
    text-align: center;
    color: #acacac;
    border: 2px solid #bfbaba;
    box-shadow: 2px 0px 7px 2px grey;
    border-radius: 6px;
    text-shadow: 2px 2px 2px black;
    padding-top: 5%;
    font-family: sans-sarif;
}
}

 