@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    transition: 0.5s;
      scroll-behavior: smooth;
       outline: none !important;
}
:focus-visible {
  outline: none !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
    overflow-x:hidden;
      
}
a{
    color:#5667ac;
}
button{
    outline:none !important;
}

a:hover{
    color:#5667AC;
        text-decoration: none;
}


p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #888888;
}
.my_header {
    background: #455379;
    border: 0;
    margin-bottom: 0;
    border-radius:0px;
}
.topdektop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactinfo p {
      margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFDD;
}
.center_logo img {
    width: auto;
    max-width: 140px;
    position: relative;
    top: 0;
}
.contactinfo_right {

    display: flex;
    align-items: center;
}
.contactinfo {
  
}
.contactinfo_right {

    display: flex;
    align-items: center;
}
.center_logo {
   
    text-align: center;
}


.serch_blog .form-control {
    background: transparent;
    border: 0;
    box-shadow: unset;
    color: #A7A7A7;
    font-size: 16px !important;
}




.serch_blog .btn.btn-default.btn-lg {
    background: transparent;
    border: 0;
    color: #686868;
    padding: 0 !important;
    font-size: 16px !important;
}

.serch_blog .input-group {
    background: #fff;
    border-radius: 50px;
    padding: 0px 14px;
    width: 285px;
    margin-bottom: 0 !important;
}

ul.list_of_menu {
       display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
     width: 30%;
}
.serch_blog button i {
    color: #FFFFDD;
    font-size: 35px;
}
ul.list_of_menu li {
      text-align: center;
    padding: 0;
    font-size: 14px;
    color: #FFFFDD;
    padding-left: 10px;
}

ul.list_of_menu li a {
    color: #FFFFDD;
    font-size: 12px;
}

ul.list_of_menu li i {
    display: block;
    font-size: 35px;
    color: #FFFFDD;
}

.bottom_hesder nav#menu {
    margin-bottom: 0;
    background: transparent;
    border: 0;
    padding: 0;
}

.bottm_header_blog {
       background: #F3F6FF;
    min-height: 47px;
}
.center_logo img {
       width: auto;
    max-width: 105px;
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.tophome.bllog {
    padding: 5px 0;
}


.bottm_header_blog {
    background: #F3F6FF;
  /*  height: 50px;
    overflow: hidden;*/
}

.bottom_hesder ul li a {
    padding: 15px 12px !important;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: unset !important;
    font-weight: 600;
    color: #000 !important;
}

.bottom_hesder ul li a:hover {
    background: transparent !important;
    color: #F3F6FF !important;
}




.padder{
    padding:0px;
}



.bottom_hesder .dropdown-inner ul li a{
    color:#000;
}
.dropdown-menu {
    margin-left: auto !important;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px !important;
    clear: both;
    line-height: 20px;
    color: #333333 !important;
    font-size: 12px;
}
#menu .see-all {
     color: #333333 !important;
}

.swiper-viewport {
    margin: 0 !important;
    background: #fff;
    z-index: 1;
    border: 0 solid #fff !important;
    border-radius: 4px;
    box-shadow:unset !important;
    width: 100%;
    position: relative;
    overflow: visible;
}

.swiper-pagination {
    bottom: 0 !important;
    left: 0;
    text-align: center;
    width: 100%;
}

.swiper-button-prev:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f053";
    color: rgba(0,0,0,0.8);
    font-size: 27px !important;
}

.swiper-button-next:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f054";
    color: rgba(0,0,0,0.8);
    font-size: 27px !important;
}
.corsalcaption {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
    padding: 0;
    display:none;
}
.corsalcaption h2 {
    font-size: 35px;
    font-weight: 400;
    color: #404040;
    margin:5px 0 ;
}
.corsalcaption h1{

font-size: 35px;
    color: #404040;
    font-weight: 800;
     margin:0px;
}



.categoriessection {
background: #fff;
    padding: 35px 0 60px;
    position: relative;
    overflow: hidden;
}
.categoriessection .swiper-pagination {
    bottom: -35px !important;
    left: 0;
    text-align: center;
    width: 100%;
}
.title-blog {
    text-align: center;
}

.title-blog h1 {
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    color: #493F2D;
    position:relative;
    margin-top: 7px;
}
.title-blog h1:before{
    content: "";
    width: 10%;
    height: 3px;
    background: #455379;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
}
.title-blog img {
    width: 65px;
}

.title-blog h1 span {
    color: #fff;
}
.listcategory {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 40px;
        background: transparent !important;
}

.img_blog {
    width: 152px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7B766C;
        margin: 0 auto;
}



.img_blog img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.category_section p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 12px;
}
ul.listcategory li {
       width: 16%;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
}



.Bottom_section {
    overflow: hidden;
    width: 100%;
}


.titleblog {
    background: #F3F6FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    overflow:hidden;
}
.titleblog h1 {
        color: #424038;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.titleblog {
    background: #F3F6FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 25px;
    border-radius: 50px;
        margin-bottom: 35px;
}

