@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

body{
  
font-family: 'Gowun Dodum', sans-serif;
}


img {
 max-width:100%;   
}

.logindeatt a {
  background: #000;
    color: #fff !important;
    padding: 0px 10px 2px 10px;
    border-radius: 2em;  
}
.topheader .fa{
        padding-left: 5px;
    color: #000;
    padding-right: 5px;
}
.topheader p{
      margin-top: 10px;
    margin-bottom: 5px;
    color:#fff;
}
header {
          box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: #000;
}
.input-group {
        background: #fff;
}

.header-nav .logo-header {
    display: none
}

.header-nav .nav {
    float: right
}

.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle
}

.header-nav .nav > li {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    position: relative
}

.header-nav .nav > li > a {
        border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    
}

.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20
}

.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent
}

.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
      background-color: #fff;
    color: #000 !important;
}

.header-nav .nav > li:hover > a {
    color: #efbb20
}

.header-nav .nav li:hover > .mega-menu,
.header-nav .nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1)
}

.header-nav .nav li > .mega-menu,
.header-nav .nav li > .sub-menu {
    box-shadow: 0 0 40px 0 rgba(0, 16, 147, .15);
    border-radius: 14px;
    border: 3px solid #5fcac7
}

.header-nav .nav li > .mega-menu {
    border-radius: 10px;
    overflow: hidden
}

.header-nav .nav > li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 250px;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top
}

.header-nav .nav > li .sub-menu li {
    border-bottom: 0 solid #f4f4f4;
    position: relative
}

.header-nav .nav > li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    font-weight: 400;
    border-radius: 10px
}

.header-nav .nav > li .sub-menu li a:hover {
    color: #efbb20;
    text-decoration: none
}

.header-nav .nav > li .sub-menu li:hover > a {
    color: #efbb20
}

.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0
}

.header-nav .nav > li:hover .sub-menu.left,
.header-nav .nav > li > .sub-menu.left {
    left: auto;
    right: 0
}

.header-nav .nav > li .sub-menu li:hover .sub-menu.left,
.header-nav .nav > li .sub-menu li > .sub-menu.left {
    left: auto;
    right: 250px
}

.header-nav .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1
}

.header-nav .nav > li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px
}

.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 251px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 251px;
    margin: 0;
    opacity: 1;
    top: -1px;
    visibility: visible;
    box-shadow: 0 0 40px 0 rgba(0, 16, 147, .1)
}

.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px
}

.header-nav .nav > li.has-mega-menu {
    position: inherit
}

.header-nav .nav > li .mega-menu {
       border: 0px solid #fff;
    background-color: #fff;
    display: table;
    left: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 100%;
    margin-top: 0px;
    z-index: 9;
    border-radius: 0px !important;
}

.header-nav .nav > li .mega-menu > li {
     display: inline-block;
    padding: 10px 10px 10px 10px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%
}

.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none
}

.header-nav .nav > li .mega-menu > li > a {
      border-bottom: 1px solid #ccc;
   
    display: block;
   
   
}
.bestsellingppp h2, .catagory1 h2, .catagory2 h2{
    margin-bottom:1em;
    text-align:center;
}

.bestsellingppp {
    background: #f9f9f9;
    padding: 3em 0px;
   
}

.catagory1 {
  background: #fff;
    padding: 1em 0px;  
}
.catagory2 {
  background: #fff;
    padding: 1em 0px;  
}
.ser-con {
      background: #f9f9f9;
    padding: 3em 0px;
    text-align: center;
}

.itemboxshopitem {
          border-radius: 10px;
    border-color: rgb(232, 232, 232);
    box-shadow: rgb(28 28 28 / 12%) 0px 0.4rem 1.8rem;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #cccccc44;
    margin-bottom:10px;
    background:#fff;
}
h4.item-title a {
        color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.itemboxshopitem span{
    position: absolute;
    background: #FFCB01;
    color: #fff;
    padding: 10px 4px;
    border-radius: 2em;
    left: 2%;
    top: 2%;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%
}

.header-nav .nav > li .mega-menu > li ul a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    position: relative;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header-nav .nav > li .mega-menu > li ul a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color-primary);
    left: 20px;
    top: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header-nav .nav > li .mega-menu > li ul li:hover a:after {
    width: 10px
}

.header-nav .nav > li .mega-menu > li ul li:hover a {
    padding: 10px 20px 10px 35px
}

.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #efbb20
}

.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px
}

.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 100%
}

.site-header.center .navbar-nav > li {
    display: inline-block;
    float: none
}

.site-header.center .header-nav .nav1 {
    
}

.site-header.center .header-nav .nav1 li {
   
}

.site-header.center .header-nav .nav:last-child {
  
}

.site-header.center .logo-header {
    
}

