@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    background: #fff;
    font-family: "Almarai", Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #212529;
    overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Almarai", Roboto, sans-serif;
    margin: 0;
    line-height: 1.25;
    color: #003356;
}
p {
    margin: 0;
    line-height: 1.915;
    margin-bottom: 15px;
    font-size: 17px;
}
a,
button {
    text-decoration: none;
    color: inherit;
}
button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
a,
button,
img,
input {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus {
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #003356;
}
button,
input[type="submit"] {
    cursor: pointer;
    outline: 0 !important;
}
img {
    max-width: 100%;
}
:focus {
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
span {
    display: inline-block;
}
span.separator {
    color: #bfbfbf;
    margin: 0 8px;
    line-height: 1;
    font-size: 14px;
}
.zoom-in img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.zoom-in:hover img {
    /* -webkit-transform: scale(1.045) rotate(0.05deg); */
    /* transform: scale(1.045) rotate(0.05deg); */
    border: 1px solid #e1dede;
    transform: scale(.9);
}
.theme-border {
    border: 2px solid #5a5ac9 !important;
}
.theme-border2 {
    border: 2px solid #8a72e0 !important;
}
hr.hr {
    background-color: #ebebeb;
    opacity: 1;
}
.theme1 .hover-color:hover {
    color: #5a5ac9 !important;
}
.w-md-50 {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .w-md-50 {
        max-width: 50%;
    }
}
::-moz-selection {
    background: #5a5ac9;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #212529;
    color: #fff;
    text-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:active::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
    color: #565656 !important;
    opacity: 1;
}
input:active::placeholder,
textarea:active::placeholder {
    color: #565656 !important;
    opacity: 1;
}
body.open {
    overflow-y: scroll;
}
.overlay {
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
    background: rgba(22, 22, 27, 0.97);
    cursor: pointer;
}
.open .overlay {
    opacity: 1;
    visibility: visible;
}
.scale {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
}
.overlay form.search-box {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 80%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
  
.open .overlay form.search-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay .search-box input {
    line-height: 60px;
    width: 100%;
    font-size: 14px;
    background: transparent;
    border: 1px solid #ebebeb;
    padding: 10px 10px 10px 50px;
    height: 60px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
}
.overlay .search-box input::-webkit-input-placeholder {
    color: #fff !important;
}
.overlay .search-box input::-moz-placeholder {
    color: #fff !important;
}
.overlay .search-box input:-ms-input-placeholder {
    color: #fff !important;
}
.overlay .search-box input::-ms-input-placeholder {
    color: #fff !important;
}
.overlay .search-box input::placeholder {
    color: #fff !important;
}
.overlay .search-box button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 10px;
    padding: 0;
}
button.close {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 40px;
    right: 40px;
    z-index: 33;
    opacity: 1;
}
button.close:hover {
    color: #fff !important;
    opacity: 1 !important;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img1 {
    background-image: url(../img/slider/slide3.png);
}
.bg-img2 {
    background-image: url(../img/slider/slid1.webp);
}
.bg-img3 {
    background-image: url(../img/slider/slid2.webp);
}
@media (max-width: 991px) {
    .bg-img {
        background-position: 15% bottom;
    }
    .bg-img.bg-img4 {
        background-position: 45% bottom;
    }
    .wraped .bg-img {
        background-position: 40% bottom;
    }
}
.theme-bg {
    /* background-color: #d28c11 !important; */
    background-image: linear-gradient(to right, #9f6b0f , #d28c11 );
}
.theme-bg2 {
    background-color: #8a72e0 !important;
}
.theme-bg3 {
    background-color: #10a341 !important;
}
.bg-light {
    background-color: #efefef !important;
}
.bg-lighten {
    background-color: #f5f5f5 !important;
}
.bg-lighten2 {
    background-color: #e6edf3;
}
.bg-dark {
    background-color: #003356 !important;
    /* background-image: linear-gradient(to right, #003356 1%, #3daccf 24%, #31b0d8 67%, #2198bd 100%) !important; */
    background-color: #003356;
}
.theme-color {
    color: #5a5ac9;
}
.theme-color2 {
    color: #8a72e0;
}
.theme-color3 {
    color: #10a341;
}
.text-warning {
    color: #fdd835 !important;
}
.text-dark {
    color: #111 !important;
}
.text-muted {
    color: #707070 !important;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 50px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
@media screen and (min-width: 1920px) {
    .px-xl-90 {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media screen and (max-width: 991px) {
    .mr-pe-0 {
        margin-right: 0;
        padding-right: 0;
    }
}
.btn {
    font-family: "Almarai", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background: #d28c11;
    border-color: #d28c11;
}
.btn-secondary:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}
.btn-secondary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.btn-outline-primary {
    color: #ffc107;
    border-color: #ffc107;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}
.btn-outline-primary:hover {
    color: #fff;
    background: #d28c11;
    border-color: #d28c11;
}
.btn-outline-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.btn-primary {
    color: #fff;
    background: #d28c11;
    border-color: #d28c11;
}
.btn-primary:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}
.btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.btn-dark {
    color: #fff;
    background: #111;
}
.btn-dark:hover {
    color: #fff;
    border-color: #6c757d;
    background: #6c757d;
}
.btn-dark:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.btn--sm {
    padding: 5px 20px;
}
.btn--md {
    padding: 10px 25px;
}
.btn--lg {
    padding: 15px 30px;
}
.btn--xl {
    padding: 18px 35px;
}
.rounded {
    border-radius: 3rem !important;
}
.btn-rounded {
    border-radius: 0 5px 5px 0;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.search-btn.position-left {
    right: auto;
    left: 0;
}
.search-btn.theme-bg:hover {
    background-color: #111 !important;
    color: #fff;
}
.search-btn.bg-dark:hover {
    background-color: #292929 !important;
    color: #fff;
}
.search-btn.bg-white {
    width: 45px;
    font-size: 28px;
    background-color: transparent !important;
    padding: 0;
    color: #111 !important;
}
.search-btn.bg-white:hover {
    color: #111 !important;
}
.news-letter-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 30px 0px 0px 30px;
}
.theme1 .news-letter-btn {
    background: #31c4f1;
    border: 0 solid #31c4f1;
}
.theme1 .news-letter-btn:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}
.banner-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-now-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 30px;
    color: #fff;
    background: #5a5ac9;
    border-radius: 0;
}
.shop-now-btn:hover {
    color: #fff;
    background: #111;
}
.blog-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 47px;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
.theme1 .blog-search-btn {
    background: #5a5ac9;
    border: 1px solid #5a5ac9;
}
.theme1 .blog-search-btn:hover {
    background-color: #111;
    color: #fff;
    border-color: #111;
}
.section-title {
    padding-bottom: 30px;
}
.section-title .title {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
}
@media screen and (max-width: 480px) {
    .section-title .title {
        font-size: 30px;
    }
}
.section-title .title:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    /* background: #fff; */
}
.badge {
    position: absolute;
    text-align: center;
    padding: 5px;
    line-height: 1;
    font-size: 12px;
    z-index: 2;
    font-weight: 500;
    text-transform: capitalize;
}
.theme1 .badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    width: 4.6rem;
    /* height: 3.9rem; */
    font-size: 15px;
    line-height: 1.5rem;
    text-align: center;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%); */
    font-weight: 600;direction: ltr;
}
.badge-success {
    color: #fff;
    background-color: #10a341 !important;
}
.cbdg1 {
    width: 20px;
    height: 20px;
    bottom: 15px;
    left: -15px;
    padding: 0;
    line-height: 18px;
    border-radius: 50%;
}
.theme1 .cbdg1 {
    color: #fff;
    background-color: #dc3545 !important;
}
.cb6 {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}
.top-left,
.top-right {
    top: 0;
    left: 10px;
}
.top-right {
    left: auto;
    right: 10px;
}
.static-info p {
    font-size: 14px;
    line-height: 14px;
}
.navbar-top li {
    position: relative;
}
.navbar-top li img {
    margin-left: 3px;
}
.navbar-top li a {
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 14px;
    font-size: 16px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .navbar-top li a {
        padding: 0 8px;
    }
}
.navbar-top li.english .topnav-submenu {
    right: 0 !important;
    left: auto !important;
}
.theme1 .navbar-top ul li a {
    color: #fff;
}
.theme1 .navbar-top ul li a:hover {
    color: #212529;
}
.theme1 .navbar-top.modify ul li a,
.theme1 .navbar-top.modify ul li a:hover {
    color: #fff;
}
.topnav-submenu {
    top: 50px !important;
    right: 15px !important;
    left: auto !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0px 0px;
    background: #fff;
    z-index: 3;
    border-radius: 0;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    margin: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    text-align: right;
    border-top: 1px solid #6c757d;
    border-radius: 5px;
}
.topnav-submenu.show {
    top: 40px !important;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    .topnav-submenu.show {
        top: 30px !important;
    }
}
@media screen and (max-width: 991px) {
    .topnav-submenu {
        right: auto !important;
        left: 0 !important;
    }
}
.topnav-submenu li a {
    display: block;
    padding: 8px 10px;
    line-height: 25px;
    font-size: 13px;
    border-bottom: 1px solid #f5e6cb;
}
.topnav-submenu li:last-child a {
    border-bottom: 0;
}
.theme1 .topnav-submenu li a {
    color: #565 !important;
}
.theme1 .topnav-submenu li.active a,
.theme1 .topnav-submenu li a:hover {
    color: #d28c11 !important;
}
.main-menu li {
    margin: 0 1px;
    position: relative;
}
.main-menu li a {
    font-weight: 600;
    display: block;
    padding: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu li a {
        padding: 15px;
        font-size: 13px;
    }
}
.main-menu li a i {
    font-size: 15px;
    position: relative;
    top: 1px;
    /* padding-right: 2px; */
}
.theme1 li a {
    color: #003356;
}
.theme1 li.active > a,
.theme1 li:hover > a {
    color: #dc3545;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: #fff;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}
.main-menu li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.mega-menu > li,
.mega-menu li ul li {
    margin: 0;
}
.mega-menu li > ul li:last-child a {
    padding-bottom: 0;
}
.mega-menu li > ul li > a:hover {
    padding-left: 5px;
}
.mega-menu li ul li.mega-menu-title {
    margin-bottom: 20px;
}
.mega-menu li ul li.mega-menu-title a {
    color: #111;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
}
.mega-menu li a {
    text-align: left;
    padding: 0 0 5px;
    color: #565656;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
}
.mega-menu-custom-with {
    max-width: 1110px;
    min-width: 1110px;
    left: 23%;
}
@media screen and (max-width: 1200px) {
    .mega-menu-custom-with {
        min-width: 95%;
        left: 0;
        right: 0;
    }
}
.theme1 .mega-menu li ul li.mega-menu-title a:hover {
    color: #5a5ac9;
}
.blog-ctry-menu li a {
    position: relative;
    font-weight: 400;
    color: #003356;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    /* line-height: 44px; */
    margin-bottom: 0px;
    border-bottom: 1px solid #26232317;
    padding-bottom: 10px;
    padding-top: 10px;
}
.blog-ctry-menu li a:before {
    content: "\f2c7";
    position: absolute;
    display: inline-block;
    font-family: Ionicons;
    left: 0;
    font-size: 18px;
    color: black;
}
.blog-ctry-menu li.active a:before {
    content: "\f462";
}
.blog-ctry-menu li ul.category-sub-menu {
    display: none;
}
.blog-ctry-menu li ul.category-sub-menu li a {
    font-size: 17px;
    line-height: 35px;
    padding: 7px 10px 7px 10px;
    display: block;
    color: #1373b6;
    margin-bottom: 0px;
}
.blog-ctry-menu li ul.category-sub-menu li a:before {
    content: "";
}
.sub-menu {
    position: absolute;
    padding: 0;
    min-width: 290px;
    z-index: 99;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}
.main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.sub-menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.sub-menu li a {
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
    padding: 0;
    color: #003356;
    font-size: 17px;
    line-height: 33px;
}
.sub-menu li a i {
    margin-left: 10px;
}
.sub-menu li:hover > a {
    padding-left: 5px;
}
.sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    right: 100%;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}

.sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 0;
    position: fixed;height: 100%;
    background: #f6fbff;
}
#sticky.is-isticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.theme1.is-isticky,
.theme1.is-isticky:hover {
    background: #fff;
}
#sticky.custom-sticky.is-isticky {
    padding-top: 4px;
    padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
    #sticky.custom-sticky.is-isticky {
        position: static !important;
    }
}
.search-form .form-control {
    padding: 10px 70px 10px 20px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    background: #fff;
    color: #111;
    border: 2px solid transparent;
    border-radius: 5px;
}
.search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-form .form-control.theme1-border {
    border-color: #eee;
}
.search-body {
    position: absolute;
    width: 600px;
    top: 40px;
    right: 255px;
    display: none;
    z-index: 2;
}
@media screen and (max-width: 1500px) {
    .search-body {
        right: 220px;
    }
}
@media screen and (max-width: 1100px) {
    .search-body {
        right: 205px;
    }
}
.width-calc-from-left {
    width: calc(100% - 220px);
}
@media screen and (max-width: 991px) {
    .width-calc-from-left {
        width: 100%;
        padding-left: 0;
    }
}
.cart-block-links li {
    margin-right: 22px;
}
.cart-block-links li a {
    font-size: 20px;
    font-family: Raleway;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}