a.viewmorebtn {
    background: #5667AC;
    color: #fff;
    padding: 7px 19px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

a.viewmorebtn:hover{
    background:#5667AC;
}

.householdproduct {
    padding: 30px 0;
}

.qtySelector{
	border: 1px solid #ddd;
	width: 107px;
	height: 35px;
	margin: 10px auto 0;
}
.qtySelector .fa{
	padding: 10px 5px;
	width: 35px;
	height: 100%;
	float: left;
	cursor: pointer;
}
.qtySelector .fa.clicked{
	font-size: 12px;
	padding: 12px 5px;
}
.qtySelector .fa-minus{
	border-right: 1px solid #ddd;
}
.qtySelector .fa-plus{
	border-left: 1px solid #ddd;
}
.qtySelector .qtyValue{
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center
}

.product_blog ul {
    padding: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-blog img {
    width: auto;
    max-width: 100%;

}
.img-blog {
        width: 100%;
        padding: 15px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


.product_blog ul li {
    width: 20%;
    display: inline-block;
    padding: 0 9px;
    float: left;
}


.lis_of_product {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    background:#fff;
        position: relative;
}


.productcontent {
    padding: 5px 16px 20px;
}
.productcontent h2 {
    color: #636363;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
        margin: 0;
}


.howtoitwork {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    background:#fff;
}


.productcontent h1 {
        font-size: 18px;
    color: #3F3F3F;
    font-weight: bold;
    display: block;
    text-align: left;
        line-height: 25px;
    margin: 0 0 0px;

}
.productcontent h1 span {
    display: block;
    text-align: left;
    margin-left: 0;
}
.productcontent h1 del {
    color: #969696 !important;
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
}


.blog_product {
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

.qtySelector .fa {
    width: 20px;
    background: #F3F6FF;
    color: #fff;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.product-list h1 {
      text-align: left;
    margin-bottom: 0;
}
.product-list .rating {
    text-align: left;
}

.qtySelector {
    border: 0px solid #ddd;
    width: unset;
    height: 35px;
    margin: 0;
    display: flex;
    align-items: center;
}

.addtocartbtn {
        background: #F3F6FF;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 12px;
}


.addtocartbtn:hover {
    background:#4D5C87;
}

.householdproduct {
    padding: 30px 0;
    background: #fff;
    position:relative;
}


img.img-block {
    position: absolute;
    right: -44px;
    top: 54%;
    width: auto;
    max-width: 287px;
    transform: rotate(-45deg);
}

.lis_of_product:hover{
       box-shadow: 6px 8px 7px #00000024; 
}

.color-y{
        color:#493f2d !important;
}

.linecolor h1:before {
    content: "";
    
    background: #455379;
   
   
}
.howtoitwork {
    position: relative;
    padding: 30px 0;
}
.lefimgblog{
           right: unset !important;
    left: -30px;
    transform: rotate(45deg) !important;
    max-width: 320px !important;
}

.howtoeork {
    padding-top: 45px;
}

.lisstyled p b {
    color: #F3F6FF;
}
.lisstyled p {
    font-size: 17px;
    color: #5E5E5E;
}
.lisstyled {
    text-align: center;
}







.lisstyled .img_blog {
    margin: 0 auto;
    margin-bottom: 20px;
}


.lisstyled:nth-last-child::before{
   content:""; 
}

.lisstyled::after{
   content:""; 
}



.lisstyled::before {
    content: "";
    width: 45%;
    height: 2px;
    position: absolute;
    border: 1px dashed #F3F6FF;
    top: 42%;
    right: -64px;
}

.lisstyled::after {
       content: "✓";
    color: #fff;
    font-size: 21px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #F3F6FF;
    position: absolute;
    top: 0;
       right: -17px;
    top: 35%;
    border-radius: 100px;
}


.bottom_hesder .navbar-collapse {
    padding: 0 !important;
}

.hide_a-b::after{
    display:none;
}
.hide_a-b::before{
     display:none;
}
.homebanner_blog {
    background-size: cover !important;
    background-position: center !important;
    padding: 75px 0;
}


.homebann_s {
    width: 100%;
    float: right;
    max-width: 500px;
}
.homebann_s h1 {
    font-size: 33px;
    color: #393939;
    font-weight: 400;
    text-transform: uppercase;
}
.homebann_s button {
    background: #F3F6FF;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 59px;
    margin-top: 22px;
    outline: none;
    text-transform: uppercase;
}

.homebann_s button:hover{
    background:#455379;
}

.row{
    margin:0px;
}
.bgwhite{
        background: #fff;
}

.navbar-nav>li:first-child a{
    /*padding-left: 0 !important;*/
}

.menu2{
        display: flex;
    align-items: center;

}


.bannersection {
    background: #fff;
    padding:30px 0;
}

.pader-l-0{
    padding-left:0px;
}
.pader-r-0{
    padding-right:0px;
}

.imagesblog img {
    width: 100%;
}

.produtctab{
    
}
.produtctab li a{
    
}
.produtctab{
    
}

.padder{
    padding:0px !important;
}

.produtctab li a {
    padding: 18px 25px;
    border-radius: 0;
    text-transform: uppercase;
}

.produtctab .active a h1 {
    color: #fff;
}
.produtctab .active a {
    background: #5667ac !important;
    color: #fff !important;
}

.produtctab  a:hover {
    text-decoration: none;
    background-color: #4F5F92 !important;
    color: #fff;
}

.produtctab  a:hover h1{
   
    color: #fff !important;
}

.whythecart {
    background: #fff;
    padding: 30px 0;
}


.countetr_1 h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #455379;
}
.countetr_1 p {
    font-size: 13px;
    color: #000;
}
.carblog {
    padding-top: 57px;
}
.centercounteimg img {
    width: auto;
    max-width: 100%;
}
.brand {
    padding: 30px 0;
}
.brand .title-blog.linecolor {
    margin-bottom: 47px;
}





.brand .swiper-viewport {
    margin: 0 0 60px;
    background: #fff;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: unset;
    width: 100%;
    position: relative;
    overflow: visible;
}








.countetr_1 img {
    width: auto;
    max-width: 61px;
}







.countetr_1 {
    padding-top: 24px;
}



.brand .swiper-pagination {
    bottom: -30px !important;
    left: 0;
    text-align: center;
    width: 100%;
}




.brand .img-responsive {
    margin: 0 auto ;
}

.oublog_wrapper {
    background: #fff;
    padding: 30px 0;
}

.pading-top{
        padding-top: 40px;

}

.latestnews {
    background: #fff;
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 9%);
    overflow: hidden;
}

.img_section {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
}

.content_lblgo {
    display: flex;
    align-items: center;
}


.date p {
    margin: 0;
    color: #ffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}
.date h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.date {
    padding: 10px 12px;
    text-align: center;
    background: #5667ac;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.description {
    width: 72%;
    padding-left: 10px;
}

.oublog_wrapper {
    background: #fff;
    padding: 30px 0;
    position: relative;
}
.latestnews {
    background: #fff;
    box-shadow: 1px 1px 6px 3px rgb(0 0 0 / 9%);
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.viewbtn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background: #455379;
    width: 100%;
    max-width: fit-content;
    text-align: center;
    color: #ffff;
    font-size: 14px;
    padding: 6px 19px;
    text-transform: uppercase;
    border-radius: 50px;
}
.footer{
        background: #191c29;
    margin-top: 0px;
    padding-bottom: 15px;
}
.footerlogo img {
    width: auto;
    max-width: 100%;
}





h5.footertitle {
    font-size: 16px;
    text-transform: uppercase;
    color:#fff;
}

.footer .list-unstyled li a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.powerdblog {
       text-align: center;
    background: #455379;
    padding: 8px 0;
}
.powerdblog p {
    margin-bottom: 0;
    color: #423320;
    font-size: 14px;
}


.footer p {
   font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.footer img {
    width: auto;
    max-width: 200px;
}
.newslettersection h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
}

.newslettersection .input-group .form-control {
    background: transparent;
    border: 0;
    box-shadow: unset;
}

.newslettersection .input-group .input-group-addon {
    background: #F3F6FF;
    border: 0;
    color: #fff;
    font-size: 12px;
    padding: 00 7px;
}

.newslettersection .input-group {
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

ul.sociallink li a {
  
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100px;
}
ul.sociallink li a i{
    font-size: 20px;
}
ul.sociallink li {
    display: inline-block;
    margin-right: 5px;
}
ul.sociallink {
    padding: 0;
    list-style: none;
}

.addtocartbtn2 {
    background: #F3F6FF;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 12px;
}.button-group_mybtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-group_mybtn button {
    width: 49%;
    text-transform: uppercase;
    font-weight: bold;
}

.lis_of_product  .caption {
    padding: 0 10px;
    min-height: 69px;
}
.addtocartbtn2:hover {    background: #2A7552;
}



.flexingblog {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.privacyblog{
      position: relative;
    right: 0;
    text-align: right;
}
.privacyblog a {
    color: #423320;
    margin: 0 3px;
    font-size: 12px;
}
.footer p i {
    margin-right: 8px;
    margin-top: 3px;
}
.footer p {
        font-size: 14px;
    color: #fff !important;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    word-break: break-all;
    padding-right: 0px;
}

.telphone span a {
    margin: 0;
    text-align: left;
}
.viewbtn:hover{
    color:#fff;
}

/************************************************************************/

.bottm_header_blog .dropdown-menu {
    padding: 10px 15px;
}

.bottm_header_blog .dropdown-menu ul li a {
    padding: 0px !important;
    padding-left: 10px !important;
    line-height: 30px !important;
}

.prodcutlist .breadcrumb {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #bdc9f8;
    border-radius: 0;
}


.prodcutlist .breadcrumb li a {
    color: #727272;
    font-size: 14px;
    text-transform: uppercase;
}
.locationmodal button.closebtn {
    color: #f43d3d;
}


.prodcutlist .breadcrumb li:after {
        content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    width: 15px;
    height: 26px;
    border-right: unset;
    border-bottom: 1px solid #727272;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-61deg);
}


.prodcutlist {
    padding: 35px 0;
}
.listingtitleblog h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #404040;
    font-size: 30px;
}


.listingtitleblog {
    padding-bottom: 10px;
    border-bottom: 1px solid #BDBDBD;
}


.listingtitleblog h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #404040;
    font-size: 30px;
    margin-bottom: 0;
}


.padder{
    padding:0px;
}




.btnblog_list {
    display: flex;
    align-items: center;
}


.btnblog_list button {
    background: transparent;
    border: 0;
    color: #A7A7A7;
    box-shadow: unset;
}
.btnblog_list p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-right: 0px;
        margin-top: 7px;
}



.btnblog_list .active {
    background: transparent !important;
    box-shadow: unset !important;
    color: #686868 !important;
}
.btnblog_list button i {
    font-size: 25px;
}







.product-list .product-thumb .caption {
    margin-left: 0;
}

.product-grid .lis_of_product .caption p {
    display: none;
}
.product-list .lis_of_product {
    display: flex;
}

.product-list .lis_of_product .image.img-blog {
    width: 30%;
}

.product-list .productcontent .caption h2 {
    text-align: left;
    font-size: 22px;
    color: #636363;
    margin: 0;
}


.product-list .productcontent {
    padding: 25px 0;
    width: 70%;
    padding-right: 35px;
}
.product-list .product-thumb .caption p {
    font-size: 14px;
    margin-bottom: 0;
}
.product-list .product-thumb .caption h1 {
    justify-content: flex-start;
    padding: 10px 0;
    font-size: 20px;
}



.product-list .productcontent .button-group_mybtn button {
    width: fit-content;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    border-radius: 2px;
}
.product-list .productcontent .button-group_mybtn button i{
    position: relative;
    left: 0;
}
.product-list .productcontent .button-group_mybtn {
    justify-content: flex-start;
}


.productcontent h2 {
    color: #636363;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    margin: 0 0px 0;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 7px;
}

.product-thumb h4 {
    font-weight: bold;
    margin: 0;
}



.inputgroup .input-group-addon {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.inputgroup .form-control {
    box-shadow: unset;
    border: 1px solid #ddd;
    border-radius: 2px !important;
    font-size: 14px;
    height: unset;
    padding: 9px 9px;
}




.listpagefilter {
    padding: 13px 0;
    border-bottom: 1px solid #C7C7C7;
}
.btnblog_list {
    display: flex;
    align-items: center;
    padding: 3px 0 0;
}


.inputgroup {
    margin-bottom: 0;
}
.listpagefilter {
    padding: 10px 0;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 25px;
}

.empty_blog .buttons a {
    background: #5667AC !important;
    border: 0;
    font-size: 16px;
    padding: 11px 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: unset;
    border-radius: 50px;
}
.empty_blog {
    margin: 30px 0;
    background: #fff;
    border: 0px solid #f3f3f3;
    border-radius: 10px;
    text-align: center;
    padding: 35px 0;
}
.empty_blog .buttons {
    margin: 0;
}

.empty_blog p {
    font-size: 16px;
    margin-bottom: 29px;
    margin-top: 25px;
    color: gray;
}

.empty_blog img {
    width: auto;
    max-width: 100px;
    margin: 9px 0;
}
.serch_blog {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border-radius: 46px;
    padding-right: 0;
    width: 315px;
}

.serch_blog button {
    background: transparent;
    border: 0;
}

.serch_blog .input-group {
    background: #fff;
    border-radius: 50px;
    padding: 0;
    width: 0px;
    margin-bottom: 0 !important;
    overflow: hidden;
    opacity: 0;
}

div#serchprod {
       width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;}
.opensech .input-group {
    width: 100%;
    opacity: 1;
}

.opensech .input-group-btn button i {
    color: #F6BE47 !important;
    font-size: 18px;
    margin-right: 11px;
}
.opensech .input-group-btn button {
    background: transparent;
    box-shadow: unset;
    color: #F3F6FF !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #51619a;
    border-color: #52629c;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #52629c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #51619a;
    border-color: #52629c;
}

.mrgiht5{
        margin-right: 5px;
}

.paralist{
        color: gray !important;
    margin-left: 5px;
}




/*----------------------------------product details-----------------------------------------*/
 ul {
    margin-top: 0;
    margin-bottom:0px;
}
.wishlistbtn:hover {
    color: #fff;
}
.wishlistbtn {
    border: 0;
    color: #ffffff;
    background: #f43d3d !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset;
    position: absolute;
    left: 5px;
    box-shadow: 0px 0px 6px 1px #00000024;
    top: 5px;
    
}


.wishlistbtn i {
    font-size: 20px;
}

.product_details{
        padding-top: 20px;
}
.smalltitle {
    color: #707070;
    font-size: 14px;
    margin-bottom:0px;
}

.title {
     margin: 0;
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.productdetailspage h2 {
    margin: 0;
    font-size: 25px;
    color: #5667ac;
    font-weight: bold;
}
.productdetailspage del {
    font-size: 14px;
    color: #707070;
}
.discount {
    display: block;
    background: #F3F6FF;
    color: #fff;
    width: fit-content;
    padding: 5px 12px;
    font-size: 18px;
    margin: 6px 0;
    font-weight: 400;
}
.starraing span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.starraing {
    padding: 6px 0 ;
}

.starraing span i {
    font-size: 20px !important;
}

.starraing p {
    margin-bottom: 0;
    margin: 7px 0 0;
}
.starraing p a {
    font-size: 14px;
    color: #707070;
}

h3.instock {
    margin: 0;
    font-size: 25px;
    color: #F3F6FF;
}



ul.prdouctdetails li {
       font-size: 14px;
    color: #707070;
    line-height: 25px;
}
ul.prdouctdetails {
      padding-left: 0;
    list-style: none;
    margin: 7px 0 9px;
}

.quatitleform {
    display: flex;
    align-items: center;
    padding: 0 00;
}
.quatitleform span {
    font-size: 14px;
    color: #707070;
    line-height: 25px;
    margin-right: 19px;
}




.quatitleform .qtySelector {
    margin-right: 40px;
}


select.selectbox {
    border: 1px solid #ddd;
    padding: 8px 11px;
}



.deliverpin button {
    color: #455379;
    background: transparent;
    border: 0;
    font-size: 14px;
}
.deliverpin input {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 49px;
    border: 2px solid #A8A8A8;
    outline: none;
}
.deliverpin span {
    font-size: 14px;
    color: #707070;
    margin-right: 15px;
}
.deliverpin {
    padding: 4px 2px;
}
.quatitleform .qtySelector input {
    font-size: 18px;
    font-weight: bold;
}
p.standar i {
    font-size: 23px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

p.standar {
    font-size: 14px;
    color: #707070;
    margin-right: 15px;
    padding: 5px 0;
}


.thumbnail {
    border: 0px solid #ddd;
}
.productdetailsbtn {
    display: flex;
    align-items: center;
    width: 100%;
}


.buynowbtn {
       margin-left: 8px;
    width: 50%;
    background: #2B7552;
    color: #ffff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 55px;
    border: 2px solid #F3F6FF;
}


.productdetailsbtn #button-cart {
    background: transparent;
    color: #5667AC;
    border: 2px solid #F3F6FF;
    width: 50%;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 11px 0;
    border-radius: 55px;
}

.productdetailsbtn #button-cart:hover{
          background: #5667AC;
    color: #fff;
}

button.buynowbtn:hover{
        background: transparent;
    color:#5667AC;
}

.producttabblog {
    padding: 40px 0 25px;
}

.padder{
    padding :0 !important;
}
.padder_left{
    padding-left :0;
}
.padder_right{
    padding-right :0;
}
.logiwrapper {
    padding: 55px 0 0;
}





.Loginform {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: unset;
}



.Loginform p {
    margin-top: 30px;
    font-size: 16px;
    color: #5E5E5E;
    text-align: center;
}



.Loginform .form-group .form-control {
    border: 1px solid #B7B6B2;
    padding: 12px 21px;
    box-shadow: unset;
    height: unset;
    border-radius: 2px;
        font-size: 14px;
}


.Loginform a {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 14px;
}
.btn-submit {
    background: #407D51;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #5667AC;
    padding: 13px 0px;
    width: 50%;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    outline:none;
}


.Loginform .form-group label {
    font-size: 14px;
    color: #5E5E5E;
}

.Loginform form {
    padding-top: 25px;
}




.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}



.termsagree a {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
}
.termsagree {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.termsagree input {
    margin-top: 0;
    margin-right: 11px;
}


.btnblog {
    padding-top: 18px;
}
.signupwrapper .Loginform {
    padding: 26px 0;
    overflow: hidden;
}
.signupwrapper {
    padding: 55px 0 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.btnblog .btn-submit {
    width: 100%;
    padding: 13px 62px;
    max-width: 250px;
    text-align: center;
    color: #FFFFFF !important;
}
.empty_blog i {
    font-size: 60px;
    color: #455379;
}
.btnblog p a {
    display: inline-block;
    font-weight: bold;
}

.btnblog p {
    margin: 8px 0 0;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #5667AC;
    background: #455379 !important;
    background-repeat: repeat-x;
    border-color: #455379 !important;
}
.forgotpass{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.footer img {
    width: auto;
    max-width: 125px;
    margin-top: 9px;
}
.heading_title {
    position: relative;
    min-height: 30px;
    margin-bottom: 15px;
}


.heading_title:before{
      content: "";
    width: 100%;
    background: #bdc9f8;
    position: absolute;
    height: 1px;
    bottom: 0;
}

.heading_title:after{
        content: "";
    width: 65px;
    height: 3px;
    background: #5667AC;
    position: absolute;
    bottom: -1px;
}


.heading_title h1 {
    color: #707070;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.heading_title {
}
.catgorylist a {
    padding: 2px 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.catgorylist {
    height: 200px;
    overflow: auto;
}
.catgorylist a.active, .catgorylist a.active:hover, .catgorylist a:hover {
    color: #5667AC;
    background: transparent;
    border: 0px solid #DDDDDD;
    text-shadow: unset;
}
.catgory_blog {
    padding-top: 15px;
}


.tf-filter-group{
   padding:0px; 
}

.tf-filter-group-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    
   
    align-items: center;
    position: relative;
    height: 30px;
        margin-bottom: 15px;
}
.tf-filter-group-header:before {
    content: "";
    width: 100%;
    background: #bdc9f8;
    position: absolute;
    height: 1px;
    bottom: 0;
}

.tf-filter-group-header:after {
    content: "";
    width: 65px;
    height: 3px;
    background: #5667AC;
    position: absolute;
    bottom: -1px;
}



span.tf-filter-group-title {
    color: #707070;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}


.ui-widget .ui-widget-header {
    background-color:#5667AC;
}



.ui-widget.ui-widget-content {
    border: none;
    background-color: #ececec;
    height: .5em;
    margin-top: 25px;
}


.my_dorp li a {
    color: #787470 !important;
    text-align: left;
    font-size: 14px !important;
    padding: 3px 14px;
}
.my_dorp li {
    padding-left: 0 !important;
}
.my_dorp {
    border: 0;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 9%);
    border-radius: 3px;
        padding: 0;
}



.my_dorp li > a:hover {
    text-decoration: none;
    color: #000000 !important;
    background-color: #455379;
    background:#45537900;
    background-repeat: repeat-x;
}



.accountleft a {
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.accountleft a.active, .accountleft a.active:hover, .accountleft a:hover {
    color: #455379;
    background: unset;
    border: 0px solid #DDDDDD;
    text-shadow: unset;
}

.accountleft {
    overflow: hidden;
    width: 25%;
    float: left;
    padding: 25px 20px;
    border: 1px solid #ddd;
}

.accountleft aside#column-left {
    width: 100%;
    padding: 0;
}



.accountpage {
    padding-left: 30px;
}





.rowpader{
        padding: 20px 0;
}



.accountpage ul.list-unstyled {
     margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}


.accountpage ul.list-unstyled li {
    width: 33%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 15px;
        float: left;
}


.accountpage ul.list-unstyled li a i {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
    color: #f43d3d;
}




.accountpage ul.list-unstyled li a {
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    color: #888888;
    padding: 25px 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    height: 140px;
}



.btn-submit:hover{
    background : transparent;
    color:#407D51 !important;
}



fieldset.subsicption label {
    text-align: left !important;
    font-size: 16px;
    color: #888888;
    margin-bottom: 10px !important;
}

.sucesss {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-align: center;
    padding: 35px 43px;
}
.sucesss p {
    font-size: 16px;
    line-height: 30px;
}
.sucesss .title-blog.linecolor {
    margin-bottom: 40px;
}

.addbook .form-group {
    margin-right: 0;
    margin-left: 0;
    height: 77px;
    margin-bottom: 10px;
}


.btn-info {
    color: #ffffff;
    text-shadow: unset;
    background-color: #5667AC;
    background: #5667ac !important;
    background-repeat: repeat-x;
    border-color: #5667ac !important;
}




.btn-danger {
    color: #ffffff;
    text-shadow: unset;
    background-color: #468156;
    background: #468156 !important;
    background-repeat: repeat-x;
    border-color: #468156 !important;
}








.formheight .form-group {
    margin-right: 0;
    margin-left: 0;
    min-height: 78px;
    margin-bottom: 5px;
}



.dateicon{
        background: #455379;
    border: 0;
    color: #fff;
    padding: 17px 20px;
}
.margin-0{
    margin:0px;
}

.cartblog {
    padding-top: 50px;

}

/*.table tbody tr td {
   
    font-size: 14px;
    color: #493F2D;

}
.table thead tr td {
    background: #F6BE47;
    color: #fff;
    border: 0;
    font-size: 14px;
        font-weight: bold;
}*/
.table thead tr td{
        font-size: 14px;
    color: #493F2D;
    font-weight: bold;
}

.table tfoot tr td {
      font-size: 16px;
}
.table tfoot tr td {
    font-size: 16px;
    font-weight: bold;
    color: #493F2D;
    text-transform: capitalize;
}

.productdetailsbtn a {
    background: transparent;
    color: #2B7552;
    border: 2px solid #2B7552;
    width: 50%;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 11px 0;
    border-radius: 55px;
        text-align: center;
}



.productdetailsbtn .buynowbtn {
    margin-left: 8px;
    width: 50%;
    background: #2B7552;
    color: #ffff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 55px;
    border: 2px solid #2B7552;
    text-align: center;
}
.cartBtn{
        width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.btshopint:hover{
    background:#2B7552;
    color:#fff;
}


.cartBtn .buynowbtn:hover{
    background: transparent;
    color: #2B7552;
}




.acodinionpanel .panel-heading h4 {
    font-size: 16px;
    color: #493F2D;
}
.acodinionpanel .panel-heading {
    background: transparent;
    border: 1px solid #455379 !important;
    box-shadow: unset;
    border: 0;
    color: gray;
    color: #707070;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
        padding: 15px 25px;
    text-transform: capitalize;
}

.acodinionpanel .panel.panel-default {
    border: 0px solid #5667AC;
    margin-bottom: 14px;
    
}
.acodinionpanel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #5667AC;
    padding: 30px 15px;
    border: 1px solid #5667ac;
    border-top: 0;
}
.coupencode .btn {
    background: #2B7552 !important;
    border: 0;
    padding: 13px 32px;
    font-size: 14px;
    text-transform: uppercase;
}


.coupencode .form-control {
    border: 1px solid #B7B6B2;
    box-shadow: unset;

    color: #000;
    padding: 12px 15px;
    font-size: 14px !important;
    height: unset;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0 !important;
    color: inherit;
}

.cartblog table tr td a {
    font-size: 14px;
    color: #493F2D;
    font-weight: bold;
}

.checkoutblog {
    padding-top: 60px;
}
.checkoutblog .panel.panel-default {
    background: transparent;
    border: 0;
}


.checkoutblog .panel.panel-default {
        background: transparent;
    border: 0px solid #5667AC;
    box-shadow: unset;
}

.checkoutbtn{
    font-size: 15px;
    border: 0;
    text-shadow: unset;
    padding: 11px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #407D51 !important;
    color: #fff;
    outline: none;
}
.lgoibtn{
    margin: 0 auto;
    display: block
}
    
.checkoutfomr span {
    font-size: 16px;
    color: #5E5E5E;
}

.custom_box {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #5667ac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5667ac;
    margin-right: 7px;
    position: relative;
    margin-bottom: 0;
}

label.custom_box input {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
    opacity: 0;
}



span.checbox {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #5667ac !important;
    display: none;
}


.flebox{
    display: flex;
    align-items: center;
}


.radiobox:checked + span.checbox  {
    display: block;
}


.addressform{
    
}

.addressform .form-group {
    height: 75px;
}
.flebox span {
    font-size: 16px;
    color: #5E5E5E;
}

.overfiew{
        overflow: hidden;
}

.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.Loginform .form-group .form-control::placeholder{
    color:transparent;
}




.form-control {
    border: 1px solid #B7B6B2;
    padding: 12px 21px;
    box-shadow: unset;
    height: unset;
    border-radius: 2px;
        font-size: 14px !important;
}



.confirm .btn{
        font-size: 15px;
    border: 0;
    text-shadow: unset;
    padding: 11px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #407D51 !important;
    color: #fff;
    outline: none;
        margin: 0 auto;
    display: block;
}
.confirm .pull-right{
    float:unset !important;
}

.padint{
    padding-top: 15px;
  
}


.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}







/*------------------review-------------------------*/
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #5667AC !important;
}


.star-rating label  {
    font-size: 19px;
    color: #b7b7b7 !important;
}

.star-rating label  .fa{
    font-size: 19px;}

.nametitle{
        font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

.starraing_2 {
   display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
}

p.datesmall {
    margin: 0;
    font-size: 12px;
    color: #afaeae;
    text-align: left;
    margin-top: 9px;
}
p.reviewpara {
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.showreviewe table tr td {
    border: 0;
    padding: 0px;
}
.showreviewe table {
    border: 0px solid #5667AC;
    padding: 0;
        position: relative;
}

.starraing_2 .fa {
   height: 22px;
    font-size: 19px;
    width: 22px;
    color: #5667AC;
}
.noreview {
    height: 285px;
    padding-top: 98px;
    border: 1px solid #B7B6B2;
}
.noreview p {
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
}
.noreview ul li {
    margin: 0 3px;
}
.noreview ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.noreview ul li i {
    font-size: 28px;
}

.mobile_nav_bar{
    display:none;
}





.cartlist li a {
    color: #fff;
}
.cartlist li i {
    color: #fff ;
    display: block;
        font-size: 22px;
}
.Mobilesdesing {
    background: #5667AC;
    padding: 5px 15px;
}
.cartlist {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
 
    padding: 11px 25px;
}


ul.dropmenu li a {
    color: #493f2d;
    font-size: 16px;
    padding: 8px 0;
    display: block;
}
ul.dropmenu {
        display: none;
    position: absolute;
    background: #ffff;
    padding: 9px 14px;
    width: 100%;
    left: 0;
    top: 143px;
    background: #fff;
    z-index: 9998;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 8%);

}

li.dropdownmenu {
    
}



img.logo_mobile {
    width: auto;
    max-width: 80px;
}

.logoList{
        width: 65%;
    text-align: center;
}


ul.dropmenu div#search button {
    background: #5667AC;
    border: 0;
    padding: 9px 18px;
}
ul.dropmenu div#search .form-control {
       box-shadow: unset !important;
    border: 1px solid #5667AC;
}

.categoryShowmen {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 9;
    background: #fff;
    width: 70%;
    box-shadow: 8px 0px 6px #0000001c;
    z-index: 9999;
}


.categoryShowmen h2 {
    background: #5667AC;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 12px 17px;
    text-transform: uppercase;
}
span#category {
    display: none !important;
}



