html {
  scroll-behavior: smooth;
}

*{
    margin: 0;
    padding:0;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding:0;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-family: 'Newsreader', serif;
    background: url(../images/body-bg.webp) repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    overflow-x: hidden;

}
/*loader*/
 #mdiv{
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
 }
        .cdiv{
            width:15rem;
            height:15rem;
        }
        .rot{
            position: absolute;
            width:15rem;
            height:15rem;
            border-right:0.3rem solid #fff;
            border-radius: 50%;
            animation:pre 2s linear infinite;
        }
        @keyframes pre {
            0%{
                transform: rotate(0deg);
            }
            100%{
                transform: rotate(360deg);
            }
        }
        .lh{
            color:#fff;
            font-family: 'Pattaya', sans-serif;
            text-transform: uppercase;
            position: absolute;
            top:50%;
            left:50%;
            transform: translate(-50%,-50%);
        }

        h1.lh img {
    width: 100%;
    max-width: 120px;
}
.wrapper{
    position:relative;
    overflow:hidden;
}

p{
    margin: 0;
    font-family: 'Newsreader', serif;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-family: 'Newsreader', serif;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus{
    color: #000 ;
    text-decoration: none;
    outline: none;
   
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a{
    
}
a:hover{
    color: #fff;
    
}
button, button:hover, button:focus{
    outline: none;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}
section, .fullwidth{
    width: 100%;
}
.relative{
    position: relative;
}
.widthautoLeft{
    width: auto;
    float: left;
}
.widthautoRight{
    width: auto;
    float: right;
}
/*.max_img{
    width: 100%;
}
img{
    max-width: 100%;
    
}*/

.fullradius{
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.radius3{
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.form-control:focus {
  box-shadow: none;
}
/*======Some Margin & Padding Class =====*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
/*padding-top*/
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
/*padding-bottom*/
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
/*padding-left-rihgt*/
.pr30{ padding-right: 30px;}
.pr15{ padding-right: 15px;}
.pr40{ padding-right: 40px;}
.pr5{ padding-right: 5px;}
.pl15{ padding-left: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
/*========Background Class========*/
.gray{ background: #f5f5f5;}
.black{ background: #000;}
.white{ color:#f2f2f2 !important;}

.all_btn{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    padding:0 35px;
    color: #fff;
    border:1px solid #ffffff;
    border-radius: 45px;
    -o-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -webkit-border-radius: 45px;
    letter-spacing: 0.5px;
}
.all_btn:hover{
    color: #fff;
    background: #ff9600;
    border-color: #ff9600;
}


/*header*/
.overlay {
    /* height: 20%; */
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgb(225 196 147);
    padding: 15px 54px;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 44px;
    cursor: pointer;
    color: white;
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    border-bottom: 1px solid white;
    background: transparent;
    color: #fff;
}
.overlay input[type=text]::placeholder {
  color: #fff;
}
.overlay input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.overlay button {
    float: left;
    width: 7%;
    padding: 15px;
    background: #080808;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
}

 .header_area {
    background: url(../images/header-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
}
.header_area:after {
    position: absolute;
    content: url(../images/header-after.webp);
    width: 100px;
    height: 100px;
    top: 20%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-header {
    padding: 5px 31px;
}
.other-detail ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.other-detail ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    position: relative;
}
.other-detail ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #b68f53;
    top: 2px;
    right: 0px;
    webkit-transform: rotate(
10deg
);
    transform: rotate(
10deg
);
}
.other-detail ul li:last-child:after {
    display: none;
}
.other-detail ul li a {
    color: #b68f53;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.other-detail ul li a span {
    margin-right: 10px;
}
.offers{
    background-color: #78a206;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #78a206; -webkit-box-shadow: 0 0 3px #78a206; }
  50% { background-color: #6b8c10; -webkit-box-shadow: 0 0 40px #6b8c10; }
  100% { background-color:#78a206; -webkit-box-shadow: 0 0 3px #78a206; }
}

@-moz-keyframes glowing {
  0% { background-color: #78a206; -moz-box-shadow: 0 0 3px #78a206; }
  50% { background-color: #6b8c10; -moz-box-shadow: 0 0 40px #6b8c10; }
  100% { background-color: #78a206; -moz-box-shadow: 0 0 3px #78a206; }
}

@-o-keyframes glowing {
  0% { background-color: #78a206; box-shadow: 0 0 3px #78a206; }
  50% { background-color: #6b8c10; box-shadow: 0 0 40px #6b8c10; }
  100% { background-color: #78a206; box-shadow: 0 0 3px #78a206; }
}

@keyframes glowing {
  0% { background-color: #78a206; box-shadow: 0 0 3px #78a206; }
  50% { background-color: #6b8c10; box-shadow: 0 0 40px #6b8c10; }
  100% { background-color: #78a206; box-shadow: 0 0 3px #78a206; }
}

.navbar{
   padding: 0rem 1rem !important;
}
.navbar-nav {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.navbar-nav li {
    /*padding: 0px 10px;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.navbar-nav li a {
    width: auto;
    display: block;
    color: #fff !important;
    text-align: left;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #090909 !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #b68f53 !important ;
    text-decoration: none;
    background-color: transparent !important;;
}

.logo img {
    width: 90px;
}
.mob-icon{
    display: none;
}
.subNavRight {
    padding: 0;
    margin: 0;
    /* font-size: 0; */
}
.subNavRight li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 14px;
    position: relative;
}
.subNavRight li:last-child {
    padding: 0px 0px 0px 14px;
}
.openBtn {
    background: transparent;
    border: none;
}
.subNavRight li .dropdown {
    position: relative;
    display: inline-block;
}
.subNavRight li .dropdown .dropbtn {
    background: none;
    border: none;
    outline: none;
}
.subNavRight li .dropdown .dropdown-content {
    min-width: 200px;
    background: #161616;
    border-radius: 6px;
    border-top: 2px solid #b68f53;
    display: none;
    position: absolute;
    z-index: 9;
    left: -100px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    /* top: 30px; */
}
.subNavRight li .dropdown .dropdown-content a {
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
}
.subNavRight li .dropdown .dropdown-content a i {
    color: #b68f53;
    margin-right: 5px;
    font-size: 16px;
}
.subNavRight li .dropdown:hover .dropdown-content {
    display: block;
}
.wish {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.wish a {
    display: flex;
}
.dropdown-content p {
    color: #fff;
    padding-left: 15px;
    padding-top: 7px;
}

.subNavRight li a i {
    color: #b68f53;
    font-size: 24px;
}
.wish .qty {
    position: absolute;
    right: -11px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    background: #78a206;
    color: #FFF;
    border-radius: 50%;
}


.header-btns-icon {
    position: relative;
    float: left;
    margin-right: 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
}
.header-btns-icon .qty {
    position: absolute;
    right: -11px;
    top: 2px;
    width: 16px;
    height: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    background: #78a206;
    color: #FFF;
    border-radius: 50%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin:0;
    
}
.col-megamenu .list-unstyled li {
    /*padding: 0px 10px;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right:12px;
}
.dropdown-item {
    position: relative !important;
    
}
.dropdown-item:before {
    position: absolute;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    top: 6px;
    color: #b68f53;
}
/*banner*/
.banner {
    margin-top: 30px;
}
.banner-img{
   /* background: url(../images/ban-1.png) no-repeat center center;*/
   margin: 0px auto;
    text-align: center; 
}



.banner-img img {
    max-width: 100%;
    width: 83%;
    left: 0;
    top: 0;
    border-radius: 15px;
    text-align: center;
    margin: 0px auto;
}
/*about*/
.abot-sec{
    padding: 60px 0px;
}
.people img {
    width: 100%;
}
.about-sec {
    background: url(../images/about-bg.webp);
    background-size: cover;
    padding: 40px 0px;
    margin: 70px 0px 0px;
}
.about-sec h5 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 17px;
    color: #78a206;
}
.about-sec p {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    max-width: 790px;
    font-weight:500;
}
.read-btn {
    display: block;
    width: 100%;
    max-width: 133px;
    background: #040404;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    margin: 0px auto;
    margin: 26px auto 0px;
}
/*manufacture*/
.set{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right:0;
    z-index: -1;
    overflow:hidden;
}
.set div{
    position: absolute;
    display: block;
}
.set div:nth-child(1){
    left: 20%;
    animation: animate 15s linear infinite;
    animation-delay: -7s;
}
.set div:nth-child(2){
    left: 50%;
    animation: animate 20s linear infinite;
    animation-delay: -5s;
}
.set div:nth-child(3){
    left: 70%;
    animation: animate 25s linear infinite;
}
.set div:nth-child(4){
    left: 0%;
    animation: animate 15s linear infinite;
    animation-delay: -5s;
}
.set div:nth-child(5){
    left: 85%;
    animation: animate 18s linear infinite;
    animation-delay: -10s;
}
.set div:nth-child(6){
    left: 0%;
    animation: animate 12s linear infinite;
}
.set div:nth-child(7){
    left: 15%;
    animation: animate 14s linear infinite;
}
.set div:nth-child(8){
    left: 60%;
    animation: animate 15s linear infinite;
}
@keyframes animate{
    0%{
        opacity: 0;
        top: -10%;
        transform: translateX(20px) rotate(0deg);
    }
    10%{
        opacity: 1;
        top: -10%;
    }
    20%{
        transform: translateX(-20px) rotate(45deg);
    }
    40%{
        transform: translateX(-20px) rotate(90deg);
    }
    60%{
        transform: translateX(20px) rotate(135deg);
    }
    80%{

        transform: translateX(-20px) rotate(180deg);
    }
    100%{
        
        top: 110%;
        transform: translateX(-20px) rotate(225deg);
    }

}
.process-sec {
    padding: 70px 0px 20px;
}
.all-heading {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 50px;
    position: relative;
}
.all-heading:after {
    position: absolute;
    content: url(../images/heading_after.png);
    width: 100%;
    top: 46%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.feture-img , .feature-info{
    margin-bottom: 30px;
}
.feture-img img {
    max-width: 100%;
}
.feature-info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1;
}

.feature-info p {
    color: #262728;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 500;
}

/*products*/
.product-sec{
    padding:50px 0px;
}
.home_product {
    transition: 0.9s ease;
    border-radius: 7px;
    margin-bottom: 20px;
    position:relative;
    box-shadow: 0px 0px 7px 2px #ccab75;
    min-height:350px;
    
}
.home_product:hover {
    box-shadow: 0px 0px 7px 2px #ccab75;
    transition: 0.9s cubic-bezier(0, 0, 0.51, 0.81);
}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  left: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 43px solid transparent;
  border-top: 10px solid #78a206;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #78a206;
  font-size: 14px;
  color:#fff;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #78a206;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #78a206;
}
.product-img {
    text-align: center;
    padding-top: 15px;
}
.product-img img {
    margin: auto;
    max-width:130px;
}
.home_product .product-btm {
    padding: 22px 16px 0px;
    text-align: center;
}
.home_product .product-btm h4 {
    color: #ce7c00;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 11px;
    transition: all 300ms linear 0s;
    line-height: 1;
}
.home_product .product-btm span {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color:#15110e;
    text-align: center;
}
.price span i {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
}
.price p {
    font-size: 12px;
    display: inline-block;
}
.cart-btn {
    padding: 5px 8px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    margin-top: 12px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.home_product:hover .cart-btn{
    background:#000;
    color: #fff;
}

.favorit-items {
    position: absolute;
    top: 12px;
    right: 32px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.favorit-items span {
    color: #333333;
    font-size: 25px;
    cursor: pointer;
}
/*.home_product:hover .favorit-items{opacity:1;visibility:visible}*/
.mbl-view {
    display: none;
}
.buy-button {
    margin-top: 20px;
}
/*you-tube*/
.video-sec{
    background: url(../images/video_parallax.webp) no-repeat center center;
    background-size: cover;
    padding: 40px 0px 0px;
    position: relative;
    margin: 0px 0px 150px;
}
.video-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000061;
    top: 0;
}
.video_content h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 50px;
    position: relative;
}
.video_content h3:after {
    position: absolute;
    content: url(../images/txt_after.png);
    width: 100%;
    top: 46%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.vdeo-live {
    position: relative;
    top: 24px;
    margin: 0px auto;
    text-align: center;
}
.vdeo-live img {
    text-align: center;
    max-width: 100%;
}
span.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
span.play img {
    width: 80px;
}

/*footer*/

.footer{
    background: #000;
    padding: 50px 0px 50px;
    
}

.footer1 ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: relative;
}
.footer1 ul li {
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
    color: #fff;
}
.footer-menu h3, .footer1 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
}
.media_body {
   
}

.media_body h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    
}
.media_body p , .media_body a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copyright_section {
    margin-top: 16px;
}

.copyright_section p {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
}

.footer-menu ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
.footer-menu ul li{
    display: block;
    vertical-align: middle;
    
}

.footer-menu ul li a{
   font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}

.app-sec {
    margin-top: 20px;
}
.app-sec h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}
.app-sec img {
    width: 136px;
}
/*social icon*/
.sticky-social{
  position:fixed;
  top:50%;
  right:0px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
  background: #b68f53;
  margin-bottom: 1px;
}
.social li:hover{
    margin-left: -14px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fab{
    margin-right: 0px;
  
}
.social li .fab{
  font-size: 16px;
  color:#fff;
  transition:all 0.8s ease-in-out;
}
/*login*/
.login-sec {
    padding: 50px 0px;
}
.gold{
    max-width: 880px;
    height: auto;
    margin: auto;
    border-radius: 3px;
}
.left-log{
    background: url(../images/log-bg.webp);
    width: 100%;
    background-size: cover;
    min-height: 448px;
    padding: 90px 68px 60px;
    height: 100%;
}
.left-log h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.xtr-text {
    font-size: 24px;
    font-weight: 600;
    color: #171515;
    margin-bottom: 36px;
}
.middle {
    height: 100%;
    padding: 38px 33px;
    width: 100%;
    margin: auto;
    background: #f7d6a9;

}
.middle ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    width: 49.4%;
}
.middle ul li a {
    display: inline-block;
    background: #f9c26c;
    border-radius: 3px;
    padding: 12px 49px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.middle ul li .active {
    background: #de9139;
}
.middle ul li a:hover {
    background: #f68c3c;
}
.signin-form {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}
.signin-form label {
    font-size: 14px;
    font-weight: 600;
    color: #3c4043;
    line-height: 1;
    
}
.signin-form .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
    border-color: #ffb000!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 176, 0, .075), 0 0 8px rgba(255, 176, 0, .6)!important;
    box-shadow: inset 0 1px 1px rgba(255, 176, 0, .075), 0 0 8px rgba(255, 176, 0, .6)!important;
}
.signin-form input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

.linkk {
    font-size: 14px;
    font-weight: 700;
    color: #3c4043;
    line-height: 1;
}
.login {
    width: 228px;
    height: 48px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 7px 0 rgb(120 137 149 / 26%);
    box-shadow: 0 2px 7px 0 rgb(120 137 149 / 26%);
    background-color: #cc7039;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .4px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    margin: 19px auto 0px;
}
.login:hover {
    background: #000;
}
.social-networks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    flex-direction: column;
}
.social-networks > a {
    height: 48px;
    border-radius: 3px;
    display: flex;
    margin: 0 5px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.3px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
.social-networks > a:first-child {
    color: #fff;
    border: 1px solid #3b5998;
    background: #3b5998;
}
.social-networks > a:last-child {
    color: #fff;
    border: 1px solid #dc4e41;
    background: #dc4e41;
}
.social-networks > a:hover {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 35%);
    transform: scale(1.1, 1.1);
}
.social-networks a .fab {
    font-size: 23px;
    padding: 0px 10px 0 0;
}

.otp-num {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 54px;
}
#divOuter {
    width: 200px;
    overflow: hidden;
    margin: 0px auto 34px;
}
#divInner {
    left: 0;
    position: sticky;
}
#partitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}

#partitioned:focus {
    outline: none !important;
    outline: none !important;
    transition: 0.3s;
    box-shadow: none !important;
}
/*bed cumb*/
.bed-cumb {
    width: 100%;
}
.bed-cumb .breadcrumb {
    background: #fbbf62;
}
.bed-cumb .breadcrumb-item {
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding-left: 13px !important;
    position: relative;
}

.bed-cumb .breadcrumb-item a {
    color: #000000;
}
.bed-cumb .breadcrumb-item.active {
    color: #24420e;
    font-weight: 700;
}

.bed-cumb .breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 0px;
    padding-left: 0px;
    color: #161616;
    /* background: url(../images/bed-cumb.png) no-repeat center center; */
    top: 0;
    left: 2px;
    font-size: 14px;
}
/*product-listing*/
.product-cont {
    padding: 50px 0px;
}
.prodes-head h1 {
    font-size: 29px;
    font-weight: 600;
    padding: 0;
    line-height: 1.36;
    letter-spacing: .2px;
    color: #333;
}
.prodes-head p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.79;
    letter-spacing: .4px;
}
.woocommerce-result-count {
    text-align: left;
    margin: 15px 0 15px;
    font-size: 18px !important;
    display: inline-block;
    vertical-align: middle;
    width: 79%;
}
.woocommerce-ordering {
    text-align: right;
    margin: 15px 0px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-ordering select {
    vertical-align: top;
    padding: 4px 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

/*inner-banner*/
.inner-banner{
    background-size: cover;
    background: url(../images/inner-banner.webp);
    padding: 140px 0px;
}
.inner_title{
    font-size: 26px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1;
}
.inner_title:before{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 3px;
    background: #fff;
    content: "";
}

/*----------------------------*\
    Product view
\*----------------------------*/

.prdct-detail {
    padding: 60px 0px;
}
.similar-brand {
    padding-bottom: 60px;
}

#product-main-view {
    width: 100%;
    max-width: 100%;
}
#product-main-view .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 19px 0 0px;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #30323A;
    z-index: 22;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background:#b68f53;
}

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #F8694A inset;
  box-shadow: 0px 0px 0px 2px #F8694A inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
}
.product-view .slick-prev {
    left: 0 !important;
}
.product-view .slick-next {
    right: 0 !important;
}
.logo-sec {
    background: #f3cb2e;
    padding: 8px 12px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
}

/*----------------------------*\
    Product details
\*----------------------------*/
.woocommerce-product-details__short-description {
    background-color: rgb(255 255 255 / 0%) !important;
}
.product.product-details .product-name {
  margin-top: 15px;
  font-size: 27px;
    font-weight: 700;
}
.product-price{
    margin-top: 10px;
}
.woocommerce-Price-amount{
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #cf8105;
}
.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.woocommerce-Price-currencySymbol i {
    font-size: 20px;
    margin-right: 4px;
}
.product-body p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
    /* font-family: 'Work Sans', sans-serif; */
}

.product.product-details .qty-input {
  display: block;
}

.product.product-details .qty-input select {
    width: 90px;
    height: 40px;
    padding: 0px 15px;
    background: none;
     border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:1px solid #000;
    /* box-shadow: 0px 0px 0px 1px #ce8006 inset, 0px 0px 0px 5px transparent; */
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.product.product-details .qty-input select:focus {
    outline:none !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom:1px solid #000;
    box-shadow:none !important;
}
#product-main-view .slick-prev , #product-view .slick-prev{
    left: 0 !important;
}
#product-main-view .slick-next , #product-view .slick-next {
    right: 0 !important;
}
/*----------------------------*\
    Product tab
\*----------------------------*/

.product-tab {
  padding:  30px 0px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
  overflow:hidden;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li button {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border:none;
  background:none;
}

/*.product-tab .tab-nav li.active {*/
/*  position: relative;*/
/*}*/

/*.product-tab .tab-nav li.active a {*/
/*  color: #ce8006;*/
/*}*/
.product-tab .tab-nav li button:hover  {
  color: #ce8006;
}
.product-tab .tab-nav li button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #ce8006;
  transform: scale(0);
}

.product-tab .tab-nav li button.active:after {
    transform: scale(1);
}

.tabcontent {
  display: none;
  
}
.variations_form {
    padding: 20px 0px;
}

.variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    background-color: transparent;
    border-bottom: 1px solid #141414;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
label {
   
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;

}
.label label {
    color: #0a0a0a !important;
    font-size: 18px !important;
    font-weight: 700;
}
.label {
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
    width: 6%;
}
td.value {
    width: 85%;
    float: right;
}
td {
    padding: 0 !important;
    margin: 0;
}
#weight {
    box-sizing: border-box;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
}

.cart-bttnss {
    background: #141414;
    padding: 14px 25px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none;
    margin-top: 12px;
    cursor: pointer;
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 50px;
}
.cart-bttnss:first-child {
    background: #b68f53;
}
/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

 .review-rating> .fas {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #F8694A;
}

.profile-card-avatar{
    display: inline-block;
    vertical-align: middle;
}
.profile-card-avatar img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    
    overflow: hidden;
    border-radius: 50px;
}
.review-heading h3 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f005";
  font-style: normal;
  color: #000;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
}
.review-form .input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

.review-form textarea.input {
  padding: 15px;
}

.review-form .input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.review-form .input-checkbox>label {
  color: #30323A;
}

.review-form .input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}
.review-form h4 {
    font-size: 24px;
    font-weight: 700;
}

button.primary-btn {
    display: block;
    width: 100%;
    max-width: 133px;
    background: #040404;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    margin: 0px auto;
    margin: 26px 0px 0px;
    border: navajowhite;
}

/*share*/
.share-btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: none;
    border: 1px solid #000;
}

.social .fbtn {
    width: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height:18px;
    float: left;
}
.social .fab{padding:15px 0px}
.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #55acee;
}
.whatsapp{
    background:#25D366;
}
.share-button.sharer {
  height: 20px;
  float:right;
  
}
.share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
}
.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}
.share-button.sharer .social.networks-5 {

}
.share-button.sharer .social.top {
  margin-top: 20px;
  transform-origin: 0 0 0;
}
.share-button.sharer .social {
  margin-left: -65px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

/*.sticky_share_btn {*/
/*    position: fixed;*/
/*    left: 30px;*/
/*    bottom: 30px;*/
/*}*/
/*.share-toggle,*/
/*.fixed_share ul.listing > li {*/
/*    font-size: 20px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    border: 2px solid;*/
/*    border-radius: 50%;*/
/*    transition: all 0.5s ease-in-out;*/
/*}*/
/*ul.listing {*/
/*    list-style: none;*/
/*    display: none;*/
/*}*/
/*.fixed_share ul.listing > li {*/
/*  margin-bottom: 10px; */
/*}*/
/*.fixed_share ul.listing > li > a {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    text-align: center;*/
/*}*/
/*.share-toggle:hover,*/
/*.fixed_share ul.listing > li:hover {*/
/*  transform: scale(1.1) rotate(360deg);*/
/*}*/

/*.fixed_share .facebook, */
/*.fixed_share .facebook > a{*/
/*  color: #4267B2;*/
/*}*/
/*.fixed_share .twitter, */
/*.fixed_share .twitter > a{*/
/*  color: #00acee;*/
/*}*/
/*.fixed_share .whatsapp, */
/*.fixed_share .whatsapp > a{*/
/*  color: #25D366;*/
/*}*/

/*cart*/
.ybg {
    background: #feeac9 !important;
}
.ybg:focus {
    
    outline: none !important;
}
.cart_list_wrap {
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 20%);
}
.cart_totals h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 15px 0;
    line-height: 1.36;
    letter-spacing: .2px;
    color: #333;
}
.cart-sec {
    padding: 60px 0px;
}
.cart_list_wrap table thead {
    background: #fbbf62;
}
.shop_table {
    margin: 0px 0px 0px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    background: #ecd0a2;

}
.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-weight: 600!important;
    color: #000;
    font-size: 14px!important;
    border:none !important;
}
.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px !important;
    vertical-align: middle;
    line-height: 1.5em;
}
.shop_table tr td .remove {
    display: inline-block!important;
    font-size: 13px;
    height: 1.4em;
    width: 1.4em;
    text-align: center;
    line-height: 1.4rem;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shop_table tr td .remove:hover {
    color: #fff!important;
    background: #faaf00!important;
}
.product-thumbnail img{
    width: 50px;
}
.shop_table td h5 a {
    font-size: 15px;
}
.del_table {
    width: 100%;
}
.del-table-bordered{
    border:1px solid #000 !important;
}
.del_table td {
    padding: 9px 12px !important;
    border: 1px solid #000;
}
.del_table td, .del_table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #000 !important;
}
button.delvry {
    margin-top: 30px;
    color: #78a206;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
}

 .add_ttrr {
    color: #272d2d;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
 .coupon label{
    display: none;
}
input#coupon_code {
    width: 180px;
    height: 42px;
    padding: 0 5px;
    border: 1px solid #ebe9eb;
    display: inline-block;
    position: relative;
    top: -1px;
}
.coupon {
   margin: 0px 12px 20px;
    padding-bottom: 20px;
    
}
.coupon button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.coupon button:hover , .button1:hover{
    background-color: #fbbf62!important;
}
.button1{
    float: right;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;

}
.price-box {
    background: #ecd0a2;
    border-radius: 2px;
    min-height: 47px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 20%);
}
.pp-txt {
    display: block;
    text-transform: uppercase;
    padding: 13px 24px;
    font-weight: 600;
    color: #000000;
    min-height: 47px;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #f5ebeb;
}
.piice-table {
    padding: 0px 20px;
}
.piice-table p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin: 16px 0px;
}
.piice-table span {
    float: right;
    width: 130px;
    text-align: right;
}
.total-value h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin: 16px 0px;
    border-top: 1px dashed #ccc;
    padding: 12px 0px;
}
.piice-table span {
    float: right;
    width: 130px;
    text-align: right;
}
.checkout-button{
    display: block !important;
    width:100%;
    border:none;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    background-color: #b68f53;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    
}

