@font-face{
    src:url(../css/fonts/Roboto-Regular.ttf);
    font-family:"Roboto";
}

body{
 font-family:"Roboto";  
    background: #c3c3c3;
}

input:focus,a:focus{
    outline:none;
}

.header{
/*   background: #d8d8d8; */
/*   background: #fa7455; */
   background: #24215f; 
    position: sticky;
    top:0;
    z-index:1001;
    color:#fff;
}

.body{
    
}

.footer{
/*    background: #d8d8d8;*/
/*    background: #615c85;*/
    background: #24215f;
/*    height:300px;*/
    padding:20px;
    color:#fff;
/*    margin-top:50px;*/
}

.navbar-custom{
    margin-bottom:0px;
/*     background: #d8d8d8; */
/*     background: #fa7455; */
/*     background: #24215f; */
/*    background: #e0e0e0;*/
    background: #fff;
    border-radius:0px;
    box-shadow: -2px -5px 20px #000;
/*
    position: sticky;
    top:0;
*/
/*    height:90px;*/
}

.navbar-custom #menu .one a{
    color:#000;
    padding: 15px 20px;/*11-03-2018*/
}

.cart-section a i{
    color:#fff;
    padding: 15px !important;/*11-03-2018*/
    font-size: 25px !important;/*11-03-2018*/
}
}

.navbar-custom .nav a:hover{
    color:#fff;
    background: #615c85 !important;
}

.logo{
    width: 220px;
    position: relative;
    top: -6px;
/*    padding:20px 20px 0px;*/
    left: -7px;
}

.navbar-custom button.navbar-toggle{
    border: 1px solid #24215f;
    border-radius: 0px;
}

.navbar-custom button.navbar-toggle .icon-bar{
background:#24215f;
}

.navbar-right a.cart{
    padding:5px 15px 5px 15px !important;
    display: inline-block;    
    font-size:2em;
    color:#fff;
}

.navbar-right a:hover{
    background: none !important;
}

.search{
        padding: 7px 10px;    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    list-style: none;
    padding-left:0px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    color:#000 !important;
}

.dropdown-content a:hover {background-color: #fa7455 !important;color:#fff !important;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content:hover{
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #615c85;
}

.owl-carousel{
    z-index:0;
}

.owl-nav{
    position: absolute;
    bottom: 10px;
    right: 35px;
}

.owl-theme .owl-nav [class*='owl-']{
    color:#000;
}

/*01-02-2018*/

.deals-wrapper{
/*    background: #e3e3e3;*/
    padding:20px;
}

.deals-wrapper .title{
    font-size:16px;
    width:98.5%;
    margin:0px auto;
    font-weight:600;
    padding:10px;box-shadow: 3px 3px 3px #ccc;
    border:1px solid #ccc;
}

.whitebg{
    background: #fff;
}

.product img{
/*    max-width:80%;*/
    display: inline-block !important;
}

.product .item{
/*    padding:10px;*/
    text-align: center;
    margin:10px;
    border:1px solid #ccc;
    box-shadow:3px 3px 3px #ccc;
}

.product .glyphicon-heart{    
    cursor: pointer;
    color:#000;
    font-size:1.2em;
    transition: .5s;
}

.product .glyphicon-heart:hover{
    color: #ff0000;
}

.product .product-name{
    font-size:14px;
    padding: 5px;
}

.product .product-info{
    background: #e6e6e6;
    padding:10px;
}

.product .product-info .desc{
    font-size:12px;
    text-align: justify;
    padding:5px 0px;
}

.product .product-info .qty{
    width:100px;
    border:1px solid #ccc;
    padding:3px;
    text-align: center;
}

/*
.product .addtocart{
    padding:15px 0px;
}
*/
.product .addtocart .cart-btn{
    width:100%;
    background: #fa7455;
    color:#fff;
    border:1px solid #fa7455;
    padding:6px;
    transition: .5s;
}

.product .addtocart .cart-btn:hover{
    background: #615c85;
    border:1px solid #615c85;
}

.offers{
    padding:20px;
}

.offers .item{
     text-align: center;
    border:1px solid #ccc;
    box-shadow:3px 3px 3px #ccc;
}

/*04-02-2018*/

.productfullview{
    padding:20px;
}

.productfullview .container-fluid{
    padding:0px;
}

.productfullview img{
    border:1px solid #ccc;
    padding:10px;
       width: 90%;
    margin: 0px auto;
}

