/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 3 Jul, 2020, 4:17:12 PM
    Author     : shreesoftech
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body {
    background-color:#f6f7f9!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: medium;
}

::-moz-placeholder { /* Firefox 19+ */
font-size: medium;
}

:-ms-input-placeholder { /* IE 10+ */
font-size: medium;
}

:-moz-placeholder { /* Firefox 18- */
font-size: medium;
}

.notification-img {
    height:300px;
}
/*addresses*/
.delivery-address {
    position: relative;
}
.list-group-image {
    width:200px;
}

.delivery-address .edit-delete{
    position: absolute;
    right: 0;
}
/*end addresses */
.card-trand h1{
    font-size: 1.5rem;
    color:black;
}
/*refer&eran*/
.wallet {
    font-size:25px;
}

.gift {
    font-size:90px;
}

.refer-border {
    border-style: dashed;
}

.refer-share {
    font-size: 20px;
}

/*end refer&eran*/

/* new shop details css */
.select {
    margin-top: 6px;
    margin-right: 3px;
}
.filter .card{
    padding: 20px 35px 20px 35px!important;
}
.breadcrumb {
    background-color: #fff!important;
}
.breadcrumb .item-1 {
    margin-left: 13%!important;
}
.breadcrumb-item a{
    color: black;
    text-decoration: none!important;
}

.innerselect1-container .innerselect1-selection--single{
    height:34px !important;
}
.innerselect1-container--default .innerselect1-selection--single{
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.gridviewselect{
    display: flex;
    float: right;
}
.select1 form{
    width: 180px!important;
}
.gridviewdiv{
    width: auto;
    margin-left: 1px!important;
    margin-right: 5px;
}

#grid{
    margin-left: 20px;
}
.letter{
    margin-left: 20px;
}
.item1{
    background-color: #fff;
    height: 355px;
    max-width: 226px!important;
    margin: 5px;
}
.item1 .title{
    overflow: hidden;
    max-width: auto;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    text-transform: capitalize;
}
.description1{
    text-transform: capitalize;
    overflow: hidden!important;
    margin-top: -10px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    font-size: 14px!important;
}
.view-group {
    margin: 10px;
    margin-left: -2px!important;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}
.shopdetails .inner{
    width: auto;
    font-size: 0.9rem;
}
.item1.list-group-item
{
    float: none;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 97%!important;
    padding: 20px;
    border: 0;
    height: 200px!important;
}
.item1.list-group-item .img-event {
    float: left;
    height: 130px;
    width: 130px;
    margin-right: 30px;
}
.item1.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item1.list-group-item .img-fluid
{

    max-height: 100%;
    max-width: 100%;
    clear: both;
}
.item1.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item1.list-group-item .caption
{
    float: left;

    margin: 0;
    position: relative;
}
.item1.list-group-item:before, .item1.list-group-item:after
{
    display: table;
    content: " ";
}
.item1.list-group-item:after
{
    clear: both;
}

.item1 .img-fluid {

  max-width: 200px;
  height: 200px;
  clear: both;
  display: inline-block;
}

.shopdetails .card-sm{
    height: 350px!important;
    width: auto;
}

.thumbnail:hover .inner button{
    color: #fff;
    border:  white!important;
    background-color: #1D86D6!important;
    width: auto;
    height: 30px;
}

.thumbnail:hover .inner{
    margin-top:80px;
    height:40px;
    padding: 0;
    background-color:#fff;
    border: none!important;
}
/* end list and grid view */

.inner select{
    color: #fff;
    border:  white!important;
    background-color: #1D86D6!important;
    padding: 5px 0px 8px 0px;
    border-radius: 5px;
    cursor: pointer;
    outline: none !important;
  box-shadow: none !important;

}
.inner select option{
    background-color: #1D86D6;
    color: #fff;
    border-color: none!important;
    outline-color: #fff!important;

}
/*register*/
.register {
    max-width:520px;
    margin-top:40px;
}
/*category section*/