@media screen and (max-width: 767px) {
    .cart-block-links li a {
        font-size: 20px;
    }
}
.cart-block-links.theme1 a {
    color: #003356;
}
.cart-block-links.theme1 a:hover {
    color: #dc3545;
}
.mobile-menu-toggle svg {
    width: 50px;
    position: relative;
}
@media screen and (min-width: 576px) {
    .mobile-menu-toggle svg {
        top: -8px;
    }
}
.mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset 0.5s
            cubic-bezier(0.25, -0.25, 0.75, 1.25),
        stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
        stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}
.mobile-menu-toggle svg path#bottom,
.mobile-menu-toggle svg path#top {
    stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close svg path#bottom,
.mobile-menu-toggle .close svg path#top {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}
.mobile-menu-toggle.theme1 svg path {
    stroke: #003356;
}
body.offcanvas-open {
    overflow-y: hidden;
    padding-right: 17px;
}
@media screen and (max-width: 991px) {
    body.offcanvas-open {
        padding-right: 0;
    }
}
.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas {
    visibility: visible;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 480px) {
    .offcanvas {
        width: 300px;
    }
}
.offcanvas .inner {
    padding: 20px;
}
@media screen and (max-width: 991px) {
    .offcanvas .inner {
        overflow-y: scroll;
        height: 660px;
    }
}
@media screen and (max-width: 767px) {
    .offcanvas .inner {
        height: calc(100% - 30px);
    }
}
@media screen and (max-width: 480px) {
    .offcanvas .inner {
        padding: 8px;
        padding-right: 15px;
    }
}
.offcanvas .title {
    color: #003356;
    font-weight: 600;
    font-size: 16px;
}
.offcanvas .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}
.offcanvas .offcanvas-close:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #111;
}
.offcanvas .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.offcanvas .offcanvas-close:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #111;
}
.offcanvas .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offcanvas .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}
.offcanvas .offcanvas-menu ul li a {
    display: block;
    position: relative;
    padding: 8px 20px;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li {
    line-height: inherit;
    position: relative;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li a {
    font-weight: 400;
    padding-left: 40px;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li ul a {
    padding-left: 60px;
}
.offcanvas .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}
.offcanvas .offcanvas-menu ul li .menu-expand:after,
.offcanvas .offcanvas-menu ul li .menu-expand:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #111;
}
.offcanvas .offcanvas-menu ul li .menu-expand:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.offcanvas .offcanvas-menu ul li.active > .menu-expand:after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}
.offcanvas .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}
.offcanvas .offcanvas-social li a {
    /* position: relative; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* font-size: 16px; */
    /* line-height: 40px; */
    /* width: 40px; */
    /* height: 40px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* border: 2px solid transparent; */
    /* z-index: 1; */
}
.theme1 .offcanvas-menu li:hover > .menu-expand:after,
.theme1 .offcanvas-menu li:hover > .menu-expand:before {
    background: #dc3545;
}
.theme1 .offcanvas-social a {
    /* color: #fff; */
    /* background: #d28c11; */
}
.theme1 .offcanvas-social a:hover {
    background: transparent;
    color: #5a5ac9;
    border-color: #5a5ac9;
}
.offcanvas .inner .head {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}
.offcanvas .inner .sub-total {
    padding-top: 8px;
    padding-bottom: 7px;
    border-top: 1px solid #eee;
    /* margin: 30px 0; */
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}
.offcanvas .inner .sub-total strong {
    color: #dc3545;
    font-weight: 600;
    font-size: 18px;
}
.offcanvas .inner .sub-total .amount {
    font-weight: 600;
}
.offcanvas .inner .minicart-message {
    margin-top: 15px;
    color: #111;
    margin-bottom: 15px;
}
.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}
.minicart-product-list li .image img {
    max-width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
@media screen and (max-width: 575px) {
    .minicart-product-list li .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50px;
        flex: 1 0 50px;
    }
}
.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding-right: 15px;
}
.minicart-product-list li .content .title {
    color: #003356;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 22px;
    width: 130px;
}
.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
    color: #dc3545;
    font-weight: 600;
    font-size: 16px;
    direction: ltr;
}
 .directiontotal {
    direction: ltr;
}
.minicart-product-list li .content .remove {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
    color: #dc3545;
    font-size: 16px;
}
@media screen and (max-width: 575px) {
    .minicart-product-list li .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 75px);
        flex: 1 0 calc(100% - 75px);
    }
}
.theme1 .inner .sub-total .amount,
.theme1 .minicart-product-list li .content .remove:hover,
.theme1 .minicart-product-list li .content .title:hover {
    color: #dc3545;
}
.hero-side-category {
    width: 100%;
    position: relative;
}
.hero-side-category .category-toggle {
    padding: 10px 20px;
    background-color: #fff;
    color: #111;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    position: relative;
}
.hero-side-category .category-toggle i {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.hero-side-category .category-menu {
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 110%;
    border: 1px solid #ebebeb;
    position: absolute;
    display: none;
    z-index: 2;
    height: 500px;
    overflow-x: auto;
    border-radius: 5px;
}
.hero-side-category .category-menu li a {
    display: block;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 14px;
    color: #253237;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.hero-side-category .category-menu li a i {
    position: absolute;
    right: 30px;
}
.hero-side-category .category-menu li .category-mega-menu {
    display: none;
}
.hero-side-category .category-menu li .category-mega-menu a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #253237;
    position: relative;
    margin: 0;
    text-transform: inherit;
}
.hero-side-category .category-menu li #more-btn {
    font-weight: 500;
    padding-left: 45px;
}
.hero-side-category .category-menu li #more-btn i {
    right: auto;
    left: 30px;
}
.theme1 .category-menu li:hover > a {
    color: #5a5ac9;
}
.product-size .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 24px;
}
.product-size select {
    background-color: #fff;
    padding: 0 30px 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    border: 1px solid #ebebeb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
        no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    margin-top: 20px;
}
.product-size select option {
    font-weight: 400;
}
.select-arrow-down {
    position: absolute;
    left: calc(100% - 85px);
}
.product-widget .title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.product-widget .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #5a5ac9;
}
.product-tag li a {
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
    border: 1px solid #ebebeb;
    background: #fff;
    margin: 4px;
}
.product-tag li a:hover {
    color: #fff;
    background: #5a5ac9;
    border-color: #5a5ac9;
}
.product-count.style input {
    color: #111;
    background-color: #fff;
    height: 54px;
    padding: 10px 10px 10px 30px;
    width: 80px;
    border: 1px solid #c3bfbf;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.product-count.style input,
.product-count.style input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.product-count.style input[type="number"]::-webkit-inner-spin-button,
.product-count.style input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.product-count.style .count-btn {
    background-color: #21252900;
    border: 0;
    border-right: 1px solid #c3bfbf;
    display: block;
    width: 20px;
    height: 27px;
    padding: 0;
    text-align: center;
    color: #111;
    font-size: 10px;
    -webkit-transform: translateX(-100%);
    transform: translatex(100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-count.style .increment {
    border-bottom: 1px solid #c3bfbf;
}
.widget-check-box {
    margin-bottom: 10px;
}
.sidbar-widget {
    padding-top: 20px;
}
.sidbar-widget .title {
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 16px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
    direction: ltr;
    text-align: right;
    color: #dc3545;
}
.sidbar-widget .title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #6c757d;
}
.sidbar-widget .sub-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #dc3545;
}
.widget-check-box input[type="checkbox"] {
    display: none;
}
.widget-check-box input[type="checkbox"] + label {
    position: relative;
    padding-top: 1px;
    padding-right: 25px;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 22px;
}
.widget-check-box input[type="checkbox"] + label:hover {
    color: #21b6e4;
}
.widget-check-box input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #ada8a8;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 1;
}
.widget-check-box input[type="checkbox"] + label:hover:before {
    border-color: #21b6e4;
}
.widget-check-box.color-grey input[type="checkbox"] + label:before {
    background-color: #7e7e7e;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.widget-check-box.color-grey input[type="checkbox"]:checked + label:before {
    background-color: transparent;
}
.widget-check-box.color-white input[type="checkbox"] + label:before {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.widget-check-box.color-black input[type="checkbox"] + label:before {
    background-color: #666;
    border: 1px solid #666;
}
.widget-check-box.color-camel input[type="checkbox"] + label:before {
    background-color: #c19a6b;
    border: 1px solid #c19a6b;
}
.widget-check-box.color-camel input[type="checkbox"]:checked + label:before {
    background-color: transparent;
}
.widget-check-box input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -1px;
    left: 5px;
}
.theme1 .widget-check-box input[type="checkbox"]:checked + label:before,
.widget-check-box input[type="checkbox"]:checked + label:before {
    border-radius: 0;
    opacity: 1;
    border-color: transparent #d28c11 #d28c11 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget-check-box.color-black input[type="checkbox"]:checked + label:before {
    background: 0 0;
}
.widget-check-box input[type="radio"]:checked,
.widget-check-box input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.widget-check-box input[type="radio"]:checked + label,
.widget-check-box input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.widget-check-box input[type="radio"]:checked + label:before,
.widget-check-box input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    background: #fff;
}
.widget-check-box input[type="radio"]:checked + label:after,
.widget-check-box input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #5a5ac9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
}
.widget-check-box input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.widget-check-box input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.widget-check-box input[type="radio"] + label:hover {
    color: #5a5ac9;
}
#amount {
    border: 0;
    color: #565656;
    font-size: 14px;
    margin: 0 0 20px;
}
.sidbar-widget .ui-widget-content {
    border: 1px solid #d28c11;
}
.sidbar-widget .ui-slider-horizontal {
    height: 5px;
}
.sidbar-widget .ui-widget-header {
    background: #d28c11;
}
.sidbar-widget .ui-slider-handle {
    top: 50%;
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    cursor: pointer;
    margin-top: -7.5px;
    border-radius: 100%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.static-media-wrap {
    padding: 45px 30px;
}
.static-media2 .title {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
    color: #003356;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .static-media2 .title {
        font-size: 15px;
    }
}
.static-media2 .text {
    color: #0a0a0a;
    font-size: 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .static-media.me-50 {
        margin-right: 25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .static-media.me-50 {
        margin-right: 30px;
    }
}
.phone {
    line-height: 1;
    font-size: 16px;
    direction: ltr;
}
@media screen and (max-width: 767px) {
    .phone {
        font-size: 15px;
    }
}
.phone a:hover {
    color: #5a5ac9 !important;
}
.phone span {
    font-size: 14px;
}
.phone span,
.phone strong {
    line-height: 1;
}
.phone .email {
    line-height: 2rem;
}
.theme1 .phone a:hover {
    color: #dc3545 !important;
}
.theme1 .phone.modify a:hover {
    color: #fff !important;
}
.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    border: 0;
    background: #1111118a;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
}
.main-slider .slick-prev {
    left: 40px;
}
.main-slider .slick-next,
.main-slider .slick-prev {
    background: #003356;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.main-slider .slick-next {
    right: 40px;
}
.main-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-nav .slick-prev {
    left: -25px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 1199px) {
    .slick-nav .slick-prev {
        left: 0;
    }
}
.slick-nav:hover .slick-prev {
    opacity: 1;
    visibility: visible;
}
.slick-nav .slick-next {
    right: -25px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 1199px) {
    .slick-nav .slick-next {
        right: 0;
    }
}
.slick-nav:hover .slick-next {
    visibility: visible;
    opacity: 1;
}
.slick-nav-sync .slick-prev {
    left: -15px;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-sync:hover .slick-prev {
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.slick-nav-sync .slick-next {
    right: -15px;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-sync:hover .slick-next {
    right: 15px;
    visibility: visible;
    opacity: 1;
}
.slick-nav-brand .slick-prev {
    left: -40px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 1024px) {
    .slick-nav-brand .slick-prev {
        left: -15px;
    }
}
.slick-nav-brand:hover .slick-prev {
    opacity: 1;
    visibility: visible;
}
.slick-nav-brand .slick-next {
    right: -40px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 1024px) {
    .slick-nav-brand .slick-next {
        right: -15px;
    }
}
.slick-nav-brand:hover .slick-next {
    visibility: visible;
    opacity: 1;
}
.theme1 .slick-arrow:hover {
    color: #fff;
    background: #dc3545;
    border-color: #dc3545;
}
.dots-style .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}
.dots-style .slick-dots li {
    line-height: 1;
}
.dots-style .slick-dots li button {
    width: 22px;
    height: 6px;
    text-indent: 2000px;
    font-size: 0;
    display: block;
    margin: 0 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}
.dots-style .slick-dots li button:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.popular-slider-init.dots-style .slick-dots {
    bottom: 0;
    position: static;
    margin-top: 30px;
}
.popular-slider-init.dots-style .slick-dots li button {
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.theme1 .slick-dots li button {
    background: #dbd6d6;
}
.theme1 .slick-dots li.slick-active button,
.theme1 .slick-dots li button:hover {
    background: #dc3545;
}
.theme1 .popular-slider-init.dots-style .slick-dots li button {
    background: #111;
}
.theme1 .popular-slider-init.dots-style .slick-dots li button:hover {
    background: #5a5ac9;
}
.theme1 .popular-slider-init.dots-style .slick-dots li.slick-active button {
    width: 28px;
    background: #d28c11;
    border-radius: 8px;
}
.slick-slider {
    background: transparent;
}
.slider-height {
    height: 700px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-height {
        height: 595px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 595px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .slider-height {
        height: 500px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 450px;
    }
}
.slider-height2 {
    height: 714px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-height2 {
        height: 600px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height2 {
        height: 480px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .slider-height2 {
        height: 300px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 350px;
    }
}
.slider-content-width {
    max-width: 52%;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
    .slider-content-width {
        max-width: 52%;
    }
}
@media screen and (max-width: 576px) {
    .slider-content-width {
        max-width: 100%;
    }
}
.slider-content .title p{
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 34px;
}
.slider-content .title span {
    opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-content .title p{
        font-size: 30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title p{
        font-size: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title p{
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .title p{
        font-size: 18px;
        line-height: 28px;
    }
}
.slider-content .text {
    font-size: 38px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    opacity: 0;
    font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .text {
        font-size: 21px;
        line-height: 38px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .text.mb-25 {
        margin-bottom: 15px;
    }
}
.slider-content .btn {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .slider-content .btn.mt-45 {
        margin-top: 30px;
    }
}
.banner-thumb img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .banner-thumb img {
        width: 100%;
    }
}
.hover-animation a:before {
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
}
.hover-animation a:after,
.hover-animation a:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, 0.2);
    opacity: 1;
}
.hover-animation a:after {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
}
.hover-animation:hover a:before {
    left: 0;
    right: 0;
}
.hover-animation:hover a:after,
.hover-animation:hover a:before {
    opacity: 0;
    -webkit-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
.hover-animation:hover a:after {
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 1200px) {
    .breadcrumb-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb-section {
        padding-top: 26px;
        padding-bottom: 20px;
    }
    .breadcrumb-section .section-title {
    padding-bottom: 0px;
}
}

.breadcrumb-item {
    text-transform: capitalize;
    line-height: 1;
    padding: 0 !important;
}
@media screen and (max-width: 450px) {
    .breadcrumb-item {
        margin: 5px 0;
    }
}
.breadcrumb-item a {
    display: inline-block;
    position: relative;
    color: #fff !important;
    line-height: 1;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #fff !important;
    margin: 0 10px;
    content: "\f3d2";
    font-family: Ionicons;
    padding: 0 !important;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.theme1 .breadcrumb-item a:hover {
    color: #d28c11 !important;
}
.theme1 .breadcrumb-item.active {
    color: #ffc107;
}
 
.product-tab-menu .nav-item {
    margin: 0 2px;
}
@media screen and (max-width: 560px) {
    .product-tab-menu .nav-item {
        margin: 0 2px 5px;
    }
    
    .product-tab-menu .nav-item .nav-link{    min-width: 140px;
    text-align: center;}
}
.product-tab-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 15px;
    color: #111;
    font-size: 14px;
    padding: 6px 15px;
    background-color: #eff1e5;
    border: 1px solid #dbd7d7;
    border-radius: 6px;
    margin-left: 10px;
}
.theme1 .nav-link.active,
.theme1 .nav-link:hover {
    color: #d28c11;
    background: transparent;
    /* text-decoration: underline; */
    background-color: #d28c11;
    border-color: #d28c11;
    color: #fbf8f8;
}
.actions {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0px;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .actions {
        /* bottom: 20px; */
    }
}
.actions li {
    margin: 0 3px;
}
.actions li .action {
    background: #ffffff;
    color: #003356;
    font-size: 16px;
    text-align: center;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    border-radius: 50%;
    border: 1px solid #34312b21;
}
.actions li .action,
.actions li .action span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.product-card .card-body:hover .actions li a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.product-card .card-body:hover .actions li:nth-child(2) a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.product-card .card-body:hover .actions li:nth-child(3) a {
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.theme1 .actions li:hover .action {
    background: #dc3545;
    color: #fff;
}
.tab-content .tab-pane.active .product-list {
    -webkit-animation: zoomIn 0.5s ease;
    animation: zoomIn 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.product-thumbnail img {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    border-bottom: 1px solid #00000017;
    border-radius: 20px;
    width: 100%;
    min-height: 280px;
    max-height: 280px;
    margin: 0 auto;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
img.second-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #fff;
}
.product-card {
    border: 0;
    /* -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06); */
    /* background-color: #f8f9fa; */
    /* box-shadow: 0px 3px 15px rgba(0,0,0,0.05); */
    /* padding: 18px; */
    border-radius: 20px;
    border: 1px solid #0202021a;
    /* border-bottom: 6px solid rgba(34,34,34,.15); */
}
.product-card:hover img.second-img {
    opacity: 1;
    z-index: 1;
}
.product-card.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-desc {
    padding: 20px 13px;
    text-align: center;
}
.product-desc .title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #003356;
}
@media screen and (max-width: 991px) {
    .product-desc .title {
        font-size: 16px;
    }
}
.theme1 .product-desc .title:hover a {
    color: #dc3545;
}
.star-rating span {
    font-weight: 400;
    line-height: 1;
    margin: 0 1px 0 0;
    font-size: 18px;
    color: #d28c11;
}
.star-rating span .de-selected {
    color: #eee;
}
.product-price {
    font-weight: 700;
    font-size: 19px;
    color: #dc3545;
    direction: ltr;
    /* margin-bottom: 10px; */
}
.product-price .del {
    margin-right: 2px;
}
.theme1 .product-price .onsale {
    color: #5a5ac9;
}
.pro-btn {
    background: #003356;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #34312b21;
}
.pro-btn-right {
    position: absolute;
    right: 20px;
}
.theme1 .pro-btn:hover {
    background: #dc3545;
    color: #fff;
}
@media screen and (max-width: 480px) {
    .product-thumbnail {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .product-thumbnail a {
        display: block;
    }
    .product-thumbnail a img {
        width: 100%;
        min-height: 200px;
        max-height: 200px;
    }
}
.product-slider-init .slick-list {
      padding: 15px 0;  
      margin: -15px;  
}
.product-slider-init .slick-list .slick-slide {
    padding: 0 10px;
}
.product-slider2-init .slick-list {
    padding: 15px 0;
    margin: -15px;
}
.product-slider2-init .slick-list .slick-slide {
    padding: 0 15px;
}
.popular-slider-init .slick-list {
    padding: 20px 0;
    margin: 0 -15px;
}
.popular-slider-init .slick-list .slick-slide {
    padding: 0 15px;
}
.popular-card {
    text-align: center;
    background: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 7px;
    border-radius: 14px;
    border: 1px solid #cbc6c62e;
    border-bottom: 6px solid #0033560f;
    /* border-top-left-radius: 20%; */
    /* border-bottom-right-radius: 20%; */
}
.popular-card .card-body {
    padding: 20px;
}
.popular-card .card-body .thumb-naile {
    display: block;
    overflow: hidden;
}
.popular-card .card-body .popular-title {
    text-transform: uppercase;
    padding: 20px 0 10px;
    font-weight: 600;
    font-size: 17px;
}
.popular-card .card-body .popular-title a {
    display: block;
    color: #003356;
}
.theme1 .popular-card {
    text-align: center;
}
.theme1 .popular-card .card-body .popular-title a:hover {
    color: #38516b;
}
.featured-init .product-thumbnail img {
    max-width: 120px;
}
.featured-init .product-desc {
    padding: 0 15px;
}
.featured-init2 .product-thumbnail img {
    max-width: 120px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .featured-init2 .product-thumbnail img {
        max-width: 100px;
    }
}
.featured-init .product-thumbnail {
    width: auto;
}
.product-ctry-init .product-desc .title {
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 576px) {
    .product-ctry-init .product-desc .title {
        font-size: 15px;
    }
}
.product-ctry-init .product-price .del {
    font-size: 19px;
}
.product-ctry-init .product-price .onsale {
    font-size: 24px;
}
.availability p {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
}
.availability span.in-stock {
    font-weight: 400;
    color: #10a341;
}
.hot-deal .title {
    font-weight: 500;
    font-size: 30px;
}
.clockdiv {
    line-height: 1;
    margin-top: 20px;
}
.clockdiv .title {
    font-size: 14px;
    color: #707070;
    line-height: 18px;
    max-width: 100px;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .clockdiv .title {
        max-width: 100%;
        margin: 0 auto 15px;
        text-align: center;
    }
}
.clockdiv span {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #111;
    position: relative;
    font-weight: 500;
    font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .clockdiv span {
        font-size: 18px;
    }
}
.clockdiv span:after {
    position: absolute;
    top: 0;
    left: -4px;
    content: ":";
}
.clockdiv span:first-child:after {
    display: none;
}
.clockdiv span p {
    font-size: 12px;
    margin: 5px 0 0;
    color: #111;
    font-weight: 400;
}
.product-sync-init .product-thumb img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #958f8f59;
    border-radius: 5px;    margin-bottom: 5px;
}
.countdown-sync-nav {
    max-width: 80%;
    margin: auto;
}
.theme1 .product-sync-nav {
    margin: 0 auto;
}
.theme1 .product-sync-nav .slick-slide {
    padding: 0 5px;
}
.theme1 .product-sync-nav .slick-slide .product-thumb {
    border: 1px solid transparent;
}
.theme1 .product-sync-nav .slick-slide .product-thumb:hover {
    border-color: #d28c11;
}
.theme1 .product-sync-nav .slick-slide .product-thumb img {
    width: 100%;
}
.theme1 .product-sync-nav .slick-slide.slick-current .product-thumb {
    border-color: #d28c11;
}
.has-opacity .slick-slide img {
    opacity: 0.3;
}
.has-opacity .slick-slide.slick-current.slick-active img {
    opacity: 1;
}
.blog-init .slick-list {
    margin: 0 -15px;
}
.blog-init .slick-list .slick-slide {
    padding: 0 15px;
}
.blog-thumb img {
    width: 100%;
}
.blog-post-content .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-post-content .sub-title {
    text-transform: capitalize;
    font-size: 14px;
}
.blog-post-content .sub-title a:hover {
    text-decoration: underline;
}
.blog-post-content .text {
    margin-bottom: 15px;
}
.blog-post-content .read-more {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    color: #5a5ac9;
}
.blog-post-content .read-more:hover {
    text-decoration: underline;
}
.blog-post-content .separator {
    margin: 0 5px;
}
.blog-link {
    font-weight: 600;
    font-size: 12px;
    color: #5a5ac9;
}
.blog-link:hover {
    text-decoration: underline;
}
.blog-links li {
    margin-bottom: 5px;
}
.blog-links li a {
    color: #666;
}
.blog-links li:hover a {
    color: #5a5ac9;
}
.brand-init.border-top {
    border-color: #ebebeb !important;
}
.brand-init .slick-list {
    margin: 0 -15px;
}
.brand-init .slick-list .slick-slide {
    padding: 0 15px;
}
.single-brand a img {
    display: block;
    margin: 0 auto;
}
.single-brand a:hover img {
    -webkit-transform: scale(1.045) rotate(0.05deg);
    transform: scale(1.045) rotate(0.05deg);
}
.page-item {
    margin: 0 7px;
}
.page-item .page-link {
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #1e1c1c !important;
    background: #dee2e6 !important;
    font-size: 18px;
    text-align: center;
    border: 0 !important;
    border-radius: 50% !important;
    /* border: 1px solid #1a1818; */
}
.page-item .page-link i {
    font-size: 13px;
    position: relative;
    top: -2px;
}
.page-item.active .page-link,
.page-link:hover {
    color: #fff !important;
    background: #21b6e4 !important;
}
.modal.style1 .modal-dialog {
    max-width: 1020px;
}
.modal.style1 .modal-header {
    border: none;
    padding: 6px 0.625rem;
    height: 30px;
}
.modal.style1 .modal-header .close {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 0;
}
.modal.style1 .modal-header .close:hover {
    color: #111 !important;
}
.modal.style1 .modal-body {
    padding: 30px 30px 90px;
}
.modal.style1 .product-head .title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0 0 20px;
}
.modal.style1 .product-head .sub-title {
    font-size: 15px;
    color: #565656;
    margin: 0 0 15px;
}
.modal.style1 .product-head .star-content .star-on {
    color: #d28c11;
    font-size: 12px;
}
.modal.style1 .product-head .star-content .de-selected {
    color: #e0e0e0;
}
.modal.style1 .new-price {
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
    color: #21b6e4;
    font-size: 26px;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .modal.style1 .product-head .title {
        margin: 0 0 1rem;
        font-size: 18px;
        line-height: 1.4;
    }
}
.check-box .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 24px;
}
.pro-social-links ul li {
    margin-left: 8px;
}
.pro-social-links ul li.share {
    line-height: 30px;
    font-weight: 600;
    color: #21b6e4;
    font-size: 16px;
}
.pro-social-links ul li a {
    display: block;
    width: 20px;
    text-align: center;
    color: #9d9d9d;
    font-size: 18px;
    line-height: 30px;
    height: 2.4rem;
    width: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(to right, #212529, #6c757d);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 14px !important;
    margin-left: 11px;
    color: #ffffff;
}
.theme1 .pro-social-links ul li a:hover {
    background: #6c757d;
    color: #fff;
}
.addto-whish-list a {
    display: inline-block;
    line-height: 30px;
    padding: 0;
    border: none;
    color: #d28c11;
    font-size: 16px;
    margin-left: 15px;
}
.theme1 .addto-whish-list a:hover {
    color: #212529;
}
.product-discount {
    margin: 15px 0 0;
}
.regular-price {
    font-weight: 500;
    line-height: 30px;
    color: #111;
    font-size: 26px;
}
.modal.style2 .modal-dialog {
    max-width: 300px;
}
.modal.style2 .modal-header {
    border: 0;
    padding: 0;
}
.modal.style2 .modal-header .close {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 0;
    z-index: 999;
}
.modal.style2 .modal-header .close:hover {
    color: #111 !important;
}
.modal.style2 .title {
    padding: 45px 25px;
    text-align: center;
    font-size: 14px;
    color: #707070;
}
.modal.style2 .title i {
    margin-right: 15px;
}
.modal.style3 .modal-dialog {
    max-width: 600px;
}
.modal.style3 .modal-header {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.modal.style3 .modal-header .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 0;
    z-index: 999;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.modal.style3 .modal-header .close:hover {
    color: #111;
}
.modal.style3 .modal-title {
    text-align: center;
    padding-right: 20px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1;
    font-weight: 500;
}
.modal.style3 .modal-title span {
    font-size: 15px;
    margin-right: 15px;
}
.modal.style3 .modal-body {
    padding: 3.125rem 1.875rem;
}
.modal.style3 .product-name {
    line-height: 24px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #21b6e4;
}
.modal.style3 .price {
    line-height: 1.4;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}
.modal.style3 .color {
    line-height: 2.5;
}
.modal.style3 .color,
.modal.style3 .quantity {
    color: #111;
    font-size: 15px;
    font-weight: 500;
}
.modal-cart-content {
    padding-left: 2.5rem;
}
.modal-cart-content strong {
    font-weight: 500;
    color: #111;
    font-size: 14px;
}
.modal-cart-content p {
    color: #111;
    font-size: 14px;
}
@media (max-width: 767px) {
    .modal-cart-content {
        padding-left: 0;
    }
}
.divide-right {
    border-right: 1px solid #ebebeb;
}
.dmc {
    font-size: 14px !important;
    font-weight: 400;
}
@media (max-width: 767px) {
    .divide-right {
        border-right: 1px solid transparent;
    }
}
@media (max-width: 991px) {
    .modal.style3 img {
        display: block;
        max-width: 180px;
        margin: 0 auto 1.5rem;
    }
}
.cart-content-btn i {
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.style4 .modal-dialog {
    max-width: 600px;
}
.style4 .modal-title {
    font-weight: 400;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: #111 !important;
}
.style4 .modal-header {
    padding: 30px 30px 0;
    margin-bottom: 10px;
    border: 0;
}
.style4 .modal-body {
    padding: 15px 30px 30px;
}
.style4 .modal-form > .title {
    font-weight: 500;
    color: #111;
    line-height: 24px;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.style4 .modal-form label {
    margin: 12px 0 4px;
    text-align: right;
    display: block;
    font-weight: 500;
    color: #111;
    font-size: 14px;
}
.style4 .modal-form label.title {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    font-weight: 500;
    color: #111;
    font-size: 14px;
}
.style4 .modal-form .form-control {
    padding: 0 5px;
    min-height: 28px;
    height: 28px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.style4 .modal-form .form-control.textarea {
    height: 80px;
}
.style4 .modal-thumb img {
    border: 1px solid #ebebeb;
}
.style4 .modal-thumb .title {
    padding: 10px 0 5px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    line-height: 18px;
}
.style4 .star-content span {
    color: #fdd835;
    font-size: 18px;
}
.style4 .star-content span.quality {
    font-weight: 500;
    color: #111;
    font-size: 14px;
}
.style4 .required {
    margin-bottom: 10px;
}
.or,
.style4 .required {
    font-size: 12px;
    color: #111;
}
.single-product-head .title {
    font-weight: 600;
    font-size: 22px;
}
.single-product-head .star-content .star-on {
    margin: 0 1px 0 0;
    color: #d28c11;
    font-weight: 400;
    font-size: 18px;
}
.single-product-head .star-content a {
    font-size: 15px;
    font-weight: 400;
}
.single-product-head .star-content a span {
    margin-right: 6px;
}
.product-tab-menu.single-product .nav-item {
    margin-bottom: 10px;
}
.product-tab-menu.single-product .nav-item .nav-link {
    text-transform: capitalize;
    color: #111;
    padding: 13px 16px 13px;
    /* margin: 0 30px; */
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .product-tab-menu.single-product .nav-item .nav-link {
        font-size: 18px;
    }
}
.product-tab-menu.single-product .nav-item .nav-link.active,
.product-tab-menu.single-product .nav-item .nav-link:hover {
    color: #fffdfa;
}
.single-product-desc {
    background: #fff;
    padding: 30px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
    /* padding: 18px; */
    border-radius: 40px;
    border: 1px solid #7272723b;
    border-bottom: 6px solid rgba(34,34,34,.15);
}
.single-product-desc ul {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
.studio-thumb img {
    border: 1px solid #ebebeb;
}
.studio-thumb h3 {
    text-transform: capitalize;
    font-weight: 500;
    color: #111;
    line-height: 24px;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.studio-thumb h6 {
    font-size: 1rem;
    color: #111;
    font-weight: 500;
}
.studio-thumb h6 small {
    font-weight: 400;
    font-size: 14px;
    color: #707070;
}
.product-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-features ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.grade-content .grade {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}
.grade-content .star-on {
    color: #fdd835;
    font-weight: 400;
    font-size: 18px;
}
.grade-content .title {
    text-transform: capitalize;
    color: #777;
    margin-top: 20px;
}
.grade-content .sub-title,
.grade-content .title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.grade-content .sub-title {
    color: #111;
    line-height: 18px;
    padding-top: 9px;
}
.grade-content p {
    line-height: 18px;
    font-size: 14px;
    color: #9d9d9d;
}
.group-img img {
    max-width: 80px;
}
.product-grouped .title {
    margin-bottom: 0.8rem;
    color: #111;
    font-size: 15px;
    text-transform: capitalize;
}
.product-grouped span {
    font-size: 14px;
    color: #707070;
    line-height: 1;
}
.product-anotherinfo-wrapper ul li {
    color: #888;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 13px;
}
.product-anotherinfo-wrapper ul li span {
    color: #111;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}
.single-review .review-top-wrap .review-left .review-name {
    margin-left: 25px;
}
.single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 16px;
    font-weight: 600;
}
.single-review .review-top-wrap .review-left .rating-product {
    line-height: 1;
}
.rating-product {
    margin-bottom: 8px;
}
.rating-product i {
    overflow: hidden;
    font-size: 18px;
    color: #dc3545;
}
.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review-left a {
    color: #d28c11;
    margin-left: auto;
    font-size: 16px;
}
.single-review .review-bottom p {
    margin: 0;
    max-width: 93%;
}
.ratting-form-wrapper .ratting-form form .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0 20px;
}
.ratting-form-wrapper h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    direction: ltr;
}
.ratting-form-wrapper .ratting-form form .star-box span {
    margin: 0 0px 0 15px;
}
.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #d9d6d6;
    color: #333;
}
.rating-form-style input {
    height: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #253237;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    border-radius: 5px;
}
.rating-form-style {
    margin-bottom: 10px;
}
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.rating-form-style input[type="submit"] {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    background: #111 !important;
    color: #fff !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
}
.rating-form-style input[type="submit"]:hover {
    background: #d28c11 !important;
}
.nletter-form .form-control {
    height: 47px;
    background: #fff;
    color: #7e7e7e;
    padding: 10px 10px 10px 120px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.nletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .social-network {
        padding-bottom: 20px;
    }
}
.social-network li {
    margin: 0 10px 0 0;
}
.social-network li a {
    /* display: block; */
    /* color: #111; */
    /* background: #fff; */
    /* line-height: 44px; */
    /* width: 40px; */
    /* height: 40px; */
    /* text-align: center; */
    /* font-size: 15px; */
    /* border-radius: 50%; */
}
.theme1 .social-network li a:hover {
    /* color: #fff; */
    /* background: #5a5ac9; */
}
.social-network2 li {
    margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
    .social-network2 li {
        margin: 0 10px 0 0;
    }
}
.social-network2 li a {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .social-network2 li a {
        font-size: 16px;
    }
}
.theme1 .social-network2 li a {
    color: #fff;
}
.theme1 .social-network2 li a:hover {
    color: #5a5ac9;
}
.theme1 .social-network2.modify li a:hover {
    color: #fff;
}
.address {
    margin: 0;
}
.address-widget .title {
    font-size: 22px;
    font-weight: 500;
}
.address-widget .text {
    line-height: 1;
    color: #707070;
    font-size: 13px;
}
.theme1 .address-widget .title a:hover {
    color: #5a5ac9;
}
.mx-w-400 {
    max-width: 400px;
}
.help-text {
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-widget .section-title {
    position: relative;
    padding-bottom: 20px;
}
.footer-widget .section-title:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    content: "";
}
.footer-widget .section-title .title {
    font-weight: 600;
    font-size: 20px;
    direction: ltr;
    text-align: right;
    color: #ffffff;
}
.footer-widget .section-title .title:after {
    display: none;
}
.theme1 .footer-widget .section-title:after {
    background: #ffffff;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    color: #ffffff;
}
.footer-menu li a:hover {
    padding-right: 5px;
}
.theme1 .footer-menu li a:hover {
    color: #dc3545;
}
.coppy-right p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.coppy-right a {
    color: #ffc107;
}
.theme1 .coppy-right a:hover {
    color: #212529;
    text-decoration: underline;
}
#scrollUp {
    background: #003356;
    width: 46px;
    height: 46px;
    bottom: 110px;
    right: 24px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
}
#scrollUp:hover {
    background: #dc3545;
    color: #fff;
}
.blog-title {
    margin: 25px 0 0;
}
.blog-title .title {
    color: #111;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.blog-title .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #5a5ac9;
}
.sidebar-widget .post-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.sidebar-widget .post-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #5a5ac9;
}
.blog-search-form .form-control {
    height: 46px;
    border: 2px solid #5a5ac9;
    padding-right: 22%;
    font-size: 14px;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .blog-search-form .form-control {
        padding-right: 25%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-search-form .form-control {
        padding-right: 30%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .blog-search-form .form-control {
        padding-right: 10%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-search-form .form-control {
        padding-right: 15%;
    }
}
.blog-media-list .sub-title {
    font-size: 14px;
    font-weight: 700;
}
.post-thumb img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.object-fit-none {
    -o-object-fit: none;
    object-fit: none;
}
.font-style-normal {
    font-style: normal !important;
}
.section-title.underline-shape h2 {
    font-weight: 700;
    font-size: 30px;
}
.comment-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.comment-section .sub-title,
.comment-section .title {
    text-transform: capitalize;
    color: #111;
    line-height: 24px;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.comment-section span {
    display: block;
    text-transform: capitalize;
}
.comment-section p {
    margin: 30px 0;
    font-size: 14px;
}
.reply {
    color: #111;
}
.reply:hover {
    color: #5a5ac9;
}
.avatar {
    margin: 20px 0;
}
.section-title.underline-shape {
    position: relative;
}
.blog-post-media {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.single-blog.blog-image img {
    height: auto;
}
.blog-post-media iframe {
    width: 100%;
    position: relative;
    height: 300px;
}
.blog-title {
    font-size: 30px;
    font-weight: 600;
}
.blog-page-meta li a:hover,
.blog-title a:hover {
    color: #5a5ac9;
}
.blog-page-meta li a {
    display: block;
    color: #565656;
}
.blog-page-meta li:first-child:after {
    position: absolute;
    top: 50%;
    right: -9px;
    left: auto;
    background: #555;
    content: "";
    width: 1px;
    height: 12px;
    margin-top: -6px;
}
.blog-page-meta li {
    display: inline-block;
    position: relative;
}
.blog-page-meta li:first-child {
    margin-right: 15px;
}
.blog-page-meta {
    margin: 10px 0;
}
.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.blog-post-content-inner .read-more-btn:hover {
    color: #5a5ac9;
    padding-left: 5px;
}
.blog-gallery .slick-arrow i {
    font-size: 26px;
    color: #333;
}
.blog-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.blog-gallery .slick-arrow.next {
    left: auto;
    right: 0;
}
.blog-gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 20px;
}
.blog-gallery:hover .slick-arrow.next {
    left: auto;
    right: 20px;
}
.blog-gallery .slick-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.single-post-content p {
    margin: 0 0 25px;
}
.single-post-content p.quate-speech {
    margin-left: 15px;
    padding: 10px 15px;
    line-height: 26px;
    font-style: italic;
    border-left: 3px solid #5a5ac9;
}
@media screen and (min-width: 992px) {
    .single-post-content p.quate-speech {
        margin-left: 60px;
    }
}
.tag-list li {
    display: inline-block;
    margin-left: 5px;
    color: #111;
}
.tag-list li a {
    color: #565656;
}
.tag-list li a:hover {
    color: #5a5ac9;
}
.social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #111;
}
.social li a {
    color: #565656;
}
.social li a:hover {
    color: #5a5ac9;
}
span.title {
    font-weight: 700;
    color: #003356;
}
.blog-related-post .blog-title {
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
    .blog-related-post .blog-title {
        font-size: 18px;
    }
}
.blog-related-post {
    padding: 40px 0 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
    .blog-related-post {
        padding: 40px 0 0;
    }
}
.blog-single-tags-share {
    margin-bottom: 35px;
}
.comment-area .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
}
.comment-area {
    margin-top: 35px;
}
.comment-heading {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 40px;
}
.blog-comment-form .comment-heading {
    margin: 0 0 10px;
}
.blog-comment-form p {
    margin: 0 0 30px;
}
.review-name h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.single-form input,
.single-form textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
}
.single-form input {
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #111;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
.single-form textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.single-form input[type="submit"] {
    padding: 0 55px !important;
    line-height: 48px;
    width: auto;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    background: #5a5ac9 !important;
    color: #fff !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
    margin-bottom: 0;
}
.single-form input[type="submit"]:hover {
    background: #111 !important;
    color: #fff !important;
}
.single-blog .blog-post-content-inner {
    padding: 30px 0 0;
}
.comment-area .single-review.child-review {
    margin-bottom: 70px;
}
.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
    .single-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 0px 0 15px;
}
@media screen and (max-width: 767px) {
    .single-review .review-img {
        margin-bottom: 30px;
    }
}
.single-review img {
    max-width: 120px;
}
.single-form label {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .grid-view-list .product-thumbnail,
    .grid-view .product-thumbnail {
        width: 100%;
    }
}
.grid-view-list .product-thumbnail a,
.grid-view .product-thumbnail a {
    display: block;
}
@media screen and (max-width: 767px) {
    .grid-view-list .product-thumbnail a .second-img,
    .grid-view .product-thumbnail a .second-img {
        right: 0;
    }
}
.grid-view-list .product-thumbnail img,
.grid-view .product-thumbnail img {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
}
@media screen and (min-width: 767px) {
    .grid-view-list .product-thumbnail img {
        margin-bottom: 0;
    }
}
.tab-content .tab-pane.active .grid-view .product-card {
    -webkit-animation: zoomIn 0.5s ease;
    animation: zoomIn 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tab-content .tab-pane .grid-view-list .product-card {
    padding: 15px;
}
.tab-content .tab-pane.active .grid-view-list .product-card {
    -webkit-animation: fadeInRight 0.5s ease;
    animation: fadeInRight 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.grid-nav-wraper {
    padding: 13px 30px;
}
@media screen and (max-width: 991px) {
    .grid-nav-wraper {
        padding: 10px 15px;
    }
}
.shop-grid-nav .nav .nav-item {
    margin-right: 15px;
    line-height: 1;
}
.total-products {
    font-weight: 400;
    margin-left: 50px;
    line-height: 20px;
    padding: 5px;
    font-size: 15px;
}
@media screen and (max-width: 991px) {
    .total-products {
        margin-left: 20px;
    }
}
.shop-grid-nav .nav .nav-link {
    color: #111;
    padding: 0;
    background: transparent;
    font-size: 18px;
    line-height: 30px;
}
.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
    color: #5a5ac9;
}
.shop-grid-button button {
    width: 100%;
    background: #fff;
    padding: 2px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #111;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shop-grid-button button span {
    font-size: 20px;
}
.shop-grid-menu {
    background: #fff;
    width: calc(100% - 145px);
    border: 1px solid #ebebeb;
}
.shop-grid-menu .dropdown-item {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 15px;
    color: #111;
}
.shop-grid-menu .dropdown-item:hover {
    background: #5a5ac9;
    color: #fff;
}
.sort-by {
    /*width: 135px;*/
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    color: #111;
    /* margin-left: 50px; */
}
@media screen and (max-width: 991px) {
    .sort-by {
        margin-left: 0;
    }
}
.product-list-des {
    padding: 15px 0;
}
.availability-list p span {
    color: #5a5ac9;
}
.grid-view-list .product-desc .title {
    font-size: 20px;
}
.custom-select {
    padding: 0 15px;
    height: 37px !important;
    border-radius: 5px;
    font-size: 14px;
}
.about-content .title {
    font-weight: 600;
    color: #d28c11;
    text-transform: capitalize;
    font-size: 30px;
    /* max-width: 900px; */
    margin: 0 auto 20px;
    line-height: 1.4;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .about-content .title {
        font-size: 25px;
    }
}
.about-info .title {
    font-size: 34px;
    font-weight: 600;
    color: #111;
}
.single-service .title {
    font-size: 22px;
    font-weight: 600;
    color: #d28c11;
    text-align: center;
}
.service-section .single-blog img {
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .whish-list-section .table {
        /*min-width: 1030px;*/
    }
}
.whish-list-section .title {
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #ebebeb;
}
.whish-list-section .table .thead-light th {
    background-color: #21b6e4;
    border-color: transparent;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    border: 1px solid;
}
.whish-list-section .table td,
.whish-list-section .table th {
    vertical-align: middle;
}
.whish-list-section img {
    max-width: 150px;
}
.whish-title {
    font-size: 15px;
}
.whish-list-price {
    color: #111;
    font-size: 16px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f1f1f1
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
        no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form .title {
    text-transform: capitalize;
    color: #111;
    line-height: 24px;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-size: 14px;
    color: #111;
    padding-top: 0.625rem;
    text-transform: capitalize;
}
.contact-form .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #707070;
    padding: 0.8rem 1.6rem;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.contact-form textarea.form-control {
    min-height: 300px;
}
@media screen and (max-width: 767px) {
    .contact-form textarea.form-control {
        min-height: 150px;
    }
}
.contact-page-title {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
    .contact-page-title {
        font-size: 25px;
    }
}
.single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-contact-block {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.single-contact-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.single-contact-block h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #dc3545;
    margin: 9px 0;
}
@media only screen and (max-width: 575px) {
    .single-contact-block h4 {
        font-size: 20px;
    }
}
.single-contact-block h4 img {
    margin: 5px 20px 20px 0;
}
.single-contact-block p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    color: #212529;
}
span.required {
    color: #dc3545;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form label {
    font-size: 14px;
    color: #111;
    padding: 0.8rem 0;
    text-transform: capitalize;
}
.contact-form input {
    height: 46px;
}
.contact-form input,
.contact-form textarea {
    line-height: 45px;
    width: 100%;
    padding-right: 20px;
    border: 1px solid #e1e0e0;
    outline: 0;
    background-color: #fff;
    border-radius: 5px;
}
.contact-form textarea {
    height: 155px;
}
.contact-page-side-content {
    padding-right: 30px;
    height: 100%;
}
.log-in-form {
    border: 1px solid #ebebeb;
    font-size: 13px;
    color: #707070;
    padding: 30px 15px 15px;
}
.log-in-form .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #707070;
    padding: 0.8rem 1.6rem;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.show-password {
    font-weight: 500;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding: 0.67rem 1rem !important;
    border-radius: 0;
}
.login-form-links a {
    display: inline-block;
}
.for-get {
    font-size: 14px;
    padding-bottom: 15px;
}
.border-top {
    border-bottom: 1px solid #ebebeb !important;
}
.no-account {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}
.form-message.error {
    color: red;
}
.form-message.success {
    color: green;
}
.my-account .title,
.register .title {
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px dotted #6c757d;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 6px solid #87847f94;
}
.myaccount-tab-menu a {
    border: 1px solid #ebebeb;
    color: #111;
    font-weight: 500;
    display: block;
    padding: 15px 15px 13px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #5a565647;
}
.myaccount-tab-menu a:last-child {
    border-bottom: 2px solid #5a565647;
}
.myaccount-tab-menu a.active,
.myaccount-tab-menu a:hover {
    background-color: #d28c11;
    color: #fff;
}
.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}
.myaccount-content {
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding: 30px;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px dotted #d28c11;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 6px solid #d28c1194;
}
@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}
.myaccount-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.myaccount-content .welcome a {
    color: #111;
}
.myaccount-content .welcome a:hover {
    color: #5a5ac9;
}
.myaccount-content .welcome strong {
    font-weight: 600;
}
.myaccount-content a.edit-address-btn {
    border-color: #333;
}
.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}
.myaccount-content a.edit-address-btn:hover {
    color: #5a5ac9;
}
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}
.myaccount-table .table th,
.myaccount-table table th {
    padding: 10px;
    font-weight: 600;
}
.myaccount-table .table td,
.myaccount-table table td {
    padding: 20px 10px;
    vertical-align: middle;
}
.myaccount-table .table td a:hover,
.myaccount-table table td a:hover {
    color: #fff;
}
.saved-message {
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}
.account-details-form h4 {
    text-transform: capitalize;
    margin: 0;
    color: #d28c11;
    font-weight: 600;
    font-size: 18px;
    direction: ltr;
    text-align: right;
}
.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.account-details-form input[type="email"],
.account-details-form input[type="number"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="tel"],
.account-details-form input[type="text"],
.account-details-form input[type="url"] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9d5d5;
    font-size: 14px;
    color: #707070;
    padding: 0.8rem 0.6rem;
    height: 47px;
    line-height: 1.25;
    border-radius: 0;
    border-radius: 5px;
}
.billing-info-wrap .title,
.your-order-area .title {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dc3545;
    font-size: 20px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    width: 100%;
    color: #dc3545;
    text-align: right;
    direction: ltr;
}
.billing-info {
    margin-bottom: 10px;
}
.billing-info label {
    font-size: 14px;
    margin-bottom: 10px;font-weight: 600;
}
.billing-select label {
    font-weight: 600;
}

.form-select {
    height: 45px;
    /* border-radius: 0; */
    outline: 0;
    color: #565656;
}
.form-select:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-top
    ul
    li {
    font-size: 24px;
    text-transform: capitalize;
}
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d5d1d1;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
    height: 45px;
    border-radius: 5px;
}
.billing-info-wrap .nice-select {
    width: 100%;
    margin-bottom: 20px;
}
.billing-info-wrap .nice-select .list {
    width: 100%;
}
.billing-info-wrap .nice-select.open,
.billing-info-wrap .nice-select:active,
.billing-info-wrap .nice-select:focus {
    border-color: #ebebeb;
}
.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin-bottom: 10px;
}
.billing-info-wrap .checkout-account label {
    color: #666;
    font-weight: 400;
    margin: 0 12px 0 0px;
}
.billing-info-wrap .checkout-account input {
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: right;
    height: 12px;
    width: 12px;
    margin-top: 7px;
    cursor: pointer;
}
.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
    width: 100%;
    height: 45px;
    outline: none;
}
.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}
.billing-info-wrap .additional-info-wrap .additional-info textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 138px;
    padding: 17px 20px;
    width: 100%;
    outline: none;
}
.additional-info-wrap {
    margin: 30px 0;
}
.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 15px;
    }
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-top
    ul
    li {
    font-size: 16px;
    font-weight: 600;
    list-style: outside none none;
    color: #21b6e4;
    /* margin-bottom: 10px; */
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 16px 0;
    padding: 12px 0 12px;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-middle
    ul
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-bottom
    ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-bottom
    ul
    li.your-order-shipping {
    font-size: 16px;
    color: #111;
    font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 15px;
    padding: 17px 0 19px;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-total
    ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-total
    ul
    li.order-total {
    font-weight: 600;
    color: #dc3545;
    font-size: 16px;
}
.your-order-area
    .your-order-wrap
    .your-order-product-info
    .your-order-total
    ul
    li {
    font-weight: 600;
    color: #dc3545;
    font-size: 16px;
    list-style: outside none none;
}
.your-order-area .payment-accordion:last-child {
    margin: 0;
}
.your-order-area .payment-accordion {
    margin: 0 0 16px;
}
.your-order-area .payment-accordion h4 a {
    color: #111;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0;
}
.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
}
.Place-order {
    margin-top: 25px;
}
.open-toggle,
.open-toggle2 {
    display: none;
}
.single-my-account h3.panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}
.single-my-account h3.panel-title span {
    color: #111;
    font-size: 14px;
    left: 20px;
    position: absolute;
    top: 16px;
}
.single-my-account h3.panel-title a {
    color: #111;
    display: block;
    padding: 16px 55px;
    position: relative;
}
.single-my-account h3.panel-title a:hover,
.single-my-account h3.panel-title a:hover:before {
    color: #5a5ac9;
}
.single-my-account h3.panel-title a:before {
    color: #000;
    content: "\f3d0";
    display: inline-block;
    font-family: Ionicons;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}