.productfullview .product-name{
    font-size:1.4em;
/*    color:#fa7455;*/
}

.productfullview .product-price{
/*    color:#fa7455;*/
    font-size:17px;
    padding:10px 0px;
}

.productfullview .thumbnails{
            text-align: center;
    padding: 0px 20px;
    /* margin-left: 38px; */
    margin-top: 10px;
    /* width: auto; */
}

.productfullview .thumbnails img{
    width:70px;
    display:inline-block;
    float:left;
    margin-right:3px;
}

.productfullview .heading1
,.similar-products .heading1{
    display:block;padding:10px 0px;
    font-size:1.2em;
    font-weight:600;
}

.productfullview .qtybox{
    padding:30px 0px;   
/*    text-align:center;*/
}

.productfullview .qtybox .qty{
    padding:10px;
    text-align:center;
    border:1px solid #ccc;
}

.productfullview .addtocart{
    background:#fa7455;
    border:1px solid #fa7455;
    padding:10px;
    width:200px;
    transition:.5s;
    color:#fff;
}.productfullview .addtocart:hover{
    background:#615c85;
    border:1px solid #615c85;
    color:#fff;
}

.review-wrapper{
    padding:10px 0px;
}.review-wrapper .review{
    border-top:1px solid #ccc;
    padding:10px 0px;
}

.review-wrapper .glyphicon{
     font-size:1.5em;   
}.ratingstar .glyphicon{
     font-size:1em;   
    color:#ff6a30;
}

.comments{
    padding:10px 0px;
}

.similar-products{
    padding:20px;
    height:300px;
    text-align:center;
}

/*05-02-2018*/
.rating{
    color:#ff6a30;
    padding:5px;
}

.productfullview .rating:hover{
    cursor:pointer;
}

.section-divider {
    text-align: center;
        width:90%;
    margin:0px auto;
    padding:15px;
    font-size:2em;
    font-weight:600;
}

.section-divider .left{
    margin:20px auto;
    width:35%;
    float:left;
    display:inline-block;
    border-top:1px solid #ccc;
}


.section-divider .right{
    margin:20px auto;
    width:35%;
    float:right;
    display:inline-block;
    border-top:1px solid #ccc;
}



.section-divider .center{
    display:inline-block;
}

.category img{
/*    box-shadow:1px 1px 1px 0px #ccc;*/
/*    border:1px solid #ccc;*/
    max-width:100%;
    display:inline-block;
/*    width: 60%;*/
}

.category .col-md-6 .col-md-6 img{
    
    padding: 50px;
        height: 291px;
    width: 291px;
    
}

.footer ul li a{
    color:#fff;
    padding:10px 0px;
    display:inline-block;
}

.text-bold{
    font-weight:700;
    font-size:1.2em;
}

/*06-02-2018*/
.social-media img{
    width:30px;
    transform: rotate(0deg);
    transition: .5s;
}

.products{
    padding:20px 5px;
}

.function-wrapper{
    padding:10px;
        margin: 0px 15px;
    border:1px solid #ccc;
    box-shadow:3px 3px 3px #ccc;
}

.function-wrapper ul{
    margin:0px;
}


.function-wrapper ul.breadcrumbs{
    font-size:14px!important;
}

.filters-section{
    
}

.filters-section{    
    padding:10px;
    box-shadow: 2px 2px 4px 0px #ccc;
    border: 1px solid #ccc;
}
.filters-section label{
    padding: 10px;
}


.filters-section label.filterheading{
   font-size:1.3em;
    font-weight:700;
    letter-spacing: 4px;
    border-bottom:1px solid #ccc;
    width:100%;
}

.checkbox-style1 {
    display: block;
    position: relative;
    padding-left: 35px !Important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-style1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkbox-style1:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-style1 input:checked ~ .checkmark {
    background-color: #fa7455;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-style1 input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-style1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products-section{
    padding:10px;
/*    box-shadow: 2px 2px 4px 0px #ccc;*/
/*    border: 1px solid #ccc;*/
}
.products-section .whitebg{
       margin: 0px 0px 30px 0px;
    padding: 10px 10px;
/*    border: 1px solid #ccc; */
}

.products-section .whitebg:hover{
   box-shadow: -1px -1px 19px 0px #ccc;
}
.products-section .addtocart .cart-btn{
    width:100%;
    background: #fa7455;
    color:#fff;
    border:1px solid #fa7455;
    padding:6px;
    transition: .5s;
}

.products-section .addtocart .cart-btn:hover{
    background: #615c85;
    border:1px solid #615c85;
}

.products-section a{
       display:block;
}

/*07-02-2017*/
.checkout{
    padding:20px 15px;
    background:#efefef;
}

#cartlist,#ordersummary{
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
}

