/*Import fonts fonts from google fonts*/
@import url('https://fonts.googleapis.com/css?family=Anton|Gugi|Lato|Roboto|Sofia&display=swap');

:root{
    --primary-color:008535;
    --light-gray:#2b3032a1;
    --border:#2b303218;
    --text-color:#ff686b;
    --roboto:"Roboto",sans-serif;
    --gugi:"Gugi",cursive;
    --sofia:"Sofia",cursive;
    --viewport-height: 100%;
}
  
.primary-color{
    color: var(--primary-color);
}    
.bg-primary-color{
    background-color: var(--primary-color)!important;
}
.text-color{
    color: var(--text-color);
}
.font-roboto{
    font-family: var(--roboto);
}
.lightblue{
    color: lightblue;
}
/* header*/

header{
    background-color: var(--primary-color);
    font-family: var(--roboto);
}
header.site-title{
    font-family: var(--gugi);
}

.container.dropdown-toggle,
.container.dropdown-item{
    font-size: 0.7em;
}
.header-links a{
    font-size: 1.0em;
    text-decoration:none;
    color: white;
}
.header-links a:hover{
    font-size: 1.0em;
    text-decoration:none;
    color: white;
}
/*Navigation-Menu*/
.navbar-nav{
    padding: 0em 0em; 
 }
.navbar-nav .nav-link{
    color: #212121;
    cursor: pointer;
    font-size: 12px;
}

.navbar-nav .nav-item .nav-link{
    padding: 0 1.3em;
 }
.nav-link:hover{
    text-decoration: none;
    color: #f37e20!important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute !important;
}
#bs-example{
        margin: 150px 50px;
    }