.single-my-account .myaccount-info-wrapper {
    padding: 30px 20px;
    background-color: #fff;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 7px;
    font-weight: 600;
    color: #111;
}
.single-my-account .myaccount-info-wrapper .billing-info {
    margin-bottom: 20px;
}
.single-my-account .myaccount-info-wrapper .billing-info label {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}
.single-my-account .myaccount-info-wrapper .billing-info input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #666;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-my-account
    .myaccount-info-wrapper
    .billing-back-btn
    .billing-back
    a:hover {
    color: #5a5ac9;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
    font-size: 15px;
    color: #5a5ac9;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 30px 20px;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
    color: #666;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
}
.single-my-account
    .myaccount-info-wrapper
    .entries-wrapper
    .entries-edit-delete
    a.edit {
    background-color: #0090f0;
    font-weight: 700;
}
.single-my-account
    .myaccount-info-wrapper
    .entries-wrapper
    .entries-edit-delete
    a.edit:hover,
.single-my-account
    .myaccount-info-wrapper
    .entries-wrapper
    .entries-edit-delete
    a:hover {
    background-color: #5a5ac9;
}
.single-my-account
    .myaccount-info-wrapper
    .entries-wrapper
    .entries-edit-delete
    a {
    background-color: #f32013;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-my-account {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
.single-my-account:last-child {
    margin: 0;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
    border: 1px solid #eaeaea;
    position: relative;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #eaeaea;
}
.login-register-wrapper .login-register-tab-list {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
    position: relative;
}
.login-register-wrapper .login-register-tab-list a:last-child:before {
    display: none;
}
.login-register-wrapper .login-register-tab-list a:before {
    background-color: #d28c11;
    bottom: 5px;
    content: "";
    height: 30px;
    margin: 0 auto;
    position: absolute;
    left: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 2px;
}
.login-register-wrapper .login-register-tab-list a.active h4 {
    background-color: #d28c11;
    border-color: #d28c11;
    color: #fbf8f8;
}
.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #111;
    padding: 10px;
    border-radius: 5px;
    color: #111;
    font-size: 14px;
    padding: 13px 25px;
    background-color: #eff1e5;
    border: 1px solid #dbd7d7;
    border-radius: 6px;
}
.login-register-wrapper .login-form-container {
    /* background: transparent none repeat scroll 0 0; */
    /* -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); */
    /* padding: 80px; */
    text-align: left;
    /* background: #f8f9faeb; */
    padding: 10px 25px 20px;
    /* box-shadow: 0px 3px 15px 0px #dee2e6; */
    /* border-radius: 10px; */
    text-align: right;
    /* border-top: 2px solid #d28c11; */
    direction: rtl;
}
@media screen and (max-width: 768px) {
    .login-register-wrapper .login-form-container {
        padding: 0px;
    }
}
.login-register-wrapper .login-form-container .login-register-form form input {
    background-color: transparent;
    border: 1px solid #dfdddd;
    color: #212529;
    font-size: 14px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    outline: none;
    border-radius: 5px;
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    .button-box
    .login-toggle-btn {
    padding: 0px 0 25px;
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    .button-box
    .login-toggle-btn
    label {
    color: #111;
    font-size: 15px;
    font-weight: 400;
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    .button-box
    .login-toggle-btn
    a.flote-none {
    float: none !important;
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    .button-box
    .login-toggle-btn
    a {
    color: #111;
    float: right;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 480px) {
    
     .display-cart tr {
    display: grid;margin-bottom: 25px;
}
    
    .login-register-wrapper
        .login-form-container
        .login-register-form
        form
        .button-box
        .login-toggle-btn
        a {
        float: none;
    }
}
.login-register-wrapper
    .login-form-container
    .login-register-form
    form
    .button-box
    .login-toggle-btn
    a:hover {
    color: #5a5ac9;
}
.contact-map #mapid {
    height: 560px;
}
.custom-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.custom-row-2 div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-info-wrap {
    background-color: #f3f3f3;
    padding: 120px 70px 116px 90px;
}
.contact-info-wrap .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.contact-info-wrap .single-contact-info .contact-icon {
    margin-right: 20px;
}
.contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 20px;
    color: #111;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #252525;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-info-wrap .single-contact-info .contact-info-dec p {
    line-height: 1;
    color: #111;
    margin: 0 0 9px;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a {
    color: #111;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
    color: #5a5ac9;
}
.contact-info-wrap .single-contact-info:hover .contact-icon i {
    background-color: #5a5ac9;
    color: #fff;
    border-color: #5a5ac9;
}
.contact-social h3 {
    font-weight: 700;
    color: #111;
    font-size: 24px;
    margin: 0 0 17px;
    line-height: 1;
}
.contact-social ul li a {
    color: #666;
}
.contact-social .social-info li a {
    margin-right: 15px;
}
.contact-form {
    background-color: #f3f3f3;
    padding: 35px;
    border-radius: 5px;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* border-top: 2px dotted #0dcaf0; */
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 6px solid #00335621;
}
.services .service {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 10px;
}
.pb1-50 {
    padding-bottom: 75px;
}
.py1-15 {
    padding-top: 10px;
    padding-bottom: 5px;
}
.static-media2 {
    position: relative;
    align-items: center;
    background-color: #eff3f7;
    padding: 35px 8px 35px;
    text-align: right;
}
.padd {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #0a0a0a14;
}
.perfum {
    position: absolute;
    top: -11px;
    background: #fbfcfc;
    width: 27px !important;
    left: 45%;
    margin: 0 auto;
}
.padd1 {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px solid #0a0a0a14;
}
@media screen and (max-width: 390px) {
.popular-card {
    text-align: center;
    background: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #f8f9fa;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 7px;
    /* border-radius: 2px; */
    border: 1px solid #cbc6c62e;
    /* border-bottom: 6px solid #21b6e436; */
    /* border-top-left-radius: 20%; */
    /* border-bottom-right-radius: 20%; */
    /* min-height: 150px; */
}
    .actions li .action {
    background: #ffffff;
    color: #003356;
    font-size: 16px;
    text-align: center;
    -webkit-transform: scale3d(0, 0, 0);
    transform: none;
    border-radius: 50%;
    border: 1px solid #34312b21;
}
    
    .static-media2 .text {
    color: #0a0a0a;
    font-size: 14px;
        line-height: 21px;
}
    
    .static-media2 .title {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
    /* color: #21b6e4; */
}
 
}


 .marleftt1 {
    margin-left: 40px;
}


@media screen and (max-width: 767px) {
     .marleftt1 {
    margin-left: 0px;
}
    .static-media2 .text {
    color: #0a0a0a;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 7px;
}
    
    .padd1 {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #0a0a0a14;
}
       .static-media2 {
    position: relative;
    align-items: center;
    background-color: #eff3f7;
    padding: 17px 5px 17px;
    text-align: right;
}
    .padd {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #0a0a0a14;
    border-bottom: 1px solid #0a0a0a14;
}
    .perfum {
    position: absolute;
    top: -11px;
    background: #fbfcfc;
    width: 27px !important;
    left: 45%;
    margin: 0 auto;
}
    .contact-form {
        padding: 15px;
    }
    .py1-15 {
    padding-top: 10px;
    padding-bottom: 0px;
}
    .pb-80 {
    padding-bottom: 50px;
}
   .pt-80 {
    padding-top: 30px;
} 
    
    .product-desc {
    padding: 13px;
    text-align: center;
}
     
    .services .service {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 10px;
}
    .popular-card .card-body .popular-title {
    text-transform: uppercase;
    padding: 12px 0 4px;
    font-weight: 600;
    font-size: 12px;
}
}
.contact-form .contact-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    line-height: 1;
    margin-bottom: 36px;
    margin-left: -10px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
    background: transparent;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 30px;
    color: #000;
    width: 100%;
    outline: none;
}
.contact-form p {
    color: #333;
}
.contact-form .contact-form-style textarea {
    padding: 20px 14px;
    margin-bottom: 0;
    height: 200px;
}
.contact-map {
    margin-bottom: 60px;
}
.contact-form .contact-form-style button {
    border: none;
    background-color: #5a5ac9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 33px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}
.contact-form .contact-form-style button:hover {
    background-color: #111;
    color: #fff;
}
.coupon-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0 15px;
}
.check-out-btn {
    padding: 14px 30px;
}
@media (max-width: 991px) {
    .compare-section .table {
        min-width: 800px;
    }
}
.compare-section img {
    max-width: 150px;
}
.compare-section .title {
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #ebebeb;
}
.compare-section .sub-title {
    font-size: 15px;
    padding: 20px 0;
    color: #38516b;
}
.compare-section .table .thead-light th {
    background-color: #f2f5f8;
    border-color: #ebebeb;
}
.compare-section .table td,
.compare-section .table th {
    vertical-align: middle;
    border: 1px solid #ebebeb;
    padding: 15px;
    font-size: 16px;
}
.compare-section .table td,
.compare-section .table th {
    text-transform: capitalize;
}
.compare-section .table td p {
    text-transform: none;
}
.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}
/*# sourceMappingURL=style.min.css.map */


 .mr-right {
    margin-right: 20px;
}

.hero-area3::before {
    content: "";
    top: 0;
    left: 0;
    opacity: .6;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    /* background: #fdd593; */
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* background: -webkit-linear-gradient(left, #a5a5a9 1%,#727476 24%,#cbcdcf 67%,#5d6062 100%); */
    /* background: linear-gradient(to right, #ce973d 1%,#726145 24%,#ffdea8 67%,#503508 100%); */
    background-image: linear-gradient(to right, #21252973 , #000000c4);
}

.hero-areain::before {
    content: "";
    top: 0;
    left: 0;
    opacity: .56;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #121c26;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* background: -webkit-linear-gradient(left, #a5a5a9 1%,#727476 24%,#cbcdcf 67%,#5d6062 100%); */
    /* background: linear-gradient(to right, #ce973d 1%,#726145 24%,#ffdea8 67%,#503508 100%); */
    /* background-image: linear-gradient(to right, #21252973 , #000000c4); */
}

.direction{direction: rtl;}
.headicon {
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(to right, #fdd835, #d28c11);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 14px !important;
    color: #ffffff;
}

.headicon:hover {background: #000;}
.direction{direction: rtl}
.footer1::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.8;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    /* background: #212529; */
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* background: -webkit-linear-gradient(left, #a5a5a9 1%,#727476 24%,#cbcdcf 67%,#5d6062 100%); */
    background: linear-gradient(to right, #000529d9 1%, #002055e3 24%, #0e2942f5 67%, #000e1be6 100%);
}
.features::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.8;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #212529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* background: -webkit-linear-gradient(left, #a5a5a9 1%,#727476 24%,#cbcdcf 67%,#5d6062 100%); */
    /* background: linear-gradient(to right, #000529 1%,#002055 24%,#0e2942 67%,#000e1b 100%); */
}
.footer__bg {
     background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}
.footicon {
    height: 2.4rem;
    width: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(to right, #ebcf6f, #ce973d);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 14px !important;
    margin-left: 11px;
    color: #ffffff;
}.footicon:hover {
    background: #033038;
}
.bg-foot {
    /* background-color: #060606 !important; */
    /* background-image: linear-gradient(to right, #9f6b0fa8 , #565656 ); */
    border-top: 1px solid #ffffff1c;
}
 .main-cat {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #dc3545;
}
 .mrpay {
    margin-left: 1px;
}
 .footp {
    color: #fff;
    font-size: 15px;
    text-align: justify;
}
 .iconn {
    color: #fff;
    margin-left: 5px;
}.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}
 .offerp {
    color: #fff;
    font-size: 16px;
} .icnusr {
    margin-left: 3px;
}
 .clr {
    color: #003356;
    font-weight: 500;
    font-size: 18px;
}
 .par-desc {
    font-size: 16px;
    margin-bottom: 10px;
}
 .ulist li {
    line-height: 30px;
    font-size: 18px;
    color: #dc3545;
    margin-top: 10px;
    font-weight: 600;
}

  .backimg {
     background-size: cover;
     background-repeat: no-repeat;
     z-index: 9;
     /* align-items: center; */
     position: relative;background-position: center;
}
.hero-area3::before {
    content: "";
    top: 0;
    left: 0;
    opacity: .7;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #18212acf;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    /* background: -webkit-linear-gradient(left, #a5a5a9 1%,#727476 24%,#cbcdcf 67%,#5d6062 100%); */
    background: linear-gradient(to right, #003356b5 1% 1%, #003356ad 24% 24%, #003356b3 67% 67%, #003356c2 100% 100%);
    /* background-image: linear-gradient(to right, #5d6062 , #000529); */
}
 .categ {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: black;
}.old__price {
    font-size: 17px;
    color: #003356;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 0.4rem;
}
.ml{margin-left: 4px;}
.ml1{margin-left: 3px;}
.google-map {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    background: #0033565e;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 2px;
    border: 2px solid #0033565e;
}
.theme1 .badge-available {
    color: #fff !important;
    background-color: #198754  !important;
    font-weight: 600;
    padding: 8px 17px;
}
.theme1 .badge-notavailable {
    color: #fff !important;
    background-color: #dc3545 !important;
    font-weight: 600;
    padding: 8px 17px;
}
 .trash {
    color: #c91717;
}
 .radleft {
    margin-left: 1px;
}
 .pay-way {
    font-size: 19px;
    font-weight: 600;
    color: #d28c11;
}
.mrpay1 {
    margin-left: 7px;
}
 .dir {
    direction: ltr;
}
.ul_terms li {
    list-style: arabic-indic;
    line-height: 35px;
    margin-right: 11px;
    font-size: 15px;
}

.user-profile-header-banner img {
    /* height: 200px; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.rounded-top {
    border-top-left-radius: 0.375rem!important;
    border-top-right-radius: 0.375rem!important;
}.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
}html:not([dir=rtl]) .ms-sm-4 {
    margin-right: 1.5rem!important;
}

.user-profile-header .user-profile-img {
    border: 5px solid;
    width: 120px;
}
.user-profile-header .user-profile-img {
    border-color: #fff !important;
}.mb-sm-5 {
    margin-top: -4rem!important;
}.text-right {
    text-align: right;
}.mt-sm-5 {
    margin-top: 1rem!important;
}.list-inline-item {
    margin-left: 1.5rem;
    font-size: 15px;
    margin-bottom: 12px;
}.mtop {
    margin-top: 15px;
}
 .user-fnt {
    font-size: 19px;
}
.marleft {
    margin-left: 3px;
}
.eyye {
    position: absolute;
    left: 25px;
    top: 10px;
    color: #d28c11 !important;
}
 .body-collabse {
    padding: 15px 10px;
    background: #e9ecef;
    border-radius: 5px;
    /* color: #fff; */
}
 .panel-heading h4 {
    background: #38516b;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
 }
 
 .mlft-img {
    margin-left: 7px;
}
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .display-up{display: none;}
        .popular-card .card-body {
    padding: 0px;
}
.img-prod {
     height: 80px;
}
.display-check {
    /* display: none; */
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
.display-up{display: none;}
     .img-prod {
     height: 75px;
}  
.display-check { 
    display: none;
} 
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
.display-up{display: block;}
        .display-phone{display: none;}
        .img-prod {
     height: 75px;
}
.display-check { 
    display: none;
}
    }



    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
.display-up{display: block;}
        .popular-card .card-body {
    padding: 10px;
}
.img-prod {
     height: 130px;
}
.display-check { 
    display: block;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
.display-up{display: block;}
         .display-phone{display: block;}
        .popular-card .card-body {
    padding: 7px;
}
.img-prod {
     height: 145px;
}
.display-check { 
    display: block;
}
    }
	 .justify {
    text-align: justify;
}

.colorred {
    font-size: 15px;
    color: #003356;
}

 .img-prod {
     /* border-top-left-radius: 20%; */
     /* border-bottom-right-radius: 20%; */
     border: 1px solid #e1dede;
     border-radius: 10px;
}

 .img-fav {
    width: 30px;
}

 .loghed {
    direction: ltr;
    color: #fff;
    font-size: 16px;
    font-family: "Almarai", Roboto, sans-serif;
}

.loghed:hover {
     color: #dc3545;
}.fw-semibold {
    font-weight: 600!important;
    margin-bottom: 13px;
}

.login-register-wrapper .login-register-tab-list a h4:hover{transform: scale(1.1)}

.bck-section1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-1.webp) left top no-repeat;
    opacity: .3;
}

.bck-section1:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/pattern-2.webp) right top no-repeat;
    opacity: .3;
}
.bck-section1 {
    position: relative;
    /* background: #f8f9fa8c; */
    /* z-index: -1; */
}

.name-logo {
    margin-right: 5px;
    font-size: 19px;
    font-weight: 600;
} 

.foot-logo {
    margin-right: 5px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}
 
 .product-slider-init .slick-list .slick-slide {
    padding: 0 6px;
}
 .mrr-l {
    margin-left: 3px;
}

.bckbtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    background: #dc3545 !important;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.popular-card .card-body .popular-title a:hover {
    display: block;
    color: #dc3545;
}

.style11  .sub-title {
    font-size: 19px;
    color: #dc3545;
    margin: 0 0 10px;
    font-weight: 600;
}

  .justify-content {
    justify-content: center;
}

 .personal-information textarea {
        background: transparent none repeat scroll 0 0;
    border: 1px solid #d5d1d1;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
     height: 135px;
     border-radius: 5px;
}

 .clr-side {
    color: #003356 !important;
    font-size: 16px !important;
}

.clr-side1 {
    color: #003356 !important;
    font-size: 15px !important;
}

 .side-btn {
    height: 40px !important;
    line-height: 36px !important;
    font-size: 15px !important;
    padding: 0px 22px !important;
}

.input-side input{
    font-size: 13px !important;
    height: 43px !important;
 }

.coupon-title-side {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 11px 0 14px;
    color: #dc3545;
}


 .coupon-mb {
    margin-bottom: 10px;
}

.product-count.increment-side input {
    height: 40px !important;
    
}

.product-count.increment-side .count-btn {
    width: 20px;
    height: 20px !important;
    
}
.billing-select {
    margin-bottom: 10px;
}
 .strong {
    font-weight: 600;
}
.me-11 {
    margin-left: .25rem !important;
}
.mar-fav{margin-left: 10px;}
.footp1 p {
    color: #fff;
    font-size: 16px;
    /* text-align: justify; */
}

 .justify-content-md-end {
    justify-content: flex-end !important;
}
.table{margin-bottom: 0rem !important;}
.buttonback {
    background-color: #007BFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 244px;
    right: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff !important;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
}
.buttonback:hover {background-color: #21b6e4;}