.checkout .title{
    font-size:2.1em;
    border-bottom:1px solid #ccc;
    padding:5px;
    display: block;
    width:100%;
    font-weight:600;
}
/*

#cartlist span{
    border-right:1px solid #ccc;
}
*/
#product-img,
span#desc,
span#qty,
span#price,
span#coupon{
padding:30px 5px;display: block;
}

/*
#product-img img {
    padding:10px;
}
*/

#cartlist .row,#myorders-section .row,#mywishlist-section .row{
    border-bottom:1px solid #ccc;
    margin:0px 10px;
}

.table td{
    border:0px !important;
}

.checkout-btn,.custom-btn{
    width:100%;
    background: #fa7455;
    color:#fff;
    border:1px solid #fa7455;
    padding:6px;
    transition: .5s;
}

.checkout-btn:hover,.custom-btn:hover{
    background: #615c85;
    border:1px solid #615c85;
}

/*08-02-2018*/

.banners img{
    width:100%;
}

/*09-02-2018*/
#dynamiccontentcarousel img{
    width:100%;
    max-width:100%;
}

.deals-slider{
    padding:20px;
}

.deals-slider .item{
/*    border:1px solid #ccc;*/
        box-shadow: 1px 2px 12px #ccc;
        margin:10px;
}


/*11-02-2018*/
.header .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fa7455;
}

.contact .title{
    padding:20px;
    font-size:2em;
    text-align: center;
    font-weight:600;
    text-decoration: underline;
    font-weight:600;
}

.themefont{
    color:#fa7455;
}.themebackground{
    background:#fa7455;
    color:#fff;
}

.form{
    padding:20px;
}.form .field-wrapper{
    
}.form .field-wrapper span{
        display: block;
    padding-top: 10px;
    font-size: 1.3em;
    padding-bottom: 5px;
    display:none;
}.form .field-wrapper .field{
    padding:15px;
    border:1px solid #fa7455;
    width:100%;
    font-size:12px; 
    margin-top:20px;
}

textarea.field{
    height:200px;
    resize: none;
}

button.submit{
    background:#fa7455;
    color:#fff;
    border:1px solid #fa7455;
    padding:15px;
    transition: .5s;
    width:100%;
    margin-top:20px;
}

button.submit:hover{
    background:#615c85;
    border:1px solid #615c85;
}

.about{
    padding:20px;
}

.about p{
    padding:20px;
    font-size:1.3em;
}

.social-media img:hover{
    transform: rotate(360deg);
}

/*13-02-2018*/
.signup,.signin{
        background-size: 100% 100%;
/*    background: #465a57;*/
    padding:45px;
}

#login-wrapper,#register-wrapper{
    width:400px;
    box-shadow:3px 3px 3px #ccc;
    border:1px solid #ccc;
    margin:0px auto;
    padding:20px;
}

#login-wrapper span,#register-wrapper span{
    font-size:1.7em;
    display:block;
    text-align: center;
}
.field{
    padding:15px;
    font-size:12px;
    border:1px solid #ccc;
    width:100%;
    margin-top:10px;
}

.themebutton{
    background: #fa7455;
    border: 1px solid #fa7455;
    color:#fff;
    width:100%;
    padding:15px;
    transition: .5s;
}

.themebutton:hover{
    background: #615c85;
    border: 1px solid #615c85;
}

.link-sm{
    font-size:14px;
    display:bloc;
    padding:10px 0px;
}

#myaccount{
    padding:40px;
}
#myaccount .title{
    padding:10px 10px;
    margin-bottom:10px;
    font-size:1.5em;
    box-shadow:3px 3px 3px #ccc;
    border:1px solid #ccc;
}

#myaccount .myoptions,#myaccount .optiondisplay{
    padding:20px;
    border:1px solid #ccc;
    box-shadow:3px 3px 3px #ccc;
}

#myaccount .optionlist{
    padding-left:0px;
    list-style: none;
}