.mobile{
    display:none;
}
.showmenus{
     display:block;
}
.rating {
    text-align: left;
}

.search_blog {
    padding-top: 40px;
}


.m-b-35{
        margin-bottom: 35px;
}

.searchbtn{
    background: #5667AC !important;
    border: 0;
    font-size: 16px;
    padding: 11px 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: unset;
    border-radius: 50px;
    width: 100%;
    outline:none !important;
}



.searchbtn:hover{
    background:#5667AC !important;
}





.prodcutlist .breadcrumb li a span.color-y {
    color: #727272 !important;
}

.flexbox{
    display: flex;
    align-items: center;
    padding-bottom: 11px;
}


.descrptionblog {
    padding-top: 50px;
}


.form-control:focus {
    border-color: #5465a5 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(246 190 71 / 20%) !important;
}



.productdetailspage .rating {
    text-align: left;
}


.conteactinfopanel-body {
    padding-top: 20px;
}


.telphone {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.telphone i {
    font-size: 20px;
    color: #5667ac;
    margin-right: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #5667ac;
}

.telphone span {
    font-size: 16px;
    width: 85%;
}


.hidden-xl{
    display:none;
}
.activefilter {
    left: 0 !important;
}

.categoriessection .swiper-pagination-bullet-active {
    background: #455379 !important;
}

.categoriessection .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #d5ddff;
    border-radius: 20px;
    box-shadow: unset;
    margin: 0 5px;
    opacity: 1;
}
.brand-slider {
    background: #fff;
}


