body {
    font-family: Roboto,Arial,sans-serif;
    background: #efefef;
}
.input-group-addon, .input-group-btn {
    width: unset;
    }
.container-megamenu.vertical .vertical-wrapper ul.megamenu {
    background-color: rgba(0, 0, 0, 0.69) !important;
   }
   .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a{
   	color:blue;
   }
.container-megamenu.vertical .vertical-wrapper ul.megamenu span{
	color: #fff;
	height: 400px;
}
.img-content{
	position: absolute;
    right: 64px;
    top: 33%;
    color: #fff;
}
.img-content h1{
	font-size: 42px;
}
.catagory{
	position: relative;
}
.catagory-name{
	position: relative;
	padding: 25px 0px;
}
.catagory-name h1{
	font-size: 40px;
	padding-bottom: 25px;
}
.catagory-name .col-md-3{
	padding: 15px;
	position: relative;

}
.catagory-name img{
	background: #f1eff7;
	cursor: pointer;
	border-radius: 4px;
}
.catagory-name .col-md-3 h3{
    position: absolute;
    top: 70%;
    left: 50%;
    background: #fff;
    padding: 12px;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 1.4;
}
.typeheader-2 {
    z-index: 9;
}
.hidden-logo .logo img{
    height: 100px !important;
}
.hidden-logo #sosearchpro .search {
    top: 34px !important;
}
.left-content-product .tab-content {
    padding: 0;
border: 1px solid #e4e3e3;
 border-top: 1px solid #e4e3e3;
 margin: 15px;
}
.left-content-product .title-product{
    padding: 0 15px;
}
.left-content-product .title-product .price-box{
    padding: 5px 0;
    font-size: 22px;
}
.content-right{
    overflow-y: auto;
    position: relative;
    box-shadow: 0px 3px 15px 4px #cccc;
    padding: 12px 0;
    background: #f9f9f9;
    border-radius: 3px;
}
.left-content-product .title-product .varient-det{
    text-align: left;
    font-size: 19px;
    margin: 0 0 12px;
}
.left-content-product .title-product h2{
    color: #ff8210;
    font-size: 28px;
}
.main-container .banner-sidebar a img {
    width: 100%;
    height: 355px;
}
.left-content-product {
     margin-bottom: 0px; 
}
.content-product-right .title-product h1{
	margin-top: 0;
}
.content-product-left{
    background: #fff;
    padding: 0;
    border-radius: 3px;
}
.cart button{
	    background: red;
    border: 0;
    padding: 9px 25px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: 13px;
    outline: 0;
}
.product-label span , .product-box-desc span{
	font-size: 13px;
}
.infos-footer img{
	    height: 90px;
        margin-left: 0px;
}
.product-header{
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin: 15px 0 9px 0 ;
}
.pro-ref p{
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}
.pro-ref p label {
     color: #999;
    font-size: 13px;
    margin-right: 5px;
}
.pro-ref p span.stock{
    color: #0162bd;
}
.rating-feedback{
    margin-left: 10px;
}
.rating-feedback a {
    display: inline-block;
    text-transform: capitalize;
    color: #858484;
    padding: 0 6px;
    font-size: 13px;
}
.rating-feedback a:hover{
    color: #f26667;
}
.rating-feedback a:last-child{
     border-left: 1px solid #858484;
}
.pro-price span{
    font-size: 28px;
}
.box-quantity .number{
    display: inline-block;
    height: 61px;
    width: 76px;
    text-align: center;
    border: none;
    font-size: 18px;
    color: #3b3b3b;
    padding: 0 10px;
   background: #fff;
    margin-right: 15px;
}
.box-quantity .action-prime{
    border: none;
    line-height: 61px;
    height: 61px;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0 20px;
    background: #f26667;
    position: relative;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}