.product_price{
    margin-bottom: 20px;
}
.product-mrp{
    font-size: 12px;
    color:#282c3f;
    font-weight:600;
}
.discount-price{
    font-size: 12px;
}
.discount-price.strike{
    color:#ccc;
    text-decoration: line-through;
}
.product-name{
    cursor: pointer;
    color: #535766;
    max-height: 40px;
    max-width: 250px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
}
.product-disc{
    color: #535766;
    font-size: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 1px;
    padding: 5px;
    background: #fff;
    font-weight: 600;
}
.img{
    max-width: 100%;
    height:auto;
    background: lightblue;
    background: radial-gradient(white 30%,lightblue 70%);
}
.rating{
  font-size:12px;
}
.fa-star,
.fa-star-half-o{
    color:#FFC315;
    padding: 3% 0%;
}
p{
    color:white;
    line-height:25px;
}
h2,h3{
    color:White;
}
h2{
    font-size:18px;
}
.card-body{
  padding: 10px 10px 0 !important;
}
/*Button-BacktoTop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 24px;
}

#myBtn:hover {
  background-color: #555;
}

.footer-top{
    background: #FAFBFC;
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}
.segment-one h3{
    font-style:Normal;
    font-weight:600;
    color:#212529;
    font-size:14px;
}
.segment-one li{
  list-style-type: decimal;
  margin: 1em 0;
}
.segment-one strong {
  color: #535766 !important;
}
.segment-two h2{
    color:#212529;
    font-style:Normal;
    font-weight:600;
    text-transform: uppercase;
    font-size: 14px;
}
.segment-two h2:before{
    content:'|';
    color:#c65039;
    padding-right: 10px;
    
}
.segment-two ul{
    margin:0;
    padding:0;
    list-style: none;
}
.segment-two ul li a{
    color:#212529;
    text-decoration:none;
    font-size: 12px;
    padding-bottom: 5px;
    cursor: pointer;
    line-height: normal;
}
.segment-three h2{
    color:#212529;
    font-style:Normal;
    font-weight:600;
    text-transform: uppercase;
    font-size: 14px;
}
.segment-three h2:before{
    content: '|';
    color:#c65039;
    padding-right: 10px;
    
}
.segment-three a{
    background:#494848;
    width:40px;
    height:40px;
    display:inline-block;
    border-radius:50%;
}
.segment-three a i{
    font-size: 20px;
    color:#fff;
    padding:10px 12px;
}
.segment-three a i:hover{
    text-decoration: none;
    color: #fff!important;
}
.segment-four h2{
    color:#212529;
    font-style:Normal;
    font-weight:600;
    text-transform: uppercase;
    font-size: 14px;
}
.segment-four h2:before{
    content: '|';
    color:#c65039;
    padding-right: 10px;
    
}
.segment-four form input[type=submit]{
    background: #FAFBFC;
    border: 1px solid #008535;
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #008535;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2rem;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
}
.footer-bottom-text{
    text-align:center;
    background: #FAFBFC;
    line-height: 75px;
    color:#535766;
    font-size:12px;
    font-weight: 600;
    border-top: 1px solid #ddd;
}
.subscribeInpoutBox{
  font-size: 13px !important;
  color: #999 !important;
  border: 1px solid #eaeaec !important;
  border-radius: 2px !important;
  background-color: #f7f8fa !important;
  height: 37.5px !important;
  box-shadow:none !important;
}
.MagicScroll{
  display:flex;
  overflow-x:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.MagicScroll::-webkit-scrollbar{
  display:none;
}
.MagicScroll .item{
  min-width:50px;
  height:60px;
  background-color:#f5f5f5;
  margin-right:10px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  border-radius: 100%;
}
.item-active a img{
  border: 1px solid #e40046 !important;
}
.item-active a span{
  color:#e40046 !important;
}
.MagicScroll .item .roundimg{
  width:50px;
  height:50px;
  line-height: 50px;
  border-radius: 100%;
}
.MagicScroll .item .item-caption{
  font-size: 12px;
  color:#282c3f;
  font-weight:600;
}
.MagicScroll1{
  display:flex;
  overflow-x:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.MagicScroll1::-webkit-scrollbar{
  display:none;
}
.MagicScroll1 .item1{
  min-width:120px;
  height:180px;
  background-color:#f5f5f5;
  margin-right:10px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  border-radius: 100%;
}
.item-active1 a img{
  border: 1px solid #e40046 !important;
}
.item-active1 a span{
  color:#e40046 !important;
}
.MagicScroll1 .item1 .roundimg1{
  width:100%;
  height:180px;
  line-height: 50px;
}
.MagicScroll1 .item1 .item-caption1{
  font-size: 12px;
  margin-left: 5px;
  color:#333;
}
.product-img img{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.index-fkContainer {
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: .3px;
}
.index-fkAddress {
  color: #535766;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .md-mb-30{
        margin-bottom:30px;
    }
}

@media only screen and (max-width:767px){
    .sm-mb-30{
        margin-bottom:30px;
    }
    .footer-top{
        padding:10px 0px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .responsive{
        width: 100%;
        height: 130px;
        background-size: cover;
        background-position: center top;
    }
    .rDx{
        position: relative!important;
        width: 49%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin:1px;
    }
    .searchresultpimg{
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .gallery-wrap .img-sm-wrap img {
        height: 450px!important;
        width: 360px!important;
        display: inline-block!important;
        cursor: zoom-in!important;
    }
    .continuebtn{
        padding: .75rem .5rem!important;
        font-size: 10px!important;
        line-height: 1.0!important;
        font-weight: 100!important;
    }
    .table td, .table th {
        padding: .1rem !important;
    }  
    #myBtn {
      display: none;
      position: fixed;
      bottom: 100px;
      right: 30px;
      z-index: 99;
      font-size: 15px;
      border: none;
      outline: none;
      background-color: red;
      color: white;
      cursor: pointer;
      padding: 10px;
      border-radius: 24px;
    }

    #myBtn:hover {
      background-color: #555;
    }
    a:hover{
        text-decoration: none !important;
    }  

    .product-card{
        z-index: 50;
        border-radius: 0px !important;
        text-decoration: none;
        box-shadow: 4px 7px 17px 4px rgba(23,84,116,0.18);
        border: solid 0.9px #f3f3f3 !important;
        height:100%;
     }
    .segment-two h2:before{
        content:none;
        color:#c65039;
    }
    .segment-three h2{
        margin-top:10px;
    }
    .segment-three h2:before{
        content: none;
        color:#c65039;
    }
    .segment-four h2{
        margin-top: 10px;
    }
    .segment-four h2:before{
        content: none;
        color:#c65039;
    }
    .card-title{
        font-size: 12px;
    }
    .product-img{
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 150px;
        max-height: 150px;
        margin:10px 10px 0 10px;
    }
    .loader1, .loader3 {
        position: fixed;
        text-align:center;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0,0,0,.4);
        top:0;
        left:0;
    }
    .loader2 {
        position: fixed;
        text-align:center;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        z-index: 2;
        background:white;
        border:1px solid white;
        border-radius:50%;
        transform: translate(-50%,-50%);
    }
    .notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 12px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .responsive{
        width: 100%;
        height: 130px;
        background-size: cover;
        background-position: center top;
    }
    .rDx{
        position: relative!important;
        width: 49%!important;
        padding-right: 5px!important;
        padding-left: 5px!important;
        margin:1px;
    }
    .searchresultpimg{
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .gallery-wrap .img-sm-wrap img {
        height: 450px!important;
        width: 360px!important;
        display: inline-block!important;
        cursor: zoom-in!important;
    }
    .continuebtn{
        padding: .75rem .5rem!important;
        font-size: 10px!important;
        line-height: 1.0!important;
        font-weight: 100!important;
    }
    .table td, .table th {
        padding: .1rem !important;
    } 
    #myBtn {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 30px;
        z-index: 99;
        font-size: 15px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 10px;
        border-radius: 24px;
    }
    
    #myBtn:hover {
        background-color: #555;
    }
    a:hover{
        text-decoration: none !important;
    }
    .product-card{
        z-index: 50;
        border-radius: 3px !important;
        text-decoration: none;
        box-shadow: 4px 7px 17px 4px rgba(23,84,116,0.18);
        border: solid 0.9px #f3f3f3 !important;
        height:100%;
    }
    .segment-two h2:before{
        content:none;
        color:#c65039;
    }
    .segment-three h2{
        margin-top:10px;
    }
    .segment-three h2:before{
        content: none;
        color:#c65039;
    }
    .segment-four h2{
        margin-top: 10px;
    }
    .segment-four h2:before{
        content: none;
        color:#c65039;
    }
    .card-title{
        font-size: 12px;
    }
    .product-img{
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 150px;
        max-height: 150px;
        margin:10px 10px 0 10px;
    }
    .loader1, .loader3 {
        position: fixed;
        text-align:center;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0,0,0,.4);
        top:0;
        left:0;
    }
    .loader2 {
        position: fixed;
        text-align:center;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        z-index: 2;
        background:white;
        border:1px solid white;
        border-radius:50%;
        transform: translate(-50%,-50%);
    }
    .notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 12px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .responsive{
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center top;
    }
    #productsection{
        padding-bottom: 10px !important;
        padding-top: 10px!important;
    }
    .rDx{
        position: relative!important;
        width: 24.6%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin:1px;
    }
    .searchresultpimg{
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .menurow{
        background-color: white!important;
    }
    .product-card{
        z-index: none;
        border-radius: none;
        text-decoration: none;
        box-shadow: none;
        border: none;
        height:100%;
      }
    .product-card:hover{
        z-index: 50;
        border-radius: 3px;
        text-decoration: none;
        box-shadow: 4px 7px 17px 4px rgba(23,84,116,0.18);
        border: solid 0.9px #f3f3f3;
    }
    .segment-three h2{
        margin-top:0px;
    }
    .segment-four h2{
        margin-top:0px;
    }
    .card-title{
        font-size: 12px;
    }
    .product-img{
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 150px;
        max-height: 150px;
        margin:10px 10px 0 10px;
    }
    .category-bag{
        text-align:center;
        width:16.66%;
        margin-right:0px;
        height: 100px;
        padding: 0px;
        flex: 1 1 0;
        margin-bottom: 10px;
        min-width: 50px;
        background-color: #f5f5f5;
        margin-top: 10px;
        border-radius: 100%;
     }
    .category-bag .item-caption{
        font-size: 12px;
        margin-left: 5px;
        color:#282c3f;
        font-weight: 600;
    }
    .category-img{
        width:100px;
        height:100px;
        line-height: 50px;
        border-radius: 100%;
    }
    .desktop-section {
        display:flex;
        margin: 15px 0 30px;
        color: #696b79;
    }
    .desktop-delivery, .desktop-original, .desktop-return {
        display: inline-block;
        float: left;
        margin-left: -10px;
        margin-right: 10px;
        width: 20%;
        height: 40px;
    }
    .desktop-data{
        width:80%;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .3px;
    }
    .footer-features{
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .loader1, .loader3 {
        position: fixed;
        text-align:center;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0,0,0,.4);
        top:0;
        left:0;
    }
    .loader2 {
        position: fixed;
        text-align:center;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        z-index: 2;
        background:white;
        border:1px solid white;
        border-radius:50%;
        transform: translate(-50%,-50%);
    }
    .notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 12px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .responsive{
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center top;
    }
    #productsection{
        padding-bottom: 10px !important;
        padding-top: 10px!important;
    }
    .rDx{
        position: relative!important;
        width: 24.6%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin:1px;
    }
    .searchresultpimg{
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .menurow{
        background-color: white!important;
    }
    .product-card{
        z-index: none;
        border-radius: none;
        text-decoration: none;
        box-shadow: none;
        border: none;
        height:100%;
    }
    .product-card:hover{
        z-index: 50;
        border-radius: 3px;
        text-decoration: none;
        box-shadow: 4px 7px 17px 4px rgba(23,84,116,0.18);
        border: solid 0.9px #f3f3f3;
    }
    .segment-three h2{
        margin-top:0px;
    }
    .segment-four h2{
        margin-top:0px;
    }
    .card-title{
        font-size: 14px;
    }
    .product-img{
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 200px;
        max-height: 200px;
        margin:10px 10px 0 10px;
    }
    .category-bag{
        text-align:center;
        width:16.66%;
        margin-right:0px;
        height: 150px;
        padding: 0px;
        flex: 1 1 0;
        margin-bottom: 10px;
        min-width: 50px;
        background-color: #f5f5f5;
        margin-top: 10px;
        border-radius: 100%;
    }
    .category-bag .item-caption{
        font-size: 14px;
        margin-left: 5px;
        color:#282c3f;
        font-weight:600;
    }
    .category-img{
        width:150px;
        height:150px;
        line-height: 50px;
        border-radius: 100%;
    }
    .desktop-section {
        display:flex;
        margin: 15px 0 30px;
        color: #696b79;
    }
    .desktop-delivery, .desktop-original, .desktop-return {
        display: inline-block;
        float: left;
        margin-left: -10px;
        margin-right: 10px;
        width: 20%;
        height: 40px;
    }
    .desktop-data{
        width:80%;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .3px;
    }
    .footer-features{
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .loader1, .loader3 {
        position: fixed;
        text-align:center;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0,0,0,.4);
        top:0;
        left:0;
    }
    .loader2 {
        position: fixed;
        text-align:center;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        z-index: 2;
        background:white;
        border:1px solid white;
        border-radius:50%;
        transform: translate(-50%,-50%);
    }
    .notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
} 


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .responsive{
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center top;
    }
    #productsection{
        padding-bottom: 10px !important;
        padding-top: 10px!important;
    }
    .rDx{
        position: relative!important;
        width: 24.6%!important;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin:1px;
     }
    .searchresultpimg{
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .menurow{
        background-color: white!important;
    }
      
    .product-card{
        z-index: none;
        border-radius: none;
        text-decoration: none;
        box-shadow: none;
        border: none;
        height:100%;
    }
    .product-card:hover{
        z-index: 50;
        border-radius: 3px;
        text-decoration: none;
        box-shadow: 4px 7px 17px 4px rgba(23,84,116,0.18);
        border: solid 0.9px #f3f3f3;
    }
    .segment-three h2{
        margin-top:0px;
    }
    .segment-four h2{
        margin-top:0px;
    }
    .card-title{
        font-size: 14px;
    }
    .product-img{
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 200px;
        max-height: 200px;
        margin:10px 10px 0 10px;
    }
    .category-bag{
        text-align:center;
        width:16.66%;
        margin-right:0px;
        height: 150px;
        padding: 0px;
        flex: 1 1 0;
        margin-bottom: 10px;
        min-width: 50px;
        background-color: #f5f5f5;
        margin-top: 10px;
        border-radius: 100%;
     }
    .category-bag .item-caption{
        font-size: 14px;
        margin-left: 5px;
        color:#282c3f;
        font-weight:600;
    }
    .category-img{
        width:150px;
        height:150px;
        line-height: 50px;
        border-radius: 100%;
    }
    .desktop-section {
        display:flex;
        margin: 15px 0 30px;
        color: #696b79;
    }
    .desktop-delivery, .desktop-original, .desktop-return {
        display: inline-block;
        float: left;
        margin-left: -10px;
        margin-right: 10px;
        width: 20%;
        height: 40px;
    }
    .desktop-data{
        width:80%;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .3px;
    }
    .footer-features{
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .loader1, .loader3 {
        position: fixed;
        text-align:center;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0,0,0,.4);
        top:0;
        left:0;
    }
    .loader2 {
        position: fixed;
        text-align:center;
        width: 48px;
        height: 48px;
        top: 50%;
        left: 50%;
        z-index: 2;
        background: white;
        border:1px solid white;
        border-radius:50%;
        transform: translate(-50%,-50%);
    }
    .notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}