.brand-slider .img_blog {
    border: 0;
}
.brand-slider .swiper-pagination-bullet-active {
    background: #455379 !important;
}

.brand-slider  p {
    display: none;
}
.brand-slider .class_1 {
    display: none;
}




.categoryies .class_2 {
    display: none;
}
.brand-slider .class_2 {
    display: block;
}


.homepage_slider .rating {
    min-height: 25px;
    padding: 0 !important;
}






.oublog_wrapper .swiper-viewport {
    background: transparent;
}



.swiper-viewport{
    border-radius:0px !important;
}



.alert-success {
    color: #fff;
    background-color: #13a761;
    border-color: #13a761;
}



.alert {
    padding: 8px 14px 8px 14px;
    margin-bottom: 00;
    padding: 16px 35px;
    border-radius: 0;
    font-size: 16px;
}

.alert-success a {
    color: #fff;
}
.heding{
        width: 85%;
}




.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;

}


.tf-filter-group-content input[type="number"] {
    width: 100%;
    padding: 4px 3px;
    text-align: center;
}

/*-------------------blog--------------------------*/

.datebox {
   position: absolute;
    background: #DA1F26;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 99;
   
    right: 10px;
    top: 8px;
}

.blog_Wraper {
    position: relative;
}

.blog_content {
    width: 100%;
    overflow: hidden;
    padding: 0;
    display: flex;
}