.box-quantity .action-prime:before {
    font-family: 'Material-Design-Iconic-Font';
    margin-left: 0;
    padding-right: 10px;
    vertical-align: text-top;
    font-size: 38px;
    line-height: 30px;
}
.box-quantity .action-prime:hover{
    background: #0162bd;
}
.product-social-link ul li a{
    color: #0162bd;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700; 
}
.product-social-link ul li a:before{
    content: "\f15e";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    border-radius: 100%;
    background: #0162bd;
    margin-right: 10px;
   vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-social-link ul li:nth-child(2) a:before{
    content: "\f1b5";
}
.product-social-link ul li:nth-child(3) a:before{
        content: '\f159';
}
.product-social-link ul li:hover a{
    color: #f26667;
}
.product-social-link ul li:hover a:before{
    background: #f26667;
    color: #fff;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #ff5c01;
    z-index: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position: unset;
}
@media (max-width: 767px) {
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position: relative !important;
}
}
 @media (max-width: 991px) {
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position: relative !important;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    /*height: 310px;*/
     height: auto;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
    position: relative;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    /*z-index: 5 !important;*/
    /*display: inline-block !important;*/
    font-size: 2em;
}
/*fade effect on carousel*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*........................add to cart............................*/
.td-close tr td:last-child {
    border:0;
}
.table-bordered:last-child{
    border-right: 0;
    border-bottom: 0;
}
.account-register .form-group {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    float: left;
}
.promotion{
   position: relative;
}
.pro-title{
    position: absolute;
    bottom: 4%;
    margin: 4px auto;
    /* display: table; */
    text-align: center;
    /* left: 25%; */
    color: #fff;
    width: 100%;
    padding: 0 !important;
}
.promo-banner{
    position: relative;
}
.promotion h1{
    text-transform: uppercase;
    padding: 30px 0;
}
.promotion .col-md-4 img{
    box-shadow: 1px 1px 8px 1px #ccc;
    border-radius: 4px;
}
.promotion .col-md-4{
    padding-bottom: 40px;
}
.acc-basic .form-control{
    border:0;
    -webkit-box-shadow: inset 0 0px 7px rgba(0,0,0,.075);
    box-shadow: inset 0px 0px 7px rgba(0,0,0,.075);
    outline: 0;
}
.table-hover{
    width: 80%;
    display: table;
    margin: 0 auto;
}
.thank-you{
    position: relative;
}
.thank-you img{
    height: 100vh;
}
.thank-you .processing{
    position: absolute;
    top: 42%;
    left: 30%;
    color: #fff;
    text-align: center;
}
.thnq .typefooter-1{
    margin: -100px 0;
}
.thank-you .processing h3 a{
    border:3px solid yellow;
    padding: 15px 12px;
    color: #fff;
}
.thank-you .processing h3{
       margin-top: 58px;
}
.thank-you .processing h4{
    margin-top: 20px;
}
.thank-you .processing h4 a{
    color: orange;
}
/*.shape{
    width: 150px;
    height: 542px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: rgba(255, 130, 16, 0.65);
    position: absolute;
    width: 645px;
    top: 0;
    right: -110px;
}*/
.content .col-md-3:nth-child(even) {
    background:#f5f5f5;
}
.banner-area {
    position: relative;
    padding: 14px 0;
}
.banner-area .promotion {
    border-radius: 4px;
    background-color: #ff8210;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.promotion-info {
    color: #fff;
    max-width: 245px;
    padding: 17px 15px 25px 15px;
}
.promotion-info h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 0;
}
.promotion-info h1 span {
    font-weight: 700;
    display: block;
    padding-top: 6px;
}
.promotion-info a{
    color: #fff;
    background: #000;
    padding: 11px 15px;
    border-radius: 2px;
}
.promotion-info a:focus{
    color: #fff;
    background: #ff5600;
}
.navbar-logo a{
    margin: 0 auto;
    display: table;
}
.middle2{
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
}
.middle2 .text-login{
    float: left;
    display: inline-flex;
    margin-left: 12px;
}
.middle2 .text-map{
    float: right;
    display: inline-flex;
}
.middle2 .fa{
    font-size: 27px;
    margin-right: 8px;
}
.middle2  p{
    margin-top: 3px;
    font-size: 15px;
}
.sevice-section .owl-controls .owl-page,.sevice-section .owl-controls .owl-buttons div{
    background:unset;
}
 .sevice-section .owl-carousel .owl-nav button.owl-next, .sevice-section .owl-carousel .owl-nav button.owl-prev,.sevice-section .owl-carousel button.owl-dot{
    font-size: 78px;
    top: 50%;
    position: absolute;
}
.sevice-section .owl-carousel .owl-nav button.owl-next{
    right:0;
}
.sevice-section .owl-carousel .owl-nav button.owl-prev{
    left:0;
}
.sevice-section .owl-carousel .owl-dots.disabled,.sevice-section .owl-carousel .owl-nav.disabled{
    display:block;
}
.product-thumb{
    position: relative;
}
.product-thumb img{
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 200px;
    border-radius: 4px;
}
.product-thumb:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
}
.product-thumb .product-text{
    display: none;
    color: #fff;
}
.product-thumb:hover .product-text {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
    margin: 0;
}
.product-thumb:hover h4{
    position: relative;
    top: 31%;
    font-size: 20px;
    text-transform: uppercase;
}
.product-thumb:hover i{
    position: absolute;
    top: 54%;
    font-size: 26px;
    left: 45%;
}
.underline{
    background: #ff8210;
    width: 75px;
    height: 3px;
}
.product-three-wrapper{
    padding: 25px 0px;
}
.fcategory-content{
    box-shadow: 0px 1px 15px 1px #efefef;
    position: relative;
/*    padding: 0px 10px 35px;*/
    text-align: left;
    background: #fff;
}
.fcategory-content:hover{
    box-shadow: 0px 1px 15px 1px rgba(252, 123, 19, 0.2);
    background: #fff;
}
.add-to-cart{
  /*  position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #000;
    left: 0;
    color: #fff;
    font-size: 16px;
    padding: 6px;
}
.add-qty{
    color: #fff;
}
.add-qty button{
    float: left;
    width: 25%;
    background: #000;
    border: 0;
    padding: 3px;
    border-radius: 2px;
    outline: 0;
    font-size: 20px;
    padding: 6px;
}
.add-qty input{
    width: 50%;
    float: left;
    color: #000;
    outline: 0;
    text-align: center;
    padding: 4px;
    font-size: 16px;
}
.add-to-cart a{
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}
.product-quantity{
    text-align: right;
    background: #e21010;
    color: #fff;
    border-radius: 4px;
    padding: 1px 4px;
    position: absolute;
    left: -1px;
    top: 6px;
}
.price-box {
    padding-left: 8px;
    margin-bottom: 4px;
    display: inline-block;
}
.fcategory-image{
    padding:8px;
}
.product-five-wrapper .wow{
    padding: 8px;
}
.product-five-wrapper{
    padding: 18px 0 0;
}
.product-five-wrapper .owl-item:nth-child(1) , .product-three-wrapper .owl-item:nth-child(1){
    visibility: visible; 
    animation-delay: 0.5s; 
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.product-five-wrapper .owl-item:nth-child(2) , .product-three-wrapper .owl-item:nth-child(2){
    visibility: visible; 
    animation-delay: 0.5s; 
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.product-five-wrapper .owl-item:nth-child(3), .product-three-wrapper .owl-item:nth-child(3) {
    visibility: visible; 
    animation-delay: 0.5s; 
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.product-five-wrapper .owl-item:nth-child(4), .product-three-wrapper .owl-item:nth-child(4) {
    visibility: visible; 
    animation-delay: 0.5s; 
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.product-five-wrapper .owl-item:nth-child(5), .product-three-wrapper .owl-item:nth-child(5) {
    visibility: visible; 
    animation-delay: 0.5s; 
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.product-five-active .owl-nav button:hover {
    background: #FF6A00;
    border: 2px solid #FF6A00;
    color: #fff;
}
.product-five-active .owl-nav button {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ff8210 !important;
    border-radius: 50%;
    color: #ff8210 !important;
    height: 43px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.product-five-active:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    outline: 0;
}
.product-five-active .owl-nav button.owl-next {
    right: 0;
}
/*.Brands .owl-carousel .owl-item img {
    display: block;
    width: unset;
    margin: 0 auto;
    display: table;
}*/
.banner-area{
    position: relative;
    background: url(../images/banner/4.jpg);
    background-size: cover;
    padding: 25px 0;
}
.catagory{
    padding-bottom: 20px;
}
.middle2 a{
    color: #fff;
}
/*......................pop-up...........................*/
/*.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.86);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h3 {
    margin: 0;
    color: #fff;
   /* font-family: Tahoma, Arial, sans-serif;*/
    background: #FF8210;
    padding: 8px;
}
.popup .close {
    position: absolute;
    top: 4px;
    right: 8px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333 !important;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    padding: 3px 35px;
}
.popup .content h4{
    line-height: 2;
}
.popup .content input{
    width: 53%;
    padding: 7px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    outline: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    box-shadow: -1px 0px 10px 0px #d6d6d6;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 97%;
  }
}
.login-nxt{
    display: block;
    margin: 25px 0;
    width: 25%;
    font-size: 18px;
    padding: 8px 6px 5px;
    border: 0;
    color: #fff;
    background: #ff8210;
    border-radius: 2px;
    outline: 0;
}
.login-nxt:hover, .login-nxt:focus{
    background:#000;
}
.inline-input input{
    width: 15% !important;
    margin: 2px;
}
#click1b p{
    font-size: 14px;
}
#click1b a{
    color: #ff8210;
}
#click1b .login-nxt {
    margin: 25px 0 10px;
}
.btn-link{
    padding: 0px 10px !important;
    border: 0;
}
.text-login {
    color: #fff;
}
.btn-link .fa-angle-down{
    font-size: 16px;
    margin-top: 5px;
    margin-left: 3px;
    color: #fff;
}
.middle2 .edit-account i{
    font-size: 20px;
    float: right;
    margin-right: -8px;
}
.dropdown-menu p{
    color: #555;
}
.accounts_list i{
    font-size: 17px !important;
    width: 15%;
}
.varient{
    padding-left: 9px;
    position: relative;
    margin-bottom: 6px;
}
.varient select{
    width: 95%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px;
    outline: 0;
}
.varient:after{
    font: normal normal normal 12px/1 FontAwesome;
    color: #666;
    right: 20px;
    bottom: 54%;
    transform: translateY(50%);
    position: absolute;
    content: '\f078';
}
.fixed-varient{
    padding-left: 9px;
    position: relative; 
    display: inline-block;
}
.fixed-varient p{
    font-size: 15px;
}
.view-all{
    color: #ff8210;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
#snackbar {
    visibility: hidden;
    background-color: #ff8210;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 60px 16px;
    position: absolute;
    z-index: 1;
    top: 45px;
    font-size: 19px;
    width: 65%;
    margin: 0 auto;
    display: table;
    height: 75px;
    border: 15px solid #f3790a;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 30px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 30px; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
}
#snackbar i{
    display: block;
    font-size: 45px;
    padding-top: .4em;
}
#click2:focus{
opacity: .5;
}
.carousel-indicators {
    z-index: 8;
}
.account-div{
    float: left;
}
.shoppingcart-box a{
    font-size: 14px;
    color: #555;
}
.shoppingcart-box .fa {
    font-size: 15px;
    margin-right: 5px;
    color: #555;
}
.location-body{
    color: #555;
    font-size: 16px;
        height: 250px;
}
.location-body__top-container {
    padding: 25px;
}
.location-body .location-helper {
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
}
.location__selected {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.05);
    cursor: pointer;
    padding: 4px 12px;
    position: relative;
    transition: box-shadow .3s linear;
    float: left;
    width: 100%;
}
.location__selected img {
    width: 10%;
    float: left;
    margin-left: 21px;
}
.location-selected-body{
    width: 75%;
    float: left;
    padding: 12px;
    text-align: center;
}
.location__separator {
    color: #ff8210;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    padding: 12px 12px;
    overflow: hidden;
    text-align: center;
}
.location__separator .separator-text:after, .location__separator .separator-text:before, .payment-cod-separator__text:after, .payment-cod-separator__text:before, .separator-line {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #333;
    width: 48px;
    margin: 0 8px;
}
.location__separator .separator-text:after {
    left: 100%;
}
.location__separator .separator-text:before {
    right: 100%;
}
.location__separator .separator-text {
    position: relative;
    display: inline-block;
}
.select-city{
    border: 1px solid #e2e2e2;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}
.select-city i{
    font-size: 20px !important;
    color: #cecccc;
    margin-right: 9px;
}
.select-loc{
    width: 70%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0px;
}
.select-loc i{
    margin-left: 9px;
}
.select-loc input{
    width: 84%;
    border: 0;
    padding: 8px;
    outline: 0;
}
.select-detect{
    width: 30%;
    float: left;
    padding: 8px;
    text-align: center;
}
.shoppingcart-box{
    width: 350px;
}
.shoppingcart-box td p{
    font-size: 13px;
    color: #FF8210;
    margin: 0;
}
.shoppingcart-box td input{
    width: 42px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #FF8210;
}

::selection {
    color: #fff; 
    background: #FF8210;
}

/* Create two equal columns that floats next to each other */
#content .column {
    float: left;
    /*width: 25%;*/
    width: 30%;
    padding-bottom: 20px;
    /*background: #fff;*/
}

