@font-face {
  font-family: Gotham;
  src: url(GothamMedium.ttf);
}

@font-face {
  font-family: Gotham bold; 
  src: url(GothamBold.ttf);
}

@font-face {
  font-family: Gotham light;
  src: url(GothamBook.ttf);
}


body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/*font-family: "Gotham", Sans-serif;*/
/*font-family: "Gotham bold", Sans-serif;*/
/*font-family: "Gotham light", Sans-serif;*/
.img-f{
    max-width: 100%;
}

/*Header*/
#header-main{
    
}
#header-main .top-bar{
    background-color: #8a13ab;
    padding: 5px 0px;
}
#header-main .top-bar .search-box{
    position: relative;
    width: 80%;
    margin-left: 20%;
}
#header-main .top-bar .search-box input{
    height: 35px;
    width: 80%;
    border: 0px;
    outline: none;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#header-main .top-bar .search-box button{
    background-color: #333333;
    border: 0px;
    outline: none;
    height: 35px;
    width: 20%;
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
}
#header-main .top-bar .socialm{
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: relative;
}
#header-main .top-bar .socialm li{
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
}
#header-main .top-bar .socialm li a{
    line-height: 35px;
    vertical-align: middle;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
#header-main .top-bar .socialm li a:hover{
    color: #D78D25;
}
#header-main .primary-header{
    padding: 7px 0px;
    background-color: black;
}


/*Hero Icons*/
#hero-icons{
    background-color: white;
    padding: 40px 0px;
}
#hero-icons .single-icon{
    background-color: white;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#hero-icons .single-icon svg{
    width: 100px;
    margin-bottom: 35px;
}
#hero-icons .single-icon .aacions{
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    fill: #8a13ab;
    color: #8a13ab;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0.1px 0.1px 0.1px 0.1px;
    border-color: #8a13ab;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    transform: scale(1);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
#hero-icons .single-icon .aacions:hover{
    background-color: #8a13ab;
    color: white;
    transform: scale(1.1);
}
/*Hero Icons*/

.headingh3{
    color: #8a13ab;
    font-family: "Gotham", Sans-serif;
    font-size: 41px;
    font-weight: 400;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.headingh3::after{
    content: " ";
    display: block;
    background-color: #d78d25;
    height: 4px;
    width: 80px;
    margin-top: 8px;
    margin-left: 35.5%;
}


/*featured products section*/
#feature-products{
    background-color: #F1F1F1;
    padding: 50px 0px;
}

#feature-products .col-wrap{position: relative;overflow: hidden;}
#feature-products .imgre{
    
}
#feature-products .txtwrap{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
#feature-products .txtwrap .elementor-heading-titl{
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-weight: 400;
}
#feature-products .txtwrap .elementor-heading-titl a{
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.erft{
    color: #FFFFFF;
    font-family: "Gotham light", Sans-serif;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3;
}
.erft p{
    margin-bottom: 0px;
}
#feature-products .txtwrap a:hover{
    color: white;
    text-decoration: none;
}
/*featured products section*/


/*short about us*/
#short-about-us{
    background-color: white;
    padding: 50px 0px;
}
#short-about-us .main-headtr{
    color: #8a13ab;
    font-family: "Gotham", Sans-serif;
    font-size: 41px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 18px;
    position: relative;
}
#short-about-us .main-headtr::after{
    content: " ";
    display: block;
    width: 12%;
    height: 5px;
    background-color: #000000;
}
#short-about-us .txt-wrap{
    color: #7a7a7a;
    font-family: "Gotham light", Sans-serif;
}
#short-about-us .txt-wrap p{
    margin-bottom: 15px;
}
#short-about-us .action{
    background-color: #e7e7e700;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* padding: 0px 0px 43px 0px; */
    font-family: "Gotham", Sans-serif;
    font-weight: 500;
    color: #8a13ab;
    display: inline-block;
    margin: 0px;
    border: 2px solid #8a13ab;
    border-radius: 5px;
    padding: 10px 22px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
#short-about-us .action:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
/*short about us*/

/*Our Services*/
#our-services{
    background-color: #DCF1F1;
    padding: 50px 0px;
}
#our-services .main-headtr{
    color: #8a13ab;
    font-family: "Gotham", Sans-serif;
    font-size: 41px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 18px;
    position: relative;
}
#our-services .main-headtr::after{
    content: " ";
    display: block;
    width: 12%;
    height: 5px;
    background-color: #000000;
}
#our-services .main-heade{
    color: #8a13ab;
    font-family: "Gotham", Sans-serif;
    font-weight: 400;
}
#our-services .tdrt{
    padding: 35px 0px;
}
#our-services .tdrt p{
    color: #7a7a7a;
    font-family: "Gotham light", Sans-serif;
}
/*Our Services*/


/*Before Footer*/
#before-footer{
    position: relative;
    overflow: hidden;
}
#before-footer .rddf{
    float: left;
    width: 50%;
}
/*Before Footer*/