ul.list-inline-blog_2 {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

ul.list-inline-blog_2 li i {
    margin-right: 5px;
    font-size: 16px;
}
ul.list-inline-blog_2 li {
    color: #9BA2A5;
    font-size: 14px;
}
ul.list-inline-blog_2 {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}


ul.list-inline-blog {
    padding: 0;
    list-style: none;
    margin-top: 5px;
}
ul.list-inline-blog li {
    color: #434343;
    font-size: 14px;
}




.blog_wrapper .detail h4 {
        font-size: 20px;
    color: #434343;
    min-height: 45px;
}






.blog_wrapper .product-thumb {
   border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0px;
}

.blog_wrapper  .product-list .product-thumb .image {
    float: left;
    padding: 0;
}



.oublog_wrapper  .product-thumb .image {
    text-align: center;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content_lblgo {
    display: flex;
    align-items: center;
    width: 100%;
}

.blog_wrapper {
    padding-top: 44px;
}
.blog_content .detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.blog_content .detail {
       padding-left: 15px;
    padding-top: 10px;
    width: 70%;
    padding-right: 11px;
}
.btnread a {
  color: #455379 !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 11px;
}
.blog_content .detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*-----------------------blogdetails----------------------------------*/

.blog_wrapper_details .headtitle {
    background: rgb(255 255 255 / 89%);
    position: relative;
    width: 100%;

    position: absolute;
    bottom: 0;
        left: 0;
}


.blog_wrapper_details .image.listimg {
    position: relative;
}

.userbvlgoimg {
     border: 2px solid #92278F; 
     width: 100px; 
     height: 100px; 
     border-radius: 50px; 
     display: flex; 
     align-items: center; 
    justify-content: center;
       margin: 0 auto;
    margin-top: -50px;
    background: linear-gradient(white, #ffffff30);
    backdrop-filter: blur(2px);
}
.userbvlgoimg img {
    width: 66px;
}
.blog_wrapper_details .feedback {
    text-align: center;
}

.blog_wrapper_details .feedback span.user {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 3px 0;
    text-transform: uppercase;
    color: #92278F;
}

.blog_wrapper_details .feedback li{
        color: #333;
    font-size: 14px;
}
.blog_wrapper_details .headtitle h4 {
    font-size: 20px;
    color: #434343;
    font-weight: bold;
}
.blogdetail {
    padding: 12px 10px 0;
    width: 100%;
    overflow: hidden;
}
.blogdetail ul li {
    padding: 0;
    padding-right: 5px;
    font-size: 14px;
    color: #434343;
}

.blog_wrapper_details .product-thumb {
    background: none;
    border: 0;
    padding: 20px 0;
}

.blog_wrapper_details .product-thumb .description.pull-left p {
    color: #434343;
    margin-bottom: 10px;
    font-size: 14px;
}


.socialicon li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5667AC;
    border-radius: 50px;
}

span.commentcount {
    margin-right: 5px;
}


.blog_wrapper_details div#postfeedback {
    border: 1px solid #5667AC;
    padding: 0 0;
}

.commentheadr {
    padding: 9px 12px;
    border-bottom: 1px solid #5667AC;
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}
.logoutbox {
    padding: 18px 0;
    text-align: left;
    font-size: 14px;
    color: #434343;
}

.addcommwntform {
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
}
.addcommwntform .userpic img {
    width: 17px;
}
.addcommwntform .userpic {
    width: 30px;
    height: 30px;
    background: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 15px;
}




.addcommwntform .inputbox {
    width: 93%;
    float: right;
}

.addcommwntform .inputbox input {
    height: 50px;
    border: 0;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 15%);
    border-radius: 2px;
}





.addcommwntform .input-group .input-group-addon i {
    font-size: 25px;
    margin-left: 17px;
}
.addcommwntform .input-group .input-group-addon {
    background: transparent;
    border: 0;
    padding: 0;
}

.addcomebtn {
    background: #962F93;
    color: #fff;
    height: unset;
    padding: 11px 29px;
    margin-top: 19px;
    float: right;
    font-size: 14px;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 115px;
}

.usercommentshow .commentbox.pull-left.col-sm-12 {
    padding: 10px 11px;
    border-top: 1px solid #657A01;
}
.usercommentshow .commentbox.pull-left.col-sm-12 p {
    font-size: 12px;
    color: #434343;
}
.usercommentshow .commentbox.pull-left.col-sm-12 {
    padding: 10px 11px;
    border: 1px solid #657A01;
    width: 98%;
    float: unset !important;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 11px;
}

.usercommentshow .col-sm-2.userbox img {
    width: auto;
    max-width: 20px;
}
.usercommentshow .col-sm-2.userbox {
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 15px;
}
.usercommentshow span.time {
    font-size: 10px;
    color: gray;
    font-style: italic;
}

.usercommentshow span.name {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}

.paddering{
    padding: 35px 25px;
}

.paddering {
    padding: 35px 25px;
    border: 0 !important;
    border-radius: 3px;
}

.dailogmodle{
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

img#imagesrc {
    width: 100%;
    max-width: 115px;
}

.usercommentshow .commentbox.pull-left.col-sm-12 img {
    width: auto;
    max-width: 135px;
}

.usercommentshow .col-sm-2.userbox img {
    width: auto !important;
    max-width: 20px !important;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #fff;
    background-image: #ffff;
    background-repeat: repeat-x;
}


#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #FFF, #FFF) !important;
    background-repeat: repeat-x;
}

.input_serch_blog {
       border: 1px solid #778052;
    padding: 6px 2px;
    border-radius: 3px;
    box-shadow: unset;
    background: #F9FAF2;
}


.input_serch_blog .form-control {
    background: transparent;
    border: 0;
    box-shadow: unset;
    color: #000100;
    font-weight: bold;
    font-size: 16px !important;
}
.input_serch_blog .form-control::placeholder{
    color: #000100;
    font-weight: bold;
    font-size: 16px !important;
}
.input_serch_blog .btn.btn-default i {
    color: #667522 !important;
    font-size: 19px;
}