/*trnding section*/

/*ekart-special*/
.padding-bottom-sm {
    padding-bottom: 10px;
}

.row-sm > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.inner {
    width: 100%;
    height: 0;
    padding-top: 0px;
    overflow:hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top:300px;
    position:absolute;
    font-size: 15px;
    line-height: 14px;
    text-align:center;
    color:#fff;
    background-color: #fff!important;
    border: none;
    bottom:0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.card:hover .inner button{
    color: #fff;
    border:  white!important;
    background-color: #1D86D6!important;
    width: auto;
    height: 30px;
}

.card:hover .inner{
    margin-top:50px;
    height:40px;
    padding: 0;
    background-color:#fff!important;
    border: none!important;
}

.card-sm {
    height: 320px;
    width: 222px;
    overflow: hidden;
}

.card .img-wrap {
    overflow: hidden;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 3px;
}

[class*='card-product'] a.title {
    color: #212529;
    font-size: initial;
    overflow: hidden!important;
    max-width: 300px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    text-transform: capitalize;
}

.description{
    overflow: hidden!important;
    max-width: 300px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    text-transform: capitalize;
    font-size:14px!important;
}
.style-desc {
   font-size:14px!important;
   text-transform: capitalize;
}

.card-popular-category .title {
    color: #212529;
    display: block;
    font-size: initial;
}
.card-popular-category .desc{
    text-overflow: ellipsis;
    font-size:14px!important;
}
.short-desc {
    font-size: 70%!important;
}

/*end ekart-special*/
.slider12 img{
    display: inline-block;
    clear: both;
    width: 100%;
    height: 500px;
}
/*slider home*/

.more-cat {
    color:#1D86D6!important;
    font-size: 16px;
}

.ekart-special {
    background-color: white;
}

.padding-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav-home-aside {
    width: 100%;
    height: auto;
}

.nav-home-aside .more-category1 li{
    margin-left: 2px;
}

.nav-home-aside ul li a {
    display: block;
    background: #fff;
    padding: 10px 0px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.nav-home-aside .menu-category .submenu {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
}

.nav-home-aside .menu-category li {
    position: relative;
    display: block;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 8px;
    width: 100%;
}

.nav-home-aside .menu-category a:hover {
    color: #1D86D6!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* new style for list  */


.check_id~ul {
    width: 100%;
    right: 10px;
    display: none;
}

.check_id:checked~ul {
    display: block;
}

.check_id:checked+label {
    position: absolute;
    top: 100%;
}

.check_id:checked+label:before {
    content: 'Less';
    margin-top:11px;
    left:10px;
}

.check_id:checked+label:after {
    margin-top:11px;
    content: '⇡';
    left: 290px;
    top: 0;
}


.more-category1 {
    width: 100%!important;
    position: relative;
    height: auto;
    border-top: 0;
    border-bottom: none!important;
    margin: auto;
}

.more-category1 li {
    border-bottom: 1px solid;
    margin-left: -14px;
    width: 100%;
}

.more-category1 ul li a{
    width: 100%!important;
}

.more-category1 [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.more-category1 .label {
    background: #e4e3df;
    display: block;
    width: 100%;
    height: 60px;
    cursor: pointer;
    position: relative;
}

.more-category1 label:before,
.more-category1 label:after {
    position: absolute;
}

.more-category1 label:before {
    content: 'More Category';
    left: 10px;
}

.more-category1 label:after {
    content: '⇣●';
    right: 5px;
    -webkit-animation: sudo .85s linear infinite alternate;
    animation: sudo .85s linear infinite alternate;
}

@keyframes sudo {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}
/* end new  */

/*end slider home*/

/*tranding products*/
.padding-bottom {padding-bottom: 20px!important}
.card-deal {-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row; height: 318px;}
.card-product-trend{
    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: #fff;
    background-clip: border-box;
    border: 1px solid #EBECF0;
    height: 318px;

}

.card-product-trend .card-product-grid:hover{
    height: 318px!important;
}

.card-deal .col-heading {
    min-width: 200px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
}

[class*='card-product'] a.title:hover {
    color: #1D86D6!important;
}

.title-section {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    z-index: 2;
    background-color: none !important;
}
.title{
    font-size: 1rem;
}
.line{
    border: 1;
    border-top: 2px solid #C8C8C8!important;
    overflow: hidden;
    margin-top: 0;
}

.line1{
    border: 1!important;
    border-top: 1px solid #C8C8C8!important;
    overflow: hidden;
    margin-top: 0;
}

.view {
    text-decoration: none!important;
    text-decoration-style: none;
    font-size: initial;
    color: #1D86D6;
}

.view-all{
   border-radius: 1rem!important;
}

/*tranding products end*/

/*popular categories*/
.item .overlay-text {
    position: absolute;


}

.item img{
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
    display: inline-block;
    clear: both;

}

.category-item-card {
    background-color: #C3DAEA!important;
    border-radius: 1rem;
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.category-item-card .title{
    max-width: 220px;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden;
}

.category-item-card .subtitle{
    max-width: 220px;
    font-size: small;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden;
}

.shop-now {
    text-decoration: none!important;
    text-decoration-style: none;
}

.overlay-text a:hover{
    color: black;
}

.overlay-text a{
    color: black;
    font-weight: bold;
}

.category-item{

    display: flex;
    float: right;
}

.popular {
    position: relative;
}



#more-category li {
    display: none;
    cursor: pointer;

}
.more-cat1{
    padding: 4px 0 6px 0!important;
    border: none!important;
}

.cat1 {
    display: none;
}

.register-card {
    max-width:520px;
}

.card-popular-category {
    width:442px auto;
    background-color: #fff;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
}
.card-popular-category img {
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 120px;
    clear: both;
    display: inline-block;
}
.card-popular-category .text-wrap {
    height: 10rem;
}
.buttonicon{
    margin: 10%;
    top: 30%!important;
}
/*end popular categories*/

/* header navbar */
.cartside img{
    font-size: 3em!important;
}

.lcbuttons{
    margin-left: 2px!important;
    display: flex;
    display: -webkit-flex;
    float: right;
}

.cartside{
  margin: 0 0 0 30px;
}

.cartside a{
    text-decoration: none!important;
    text-decoration-style: none!important;
    color:  #1D86D6!important;
}

.header-info {

  margin: 0 0 -5px 0!important;
  box-shadow: #1D86D6;
}

.header-info .logo img {
  display: inline-block;
  height: 50px;
  width: 200px;
}

.search-header {
  overflow: hidden;
  border: 1px solid #1D86D6!important;
  border:1;
}
.search-header .input-group .form-control {
    border: none!important;
}
.input-group-append button{
    background-color: #1D86D6;
    color: #fff;
}

.loginhover{
  margin-left: auto;
}

.loginhover button{
    background-color: #1D86D6;
    color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F1F1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 2;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #fff; text-decoration: none; color: black;}

.dropdown:hover .dropdown-content {display: block;}

/*  header navbar end */

/* Slideshow container */
.carousel{
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* media end */
.form-inline{
    margin: 10px;
}

.form-inline input{
    padding: 0 190px 0 90px!important;
}


.card-header h1{
   align-items: center!important;
   font-size: 25px;
   padding: 0 0 0 40px;
}

.widget-header{
    margin: -15px 0 -10px 50px;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.get-input h1{
    margin-top:20px;
}

.fav {
    background: transparent;
    border: none;
    font-size: 22px;
}

.add-to-fav {
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}
.add-to-fav1 {
    display: flex;
    float:right;
}

.add-to-fav button[type=button]{
    border: none!important;
    border-color:transparent!important;
    color:#adb5bd!important;
    font-size: 16px;
    overflow: hidden;
}

.detail-price {
    font-size: 80%;
}

.price {
    font-weight: 600;
    font-size: 1rem!important;
    color: #212529; }

.category-card {
    width:200px;
    height:200px;
    margin-left: 5%;
}

.category-card1 {
    height: 250px;
}

form.togglesearch input[type=text] {

  padding: 5px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: transparent;
}

.container {
    max-width: 1400px!important;
    width: 100%;
    margin: 0 auto;
}

/* category-content end */

.products {
    overflow:hidden;
    display: flex;
    justify-content:space-around;
    padding: 2px;
}

.name {
    font-size: 18px;
}

.checkout-total {
    color : black;
    margin-bottom: 0;
    font-weight: bold;
}

.promo-code {
    position: relative;
}
.promo-code .refresh {
    position: absolute;
    right: 0;
    font-size: 18px;
}
.product-name {
    color : black;
    margin-bottom: 0;
}

.product-name:hover{
  text-decoration: none!important;
}

.myDate {
    background: #1D86D6;
    border: none;
}

/*mobile phone*/
[class*="col-md-"] {
    width:100%;
}

[card*="col-md-"] {
    width: 100%;
}

.advertise img {
    margin-top: 10px;
    margin-bottom: 5px;
    align-items: center;
    border-radius: 14px;
}

.advertise {
    display: flex;
    justify-content: center;
}

.small {
    text-align: left;
    font-size:14px;
    padding:3px;
}

.small1{
    font-size: large;
    color: #1D86D6;
}

.shop-image {
    width:200px;
    height:200px;
}

.shop-product-name {
    height:70px;
}

.shop-product-mrp {
    font-size: 14px;
    color: black;
}

.wallet-amount {
    color: #1D86D6;
}

.add-to-cart button{
    border-radius: 1rem;
    background-color: #1D86D6!important;
    color: #fff!important;

}

.shop-product-variant {
    color:black;
    font-size: 12px;
}

.shop-product-name a {
    color:black;
    font-size: 16px;
    font-weight: bold;
}

.product-info {
    font-weight: bold;
    color:black;
    font-size: 16px;
}


.product-info-tab div {
    color: black;
    font-size: 16px;
}

.actualPrice {
    display: none;
}

/* order page css */
.order{
    display: flex;
    float: left;
    padding: 10px;
}

 .fav-image {
    height: 200px;
    width:200px;

}

/*wallet css */
.wallet-header {
    height: 40px;
}

/*footer css*/

/* new footer add */

.envelope{
    color: #1D86D6;
}

.well1 .input-group {
    margin: 20px auto;
    width: 100%;
}

.well1 input.btn.btn-lg {
    width: 55%;
    margin-right: 1px;
    height: 35px;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

.well1 button.btn {
    background-color: #1D86D6;
    color: white;
    width: 44%;
    height: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 1px 1px 0;
    font-size: 0.9rem;
}

.well1 .promise {
    color: #999;
}

.line-footer hr {
    border-top-color: grey;
    opacity: 0.5
}

.line-footer hr.small {
    margin: 20px 0
}
 /* new footer end  */

.social-icon {
    display:inline-block;
    padding:4px;
}

.social-icon a {
    color : black;
    font-size:24px;
}

.google-apple {
    display: flex;
    flex-direction:row;
    margin-right: 4px;
}
.google-apple1 img{
    width: auto!important;
    height: auto!important;
    clear: both;
    max-width: 200px!important;
    max-height: 60px!important;
    display: inline-block;



}
.google-apple img{
    width: auto!important;
    height: auto!important;
    max-width: 260px!important;
    max-height: 80px!important;
    clear: both;
}
.social-button{

    margin:  10px auto;
    width: auto;
}

.row {
    display: flex;
    flex-direction: row;
}

ul {
    padding:0;
    margin:0;
}

li {
    list-style:none;
    display: block;
}

li a {
    text-align: initial;
}

a:focus,a:hover {
    text-decoration:none;
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease;
}

a:focus {
    outline:0;
}



p {
    font-size:16px;
    line-height:30px;
    color:#898b96;
    font-weight:300;
}

h4 {
    font-family:Rubik,sans-serif;
    margin:0;
    font-weight:400;
    padding:0;
    color:#363940;
}

.footer-big {
    padding: 30px;
    margin-top: -100px;
}

.footer-big .footer-widget {
    margin-bottom:30px;
}

.footer--light {
    background:#e1f5fe;
}

.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
    color:#898b96;
}

.footer-menu {
    padding-left:48px;
}

.footer-menu ul li a {
    font-size:15px;
    line-height:32px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.footer-menu--1 {
    width:100%;
}

.footer-widget-title {
    line-height:42px;
    margin-bottom:10px;
    font-size:18px;
    margin-left: 15px;
}
.widget-about {
    margin: -20px 0 0 0;
}
.widget-about img {
    display:block;
    margin: 20px 0 0 0;
    clear: both;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 60px;

}

.widget-about p {
    font-weight:400;
}

.social{
    background:#16222A;
}
.footer-social li a{
    color: whitesmoke;
}
.footer__copyright p{
    color:whitesmoke;

}

@media (max-width:991px) {
 .footer-menu {
  padding-left:0;
 }
}


/*-------cart-------*/
input:focus,
button:focus,
.form-control:focus{
    outline: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #fff;
}

.table tr,
.table tr td{
    vertical-align: middle;
}



.button-container .form-control{
    max-width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
}

#myTable .form-control{
    width: auto;
    display: inline-block;
}

.cart-qty-plus,
.cart-qty-minus{
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.cart-qty-plus:hover,
.cart-qty-minus:hover{
    background-color:  #1D86D6;
    color: #fff;
}

.img-prdct{
    width: 50px;
    height: 50px;
    background-color: #1D86D6;
    border-radius: 4px;
}

.img-prdct img{
  width: 100%;
}
#PayUMoney {
    display: none;
}
.error-hide {
    display: none;
}
.address-show {
    display: block;
}
.address-hide {
    display: none;
}
.card-hide {
    display: none;
}
/*----login form design on checkout page-------*/


/* checkout page  */


.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3{
    text-align: center;
    color: #fff;
}

.login-container form{
    padding: 10%;
}

.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border-color: white;
    cursor: pointer;
}

.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

/* product-details page */
.productdetails1{
    padding-left: 100px!important;
    padding-bottom: 15px;
}
.productdetails2{
    margin-left: -20px;
}

.pics {
  float: left;
  margin-right: 0px;
}

.pics span {
  display: block;
}

.main-img{
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 80%!important;
  width: 80%!important;
}

.card-product-similar {
    height:390px;
}

.shop-product-name .card-title {
    color: #212529;
    display: block;
    font-size: initial;
    overflow: hidden!important;
    max-width: 390px;
    text-overflow: ellipsis!important;
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    text-transform: capitalize;
    text-decoration: none!important;
}

.additional-img img {
  float: left; /*display: inline-block has  automatic margin right and bottom :( */
  width: 90px;
  height: 90px;
  padding: 10px 5px;
  border: .5px solid #ddd;
  border-radius: 2px;
  margin-right: 5px;
  cursor: pointer;
}

.additional-img img:nth-child(4) {
  margin-right: 0;
}

.main-img img:hover,
.additional-img img:hover {
  box-shadow: 0 0 6px #ddd;
}

.add-to-cart1 button{
  width: auto;
  color: #1D86D6;
  border: 1px solid #1D86D6;
}

.add-to-cart1 button:hover{
  width: auto;
  color: #1D86D6;
  border: 1px solid #1D86D6;
}

.buy-now button{
    color:#fff!important;
    border: 1px solid #1D86D6;
    margin-left: 10px;
}

.buy-now1 {
    margin-left: 6px;
    margin-right: 6px;
}

.variant .btn {
    border: 1px solid #C8C8C8!important;
    margin-right: 10px!important;
}

.variant .btn:hover{
    border: 1px solid #1D86D6!important;
    background-color:#D5EDFF;
    margin-right: 10px!important;
}

.variant .btn.active{
    border: 1px solid #1D86D6!important;
    background-color:#D5EDFF;
    margin-right: 10px!important;
}

.read-more {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.read-more a{
    text-decoration: none!important;
    color:#1D86D6!important;
    cursor: pointer;
    display:none;
}
.read-more ol li {
    list-style: none!important;
}

/*end products detail page*/
/* footer start  */

/*FOOTER*/

.follow-us-header{
    margin-bottom: 0px!important;
}
.footer-block{
    margin: 0 0 0 30px!important;
    justify-content: center!important;
}

footer {
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    color: white;
    margin-top:100px;
  }

footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #1D86D6!important;
    text-decoration: none;
}
.noHover{
    pointer-events: none;
}
.copy {
    margin: 10px 0 0 0;
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}

.pull-left{
    padding: 0 0 0 30px;
}

.pull-right{
    padding: 0 0 0 400px;
}


/*SOCİAL İCONS*/

/* footer social icons */

.head-color{
    color: #1D86D6!important;
}

.side-menu {
    padding-left: 10px;
}

.profile-form {
    height:570px;
}

.select2-container .select2-selection--single {
    padding: .373rem 0 .72rem!important;
    height: 35.75px!important;

}

.list-group a:hover{
    color:#007bff!important;
}

.list-group a{
    color: #1D86D6!important;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icowhatsapp:hover i,
.social-network a.icoinstagram:hover i,
.social-network a.icotwitter:hover i{
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

/* footer end*/

/* checkout page  */
.head {
    padding: .75rem!important;
}

.btn-primary {
     background-color: #1D86D6!important;
}

.text-primary {
    color: #1D86D6!important;
}

.delivery-icon {
    color: #1D86D6!important;
}

.calender input{
    border: none!important;
}

.calender-icon {
    color: #1D86D6!important;
}

.payment-icon {
    color: #1D86D6!important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  width:100%!important;
  text-align: left;
  vertical-align: middle;
}

.icon{
  display: inline-block;
  margin: 20px;
  cursor: pointer;
  outline: none;
}

.icon:focus i{
  color: #1D86D6;
  opacity: 1;
}

.icon  i {
  font-size: 25px;
  color: gray;
}
/* checkout end */

/* mega menu */
.moremenu button a{
    color: black;
    text-decoration: none!important;
}

.moremenu button a:hover{
    color: #1D86D6;
}
/* mega menu end */

/* scroll start */
#scroll {

    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#1D86D6;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 10;
}

#scroll span {

    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {

    background-color:#1d86d6;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* scroll end */

.card-product-grid .title{
    max-width: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.carousel-control-prev .carousel-control-prev-icon{
    /* background-color: black; */
    color: black!important;
}

/* style 2 and 3 */
.viewall{
    display: flex;
    float: right;
}
.item1.list-group-item .inner{
    float: left;
    width: max-content;
    display: flex;
    margin: 0!important;
}
/* advertise */
.banneradvertise img{

    height: 100px;
    clear: both;

}


.advertisebanner img{
    max-width: 600px;
    max-height: 600px;
    width: auto;
    height: auto;
    display: inline-block;
    clear: both;
}

/* eof advertise */
/* product page */
.bottomslider img{
    width:100%;
    height: 100%;
}
.select2 {
    width:100%!important;
}
button.navbar-toggler:focus {
    outline-color: #1D86D6!important;
}
/* eof product */
/* cart page */
.card .itemside img{
    width: 200px;
    height: 200px;

    display: inline-block;
    clear: both;
}
/* eof cart page */
/* order track */
.orderalign{
    align-items: right;

}
/* eof order track */
/* myaccount */
.profile-header-img{
    display: flex;
    justify-content: center;
}
.profile-header-img img{
      height: 50px;
    width: 200px;
}
/* eof account */
/* cart side */

.carttext {
    width: 200px;
}

/* eof cart */
.favbutton-container{
   display: inherit;
}