
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    transition: .3s;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #f58431 !important;
    background: transparent;
}
.btn-primary:focus{
    box-shadow: none !important;
    border: none !important;
}
.btn-custom{
    padding: 7px 30px !important;
    border-color: #044063 !important;
    border-radius: 0 !important;
    background: none;
    color: #044063 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
}
.form-control:focus:focus-visible{
    border-color: #f58431 !important;
    box-shadow: none !important;
}
.bg-primary{
    background: #F58431 !important;
    color: #fff !important;
    border-color: #f58431 !important;
}
.btn-custom:hover{
    background: #F58431 !important;
    color: #fff !important;
    border-color: #F58431 !important;
}
.pt-20{
    padding-top: 20px !important;
}
a:hover{
    color: #F58431 !important;
}
.primary-shadow{
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.shadow-lg{
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
}
.bg-primary-color{
    background: #044063 !important;
    color: #fff !important;
}
.single-item-content{
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.product-categories ul li ul{
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);

}
.secondary-shadow{
    box-shadow: 0 8px 8px rgb(0 0 0 / 4%);
}
.container{
    max-width: 1280px !important;
}
.featured-product-thumb{
    border: 1px solid #dddddd75;
}
.product-media a{
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
button{
    border: 0;
    background: none;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 0px;
    text-align: right;
    padding-right: 6px;
    background: #044063;
    width: 100%;
    opacity: 1;
}
.mfp-wrap{
    z-index: 9999999999 !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
  }

  /* Labels for checked inputs */
  input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 2px;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: -1px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #F58431;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
/* radio button style */
input[type=radio] {
    position: relative;
    cursor: pointer;
    margin-right: 2px;
}
input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    left: -1px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #F58431;
}
input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
.form-check-input:checked[type=radio]{
    background-image: none !important;
}
.form-check-input:focus{
    border-color: none !important;
    box-shadow:none !important;
}