.input_serch_blog .btn.btn-default {
    background: transparent;
    border: 0;
    box-shadow: unset;
    color: #778052 !important;
}
.blogimages {
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    background-size: cover !important;
    background-position: center !important;
}
.blogslider .caption h4 a {
    color: #434343 !important;
    font-weight: bold !important;
}
.blogslider .caption h4 {
    font-size: 14px;
    min-height: 25px;
    color: #434343 !important;
    font-weight: bold !important;
}


.product-thumb.blogslider .caption.padder {
        padding: 0;
    min-height: unset;
    width: 75%;
    padding-left: 10px;
}

.blogslider .caption h4 a {
    color: #000 !important;
    font-weight: 600 !important;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
        padding: 10px 0 0;
}


.blogslider .list-inline {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    display: none;
    align-items: center;
    justify-content: space-between;
}


.blogslider {
    border: 1px solid #5667AC;
   
}

.mar-top{
        margin-top: 15px;
}

.blogslider {
    border: 0px solid #778052 !important;
   
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0px !important;
    margin-top: 14px;
}
.category_show .swiper-viewport.relatedb {
    margin-bottom: 0;
}

.blog_deatils .headtitle {
    width: 100%;
    overflow: hidden;
    background: #ffffffe3;
    position: absolute;
    z-index: 99;
    bottom: 0;
}
.blog_deatils .col-sm-12.padd.col-xs-12 {
    position: relative;
    padding: 0;
}
.blog_deatils .image.listimg {
    position: relative;
    overflow: hidden;
}


.blog_deatils .date p {
    margin: 0;
    color: #ffff;
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
}



.blog_deatils .date {
    padding: 10px 12px;
    text-align: center;
    background: #5667ac;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.blog_deatils .blog_content .detail {
    padding-left: 15px;
    padding-top: 18px;
    width: 86%;
    padding-right: 11px;
}


.blog_deatils .innerheader h1 {
    font-size: 25px;
    color: #000;
    margin: 0;
}



.blog_deatils .blog_content .detail ul li {
    font-size: 14px;
    font-style: italic;
    color: #515151;
}
.blog_deatils .innerheader h1 {
    font-size: 25px;
    color: #000;
    margin: 0;
    margin-bottom: 8px;
}


.blog_deatils .description {
    width: 100%;
}




.blog_deatils .product-thumb {
    background: none;
    padding: 17px 0;
    border: 0;
}
.blog_deatils .description p {
    margin-bottom: 0;
    font-size: 14px !important;
    color: #404040 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

.blog_deatils .description {
    width: 100%;
    border: 1px solid #5667ac;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.blog_deatils .social-icons ul li a i {
    font-size: 19px;
}
.blog_deatils .social-icons ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #455379;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.blog_deatils .commentheadr {
    overflow: hidden;
    width: 100%;
    border: 0;
    position: relative;
    padding: 0;
}




.blog_deatils  .heading_title {
    width: 100%;
    overflow: hidden;
}


.blog_deatils .modal-content.col-sm-12 {
    padding: 45px 30px;
    border: 0;
    border-radius: 2px;
}




.blog_deatils .title-blog{
        margin-bottom: 34px;
}

.blog_deatils .close{
        position: absolute;
    top: 8px;
    right: 12px;
    font-size: 35px;
    opacity: 1;
    color: #5667ac;
}
.blog_deatils  .modal-dialog.modal-md {
  
    width: 100%;
    max-width: 650px;
}


.blog_deatils .commentbox2.adddata {
    overflow: hidden;
    border: 1px solid #5667ac;
    padding: 22px 28px;
    display: flex;
    align-items: flex-start;
}



.blog_deatils .userpic img {
    width: 21px !important;
   
}



.blog_deatils .userpic {
    width: 41px;
    border: 1px solid #455379;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    height: 41px;
}




.blog_deatils .inputbox {
    width: 100%;
}

.blog_deatils .inputbox .input-group span {
    background: transparent;
    border: 0;
}
.blog_deatils .inputbox .input-group .form-control {
    border: 0px solid #ddd;
}
.blog_deatils .inputbox .input-group {
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}


.blog_deatils input#add-filetype {
    background: #f43d3d !important;
    border: 0 !important;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 35px;
}

.blog_deatils .userbox img {
    width: 22px;
    max-width: 117px;
}
.blog_deatils .commentbox .userbox {
    width: 55px;
    height: 55px;
    background: white;
    border: 1px solid #455379;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.blog_deatils .comment  p {
    font-size: 14px;
    color: #575757;
}

.blog_deatils .time {
    font-style: italic;
    color: gray;
    font-size: 12px;
    margin-left: 7px;
}


.blog_deatils .name {
    text-transform: uppercase;
    color: #455379;
    font-weight: bold;
    font-size: 14px;
}
.blog_deatils .commentbox {
    border: 1px solid #455379;
    padding: 22px 15px;
    border-radius: 2px;
    margin-bottom: 30px;
}


#menu .dropdown-menu li a {
    font-size: 14px !important;
    font-weight: 400;
}
#menu .dropdown-menu {
    padding-bottom: 0;
  
    border: 0;
}

.dateicon {
    background: #455379 !important;
    border: 0;
    color: #fff !important;
    padding: 12px 21px;
    height: 45px;
}


.acodinionpanel label.control-label {
    display: block;
}



.coupencode .form-control::placeholder{
    color:#fff;
}
.affix {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #5667AC;
    box-shadow: 1px 4px 11px rgb(0 0 0 / 25%);
}
.affix .dropmenu{
        top: 52px;
}
div#latestblog {
    padding-top: 31px;
}
.resetpass{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: left;
}



.dropdown-menu {
       min-width: 300px;
}



.homepage_slider .rating {
     min-height: unset; 
    padding: 0 !important;
}


.center_logo img {
    width: auto;
    max-width: 125px;
}






.contactinfo_right ul.dropdown-menu.my_dorp {
    min-width: 174px;
    padding: 10px 9px;
}
span#cart-total {
    font-size: 12px;
    margin-left: 5px;
}
/*span#cart-total {
    width: 20px;
    height: 20px;
    background: red;
    position: relative;
    right: 0;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    top: 0;
    overflow: hidden;
    color: #fff;
    margin-left: 6px;
}*/
/*---------------cart modal----------------*/
.mydropdown {
    position: fixed;
    right: 0;
    background: #fff;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    top: 0;
    display: none;
    z-index: 9999;
    box-shadow: -17px -2px 8px #00000012;
    overflow: auto;
}
.mydropdown:before{
    content:"";
}
.openDrop {
    display: block;
}
.mydropdown h1 {
        font-size: 20px;
    background: #f6be47;
    margin: 0;
    padding: 12px 15px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mydropdown h1 span {
    cursor: pointer;
}


ul.cartmodal li {
    padding: 0;
}
ul.cartmodal {
    padding: 0;
}


p.text-right.cartbtn_blog a {
    display: flex;
    width: 100%;
    background: red;
    margin-bottom: 15px;
}

ul.cartmodal {
    padding: 0;
    padding: 10px 15px;
}
.cart_btnblog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.viewcartbtbn {
    width: 50%;
    background: #5667AC;
    text-align: center;
    border-radius: 60px;
    color: #fff !important;
}



.viewcartbtbn {
    width: 50%;
    background: #5667AC;
    text-align: center;
    border-radius: 60px;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 17px !important;
        margin-right: 5px;
}



.viewcartbtbn i {
    display: inline-flex !important;
    font-size: 20px !important;
    margin-right: 5px;
}



a.checkoutbtnpage {
    background: #407D51;
    width: 50%;
    text-align: center;
    border-radius: 60px;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 17px !important;
}


a.checkoutbtnpage i {
    display: inline-flex !important;
    font-size: 20px !important;
    margin-right: 5px;
    color:#fff !important;
}

.carttotal tbody tr td {
    color: #000;
}


button.deledit i {
    font-size: 15px !important;
    color:#fff !important;
}
button.deledit {
    background: red;
    border: 0;
    font-size: 11px !important;
    width: 30px;
    height: 30px;
    border-radius: 32px;
}

p.price {
    font-size: 18px;
    margin-top: 25px;
    color: #455379;
    font-weight: bold;
}

ul.cartmodal h3 a {
    font-size: 16px;
    color: #000 !important;
}
ul.cartmodal h3 {
    margin: 0;
    line-height: 22px;
    margin-bottom: 5px;
}
.cartmodal .table>tbody>tr>td {
     border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}

ul.cartmodal {
    padding: 0;
    padding: 10px 15px;
    display: block !important;
    padding: 15px 15px !important;
}



.shopicon{
    
}
.descrptionblog p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}



/*----------------allcategories-------------------*/



li.customdropdown a {
    line-height: 33px !important;
    display: block !important;
    color: #000 !important;
    padding: 0 0 !important;
    font-weight: 400 !important;
   font-size: 12px !important;
}