/*testimonial*/

.testimoial-sec {
    padding: 60px 0px;
} 
.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding: 30px 20px;
    border: 1px solid #767070;
    border-left: 3px solid #ffc33c;
    background: #3d3d3d;
}
.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 18px;
    font-size: 16px;
    color: #fbbf62;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #3d3d3d;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #ffc33c;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
}
.testimonial .description h4{
    color: #ffc33c;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-top: 8px;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #fff;
}
/*checkout*/
.check-sec{
    padding: 60px 0px;
}
.form-wrapper {
     padding:  30px;
     margin-bottom: 50px;
     background-color: #ecd0a2;
     border-radius: 5px;
     box-shadow: 0 0px 5px 0 rgb(0 0 0 / 20%);
}
 .check-form .form-group {
     position: relative;
     margin-bottom: 30px;
}
/*  .form-group + .form-group {
     margin-top: 30px;
}*/
 .check-form .form-label {
     position: absolute;
     left: 26px;
     top: 10px;
     color: #746d6d;
     background-color: #feeac9;
     z-index: 10;
     transition: transform 150ms ease-out, font-size 150ms ease-out;
     font-size: 14px;
}
 .focused .form-label {
     transform: translateY(-125%);
     font-size: 0.75em;
     top: 17px;
     left: 26px;
}
 .check-form .form-input {
     position: relative;
     padding: 12px;
     width: 100%;
     outline: 0;
     border: 0;
     box-shadow: 0 1px 0 0 #e5e5e5;
     transition: box-shadow 150ms ease-out;
     background: #feeac9 !important;
}
 .check-form .form-input:focus {
     /*box-shadow: 0 2px 0 0 blue;*/
     border: 1px solid blue;
}
 .check-form .form-input.filled {
     border-color: #ffb000!important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    border: 1px solid  #ffb000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff7f7 inset !important;
    -webkit-text-fill-color: #080808 !important;
}

