
#logotext{
	font-size:20px;
	color:#000;
} 

#headtext {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

.jk{
	text-align:center;
	font-size: 14px;
}
.recomand-section{
	margin-top:10px;
}
.product-section{
	margin-top:10px;
}
#footersec{
	margin-top:20px;
	padding:10px;
}
#flip {
    background: #e7ab3c;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}


.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 111px;
    width: 111px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 111px;
    width: 111px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 111px !important;
    height: 111px !important;
}

/* menu font size decrease */
.menufontsize{
    font-size:12px;
}
#catimagenav{
    background: #fff;
    padding: 3px;
    border-radius: 5px;
}

/* search */
.ui-autocomplete-row {
    padding:9px !important;
    /*background-color: #f4f4f4 !important;
    border-bottom:1px solid #ccc !important;*/
  }
  .ui-autocomplete-row:hover
  {
    /*background-color: #fff !important;*/
  }

  .ui-autocomplete-row > .ui-menu-item  a
  {
    /*color:  #fff !important;*/
  }

  .ui-menu-item-wrapper :hover{
    /*color: #000 !important;*/
  }
  .ui-menu-item-wrapper ui-state-active{
       position: relative;
       padding: 20px 18em 20px .4em !important;
       font-weight:bold !important;
  }
  .ui-menu .ui-menu-item-wrapper {
    position: relative !important ;
    padding: 20px 18em 20px .4em !important ;
    font-weight:bold !important;
  }
.search{
    padding: 17px 0;
}

.prod_text {
    color: #f58634 !important;
    font-weight: 600 ;
}
.main_menu_text {
    color: #0a1d64 !important;
    font-weight: 600 ;
    word-break: break-all;
}
.slider_par {
    color: #0a1d64 !important;
    font-weight: 600 ;
}
.nav_menu_child {
    color: #0a1d64 !important;
    font-weight: 600 ;
}
.items {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}
.slick-prev, .slick-next {
    color: #f58634 !important;
    width: 40px !important;
}
.slick-prev:before,.slick-next:before{
    color: #f58634 !important;
}
.slick-slider a {
    color:#f58634 !important;
}
.ui-menu-item-wrapper {
    position: relative;
    padding: 31px 34em 31px .2em !important;
}
.imgfixsize {
    width:250px !important;
    height:auto !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    /*box-shadow: 3px 3px 5px 6px #ccc;*/
    box-shadow:1px 1px 1px 1px #ccc;
    border-radius:5px;
    margin-bottom: 10px;
}
.faq {
    color:#f58634 !important;
    font-size:18px;
    font-weight: 500;
}
.card-title-faq{
  background-color: #0a1d64;  
}