.customdropdown-menu {
 
  
}
/*.customdropdown:hover .customdropdown-menu{
      display: block !important;
}
*/

.customdropdown-menu-main {
  position: absolute;
    background: #fff;
    z-index: 9999;
    padding: 0 0px;
    box-shadow: 1px 1px 7px #00000030;
    min-width: 300px;
    height: 385px !important;
    overflow: auto;
    display: none;
}
li.customdropdown_s{
    
}
ul.list-unstyled.menudrop_db_list {
    height: uset;
    overflow: hidden;
}
li.customdropdown_s:hover .customdropdown-menu-main {
     display: block;
}




.bottom_hesder ul li a:hover {
    background: transparent !important;
    color: #404040 !important;
}

.padder-left{
    padding-left:0px;
}




.descrptionblog ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.descrptionblog ul {
    padding-left: 30px;
    margin-bottom: 10px;
}



.descrptionblog p b {
    border-bottom: 2px solid #455379;
    padding: 6px 0;
}

.sitemap_wrapper {
    padding-top: 52px;
}

.sitemap_wrapper ul li {
    margin-bottom: 13px;
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
}


.row.sitemap_wrapper ul {
    padding: 0;
    list-style: none;
    margin-top: 15px !important;
}

.sitemap_wrapper ul li a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 400;
}

.sitemap_wrapper .col-sm-6{
        padding-left: 200px;
}

.special{
        padding-top: 50px;
}



/*-------------------desktopheader-------------------------*/
.top_bar_list {
    width: 100%;
    overflow: hidden;
    background: #455379;
    padding: 5px 0;
}


ul.list_of_menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

ul.list_of_menu li i {
    display: inline-block;
    font-size: 35px;
    color: #FFFFDD;
}


.center_logo img {
    width: auto;
    max-width: 138px;
    margin-top: -46px;
    border: 1px solid #455379;
    border-radius: 50%;
    box-shadow: 0px -4px 10px 0px #00000024;
}

.tophome.bllog {
    padding: 5px 0;
    background: #455379;
}


.top_bar_list .contactinfo p {
    padding-right: 15px;
}
.top_bar_list .contactinfo {
    display: flex;
    align-items: center;
}


.center_logo img {
    width: auto;
    max-width: 110px;
    margin-top: -29px;
    border: 1px solid #455379;
    border-radius: 50%;
    box-shadow: 1px 1px 13px #45537945;
}
.sercbra div#search {
   border: 0px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 0;
    background: #ffffff;
    width: 77%;
   
}


.sercbra .btn.btn-default.btn-lg i {
    font-size: 25px;
    color: #455379;
}
.sercbra .btn.btn-default.btn-lg {
    color: #493F2D !important;
    background: transparent;
    border: 0;
    padding: 0 19px !important;
    box-shadow: unset !important;
}
.sercbra #search .input-lg {
    border: 0 !important;
    padding: 14px 19px;
    height: unset;
    box-shadow: unset;
    background: transparent;
}

ul.list_of_menu li a {
    color: #ffffdd;
    font-size: 16px;
}

ul.list_of_menu li i {
    display: inline-block;
    font-size: 35px;
    color: #455379;
}

ul.list_of_menu li {
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #ffffdd;
    padding-left: 37px;
    display: flex;
    align-items: center;
}
ul.list_of_menu li {
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    border: 1px solid #455379;
    background: #455379;
    margin-left: 15px;
    padding: 0px;
    border-radius: 0px;
        height: 45px;
   
}
ul.list_of_menu li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}
ul.list_of_menu li i {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    margin-right: 5px;
}
ul.cartmodal li {
    background: unset;
    border: 0;
    width: 100%;
    display: unset;
    padding: unset;
    border-radius: unset;
}

#cart {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.swiper-pager {
    
    display: none;
}
#content {
    min-height: 450px;
}
.my_dorp li > a:hover {
 
    width: 100%;
}
.my_dorp li {
    padding-left: 0 !important;
    background: transparent !important;
    border: 0 !important;
    margin-left: 0 !important;
}
button.deledit {
    background: #f43d3d;
}
ul.cartmodal li {
   
    display: contents;
}
button.deledit i {
    margin-right: 0 !important;
}
.viewcartbtbn {
    width: 50%;
    background: #5667ac;
    text-align: center;
    border-radius: 60px;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 17px !important;
    margin-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.checkoutbtnpage {
    background: #407D51;
    width: 50%;
    text-align: center;
    border-radius: 60px;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 17px !important;
    justify-content: center;
}






.flebox span {
    font-size: 16px;
    color: #5E5E5E;
    margin-right: 0px;
}





.descrptionblog p b {
    border-bottom: 2px solid #455379;
    padding: 6px 0;
    text-transform: uppercase;
}



/*-----------------------------new dropdown---------------------------*/
li.customdropdown.menudrop_db {
    width: 100%;
}


.customdropdown-menu {
    display: none;
}



li.customdropdown.menudrop_db a {
    color: #000 !important;
    font-size: 14px !important;
    padding: 1px 25px !important;
}


li.customdropdown.menudrop_db:hover a{
    color:#4D5C87 !important;

   
}
li.customdropdown.menudrop_db:hover a::before{
    content:"";

}
li.customdropdown.menudrop_db:hover .customdropdown-menu {
    display: block;
}
li.customdropdown.menudrop_db .customdropdown-menu li  a::before {
  display:none !important;
}
li.customdropdown.menudrop_db {
    width: 100%;

    
}
.customdropdown-menu {
    display: none;
    position: fixed;
    background: #FFF;
    margin-left: 275px;
    margin-top: 0;
    width: 40%;
    box-shadow: unset;
    top: 171px;
    height: 385px;
    overflow: auto;
    padding: 15px 25px;
    
}
.customdropdown-menu::before{
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    height: 90%;
    background: #4d5c87;
    top: 20px;

}
li.customdropdown.menudrop_db:hover a::before {
    content: "";
    width: 66%;
    height: 2px;
    background: #4D5C87;
    position: absolute;
    bottom: 2px;
    border-radius: 100px;
}

ul.list-unstyled.menudrop_db_list li {
   
}
li.customdropdown.menudrop_db .customdropdown-menu .see-all {
    display: none !important;
}


.customdropdown-menu-main {
    position: absolute;
    background: #fff;
    z-index: 9999;
    padding: 0 0px;
    box-shadow: 1px 1px 7px #00000030;
   
    height: 500px;
    overflow: auto;
    display: none;
}
li.customdropdown.menudrop_db {
    /*background: #fce9c1;*/
    /*margin-top: 0;*/
    /*width: 100%;*/
    /*margin-bottom: 5px;*/
    /*display: block;*/
}

ul.list-unstyled.menudrop_db_list li {
    width: 50%;
    display: flex;
    float: left;
}

.menu_row1{
     width: 100% !important;
    
}
.menu_row2 {
     width: 50% !important;
    
}
.menu_row3
{
     width: 30% !important;
    
}

a.see-all {
    display: none !important;
}


.bottm_header_blog .dropdown-menu {
    padding: 0px !important;
}


.topmegamenu{
    height:385px;
    overflow:auto;
}

.affix_my {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.space_empty {
    height: 171px;
}


.downloadapp p {
display: block;
  margin-top: 7px;
    
}
.downloadapp {
          text-align: left;
    border-top: 0px solid #fbe0a9;
    margin-top: 0;
    padding-top: 0;
}
.downloadapp img {
        max-width: 125px;
    margin-top: 0;
}

.discount_show {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #455379;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 2px;    
    opacity: 1 !important;
  
    height: unset;
    white-space: nowrap;
}
.btn25 {
    width: 80px;
}
.location_dropdown {
       position: fixed;
    background: #00000080;
    top: 120px;
    z-index: 9;
    width: 100%;
    right: 0;
    box-shadow: 1px 1px 4px 4px #00000012;
   display: none;
    height: 100%;
}

.locationmodal {
       position: relative;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 24px;
    background: #fff;
    text-align: left;
    border-radius: 0;
}


.locationmodal h2 {
    font-size: 20px;
}


.locationmodal h2 span {
    color: #455379;
}

.locationmodal p i {
    color: #455379 !important;
    font-size: 30px !important;
    margin-right: 3px;
}

.locationmodal p {
    display: flex;
    align-items: center;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.bottom_hesder ul li:nth-last-child(1) {
   
    display: none;
}
.blog_menublock {
    display: block !important;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 0;
}



.cookies_save_blog {
    position: fixed;
    bottom: 0;
    background: rgb(255 255 255 / 93%);
    width: 100%;
    z-index: 99;
    border-top: 2px solid #5464A4;
        padding: 15px 30px;
}


.cokkiess a {
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: 6px;
    color: #000;
}

.cokkiess p {
       font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.cokkiess a span {
    font-size: 34px;
}
.hideMega {
    display: none !important;
}

a.backtptop {
    position: fixed;
    bottom: 15px;
    right: 20px;
    background: #157e17;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50px;
      z-index: 9;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 10px 1px #0000004a;
     display:none ;
}
a.backtptop span {
    font-size: 45px;
}
.showbacktbn{
    display:flex !important ;
}

.servingtext{
    font-size: 12px;
    color: #fff
}

button.closebtn {
    position: absolute;
    right: 10px;
    background: transparent;
    border: 0;
    color: #171716;
    font-size: 35px;
}




.input-group.serchcity .form-control {
    border: 0;
    box-shadow: unset !important;
}
.input-group.serchcity {
    border: 1px solid #B7B6B2;
    padding: 0 10px;
}
.input-group.serchcity span {
    border: 0;
    background: transparent;
    color: #455379;
    padding: 0;
}
ul.list-city {
    padding: 0;
    list-style: none;
    height: 450px;
    overflow: auto;
}
ul.list-city li {
    font-size: 16px;
    padding: 14px 15px;
    border-bottom: 1px solid #ddd;
}




.citylisblog {
    padding: 18px 0;
}

.my_dorp li {
    height: unset !important;
}
.my_dorp:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(
45deg
);
    top: -7px;
    left: 69px;
}



.downloadapp {
    text-align: left;
    border-top: 1px solid #fbe0a9;
    margin-top: 15px;
    padding-top: 15px;
}



.footerblogcutomer img {
    max-width: 90px;
}

.faceiocn{
        background: #4064AC;
    color: #fff;
}

.instagramicon{
    background: linear-gradient(
45deg
, #bc03ba, #ff2a23);
    color: #fff;
}
.trwiteriocn{
        background: #1C9CEA;
    color: #fff;
}
.linkdineiocn{
    background: #0C61BF;
    color: #fff;
}
ul.sociallink li a:hover{
        box-shadow: 1px 2px 3px 1px #0000004a;
}
.newslettersection .input-group {
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    border: 0px solid #fff;
    margin-bottom: 10px;
    display: block;
}
.newslettersection .input-group .input-group-addon {
    background: #455379;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 7px !important;
    height: unset !important;
    border: 2px solid #fbe0a9;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
.newslettersection .input-group .form-control {
    background: #fff;
    border: 0;
    box-shadow: unset;
    margin-bottom: 8px;
}
.product-thumb .image a:hover {
    opacity: 1;
}

.newprodtag {
    background: #2a7552;
    color: #fff;
    position: absolute;
    right: -32px;
    transform: rotate( 
45deg
 );
    top: 23px;
    width: 135px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}



.productcontent h1 .price-old {
    color: #969696 !important;
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: left;
}
.imagesblog img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}



.productdetailspage ul li h1 {
    margin: 0;
    font-size: 25px;
    color: #455379;
}

.showmenus p {
    display: flex;
    align-items: center;
}

.footer p i {
    margin-right: 10px;
    margin-top: 0;
    width: 15px;
    font-size: 25px;
    text-align: center;
}






.downloadapp {
    text-align: left;
    border-top: 1px solid #fbe0a9;
    margin-top: 0;
    padding-top: 15px;
    background: #455379;
    padding-bottom: 15px;
}








.downloadapp p {
    display: block;
    margin-top: 7px;
    color: #fff;
}




.appblog.text-left {
    padding-top: 15px;
}




.newslettersection .input-group .input-group-addon {
    background: #F43D3D !important;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 7px !important;
    height: unset !important;
    border: 2px solid #F43D3D !important;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 50px !important;
    box-shadow: unset;
}


.newslettersection .input-group {
    display: flex;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    align-items: center;
}


.newslettersection h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    color: #493f2d;
    text-transform: uppercase;
    font-weight: bold;
}



.newslettersection .input-group .form-control {
    background: #fff;
    border: 0;
    box-shadow: unset;
    margin-bottom: 0;
}


.newslettersection .input-group {
    display: flex;
    border: 1px solid #cdd9ff;
    border-radius: 5px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
}

div#menu3 {
    width: 66%;
}

.newslwttesection {
    padding: 14px 0;
    background: #f3f6ff;
    border-top: 1px solid #cdd9ff
}

.newslwttesection .row{
        display: flex;
    align-items: center;
    justify-content: space-between;
}



.powerdblog {
    text-align: center;
    background: #202331;
    padding: 8px 0;
}

.powerdblog p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}


.privacyblog a {
    color: #ffffff;
    margin: 0 3px;
    font-size: 14px;
}

ul.list-city li input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
}