.custom-select {
    padding: 0px 12px 0px!important;
}

.order_details {
    padding: 20px 30px 20px 30px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 5px;
}
/*.saved-address {*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/

/*.saved-address {*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/

.shipping-box {
    background: #feeac9;
    border-radius: 4px;
    padding: 20px;
    float: left;
    width: 100%;
    min-height: 180px;
    margin-bottom: 16px;
}

.saved-address .shipping-box h3 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    
    margin-bottom: 5px;
}
.shipping-box p {
    float: left;
    width: 100%;
    color: #858987;
    font-size: 16px;
    font-weight: 400;
    
    margin-bottom: 5px !important;
}

.shipping-box h3 a {
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0771d4;
    line-height: 22px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.shipping-box .radio-custom {
    float: left;
    width: 100%;
    margin: 0 !important;
}
.radio-custom [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 2px solid #909090;
    border-radius: 100%;
    background: #fff;
}

.radio-custom [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}  

.shipping-box .radio-custom [type="radio"]:checked, .radio-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.shipping-box .radio-custom [type="radio"]:checked + label, .radio-custom [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #202020;
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.shipping-box .radio-custom [type="radio"]:checked + label::after, .radio-custom [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00ef12;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shipping-box .radio-custom [type="radio"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #00ef12;
    border-radius: 100%;
    background: #fff;
}
/*term-condition*/
    .term-sec{
        padding: 60px 0px;
    }
    .headingText {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: .2px;
        color: #4a4a4a;
        text-transform: uppercase;
        text-align: center;
        margin: 0px auto 30px;
        line-height: 1;
    }
    .term-sec p {
    font-size: 16px !important;
    margin-bottom: 16px;
    }

 /*my-account*/