#myaccount .optionlist li a{
    padding:10px;
    display:block;
    width:100%;
    border-bottom:1px solid #ccc;
    transition: .5s;
    text-decoration: none;
    color:#fa7455;
}

#myaccount .optionlist li a:hover{
    background: #fa7455;
    color:#fff;
}

.padleft0{
    padding-left:0px;
}

.padright0{
    padding-right:0px;
}

.separator{
    width:100%;
    padding:2px;
    margin:10px 0px;
    border-bottom:1px solid #ccc;
    display:block;
}

#mywishlist-section .themebutton{
    padding:10px;
}

.optionlist .active{
    background: #fa7455;
    color:#fff !important;
}


.product{
    padding:10px;
    background: #fff;/*11-03-2018*/
}

.product-name{
    color:#000;   
    height:60px;
}

.products-section a{
    color:#000;
}

.products-section .addtocart{
    padding: 15px 5px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
}

.prod-desc{
    font-size:12px;
    text-align: justify;
}

/*
#menu{
    margin-top: 23px;
}
*/
/*24-02-2018*/
#dynamiccontentcarousel .item{
    z-index:-1;
}

.text-title{
    padding: 10px;
    font-weight: 600;
    color: #fa7455;
    letter-spacing: 3px;
}

.footer-list{
    padding-left:0px;
    list-style: none;
}

.social-media a{
    padding:0px !important;
}

/*25-02-2018*/
#home .addtocart button{
    width:45%;
    display:inline-block;
    float:left;
}

#home .addtocart button:first-child{
    margin-right: 15px;
}

.pad10{
    padding:10px;
}

.deals-wrapper .owl-nav{
    position: absolute;
    top:35%;
    width: 100%;
/*    z-index: -13;*/
/*    z-index: 2;*/
    z-index: -1;
}

.deals-wrapper .owl-nav .owl-prev,.deals-wrapper .owl-nav .owl-next{
    z-index:13;
}

.deals-wrapper .owl-next{
    position: absolute;
    right: -78px;
    padding: 30px 15px !important;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    cursor: pointer !important;
}

.deals-wrapper .owl-prev{
        position: absolute;
    left: -8px;
    padding: 30px 15px !important;
    background: #fff !important;
    border: 1px solid #ccc;
    color: #000 !important;
    cursor: pointer !important;
}

.helpsection{
    background: #f1f1f1;
    padding:30px 10px;
}

.textbg{
    display:BLOCK;
    font-weight:600;
    font-size:18px;
}

.textsm{
    font-weight:100;
    font-size:12px;
/*    padding:5px;*/
}

.helpsection i{
    margin-right:5px;
    font-size:16px;
    display: inline-block;
/*    padding-top:5px;*/
}

.hotdeals img{
    width:100%;
    padding:20px;
}

.pad0{
    padding:0px;
}

.pad50{
    padding:50px;
}

/*26-12-2018*/

.brands-slider{
    padding:20px;
}

.brands-slider img {
    float:left; 
}

.category .col-md-3{
    padding:0px;
}

/*
.category img:hover{
    box-shadow:3px 3px 3px #ccc;
    transform: scale(1.1);
}
*/

#cat-list ul li a{
     margin-right:0px !important;   
}

/*05-03-2018*/
.address-card{
    background:#fff;
    padding:20px;
    border:1px solid #ccc;
}

.address-card .cust-name{
    font-size:18px;
}

.address-card div{
    margin-bottom:5px;
}

/*06-03-2018*/
.error-message{
    font-size:12px !important;
    color:#ff0000;
    text-align: left !important;
}

/*11-03-2018*/
.search input[type="text"]{
    padding: 20px;
    border-radius: 0px;
    border: 1px solid #24215f;
}

.search button{
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #24215f;
    border-left:0px;
}

.padd0{
    padding: 0px;
}

/*14-03-2018*/
#menu a{
    text-transform: uppercase;
}

.productfullview  .tab-content{
        background: #fff;
    padding: 30px 20px;
}

/*
.productfullview .tab-pane{
    font-size:19px;
}
*/

.productfullview  a{
    color:#000;
}

.productfullview .model{
    font-size:14px;
    font-weight: 600;
    padding:5px 0px;
}

.Warranty-section{
    margin-top:10px;
    padding:20px 0px;
}

.Warranty-section .title{
    font-weight:700;
    font-size:16px;
}

.Warranty-section ul{
    padding-left:0px;list-style:none;
}