ul.list-city li {
    font-size: 16px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}





ul.list-city li label {
    font-size: 16px;
    width: 100%;
    display: flex;
    padding: 14px 15px;
    margin-bottom:0px;
}


.pagination>li>a, .pagination>li>span {
    margin: 0 3px;
}



ul.list-city li input[type="radio"]:checked+label {
    /* font-weight: bold; */
    /*background: #FCE9C1;
    color: #000;*/
}
#menu .dropdown-inner li {
    display: block;
}
.servingtext {
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.blog_deatils .blog_content .detail ul li p .material-icons {
    margin-right: 5px;
    font-size: 19px;
}
.blog_deatils .blog_content .detail ul li p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.blog_deatils .blog_content .detail ul li {
    font-size: 14px;
    font-style: unset;
    color: #515151;
}
.blog_deatils .social-icons ul li a:hover {
    background: #455379;
    color: #fff;
}


span#option-selected {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
}

span#option-selected1 {
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    width: 17%;
    justify-content: flex-end;
}
span#option-selected1 i {
    font-size: 20px;
    margin-right: 6px;
    color: #fff;
}
span#option-selected1 b {
    margin-left: 3px;
}

.bottom_hesder nav#menu {
    margin-bottom: 0;
    background: transparent;
    border: 0;
    padding: 0;
    width: 87%;
}


ul.nav.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#information-information .descrptionblog {
      padding-top: 40px;
}


#myMap {
    height: 250px  !important;
    width: 100% !important;
}


.customdropdown-menu-main ul {
    display: block !important;
}



.cartqunatity{
     display:flex;
}



.cartqunatity .qtySelector {
    margin-right: 10px;
}





















/*ul.prdouctdetails {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #eedfc2;
    padding: 8px 15px;
    border-bottom: 1px solid #eedfc2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fffaee;
    color: #000;
}
*/

ul.prdouctdetails li {
    font-size: 14px;
    color: #424038;
    line-height: 25px;
}

p.standar {
    font-size: 14px;
    color: #5768ac;
    margin-right: 0px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #5667ac;
    background: #f3f6ff;
    margin-top: 10px;
    position: relative;
    width: fit-content;
    border-radius: 50px;
}



ul.prdouctdetails {
    padding-left: 0;
    list-style: none;
    margin: 7px 0 9px;
    border-top: 1px solid #455379;
    padding-top: 10px;
}
ul.prdouctdetails li {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 0px solid #eedfc2;
    padding: 0;
    border-bottom: 0px solid #eedfc2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    color: #707070;
    margin-bottom: 0;
}

p.standar i {
    font-size: 20px;
    margin-right: 7px;
    color: #5667ac;
}
span.instock {
    position: relative;
    right: 0;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: -8px;
    display: block;
     color: #5a5a5a;
    font-size: 18px;
}

@media only screen and (max-width: 900px) {
    .productrow .col-xs-6.col-sm-3 {
        width: 40%;
    }
    .productrow .image.img-blog {
        width: 200px;
    }
    .productrow {
        display: flex;
        align-items: center;
        overflow: auto;
    }
    .tf-filter-group-search .fa {
    position: absolute;
    top: 8px !important;
    color: #455379 !important;
}
}

@media only screen and (max-width: 767px) {
    .productrow .col-xs-6.col-sm-3 {
        width: 50%;
    }
   .productrow .image.img-blog {
    width: 162px;
}
    .productrow {
        display: flex !important;
        align-items: center;
        overflow: auto;
    }
}




select {
      border: 1px solid #B7B6B2 !important;
    padding: 12px 21px !important;
    box-shadow: unset !important;
    height: unset !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}



.checkoutfomr {
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.checkoutfomr .radio {
    margin-top: 5px;
}
.checkout-login p {
    margin-top: 30px;
    font-size: 16px;
    color: #5E5E5E;
    text-align: center;
}

.checkout-login .checkoutbtn {
    background: #455379 !important;
    margin: 0 auto;
    display: block;
}


.mb-59{
    margin-bottom: 59px;
}



table.table.table-bordered.carttable tbody td {
    vertical-align: middle;
}



.productdetailspage button.btn.btn-default.wishlistbtn {
    position: relative;
}






