.widget-author {
  margin-bottom: 58px;
}
.author-card {
  position: relative;
  padding-bottom: 48px;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.author-card .author-card-cover {
  position: relative;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.author-card .author-card-cover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}
.author-card .author-card-cover > .btn {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 10px;
}
.author-card .author-card-profile {
  display: table;
  position: relative;
  margin-top: -22px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 20px;
  z-index: 5;
}
.author-card .author-card-profile .author-card-avatar, .author-card .author-card-profile .author-card-details {
  display: table-cell;
  vertical-align: middle;
}
.author-card .author-card-profile .author-card-avatar {
  width: 85px;
  border-radius: 50%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  overflow: hidden;
}
.author-card .author-card-profile .author-card-avatar > img {
  display: block;
  width: 100%;
  height: 80px;
    object-fit: cover;
}
.author-card .author-card-profile .author-card-details {
  padding-top: 20px;
  padding-left: 15px;
}
.author-card .author-card-profile .author-card-name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}

.author-card .author-card-info {
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 13px;
}
.author-card .author-card-social-bar-wrap {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}
.author-card .author-card-social-bar-wrap .author-card-social-bar {
  display: table;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}
.btn-style-1.btn-white {
    background-color: #fff;
}
.list-group-item i {
    display: inline-block;
    margin-top: -1px;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.list-group-item.active:not(.disabled) {
    border-color: #e7e7e7;
    background: #b68f53;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-flush .list-group-item {
    border-right: 0 !important;
    border-left: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item.active {
    z-index: 0;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
a.list-group-item, .list-group-item-action {
    color: #404040;
    font-weight: 600;
}
.list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e7e7e7 !important;
    border-radius: 0 !important;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

.product-card {
  position: relative;
  max-width: 380px;
  padding-top: 12px;
  padding-bottom: 43px;
  transition: all 0.35s;
  border: 1px solid #e7e7e7;
}
.product-card .product-head {
  padding: 0 15px 8px;
}
.product-card .product-head .badge {
  margin: 0;
}
.product-card .product-thumb {
  display: block;
}
.product-card .product-thumb > img {
  display: block;
  width: 100%;
}
.product-card .product-card-body {
  padding: 0 20px;
  text-align: center;
}
.product-card .product-meta {
  display: block;
  padding: 12px 0 2px;
  transition: color 0.25s;
  color: rgba(140, 140, 140, .75);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.product-card .product-meta:hover {
  color: #8c8c8c;
}
.product-card .product-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.product-card .product-title > a {
  transition: color 0.3s;
  color: #343b43;
  text-decoration: none;
}
.product-card .product-title > a:hover {
  color: #ac32e4;
}
.product-card .product-price {
  display: block;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.product-card .product-price > del {
  margin-right: 6px;
  color: rgba(140, 140, 140, .75);
}
.product-card .product-buttons-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.product-card .product-buttons {
  display: table;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}
.product-card .product-button {
  display: table-cell;
  position: relative;
  width: 50px;
  height: 40px;
  border-right: 1px solid rgba(231, 231, 231, .6);
}
.product-card .product-button:last-child {
  border-right: 0;
}
.product-card .product-button > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  color: #404040;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.product-card .product-button > a:hover {
  background-color: #ac32e4;
  color: #fff;
}
.product-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-category-card {
  display: block;
  max-width: 400px;
  text-align: center;
  text-decoration: none !important;
}
.product-category-card .product-category-card-thumb {
  display: table;
  width: 100%;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-category-card .product-category-card-body {
  padding: 20px;
  padding-bottom: 28px;
}
.product-category-card .main-img, .product-category-card .thumblist {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.product-category-card .main-img > img, .product-category-card .thumblist > img {
  display: block;
  width: 100%;
}
.product-category-card .main-img {
  width: 65%;
  padding-right: 10px;
}
.product-category-card .thumblist {
  width: 35%;
  padding-left: 10px;
}
.product-category-card .thumblist > img:first-child {
  margin-bottom: 6px;
}
.product-category-card .product-category-card-meta {
  display: block;
  padding-bottom: 9px;
  color: rgba(140, 140, 140, .75);
  font-size: 11px;
  font-weight: 600;
}
.product-category-card .product-category-card-title {
  margin-bottom: 0;
  transition: color 0.3s;
  color: #343b43;
  font-size: 18px;
}
.product-category-card:hover .product-category-card-title {
  color: #ac32e4;
}
.product-gallery {
  position: relative;
  padding: 45px 15px 0;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.product-gallery .gallery-item::before {
  display: none !important;
}
.product-gallery .gallery-item::after {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .26);
}
.product-gallery .video-player-button, .product-gallery .badge {
  position: absolute;
  z-index: 5;
}
.product-gallery .badge {
  top: 15px;
  left: 15px;
  margin-left: 0;
}
.product-gallery .video-player-button {
  top: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.product-gallery .product-thumbnails {
  display: block;
  margin: 0 -15px;
  padding: 12px;
  border-top: 1px solid #e7e7e7;
  list-style: none;
  text-align: center;
}
.product-gallery .product-thumbnails > li {
  display: inline-block;
  margin: 10px 3px;
}
.product-gallery .product-thumbnails > li > a {
  display: block;
  width: 94px;
  transition: all 0.25s;
  border: 1px solid transparent;
  background-color: #fff;
  opacity: 0.75;
}
.product-gallery .product-thumbnails > li:hover > a {
  opacity: 1;
}
.product-gallery .product-thumbnails > li.active > a {
  border-color: #ac32e4;
  cursor: default;
  opacity: 1;
}
.product-meta {
  padding-bottom: 10px;
}
.product-meta > a, .product-meta > i {
  display: inline-block;
  margin-right: 5px;
  color: rgba(140, 140, 140, .75);
  vertical-align: middle;
}
.product-meta > i {
  margin-top: 2px;
}
.product-meta > a {
  transition: color 0.25s;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.product-meta > a:hover {
  color: #8c8c8c;
}

.white-bg {
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
}

.info-details h3 {
    font-size: 22px;
    font-weight: 500;
    padding-right: 24px;
    float: left;
}

/*wishlist*/
.cart-item {
    position: relative;
    margin-bottom: 30px;
    padding: 17px 50px 17px 20px;
    background-color: #f7d6a9;
    box-shadow: 0 2px 9px 1px rgb(64 64 64 / 9%);
}
.cart-item .cart-item-label {
  display: block;
  margin-bottom: 15px;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-item .cart-item-product {
  display: table;
  width: 420px;
  text-decoration: none;
}
.cart-item .cart-item-product-thumb, .cart-item .cart-item-product-info {
  display: table-cell;
  vertical-align: middle;
}
.cart-item .cart-item-product-thumb {
  width: 110px;
}
.cart-item .cart-item-product-thumb > img {
  display: block;
  max-width: 77px;
}
.cart-item .cart-item-product-info {
  padding-top: 5px;
  padding-left: 15px;
}
.cart-item .cart-item-product-info > span {
  display: block;
  margin-bottom: 2px;
  color: #404040;
  font-size: 12px;
}
.cart-item .cart-item-product-title {
  margin-bottom: 8px;
  transition: color, 0.3s;
  color: #343b43;
  font-size: 16px;
  font-weight: bold;
}
.cart-item .cart-item-product:hover .cart-item-product-title {
  color: #78a206;
}
.cart-item .count-input {
  display: inline-block;
  width: 85px;
}
.cart-item .remove-item {
  right: -10px !important;
}
.remove-item {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    padding-left: 1px;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 3px 12px 0 rgb(255 82 82 / 50%);
    cursor: pointer;
    font-size: 12px;
}

/*order*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ecd0a2;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 10px 60px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #78a206;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #78a206;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}
.semi-common  li a , .semi-common li button{
    color: #447f18;
    font-weight: 500;
    font-size: 15px;
    border:none;
    background:none;
}

.ordr-dtl .cart-item-product-thumb img {
    width: 70px;
    text-align: center;
    margin: 0px auto;
}
.ordr-dtl h4.cart-item-product-title {
    font-size: 18px;
    margin-top: 10px;
}

.ordr-dtl {
    text-align: center;
}
/*contact*/
.cntact-box {
    border: 1px solid #000;
    
    height: 100%;
    padding: 12px;
    position: relative;
}
.cntact-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #444;
    top: 5px;
    /* left: 0; */
    right: 5px;
    z-index: -1;
}
.cntact-box ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.cntact-box ul li {
    margin-bottom: 16px;
}
.cntact-box ul li span {
    display: block;
}
.cntact-box ul li span i {
    font-size: 35px;
    color: #b68f53;
}
.cntact-box ul li h3 {
    font-size: 21px;
    font-weight: 700;
}

.cntact-box ul li p {
    font-size: 15px;
    line-height: 20px;
}
.cntact-box ul li p a:hover{
    color:#000;
}
.relative {
    position: relative;
}
.phone_code select {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
}
.country_code{
    border-right: 1px solid #c48e35 !important;
}
.mob-pad {
    padding-left:122px !important;
}
.all_contact .form-control {
    background: #feeac9 !important;
    border: none;
    border-radius: 0 !important;
    height: 40px;
    color: #000;
}

.all_contact .form-control::placeholder {
  color: #000
}
.all_contact .form-control::-webkit-input-placeholder {
  color: #000;
}
.log_in_btn {
    display: block;
    width: 100%;
    max-width: 133px;
    background: #040404;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    margin: 0px auto;
    margin: 26px 0px 0px;
    border: none;
}

.cntct-form {
    padding-bottom: 60px;
}


/*alert*/

.error-message {
  padding: 10px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 16px;
  width: auto;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: -600px;
  z-index: 9999;
}

.success-message {
    padding: 10px;
    background-color: #8cbd6c;
    color: #fff;
    font-size: 16px;
    width: auto;
    text-align: center;
    position: fixed;
    bottom: 132px;
    right: -600px;
    z-index: 9999;
}



.modal-content {
    background-color: #ecd0a2 !important;
}
.mdal-frm label {
    display: block;
    width: 100%;
}
.mdal-frm h4 {
    text-align: center;
    font-weight: 600;
    color: #24420e;
    margin-bottom: 14px;
}
.mdal-frm .form-control, .mdal-frm select , .mdal-frm textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;background:#feeac9 !important;
    background:#feeac9 !important;
}
.cntnt .close {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute !important;
    right: 15px !important;
}
.cntnt .modal-header {
    text-align: center;
    margin: 0px auto !important;
}
.ind {
    margin-top: 30px;
    color: #3b754a;
    background: none;
    border: navajowhite;
    text-decoration: underline;
    font-size: 21px;
    font-weight: 700;
    display:block;
}

.order-pay {
    text-align: center;
}

.order-pay img {
    width: 120px;
}
.order-pay h3 {
    font-size: 27px;
    font-weight: 700;
    margin-top: 20px;
}
.order-pay p {
    font-size: 15px;
    max-width: 800px;
    margin: 0px auto;
}
.pay-btn {
    background: #b68f53;
    padding: 10px 100px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 50px;
}

.shop_table tr td span {
    display:none;
}

.full-widtth {
    position: relative;
}
/*responsive*/

@media (max-width: 1300px){
    .navbar-nav li a{
    padding:8px !important;
    }
    .shop_table th , .shop_table td{
    padding: 9px!important;
}
.add_ttrr {
    font-size: 13px;
}
}
@media (max-width: 1203px){
    .cntact-box ul li p {
    font-size: 13px;
    line-height: 19px;
}

}
@media (max-width: 1024px){
    .navbar-nav li {
    padding: 0px 4px;
    }
    .navbar-nav li a{
        font-size: 12px;
    }
}

@media (min-width: 992px){
.navbar .megamenu {
    left: 0;
    right: 0;
    top: 89px;
    width: 100%;
    padding: 20px;
}
.navbar .has-megamenu {
    position: static!important;
}
}
@media (max-width: 991px){
    #navbarSupportedContent {
    margin-top: 46px;
}
    .navbar-nav li a {
    font-size: 14px;
    margin-bottom: 15px;
}
    .header_area:after{
        display: none;
    }
    .desk-icon{
        display: none;
    }
    .mob-icon{
    display: block;
    position: absolute;
    right: 77px;
    top: 25px;
    z-index:999;
    } 
    .all-heading {
    font-size: 35px; 
    }
    .product-img img {
    max-width: 100px;
} 
    .cart-item {
    padding-right: 30px;
  }
  .cart-item .cart-item-product {
    width: auto;
  }
  
  .subNavRight li{
      padding:0px 7px;
  }
  .subNavRight li:last-child {
    padding: 0px 0px 0px 8px;
}
.about-sec{
    margin:30px 0px 0px;
}
.shop_table tr td {
    display: block;
    text-align: right!important;
}
.shop_table tr td span {
    display:block;
    float: left;
    font-weight: 700;
}
.cart_list_wrap table thead {
    background: #fbbf62;
    display: none;
}
}
@media (max-width: 850px){
    
}
@media (max-width: 768px) {
  .cart-item {
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .cart-item .cart-item-product {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart-item .cart-item-product-thumb, .cart-item .cart-item-product-info {
    display: block;
  }
  .cart-item .cart-item-product-thumb {
    margin: 0 auto 10px;
  }
  .cart-item .cart-item-product-info {
    padding-left: 0;
  }
  .cart-item .cart-item-label {
    margin-bottom: 8px;
  }
  .price-box{
      margin-top: 30px;
  }
  .col-megamenu .list-unstyled li{
      display:block;
  }
}
@media (max-width: 767px){
.about-sec h5 {
    font-size:16px;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_logo img {
    width: 112px;
}
.footer {
    background: #000;
    padding: 70px 0px 50px;
}
.media_body h2 {
    font-size: 16px;
    
}
.icon_bx i {
    font-size: 14px;
    margin-right: 10px;
}
.media_body p {
    font-size: 14px;
    line-height: 18px;
}
.od-1{
    order: 1;
}
.od-2{
    order: 2;
}
.od-3{
    order: 4;
}
.od-4{
    order: 3;
}
.od-5{
    order: 5;
}
.od-6{
    order: 6;
}
.od-7{
    order: 8;
}
.od-8{
    order: 7;
}
.od-9{
    order: 9;
}
.od-10{
    order: 10;
}
.od-11{
    order: 12;
}
.od-12{
    order: 11;
}
.all-heading {
    font-size: 24px;
}
.logo img {
    width: 64px;
}
.subNavRight li img {
    width: 18px;
}
.subNavRight li a i {
    font-size: 18px;
}
.login-sec .container .row .pr-0 {
    padding-right: 15px!important;
}
.login-sec .container .row .pl-0 {
    padding-left: 15px!important;
}

.mob-icon {
    top: 15px;
    
}
.product.product-details .product-name {
    margin-top: 15px;
    font-size: 23px;
    font-weight: 700;
}
.share-btn {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px){
   .all-heading{
       line-height: 34px;
       margin-bottom: 0px;
   }
  .all-heading:after{
      display:none;
  } 
  .left-log {
    display: none;
  } 
  .middle ul li {
    width: 49.2%;
  }
  .middle ul li a{
    padding: 12px 32px;
    font-size: 16px;
  }
  .feature-info h3 {
    font-size: 22px;
  }
  .home_product .product-btm h4 {
    font-size: 20px;
  }
  
  .cart_totals h2 {
    font-size: 16px;
  }
  
  .cart-bttnss{
      width: 100%;
        display: block;
  }
  
  .mbl-view {
    display: block;
}
.dsktp-view{
    display:none;
}
    .other-detail ul{
        text-align: left;
    }
    .other-detail ul li {
    padding: 0px 6px;
    
}
.other-detail ul li a span img {
    width: 12px;
}
.other-detail ul li a {
    font-size: 11px;
    
}

.other-detail ul li a span {
    margin-right: 2px;
}
.overlay input[type=text], .overlay button {
    padding: 8px;
}

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

 .middle ul li {
    width: 49%;
}
.middle ul li a {
    padding: 12px 23px;
    font-size: 14px;
}

}