/* Clear floats after the columns */
#content .row:after {
    content: "";
    display: table;
    clear: both;
}
/* Style the buttons */
 #content .btn {
    border: none;
    outline: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 6px;
}
.td-close .input-group-btn{
    margin: 0 auto;
    display: table;
}
#content .btn:hover {
    background-color: #ccc;
}

#content .btn.active {
    background-color: #484545;
    color: white;
}
#btnContainer{
    position: absolute;
    top: -50px;
    right: 18px;
}
#divlist .column{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin: 8px 0px;
    background: #fff;
}
#divlist .fcategory-image {
    padding: 8px 20px;
    width: 20%;
    float: left;
}
#divlist .product-info{
    width: 35%;
   
}
#divlist .list-details{
    width: 40%;
    float: left;
    padding: 12px;
}
#divlist .add-to-cart{
    width: 50%;
}
#divlist .add-qty {
    width: 50%;
}
#divlist .add-qty input {
    width: 50%;
}
.fa-plus-square-o:before {
    content: "\f196";
    font-size: 16px;
    color: #ff8210;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
 /*   overflow: hidden;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 20%;
    top: -101px;
    /* background-image: linear-gradient(to top, #f4f4f4 20%, #ebebeb 80%); */
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 26% 65px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 66% 65px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 27% 65px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.owl-carousel {
    z-index: 0;
}
.product-five-active .owl-stage-outer .col-lg-12{
    padding: 5px;
}
.account-div button p{
        line-height: 1;
    color: #5f5651;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.account-div .dropdown-menu{
    right: -80px;
    width: 245px;
}
.account-div .dropdown-menu .edit-account i{
    float: right;
    padding-right: 0;
}
.del{
    margin: 0;
}
.text-login select{
    background: #ff8210;
    color: #fff;
    border: 0;
    outline: 0;
}
.text-login select option{
    background: #fff;
    color: #000;
    border:0;
}
.item-vertical .sub-menu .content .row{
    column-width: 21em;
    -moz-column-width: 21em;
    -webkit-column-width: 21em;
    column-gap: 1rem;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    display: inline-block;
    width: 100%;
    padding-top: 2em;
}
.item-vertical .sub-menu .content .row .static-menu{
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    margin: 0;
}
.item-vertical .sub-menu .content .row .static-menu .menu{
    margin-top: 0;
    vertical-align: middle;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d4d4d4;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.overlay .close{
    color: #fff !important;
}
.new-pass .content h2{
    font-size: 16px;
    float: left;
    clear: both;
    width: 43%;
}
.new-pass .content input{
    margin-top: 12px;
}
.new-pass .content{
    margin: 20px 0;
}
.close{
    opacity: 1;
}
.select-loc select{
    width: 87%;
    margin: 5px 0;
    padding: 3px 0;
    border: 0;
    outline: 0;
}
.d-limits{
    font-size: 12px;
    color: #d82800;
}
.location-selected-body .container {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

/* Hide the browser's default checkbox */
.location-selected-body .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.location-selected-body .checkmark {
    position: absolute;
    top: 0px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
        border-radius: 25%;
}

/* On mouse-over, add a grey background color */
.location-selected-body .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.location-selected-body .container input:checked ~ .checkmark {
    background-color: #ff8210;
}

/* Create the checkmark/indicator (hidden when not checked) */
.location-selected-body .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.location-selected-body .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.location-selected-body .container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-aside{
    width: 21%;
}
.thumb-menu .owl-nav .fa-angle-left {
    left: 0;
    right: auto;
    position: absolute;
    top: -9px;
    background: whitesmoke;
    padding: 18px 3px;
    color: #17469e;
}

.thumb-menu .owl-nav .fa-angle-right{
        right: 0;
    left: auto;
    position: absolute;
   top: -9px;
    background: whitesmoke;
    padding: 18px 3px;
    color: #17469e;
}
.thumb-menu .owl-nav  {
  
    top: 10px;
    z-index: 9;
}
.thumb-menu .owl-nav{
  width: 100%;
  position: absolute;
  height: auto;
  color: red;
  font-size: 30px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position:unset;
   
}
@media (max-width: 767px){
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position:relative !important;
}
}

@media (max-width: 991px){
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;
    padding: 0 15px 0 15px;
    border: none;
    margin: 0;
    position:relative !important;
}
}
/*----------------------------------------*/
/* 16. Product Thumbnail & Description  CSS
/*----------------------------------------*/
.product-thumbnail{
    margin-top: 15px;
}
.main-product-thumbnail .tab-content img,.product-thumbnail .thumb-menu div img{
    width: 100%;
/*    border: 1px solid #f3f3f3;*/
}
.fancybox-thumbs > ul > li {
    height: 120px;
}
.content-product-right .thumb{
    width: 22.5%;
    float: left;
    margin-left: 15px;
}
.content-product-right .fcategory-title h4{
    margin: 0;
    line-height: 1.2;
}
.content-product-right  .fcategory-content:hover {
    box-shadow: unset !important;
}
.content-product-right  .fcategory-content{
    box-shadow: unset;
    /* height: 60px; */
    margin-bottom: 13px;
    padding: 12px;
}
.content-product-right  .fcategory-content .fcategory-title{
    height: 35px;
    overflow: hidden;
}
.varient-det{
    text-align: center;
    font-size: 15px; 
    margin-top: 12px;
}
.fav{
    font-size: 30px;
    position: absolute;
    top: 7px;
    right: 3px;
    color: #e8e8e8;
}
.fav:hover{
    color: red;
    cursor: pointer;
}
.product-info{
    position: relative;
     height:40px;
}
.producttab .tab-content p{
    font-size: 15px;
}
.rating2 a{
    font-size: 33px;
}
.product-quantity{
    display: none;
}
.td-close .table-bordered {
     border: 0; 
     font-size: 15px;
}
.td-close .table-bordered>thead>tr>td{
    border-bottom-width: 0;
}
.td-close{
    background: #fff;
    padding: 22px 22px 0;
}
.td-close .table-bordered>tbody>tr,.td-close .table-bordered>thead>tr{
    border-bottom: 1px solid #ddd;
}
.td-close .table-bordered tbody tr td,.td-close .table-bordered thead tr td{
    border:0;
    vertical-align: middle;
}
.td-close .table-bordered>thead>tr>td{
    font-weight: 500;
    color: #ca6000;
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: #FF8210;
    border-color: #FF8210;
}
.btn-primary:hover{
    background-color: #000 !important;
    border-color: #000 !important;
}
.popup .content .radio input[type=radio]{
    width: unset;
    box-shadow: unset;
}
.popup .content .radio{
    text-align: left;
}
.popup .content .radio label{
     font-size: 16px;
}
.popup .content .container {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 23px;
}

/* Hide the browser's default checkbox */
.popup .content .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.popup .content .checkmark {
    position: absolute;
    top: 0px;
    left: 25%;
    height: 25px;
    width: 25px;
    background-color: #eee;
        border-radius: 25%;
}

/* On mouse-over, add a grey background color */
.popup .content .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.popup .content .container input:checked ~ .checkmark {
    background-color: #ff8210;
}

/* Create the checkmark/indicator (hidden when not checked) */
.popup .content .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.popup .content .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.popup .content .container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.guest {
    padding: 17px 35px !important;
}
.guest input{
    width: 100% !important;
    text-align: left !important;
}
.guest label{
    font-size: 16px;
}
.guest  .login-nxt{
    margin: 0 auto;
    display: table;
}
.checkout-shipping-methods, .checkout-payment-methods{
    background: #fff;
        padding-top: 18px;
}
.check{
    width: 100%;
    background: #fff;
    margin-left: 13px;
    font-size: 15px;
}
.check label{
    font-size: 14px;
}
.panel-title {
    font-size: 18px;
}