.header-nav .nav > li .sub-menu li a {
    position: relative;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header-nav .nav li .sub-menu li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color-primary);
    left: 20px;
    top: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header-nav .nav li .sub-menu li:hover > a:after {
    width: 10px
}

.header-nav .nav li .sub-menu li:hover > a {
    padding: 10px 20px 10px 35px
}

.header-nav .nav > li.has-mega-menu.demos .mega-menu {
    left: auto;
    right: auto;
    max-width: 600px;
    z-index: 9
}

.navicon {
    width: 18px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 20
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navicon span:nth-child(1) {
    top: 0
}

.navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.navicon span:nth-child(3) {
    bottom: 0
}
.navbar-toggler span {
    background: #fff;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width:1200px) {
    .header-nav .nav > li > a {
        padding: 30px 10px
    }
}

@media only screen and (max-width:991px) {
    .header-nav .nav > li .sub-menu li a {
        text-transform: capitalize
    }

    .site-header.center .header-nav .nav {
        width: 100%
    }

    .site-header.center .navbar-nav > li {
        display: block;
        float: left;
        width: 100%
    }

    .header-nav .nav > li.has-mega-menu.demos .mega-menu {
        max-width: 100%
    }

    .header-nav .nav > li .mega-menu {
        border: 0
    }

    .site-header.center .is-fixed .header-nav .nav {
        height: auto
    }

    .header-nav .nav > li .mega-menu > li {
        padding: 10px 0
    }

    .header-nav .nav > li .mega-menu,
    .header-nav .nav > li .sub-menu {
        border-radius: 0;
        padding: 0;
        box-shadow: none
    }
}

.topheader {
      background: #fff;  
        
}
.topheader a {
   color: #000;
    margin-top: 5px;
    display: inline-block;    margin-bottom: 5px;
}

.owl-btn-center-lr .owl-nav .owl-next,
.owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0
}
.frontcat {
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 14%);
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
a {
    color:#000;
    text-decoration:none;
}
a {
   
    text-decoration:none;
}
.catagiryydiv {
    padding-top: 3em;
}
.offer11 {
          border-radius: 10px;
    border-color: rgb(232, 232, 232);
    box-shadow: rgb(28 28 28 / 12%) 0px 0.4rem 1.8rem;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #cccccc44;
    margin-bottom: 10px;
    margin-top: 10px;
}
.offer11 img{
     border-radius: 20px;   
}
.offer11 h3{
   color: #000;
    font-size: 1.2em;
    margin-bottom: 0px;
    margin-top: 9px;
}
.customcc a {
          background: #000;
    color: #fff;
    padding: 8px 1em;
    border-radius: 0px;
    display: block;
    text-align: center;
  
}
.search-bx {
        margin-top: 1em;
        margin-left: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a:hover {
    text-decoration:none;
}
.input-group-btn .btnhover {
         background: #000 !important;
    color: #fff;
    border-radius: 0px;
    padding: 3px 10px 9px 10px;
    margin-right: 0px;
}
.btnhover {
       background: #000 !important;
    color: #fff;
    border-radius: 1em;
    padding: 0px 10px 0px 10px;
    margin-right: 1em;
}
.btnhover:hover{
    background-color: #fff !important;
    color: #000;
    border-color: #000;
}
.price {
    margin-top: 4px;
   
}
.logo-header {
    text-align:center;
}

.aboutuscat {
    text-align:justify;
}
.footer-top {
      background: #000;
    padding: 3em 0px;
    color:#FFCB00;
}
.footer-top h5{
 
    font-size:2em;
    
}
.footer-top a, .footer-top p{
    color:#FFCB00;
    display: inline;
    line-height: 2;
}
ul{
       padding: 0px;
    margin: 0px;
    list-style: none;
}
.widget-link li{
      display: inline-block;
    color: #000;  
}
.footer-bottom a{
    color: #000;  
}
.footer-bottom{
        padding: 5px 0px;
}
.footer-bottom p{
    margin-bottom:0px;
}

@media only screen and (max-width:767px) {

    .is-fixed .logo-header,
    .is-fixed.header-curve .logo-header,
    .logo-header,
    3 .is-fixed.header-curve .logo-header {
        width: 120px;
        max-width: 120px;
        height: 70px
    }

    .is-fixed .logo-header a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: middle
    }

    .site-header .is-fixed .navbar-toggler,
    .site-header .navbar-toggler {
        margin: 25px 0 25px 20px
    }

    .site-header .extra-nav,
    .site-header .is-fixed .extra-nav {
        padding: 12px 0
    }
}