.Warranty-section ul li{
    margin-bottom:10px;
}

.qtybox ul{
    padding-left:60px;list-style:none;
}

.qtybox ul li{
    margin:20px 0px 10px 0px;
    font-size:20px;
    color:#4a4a4a;
}

.qtybox ul li i{
    margin-right:10px;
}

.brand{
    background: #fff;
}

.brand img{
    padding:60px;
}


.qtybox input[type="number"]{
    padding: 13px 8px 6px;
    width: 80px;
    border:1px solid #ccc;
    text-align: center;
}

.info-section{
        padding: 20px;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
}

.info-section ul {
    padding:0px;
    list-style: none;
}

.info-section ul li{
    font-size:19px;
    margin-bottom:10px;
}

.info-section ul li i{
    margin-right:10px;
}

.qtybtn{
   background: #fa7455;
    border:1px solid #fa7455;
    padding:5px 15px;
    font-size:20px;
    color:#fff;
}

.qtybox input[type=number]::-webkit-inner-spin-button, 
.qtybox input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.glyphicon-heart{
    color:#fa7455;
    cursor: pointer;
}

/*Toast*/
#messenger{
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#messenger.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


.tabs{
    font-size:14px !important;
}

.specs span{
    display:block;
    padding:10px;
    border-bottom:1px solid #ccc;
    font-size:14px;
}
.specs span:nth-child(even){
    background: #efefef;
}

.viewmorelink{
    font-size:14px;
    color:#444;
    text-decoration: underline;
    margin-right:20px;
}

/*15-04-2018*/
#filter-btn-wraaper{
     padding:10px;
}

#filter-btn-wraaper .btn-filter{
    background: none;
    color:#006;
}

#new-address .modal-content{
    border-radius:0px !important;
    background: #fff;
}

#new-address .modal-footer{
    text-align: center !important;
}

.address-field,.review{
    height:150px;
    border:1px solid #ccc;
    width:100%;
    resize:none;
    padding:30px;
}

.theme-btn{
    background: #fa7455;
    color:#fff;
    border:1px solid #fa7455;
    width:100px;
    transition: .5s;
}

.theme-btn:hover{
    background: #615c85;
    color:#fff !important;
    border:1px solid #615c85;
}

.login-link{margin-top: 9px;color:#fff;}
.username{color:#fff;}
.review-button{
    width:100%;
    background: #fa7455;
    color:#fff;padding:10px;
    border:1px solid #fa7455;
    transition: .5s;
    font-size:16px;
}
.review-button:hover{
    background: #615c85;
    color:#fff !important;
    border:1px solid #615c85;
}
#search .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #24215f;
}
#search .dropdown-menu{
    width:100%;
    height:305px;
    overflow-y:scroll;
}


/*29-04-2018*/
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.padding20{
 padding:20px;   
} 
.placeholdertext{
    font-size:20px;
    text-align: center;
    font-style:italic;
}

.brands-dropdown .dropdown-menu a{
    padding:10px !important;
}

brands-dropdown .dropdown-menu{
    
}

#myorders-section span{
    padding:20px;
    display:block;
}

#myorders-section .row:last-child{
    border-bottom:none !important;
}

/*06-05-2018*/

.title{
    font-size:22px;
    padding:10px;
}

.policies-wrapper .whitebg{
    margin:30px auto;
}

.policies-wrapper ol li{
    margin-bottom:10px;
}


.sub-title{
    font-size:16px;
    padding:5px;
    font-weight: 700;
    font-style: italic;
}

.card-style1{
    height:350px;
    position: relative;
}


#coupon .custom-btn{
    padding: 5px;
    font-size: 12px;
}



/*15-01-2018*/
.condition{
    font-size:10px;    
    display: block;
}

.tnc{
    color:#ff0000;
}


@media(max-width:480px){
/*
    .owl-item{
        width: 70%!important;
    margin-right: 10px;
    }
*/
    
    .card-style1 {
        height: auto;
    }
    
    .products-section .addtocart{
        position: relative;
    }
    
    .mobileview-filter{
        margin-bottom: 20px;
    }
    
    #login-wrapper,#register-wrapper{
        width:300px;
    }
    
    .section-divider .center{
            width: 100%;
    }
    
    .logo{
        width:100px;
    }
    
    
    .productfullview .addtocart{
            width: 100px;
    margin-left: 20px;
    }
}