/*Footer*/
#footer{
    background-color: #8A13AB;
    padding: 10px 0px;
    padding-bottom: 0px;
}
#footer .defult{
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.4px;
    /* padding-top: 15px; */
}
#footer .fthead{
    font-family: "Gotham", Sans-serif;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #000;
    font-size: 26px;
    margin-top: 20px;
}
#footer .ftr-social{
    margin: 0px;
    padding: 0px;
}
#footer .ftr-social li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
#footer .ftr-social a{
    color: white;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
#footer .ftr-social a:hover{
    color: #000;
    transition: all 0.3s ease-in-out;
}
#footer .ftr-sec-wrap{
    margin-left: 92px;
    /* margin-top: 170px; */
}
#footer .ftr-sec-wrap p{
    color: white;
    font-family: "Gotham light", Sans-serif;
    margin-bottom: 15px;
}
#footer #newsletter{
    
}
#footer #newsletter input{
    background-color: #FFFFFF00;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 5px 6px 10px;
    color: #FFFFFF;
    border: 1px solid #818a91;
    border-radius: 0px;
    width: 60%;
    margin-right: 10px;
}
#footer #newsletter button{
    background-color: #000;
    color: #ffffff;
    padding: 5px 11px 8px 10px;
    font-family: "Gotham", Sans-serif;
    border: 0px;
    width: 20%;
    text-transform: uppercase;
}
#footer .ftrgr{
    border-color: white;
    opacity: 1;
}
#footer ul{
    margin: 0px;
    padding: 0px;
}
#footer ul li{
    list-style-type: none;
}
#footer ul li a{
    font-family: "Gotham light", Sans-serif;
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
#footer ul li a:hover{
    color: #000;
    transition: all 0.3s ease-in-out;
}
.ftr-m-head{
    font-family: "Gotham", Sans-serif;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #000;
    font-size: 19px;
    margin-bottom: 0px;
}
.credit-link{
    background-color: black;
    padding: 4px 0px;
    color: white;
    margin-top: 10px;
    font-family: "Gotham light", Sans-serif;
    font-size: 13px;
}
.credit-link a{
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.credit-link a:hover{
    color: white;
}
/*Footer*/


/* Breadcrump */
#breadcrump{
    background-image: url('../image/zdf43d69.jpg');
    background-size: cover;
    text-align: center;
    padding: 80px 0px;
}
#breadcrump h1{
        color: #8a13ab;
        font-family: "Gotham", Sans-serif;
        font-size: 49px;
        font-weight: 700;
        text-transform: uppercase;
}
/* Breadcrump */

/*page content*/
#page-content{
    padding: 25px 0px;
    background-color: white;
    font-family: "Gotham light", Sans-serif;
}
/*page content*/

/* Contact Page */
.about-us-content input{
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.about-us-content textarea{
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}
.about-us-content .btn.btn-default.button.button-small{
    background-color: #8A13AB;
    color: white;
    font-weight: 600;
}
/* Contact Page */


/*product page*/
.fffffff .txtwrap{
    background-color: white;
    position: relative !important;
}
.fffffff .txtwrap h2 a{
    color: #8A13AB !important;
}
.imgre{
    padding: 10px;
    background-color: white;
}
.fffffff  .erft{
    color: #717171;
    padding-bottom: 10px;
    display: inline-block;
}
.product-details .btn.btn-primary.news-btn{
    background-color: #000000;
    border: 0px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.product-details h1{
    font-size: 25px;
    font-weight: 700;
}
.product-details h2{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
/*product page*/

/* cart page */
.table-content.table-responsive thead{
    background-color: #8A13AB;
    color: white;
}
.table-content.table-responsive td.raavin-product-remove a{
    color: red !important;
}
.table-content.table-responsive td.raavin-product-name a{
    color: #8A13AB;
    text-decoration: none;
}
.cart-page-total ul{
    margin: 0px;
    padding: 0px;
}
.cart-page-total{
    text-align: right;
}
.cart-page-total ul li{
    list-style-type: none;
}
.cart-page-total a{
    display: inline-block;
    background-color: #000;
    color: #8A13AB;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.news-btn{
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}
/* cart page */



/*mobile only*/
@media only screen and (max-width: 600px) {
  #header-main .top-bar {
    margin-top: 55px;
    }
    .wsmenu>.wsmenu-list {
    background-color: #4c0a5e !important;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
    text-align: left;
    width: 100% !important;
    float: none !important;
}
.socialm{
    display: none;
}
.wsmobileheader {
    background-color: #000 !important;
}
.top-bar{
    display: none !important;
}
#carouselExampleIndicators{
    margin-top: 71px !important;
}
}
















@media only screen and (min-width: 885px) {
  
.hhome #header-main{
    position: absolute;
    width: 100%;
    z-index: 999999;
}
.hhome #header-main .top-bar {
     background-color: transparent; 
}
.hhome #header-main .primary-header {
    background-color: transparent; 
}
}