@media only screen and (max-width: 768px){
    .header-nav {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 10px;
    width: 100%;
    left: 0px;
}
.header-nav .nav > li .mega-menu {
    border: 0px solid #fff;
    background-color: #fff;
    display: table;
    left: 0;
    list-style: none;
    opacity: 1;
    position: relative;
    right: 0;
    visibility: visible;
    width: 100%;
    margin-top: 0px;
    z-index: 9;
    border-radius: 0px !important;
    padding-left: 1em !important;
}
    
    .topheader a {
    color: #000;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: .9em;
}

     .customcc {
                text-align: center;
        }
     .cntattdeta, .cattall{
       display: block; 
       align-items: center;
      justify-content: center;
     }
     .topheader p {
        margin-top: 10px;
        margin-bottom: 5px;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }
    .widget {
           margin-bottom: 10px;
    width: 100%;
          
    }
    .header-nav .nav > li > a {
        padding: 10px 0px;
        border-bottom: 1px solid #ccc;
        display: block;
        color:#000;
    }
    .header-nav .nav > li .mega-menu > li {
        display: block;
        padding: 10px;
        position: relative;
        vertical-align: top;
        width: 100%;
    }
    .offer11 {
        margin-bottom: 15px;
        position: relative;
        box-shadow: 0 0 7px 0 rgb(0 0 0 / 14%);
        display: block;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
    }
    .itemboxshopitem{
        max-width: 100%;
           
            padding: 2px;
    text-align: center;
    }
    .d-flex{
        display: block !important;
    }
    .price {
    
    text-align: center;
}
    h4.item-title a{
        font-size: 13px;
            font-weight: 800;
    }
    .bestsellingppp .col-6 {
            padding-right: 0px;
    padding-left: 3px;
    }
    .bestsellingppp h2{
        margin-bottom: 10px;
            
    }
    .btnhover{
                padding: 2px 3px 2px 3px;
        margin-right: 0;
    }
    .bestsellingppp{
        padding: 1em 0px !important;
    }
    .itemimg img{
            border-radius: 10px;
    }
    .bestsellingppp h2, .catagory1 h2, .catagory2 h2 {
            margin-bottom: 0.5em;
    }
    
    .catagory1, .catagory2{
            padding: 1em 0px;
    }
    .aboutuscat h2{
        text-align: center;
    }
    .content-inner-2 .tab-content {
        width: 100% !important;
            margin-left: 0% !important;
    }
    
    

}
.cart-btn {
    margin-bottom:12px;
}


.shop-item .price {
        background-color: #fff !important;
    text-align: center;
}
/*
#cart_btnmf .btnhover {
    

}
*/
.product-description .nav-tabs li a{
        background-color: #000 !important;
}
.dlab-post-title .post-title {
    font-weight: 800;
}
.content-inner #login, .content-inner-2 .tab-content {
    text-align: center;
   background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    padding: 5%;
    width: 36%;
    margin-left: 33%;
    border-radius: 10px;
        margin-left: 33%;
    margin-bottom: 4%;
}
#login .form-control {
        width: 100% !important;
       
}
#login .text-left, .tab-content .text-left {
        text-align: center !important;
}
.tab-content .form-control {
        width: 100%;
   
}
.content-inner-2{
        margin-top: 2%;
}
.dlab-divider .fa-circle {
    display: none;
}
.m-b30 .sticky-top {
            padding-left: 10%;
}
#productpriceres .m-tb10 {
    font-size: 20px;
}
.shop-item-tage{
        margin-bottom: 10px;
}
.m-b30{
        margin: 17px 0%;
}
#cart_btnmf .btnhover2 {
        border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 1em;
    
}
.bootstrap-touchspin-up{
        margin: 0px 10px;
}
.product-description a{
        border-right: 1px solid #fff;
    padding: 10px;
}
#cart_btnmf .btnhover {
    padding: 10px;
}
.shop-item-tage a{
    color: #000;
}
.swal2-select .dropdown-toggle {
    display: none;
}
.nav-pills .nav-link.active{
        background-color: #A2642D !important;
        border: 1px solid #A2642D !important;
}
.content-inner .nav-link {
        border: 1px solid #A2642D !important;
            color: #A26429;
}
.tab-content .tab-pane .form-control .dropdown-toggle {
        background-color: #A2642D;
        color:#fff;
}
/*.paddingright img{*/
/*    display: none;*/
/*}*/
.alert img{
        width: 35%;
}
.list-inline{
        display: flex;
}
.breadcrumb-row a{
    margin-right: 15px;
}
.text-white{
    color: #AC7543!important;
}
.form-control{
    background-color: #fff;
}
.shop-form .btnhover {
        margin-bottom: 10px;
    padding: 5px 4px;
}
.shop-form .pull-left {
    color: #fff;
}
.shop-form .dropdown-toggle:hover{
    background-color: #A2642C;
}