.body{
   margin: 0;
   overflow-x: hidden !important;
   font-family: 'Roboto', sans-serif;
}
a:hover{
   color: inherit !important;
   text-decoration: unset !important;
}
a{
   text-decoration: unset !important;
}
h1,h2,h3,h4,h5,h6{
   
   margin: 0;
}
ul {
    padding: 0 !important;
}
img{
   width: 100%;
   display: block;
   object-fit: cover;
}
p{
   font-size: 15px;
   letter-spacing: 0.5px;
   line-height: 26px;
   margin: 0;
}
.form-control:focus{
    box-shadow: unset !important;
}
.row1{
   align-items: center;
}
.mt_1{
   margin-top: 50px;
}
.pb_01{
   padding-bottom: 80px!important;
}
.mb_01{
   margin-bottom: 30px;
}
ul{
   padding: 0;
   margin: 0!important;
   list-style: none;
}


/*----------- Header -------------*/
.logo {
    text-align: center;
    width: 181px;
}
.logo img {
    width: 100%;
}
.menu .navbar{
   padding: 0!important;
}
.menu ul.nav {
   position: relative;
   align-items: center;
}
.menu ul.nav > li {
    text-align: center;
    cursor: pointer;
    margin-right: 36px;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
}
.menu ul li a{
    color: rgb(0 0 0 / 80%);
}
.search-box button {
    background: #082B4D;
    border: unset;
    width: 98px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
    width: 100%;
}
.search-box input {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    padding-left: 20px;
    background: transparent;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
select.form-select {
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 5px 30px 5px 15px;
}
select.form-select:focus {
    box-shadow: unset;
    border: 1px solid #cccccc;
}
body.body h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /*line-height: 36px;*/
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}
.co_header {
   padding: 10px 0px;
   position: sticky;
   top: 0;
   left: 0;
   background: white;
  z-index: 999999;
}
.co_header.newClass{
   padding: 15px 0px;
   box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.logo h1 {
   font-size: 35px;
   font-weight: 800;
   margin: 0;
   text-transform: uppercase;
}
.logo h1 a{
   color:#df453e;
}
.logo h1 a span{
   color:#1b3e41;
}
.logo h1 a:hover{
   text-decoration: none;
}
.search-box{
   position: relative;
}
.search-box input:focus, .search-box button:focus{
   outline: none;
}
.search-box ::placeholder {
  color: black;
  opacity: 1;
}
.search-box :-ms-input-placeholder { 
   color: black;
}
.search-box ::-ms-input-placeholder {
    color: black;
}
.login-btn {
   line-height: 44px;
   text-align: center;
   cursor: pointer;
}
.login-btn::after{
   content: '';
   display: none!important;
}
.cart__total-item {
   min-width: 20px;
   height: 20px;
   text-align: center;
   line-height: 20px;
   position: absolute;
   top: -2px;
   left: 35px;
   color: #ffffff;
   background: #1b3e41;
   border-radius: 100%;
   font-size: 10px;
}
.shopping-cart:hover .cart__total-item{
   background: black;
}
.login {
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
}
.login li {
   display: inline-block;
   margin: 0px 8px;
   position: relative;
   padding-right: 10px;
}
.login li:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   border-right: 1px solid #ccc;
}
.login li:last-child:after{
   display: none;
}
.login a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1b3e41;
    border: 1px solid #1b3e41;
    padding: 5px 11px;
    width: 86px;
    display: block;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
}
.login a:hover{
   color: #1b3e41;
   text-decoration: none;
}
.co_menu {
   border-top: 1px solid #ccc;
}
.menu ul li a:hover {
    color: #082B4D;
    text-decoration: none;
}
.nav i.fal.fa-angle-down {
   margin-left: 8px;
}
.menu ul.nav > li:hover {
    color: #082B4D;
}
.menu ul.dropdown {
    padding: 0;
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 100%;
    left: -139px;
    flex-direction: column;
    margin: 0;
    list-style: none;
    color: #333;
    transform: translateY(50px);
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    opacity: 0;
    z-index: 99;
    background: #FFFFFF;
    border-top: 3px solid #082B4D;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 11%);
    border-radius: 5px;
    width: 750px;
}
.menu ul.dropdown1{
    width: 220px;
    left: -91px !important;
}
.menu ul.nav > li ul.dropdown1:before {
    left: 47% !important;
}
.menu ul.nav > li ul.dropdown {
    padding: 15px 10px 40px !important;
    text-align: left;
}
.menu ul.nav > li ul.dropdown h5 {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}
.menu ul.dropdown > li {
   font-size: 14px;
   cursor: pointer;
   line-height: 10px;
}
.menu ul.dropdown > li a {
    color: black;
    padding: 22px 10px;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.menu ul.nav > li ul.dropdown:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #082B4D;
    position: absolute;
    top: -15px;
    left: 23%;
    transform: translateX(-50%);
}
.br-1 {
    border-right: 1px solid rgba(204, 204, 204, 0.4);
}
.br-1:last-child {
    border-right:0;
}
.menu ul.nav > li:hover ul.dropdown {
   visibility: visible;
   transform: translateY(0);
   opacity: 1;
}
.menu ul.dropdown > li a:hover, ul.dropdown > li:hover a {
    color: black;
    text-decoration: none;
}
ul.dropdown ul li a {
    padding: 5px 10px !important;
}
.menu img {
   width: 64px;
   height: 64px;
   position: relative;
   top: 22px;
  margin: 0px 10px 12px;
}
.login-btn {
    background: black;
    padding: 4px 13px !important;
    font-weight: 600;
    color: #082B4D;
    border-radius: 5px;
    font-size: 13px !important;
}
.login-btn a{
    color: white !important;
}



/****** Banner css*******/

.co_banner{
   overflow-x: hidden;
}
body.body .banner-item .banner-content h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
}
body.body .banner-item:last-child .banner-content h1, body.body .banner-item:last-child .banner-content p {
    color: #fff;
}
.banner-slider{
   margin-bottom: 0!important;
}
.banner-section{
   position: relative;
}
.banner-img{
   position: relative;
}
.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 59px;
}
.button {
   width: 180px;
   height: 60px;
   line-height: 60px;
   background: #df453e;
   text-align: center;
   display: inline-block;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 600;
   position: relative;
   will-change: transform;
}
.banner-content .button:focus{
   outline: none;
}
.co_help {
    position: fixed;
    top: 22%;
    right: -9%;
    z-index: 99;
    transition: all 0.5s ease;
}
.co_help:hover{
    right: 0;
}
.co_help a{
    padding: 10px;
    background: #082B4D;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.co_help a:hover{
    color: white !important;
}
.co_help a i{
    padding-right: 5px;
    font-size: 20px;
    animation: bounce1 1s infinite  alternate;
}
@keyframes bounce1 {
   0% { 
      transform: translateY(5px); 
   }
   100% { 
      transform: translateY(-5px); 
   }
}


/*-------------Product Package section---------------*/
.category {
    position: relative;
    background: #F8F8F8;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 50px;
}
.category-img img {
    height: 220px;
    transition: all 900ms ease;   
}
.category-details {
    padding: 23px 17px;
    text-align: center;
}
.category.first_title .category-details {
    padding: 0;
    text-align: left;
}
.category.first_title {
    background: white;
}
.category-details a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}
.category-img{
   overflow: hidden;
}
.category:hover .category-img img{
   transform: scale(1.2) rotate(3deg);
}
.category-details h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    text-align: left;
}
.category-details p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
}
.category:after {
   border-radius: 15px;
   position: absolute;
   background: #082B4D;
   height: 3px;
   width: 0;
   left: 0;
   bottom: 0;
   content: "";
   right: 0;
   margin: 0 auto;
   transition: all 400ms ease-out 0s;
   opacity: 0.7;
   z-index: 0;
}
.category:hover:after {
   width: 85%;
}
.category.first_title:after {
    border: 0;
    width: 0;
}
.product-img img {
   height: auto;
   object-fit: contain;
   transition: all 0.7s;
}
.product-main:hover .product-img img{
   transform: scale(1.1);
}
.product-details{
    padding-top: 20px;
   text-align: center;
}
.product-details h1 {
   font-size: 15px;
   font-weight: 800;
   color: #df453e;
   margin-bottom: 8px;
}
.product-details h1 i{
   font-weight: 800;
   margin-right: 5px;
}
.product-details h3 {
   font-size: 14px;
   line-height: 21px;
   font-weight: 600;
   margin-bottom: 0;
   text-transform: capitalize;
   opacity: 0.8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
select.hs-input.invalid.error {
   width: 47%!important;
   border: none;
   border-bottom: 1px solid #c5bebe;
   margin-right: 11px;
   background: transparent;
}
select.hs-input.invalid.error:focus {
   outline: none;
}


/*---------mobile-menu -----------*/
.mobile_manu{
    display: none;
}

.openbtn {
    font-size: 22px;
    cursor: pointer;
    background-color: transparent;
    color: black;
    border: none;
    width: auto;
}
.co_mobile-head {
    padding: 10px 0px;
    /*background: rgb(255 133 35 / 100%);*/
    display: block;
    /*position: sticky;
    top: 75px;*/
    width: 100%;
    z-index: 999;
    color: white;
    display: none;
    background: white;
}
 .usersidebar { display: block;}
.newClass1 {
    position: fixed;
    top: 0;
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.mobilemenu-modal .offcanvas.offcanvas-start.show{
    visibility: visible !important;
}
.mobilemenu-modal .btn-close {
    position: fixed;
    top: 0px;
    right: 67px;
    color: white;
    font-size: 25px;
    background: unset !important;
    opacity: 1;
    z-index: 9999 !important;
    display: none;
}
.remove-pd {
    overflow: unset !important;
    padding-right: 0 !important;
}
.offcanvas.show + .btn-close{
    display: block;
}
.offcanvas-header {
    padding: 13px 10px;
    background: #082B4D;
    color: white;
}
.offcanvas-header h6 {
    font-size: 20PX;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.offcanvas-header h6 span{
    padding-left: 10px;
    font-size: 18PX;
    font-weight: 700;
}
.offcanvas {
    overflow-x: hidden;
    max-width: 70% !important;
}
.offcanvas-body{
    padding: 0px !important;
}
.mobile-menu{
    overflow-x: hidden;
}
.mobile-menu li a{
    font-size: 16px;
    padding: 13px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111;
    text-transform: capitalize;
    position: relative;
}
.sub_menu{
    padding-top: 7px;
    padding-bottom: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 54px;
    bottom: 0;
    overflow: scroll;
    will-change: transform;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease;
    background: white;
}
.open-submenu .sub_menu{
    visibility: visible;
    transform: translateX(0);
}
.open-submenu li a{
    display: none !important;
}
.sub_menu .main-header{
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.sub_menu .main-header a{
    display: block;
}
.sub_menu .main-header a i{
    padding-right: 10px;
    color: grey;
}
.sub_menu li a {
    padding: 9px 15px;
    display: block !important;
}



/*--------------------service section -----------------------*/
.co_service {
    padding: 20px 0 25px;
    display: none;
}
.info-boxes-container {
    border: 1px solid #e7e7e7;
    margin: 0!important;
}
.info-box-content {
    width: 80%;
}
.info-box img {
    width: 33px;
}
.info-box i {
    color: #082B4D;
    font-size: 25px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.4s ease;
}
.info-box h4 {
    color: black;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}
.info-box p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #666666;
}
.info-boxes-container {
    padding: 20px 40px;
}
.info-box {
    align-items: center;
    justify-content: space-between;
    padding: 0 10px !important;
}
.info-box img {
    width: auto;
}




/******** New Arrival section *******/
div#slick1 {
    margin-bottom: 5px;
}
.co_arrival {
    padding: 35px 0px 0;
}
.custom-arrow {
    display: flex;
}
.arrival_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.arrival-1 {
    margin: 0px 10px 0px;
    position: relative;
}
.slick-wrapper.mlr-10 {
    margin: 0 -10px;
}
.product-img {
    overflow: hidden;
    position: relative;
    background: #F8F8F8;
    border-radius: 10px;
  /*  height: 140px;*/
}
.product-img img{
   transition: all 0.4s ease;
   height: auto; /* 250px;*/
}
.middle_item .product-img img {
    height: 100%;
}
.arrival-1:hover .product-img img{
   transform: scale(1.1);
}
.quick-button {
    text-align: center;
    background: #1d323f;
    position: absolute;
    bottom: -47px;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    transition: all 0.5s ease;
}
.quick-button:hover{
    background: #082B4D;
}
.quick-button a{
    color: white;
}
.quick-button a:hover{
    color: white;
    text-decoration:none;
}
.arrival-1:hover .quick-button{
    bottom: 0;
}
.product-info {
    padding: 10px 0;
    /*text-align: center;*/
}
.product-info h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.product-info h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.product-info h6 del{
    font-weight: 300;
    padding-right: 9px;
}
.product-info h6 span {
    background: rgb(8 43 77 / 20%);
    color: #082b4d;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 4px;
    font-weight: 900;
    margin-left: 5px;
}
.product-ratting ul li i {
    color: #082B4D;
    padding: 0 2px;
    font-size: 22px;
}
li.review-total a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.pr_1 ul {
    justify-content: center;
    margin-bottom: 5px!important;
}
.buttons {
    text-align: center;
    position: absolute;
    top: -38px;
    right: 7px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    z-index: -1;
}
.buttons a {
    font-size: 16px;
    padding: 0;
    background: #082B4D;
    color: white;
    margin-right: 4px;
    text-align: center;
    width: 33px;
    height: 33px;
    display: block;
    margin-bottom: 10px;
    border-radius: 50%;
    line-height: 33px;
}
.buttons a:nth-child(2) i {
    line-height: 32px;
    font-size: 21px;
}
.buttons a:hover{
   color: white;
   background: #082B4D;
}
.arrival-1:hover .buttons {
    opacity: 1;
    z-index: 9;
    top: 14px; 
}
.arrival-1:hover .product-img img{
   opacity: 0.5;
}
.co_arrival .slide-arrow {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #082B4D;
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}
.co_arrival .prev-arrow {
    margin-right: 10px;
}
.grey-bg-2 {
    padding-top: 50px;
}



/*********** Blog Page *******************/
.co_blog {
    width: 100%;
    padding: 30px 0px 40px;
    background: white;
}
.blog{
   display: flex;
}
.set-blog {
    background: #F8F8F8;
    box-shadow: 3px 4px 7px -6px rgb(0 0 0 / 60%);
    border-radius: 5px;
    padding: 20px;
}
.img_ {
    overflow: hidden;
    position: relative;  
}
.set-blog .img_ img {
    object-fit: cover;
    transition: all .5s;
    background: #F8F8F8;
    height: 250px;
    border-radius: 10px;
}
.img_ img:hover{
   transform: rotate(3deg) scale(1.1, 1.1);
}
.blog-inline-sep{
   margin: 0px 5px;
}
.detail {
    padding: 10px 0;
}
.detail h3 a {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}
.set-blog .detail p {
   
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #000000;
}
.detail h3 a:hover{
   color: #082B4D;
}
.blog-bottom-link{
   margin-top: 10px;
}
.co_calender{
   position: absolute;
    top: 30px;
    left: 20px;
}
.blog-calender {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: 50px;
    border-radius: 5px;
    color: #000000;
    background: rgb(255 255 255 / 70%);
    position: relative;
    padding: 5px;
    text-align: center;
}
.blog-calender span {
    line-height: 20px;
}
.blog-date1 {
    font-size: 16px;
    font-weight: 500;
}
.blog-month {
    font-size: 16 px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.blog-bottom-link a {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #082B4D;
}
.co_blog h1 {
    margin-bottom: 30px !important;
}
.footer_link ul li {
    margin-bottom: 5px;
}
span.dot1 {
    content: '';
    border-bottom: 4px solid #082B4D;
    width: 18px;
    display: inline-block;
    margin-left: 10px;
}
span.dot {
    content: '';
    border-bottom: 4px solid #082B4D;
    width: 40px;
    display: inline-block;
}
.line {
    margin-top: -15px;
}
.copyright p a {
    color: #082B4D;
}
.copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
}
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 20px 10px;
    background: #082B4D;
    font-weight: 800;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}
.scrollToTop span {
    display: block;
}
.co_footer {
    background: rgba(227, 227, 227, 0.25);
    padding: 50px 0;
    position: relative;
}
.co_footer h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #000000;
}

.footer_link li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
}
.left_img {
    top: 0;
    left: 0;
}
img.bg-img {
    width: auto;
    position: absolute;
}
img.bg-img.right_img {
    bottom: 0;
    right: 0;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
    padding-top: 30px;
}
.top-footer{
   padding-bottom: 30px;
}
.payment{
   width: auto;
   margin-left: auto;
}


/***/
.button1 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    margin-top: 15px;
    cursor: pointer;
    background: #082B4D;
    border-radius: 5px;
    width: 141px;
    height: 51px;
    padding: 0;
    text-align: center;
    line-height: 51px;
    z-index: 0;
}
.button1:before {
    position: absolute;
    content: '';
    left: 92%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-color: #000;
    transition: all 0.4s;
    transform: skewX(-25deg);
}
.button1:hover::before {
    left: 0%;
    transform: scale(1, 1);
}
.button1 a {
    position: relative;
    z-index: 9;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.button1 a:hover {
    color: #fff;
}


/*********** Deal section Page *******************/

.deal_section {
   /* background: rgb(8 43 77 / 9%);*/
    padding: 35px 0 1px;
}
.top_product .product-img img {
    height: auto;
}



/*********** testimonial section Page *******************/
.co_testimonial{
    padding: 100px 0px;
    background: rgb(8 43 77 / 9%);
   /*background: linear-gradient(90deg, rgba(237,245,255,1) 0%, rgba(204,223,247,1) 100%);*/
   position: relative;
   overflow: hidden;
}
.testimonial-items{
    position: relative;
    z-index: 1;
}
.testimonial-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    z-index: -1;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 96%) repeat scroll 0 0;
    border-radius: 10px;
}
.testi-content>img {
    padding-bottom: 40px;
}
.testi-content {
    padding: 0 40px 39px;
    position: relative;
    z-index: 1;
}
.testi-content .quote{
    position: absolute;
    top: -15px;
    font-size: 80px;
    opacity: 0.07;
}
.testi-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}
.testi-img{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.testi-img img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.testi-name h4 {
    margin-bottom: 0;
   font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.testi-name h6{
    font-size: 18px;
    font-weight: 600;
    color: #143d59;
    text-transform: capitalize;
}
.testi-title {
    padding-left: 50px;
    border-left: 1px solid #ffffff;
}
.testi-title h4 {
    margin-bottom: 18px !important;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 43px;
    text-transform: capitalize;
    color: #000000;
}
.testi-title h6 {
    margin-bottom: 10px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: #082B4D;
}
.testi-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}
.testi-arrow {
    position: absolute;
    bottom: 20%;
    right: 51px;
    font-size: 22px;
    z-index: 999;
    cursor: pointer;
}
.testi-arrow.prev-arrow{
    right: 95px !important;
}
img.mask {
    position: absolute;
    top: -37px;
    left: -48px;
    z-index: -1;
}
img.line {
    position: absolute;
    bottom: 0;
    left: 0;
}
.popular_pro .product-img img {
    transition: all 0.4s ease;
    height: 270px;
    object-fit: cover;
}
.popular_slider ,.deal_slider{
    margin-bottom: 5px !important;
}
.custom-select {
    width: 115px;
    position: relative;
}
.custom-select select {
  display: none;
}
.selected-item {
    background: #ffffff;
    cursor: pointer;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 5px 15px 5px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.selected-item.arrowanim {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}
.selected-item:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    right: 0;
    position: relative;
    vertical-align: top;
    width: 10px;
    top: 2px;
    transform: rotate(135deg);
    border-color: #000;
}
.arrowanim.selected-item:after {
    transform: rotate(316deg);
    top: 7px;
}
.item {
    background: white;
    border-top: 1px solid #cccccc;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 5px 30px 5px 15px;
    text-align: left;
}
.item:hover {
  background: #fff;
}
.all-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid #cccccc;
}
.item:first-child {
    border-top: unset;
}
.all-items-hide {
  display: none;
}
.sdf {
  border: 1px solid red;
}


/*------- Dropdown ---------------*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #dee2e6;
}
.new__1 {
    display: block;
    z-index: 99;
    position: absolute;
    width: 100%;
}
img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.user-section button {
    border: unset!important;
    background: transparent!important;
}
.combine {
    text-align: right;
}
.combine.res-combine>ul>li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    border-right: 1px solid #CCCCCC;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}
.combine.res-combine>ul>li a{
    color: black;
}
.combine.res-combine>ul>li a:hover{
    color: black;
}
.user-dropdown {
    position: absolute;
    top: 38px;
    left: -89px;
    width: 250px;
    color: black;
    padding: 20px;
    font-size: 15px;
    text-transform: capitalize;
    display: none;
    z-index: 999999;
    text-align: left;
    background: #FFFFFF;
    box-shadow: -3px 0px 4px rgb(0 0 0 / 23%);
    border-radius: 5px;
}
.user-dropdown ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.user-dropdown a {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
}
.user-dropdown a:hover{
    color: #082B4D !important;
    text-decoration: none;
}
.link {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    color: white;
}
.user-functionality ul li{
    margin-bottom: 10px;
}
.user-functionality ul li:last-child {
    margin-bottom: 0;
}
.user-dropdown h6 {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}
.language ul li{
    display: inline-block;
}
.language button {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
}
.language button img{
    margin-right: 10px;
}
.currency ul li{
    display: inline-block;
}
.currency ul li i {
    border: 1px solid #CCCCCC;
    width: 27px;
    height: 27px;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    color: black;
    font-weight: 600;
}
.shopping-cart {
    border-right: unset !important;
    cursor: pointer;
    top: 7px;
}
.inner-cart{   
    position: relative;
}
.inner-cart img {
    width: 44%;
    margin: 0px 10px;
}
.shopping-cart .cart-quantity {
    position: absolute;
    color: #ffffff;
    background: #082B4D;
    line-height: 16px;
    width: 18px;
    height: 18px;
    top: -6px;
    font-size: 12px;
    right: -14px;
    font-weight: 400;
    padding: 1px 5px;
    text-align: center;
    text-transform: lowercase;
    border-radius: 50%;
}
.shopping-cart .cart-total{
    padding: 0px;
    display: block;
    font-size: 13px;
    line-height: 24px;
    background: none;
    font-weight: 600;
    text-transform: capitalize;
}
.inner-cart h6{
    font-size: 20px;
}
.inner-cart1 {
    position: relative;
    left: -15px;
}
.cart-box {
    position: absolute;
    top: 38px;
    left: -96px;
    width: 250px;
    background: #082B4D;
    color: white;
    text-align: center;
    padding: 13px 3px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    display: none;
    z-index: 9;
}
.cart-box p {
    margin: 0;
    font-size: 14px;
}
.language.link button span {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
}


/*-------- up-arrow ----------------*/
.copy .fas {
    bottom: 10px;
    right: 10px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 24px;
    color: white;
    background: #082B4D;
    opacity: 1;
    text-align: center;
    animation: bounce2 1s infinite alternate;
    border-radius: 4px;
}
.copy .fas:hover {
   bottom: 8px;
   transition: all 0.15s linear 0s;
}
@keyframes bounce2 {
   0% { 
      transform: translateY(0); 
   }
   100% { 
      transform: translateY(-20px); 
   }
}
.show1 {
   display: none;
}
a.up-btn {
   display: none;
}
a.up-btn.show1 {
   display: block;
}


/*--------------- PRODUCT-LIST-PAGE ------------------------*/
.inner-list1 {
    padding: 0 10px;
}
.inner-list1 .slide-item {
    width: 100%;
}
.search_list input{
    width: 100%;
    height: 38px;
    border-radius: 5px;
    padding-left: 20px;
    background: transparent;
    border: 1px solid #082B4D;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.search_list input:focus, .search_list button:focus {
    outline: none;
}
.co-banner1{
    background-image: url('../image/inner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.co-banner1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsl(32deg 90% 61% / 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.co-banner1 h1{
    font-size: 50px;
    margin-bottom: 20px;
    color: white;
    text-transform: capitalize;
}
.breadcrumb1{
    display: flex;
    padding: 0;
    justify-content: center;
    list-style: none;
}
.breadcrumb1 li{
    margin-right: 10px;
    font-size: 20px;
    color: #082B4D;
    font-weight: 500;
}
.breadcrumb1 a {
    color: black;
}
.breadcrumb1 a:hover{
    color: white;
    text-transform: none;
}
.co_product-list {
    padding: 15px 0px 100px;
    background: white;
}
.left-sidebar .close{
    display: none;
}
.part1 {
    border: 1px solid #e7e7e7;
}
.part1_head {
    border-bottom: 1px solid #e7e7e7!important;
    padding-bottom: 10px;
}
.myaccordion .part1{
    border-bottom: 1px solid #e7e7e7!important;
    padding: 20px;
}
.myaccordion .card,.myaccordion .card:last-child .card-header {
    border: none;
}
.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0!important;
    border: unset!important;
}
.myaccordion .fa-stack {
    font-size: 12px;
}
.myaccordion .btn {
    width: 100%;
    color: black;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    text-decoration: unset;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
    text-decoration: none;
    color: black;
    outline: none;
    box-shadow: unset;
    color: #082B4D !important;
}
.myaccordion .card-body {
    padding: 0!important;
    margin-top: 20px;
}
.search-box1 input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 10px;
    border: 1px solid #e7e7e7;
}
.search-box1 input:focus{
    outline: none;
}
nav.Categories1{
    display: block;
    overflow-y: unset;
    height: 100%;
    border: unset;
    position: relative;
    top: 0;
    width: 100%;
}
nav.Categories1 ul li {
    border: unset;
}
li.main_item ul.submenu a {
    padding-left: 15px;
}
nav.Categories1 ul li a {
    padding: 8px 0px;
    color: #333;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    padding: 10px 0px;
    font-weight: 500;
    
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-body #slider {
    width: 235px;
    margin: 20px 0px;
}
.card-body .ui-widget-content {
  height: 4px;
  background-color: #b7b7b7;
  border: none;
  position: relative;
}
.card-body .ui-widget-header {
  background-color:#082B4D;
  position: absolute;
  height: 100%;
}
.card-body .ui-slider-handle {
  top: -8px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  border-color: #214472;
  position: absolute;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
}
.card-body .ui-slider-handle:focus{
    outline: none;
}
.range{
    display: flex;
}
.range input{
    width: 20%;
    border: none;
}
.range input:focus{
    outline: none;
}
.right1{
    text-align: right;
}
.control-group {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.control {
    width: 50%;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #082B4D;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #082B4D;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.part1 h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}
.f-product{
    margin-top: 40px;
}
.inner-f-product{
    display: flex;
    margin-bottom: 20px;
}
.f-product-img{
    width: 20%;
}
.f-product-content{
    width: 80%;
    padding-left: 20px;
}
.f-product-content h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.f-product-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #082B4D;
}
.feaure-arrow{
    display: flex;
}
.f-arrow.slide-arrow.next-arrow {
    margin-left: 15px;
}
.f-arrow {
    font-size: 24px;
    cursor: pointer;
}
.f-product .slick-slide {
    height: auto!important;
}
.right-sidebar {
    padding-left: 10px;
}
.product-filter {
    border-radius: 3px;
    padding: 15px 25px;
    margin-bottom: 15px;
    background: #f7f7f7;
}
.product-filter .row{
    justify-content: space-between;
}
.product-card-type{
    display: flex;
    list-style: none;
    align-items: center;
}
.product-card-type li {
    margin-left: 12px;
}
.product-card-type li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    background: #8080802b;
}
.inner-list1 {
    margin-bottom: 20px;
}
.grid-verti.active i, .grid-hori.active i {
    color: white;
    background: #082B4D;
}
.sort-by{
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    justify-content: end;
}
.inner-sort label {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.inner-sort select {
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.inner-sort select:focus{
    outline: none;
}
.inner-sort1 {
    /* width: 40%; */
    margin-left: 20px;
}
.co_product-list1 .arrival-1 {
    width: 100%;
    margin: 0;
}
.co_product-list1 .product-info {
    height: auto;
    background: transparent;
    padding-bottom: 10px;
}
.co_product-list1 .inner-list1 {
    display: flex;
    padding: 0 10px;
}
.showing p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.product-filter1 {
    margin-bottom: 0;
    margin-top: 0px;
}
.product-filter .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-filter .page-item:first-child .page-link, .product-filter .page-item:last-child .page-link {
    border-radius: 50%;
}
.product-filter .page-item {
    margin: 0px 6px;
}
.product-filter .page-link {
    color: black!important;
    background-color: #8080802b!important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0 !important;
    overflow: visible;
}
.product-filter .page-link.active {
    color: white!important;
    background: #082B4D!important;
    border: unset;
}
.product-filter .page-link:hover {
    color: white!important;
    background: #082B4D!important;
}
.product-filter .page-link i{
    font-size: 19px;
    font-weight: 500;
}
.product-filter .page-link:focus{
    outline: none;
    box-shadow: unset!important;
}
.filter-slider {
    display: none;
}
.menu_1 {
    display: none;
}
.down_icon {
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 25px;
}
button.cate-title[aria-expanded="false"] span.down_icon {
    transform: rotate(180deg);
}
.part1_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card.part1 {
    border-radius: 0;
}
.card.part1 {
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
}


/*------------ Product detail Page ------------------*/
.product-image img {
    transform: scale(1);
    transition: transform 0.5s linear;
}
.product-image img:hover {
    transform: scale(1.2);
}
.main-image {
    padding-left: 10px;
    padding-right: 20px;
}
.product-detail {
    padding: 90px 0 100px;
    position: relative;
}
.main-image {
    width: 80%;
}
.product-thumbnail {
    width: 20%;
    margin-right: 15px;
}
.main-image {
    padding-left: 15px;
}
.product-thumbnail img {
    padding: 20px;
}
.product-thumbnail .slick-list.draggable {
    padding-top: 10px;   
}
.product-thumbnail .slick-current.slick-active .thumb-img {
    background: rgb(8 43 77 / 30%);
    border: 1px solid rgb(8 43 77);
}
.main-image img {
    /*padding: 40px;*/
    cursor: pointer;
}
.product-image {
    display: flex;
    align-items: flex-start;
}
.product-image img {
    width: 100%;
}
.thumb-img {
    position: relative;
    background: #F8F8F8;
    overflow: hidden;
    border-radius: 10px;   
}
.main-img {
    position: relative;
    background: #F8F8F8;
    overflow: hidden;
    border-radius: 10px; 
}
.thumb-arrow.t-right-arrow {
    bottom: -60px;
}
.thumb-arrow.t-left-arrow {
    top: -35px;
}
.thumb-arrow {
    text-align: center;
    font-size: 26px;
    background: #f8f8f8;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 35%;
    transform: rotate(90deg) translateX(-50%);
    cursor: pointer;
}
.breadscrumb-contain h1 { color:#fff !important; }
.breadscrumb-section {
    position: relative;
    overflow: hidden;
    /*background: rgb(255 133 35 / 25%);*/
    background: url(../images/count-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadscrumb-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 43 77 / 70%);
    z-index: 1;
}
.breadscrumb-section .breadscrumb-contain {
    padding: 25px 0;
    text-align: center;
    color: #222;
    font-family: "Public Sans",sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
li.breadcrumb-item a {
    color: #fff;
}
.breadscrumb-section .breadscrumb-contain nav {
    margin-left: auto;
}
.breadscrumb-section .breadcrumb-item.active {
    color: #FFF;
    font-weight: 600;
}
.breadscrumb-contain h1 {
    margin-bottom: 0;
}
.breadscrumb-section .breadcrumb-item+.breadcrumb-item::before{
    color: white !important;
}
/*.right-box-contain {
    position: sticky;
    top: 10px;
    left: 0;
}*/
.right-box-contain .offer-top {
    font-weight: 500;
    padding: 10px 15px;
    background-color: rgb(8 43 77 / 30%);
    border-radius: 5px;
    color: black;
    display: inline-block;
    margin-bottom: 18px;
}
.right-box-contain .name {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
h3.theme-color.price {
    color: #082B4D;
    font-size: 18px;
    font-weight: 600;
}
del.text-content {
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
}
.price-rating .product-ratting ul li i {
    font-size: 18px;
}
.top_share {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.share ul.categories li span a {
    margin-left: 5px;
}
ul.categories a {
    color: #858585;
}
.procuct-contain p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #666666;
    margin: 15px 0;
}
.procuct-contain {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.procuct-contain p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #666666;
    margin: 10px 0 15px;
}
.quantity {
    width: 30%;
    position: relative;
    margin-right: 30px;
}
.cart-btn .cart-button {
    background: #082B4D;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.cart-btn .cart-button:hover {
    background: #000 !important;
}
.product-quantity{
    padding-bottom: 30px;
}
.cart-btn {
    width: 70%;
}
.buy-box a i {
    margin-right: 3px;
     font-size: 16px;
}
.buy-box a {
    margin-right: 15px;
    color: #777;
    font-size: 14px;
}
.buy-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.quantity input {
    width: 100%;
    background: #f8f8f8;
    border: unset !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    text-align: center;
}
.quantity button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: unset;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 99;
}
.quantity input:focus {
    border: unset !important;
    outline: unset;
}
.quantity button i {
    color: #082b4d;
    font-size: 14px;
    font-weight: 600;
}
.sub {
    left: 10px;
}
.add {
    right: 10px;
}
ul.payment_option li {
    margin-right: 10px;
}
ul.payment_option {
    display: flex;
}
.paymnet-option {
    padding-bottom: 30px;
}
.paymnet-option h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

/*-----------Product tab -------------*/
.product-section-box .custom-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    border-bottom: 1px solid #ececec;
}
.product-section-box .custom-nav .nav-item .nav-link:focus, .product-section-box .custom-nav .nav-item .nav-link:hover, .product-section-box .custom-nav .nav-item .nav-link.active {
    background-color: #fff;
}

.product-section-box .custom-nav .nav-item .nav-link:focus::after, 
.product-section-box .custom-nav .nav-item .nav-link:hover::after, 
.product-section-box .custom-nav .nav-item .nav-link.active::after {
    width: 100%;
    background: #082B4D;
}
.product-section-box .custom-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-section-box .custom-nav .nav-item .nav-link {
    color: #222;
    font-size: 18px;
    letter-spacing: 0.6px;
    border: none;
    font-weight: 600;
    background-color: #f8f8f8;
    position: relative;
    font-weight: 700;
    padding: 15px 30px;
}
.get-location {
    font-size: 20px;
    margin: 0 7px;
}
.pin_detail {
    position: relative;
}
.pin_detail .inp_text {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 10px 24px 10px 10px;
    border: 1px solid #e7e7e7;
    appearance: none;
    border-radius: 5px;
    color: #808080;
    height: 50px;
}
.pin_detail .inp_text:focus{
    outline: unset;
}
.apply_btn {
    border: 0;
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 13px 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: black;
    height: 100%;
    position: absolute;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.delivery {
    margin-bottom: 20px;
}
.review-list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.review-list li {
    display: block;
    width: 100%;
}
.review-list li .people-box {
   
    display: flex;
  
    align-items: start;
    width: 100%;
    border-radius: 10px;
    padding: 20px 26px;
    background: #f8f8f8;
}
 .review-list li .people-box .people-image {
    width: 70px;
    height: 70px;
}
.review-list li .people-box .people-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    object-position: center center;
}
.review-list li .people-box .people-comment {
    padding-left: 15px;
    width: calc(100% - 70px);
}
.review-list li .people-box .people-comment .name {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #082B4D;
}
.review-people>ul.review-list>li:nth-child(even) {
    transform: translateX(40px);
}
.review-list li .people-box .people-comment .date-time {
    
    display: flex;
    
    align-items: center;
    
    justify-content: space-between;
    width: 100%;
}
.review-list li .people-box .people-comment .date-time h6 {
    font-size: 13px;
    color: #777;
    margin-top: 1px;
}
.product-rating {
    display: flex;
    align-items: center;
}
.review-list li .people-box .reply {
    margin-top: 0;
    line-height: 1.6;
    color: #4a5568;
    position: relative;
}
.reply p {
    margin-bottom: 0;
}
.review-box {
    padding: 15px;
}
.left_review {
    padding-right: 50px !important;
}
.progress {
    width: 85%;
}
.rating-box {
    padding-top: 10px;
}
.rating-box ul li {
    margin-bottom: 10px;
}
.rating-list h5 {
    width: 15%;
    font-size: 16px;
}
.rating-list {
    display: flex;
    width: 100%;
}
.review_form {
    background: #f4f4f4;
    padding: 30px 30px !important;
}
.review_form h4{
    text-align: center;
}
.product-section-box .custom-tab .review-box .rating-box ul li .rating-list .progress .progress-bar {
    background: #082B4D;
}
.product-section-box .tab-pane {
    padding: 20px;
}
.review-title h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.desh-title h5{
    font-size: 18px;
    font-weight: 600;
}
.left_review{
    padding-right: 20px: ;
}
.review_form .review-title {
    margin-bottom: 9px;
}
.review_form .br-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.review_form input, .review_form textarea{
    font-size: 14px !important;
}
.review_form label{
    font-size: 14px;
}

/*-------------------- Delivery-Page -------------*/
.co_delivery-add {
    padding: 50px 0px;
    background: rgb(248 248 248 / 30%);
}
.select-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.delivery_1{
    padding-right: 50px!important;
}
.delivery-add h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.delivery-add .btn_black {
    border: 1px solid #a6a8b4;
    width: 100%;
    display: inline-block;
    padding: 16px 0 16px 40px;
    text-align: left;
    position: relative;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(21,27,57,.6);
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
a.btn_acele.btn_black:before {
    content: "+";
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 26px;
    color: #082B4D;
    line-height: 24px;
}
.inner-delivery{
    margin-bottom: 30px;
}
.inner-delivery h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.default_add {
    box-shadow: 0 0 4px rgb(40 44 63 / 20%);
    padding: 36px 30px 30px 50px;
    position: relative;
    background: #F8F8F8;
    width: 48%;
}
.address-box {
    margin-bottom: 15px;
}
.address-box h5 {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.address-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}
.address-box p i{
    font-size: 33px;
    position: relative;
    top: -4px;
    left: 7px;
}
.address-box .btn-edit {
    width: 110px;
    height: 41px;
    background: #082B4D!important;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #00000000!important;
    margin-right: 8px;
    margin-top: 10px;
    border-radius: 5px;
}
.address-box .btn-remove {
    color: black;
    background: transparent!important;
    border: 1px solid #000000!important;
}
.address-box1{
    display: none;
}
.clickable .address-box1{
    display: block;
}
.clickable .cus-radio:before {
    content: '';
    background: #082B4D;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.cus-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -32px;
    cursor: pointer;
}
.set-address-11{
    padding: 15px;
    background: #7ca59e;
    color: white;
    cursor: pointer;
}
.set-address-11 h2{
    font-size: 20px;
    margin-bottom: 0;
}
.modal-address.modal {
    z-index: 9999999!IMPORTANT;
    background: rgb(0 0 0 / 50%);
}
.modal-address .modal-dialog { 
    width: 750px!important;
    max-width: 750px!important;
}
.modal-address .b-detail {
    padding: 10px;
    border: unset;
}
.modal-address .modal-title {
    font-size: 19px;
    margin: 0;
    line-height: unset;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-address .btn-z {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #082B4D;
    color: #fff;
    border: unset;
    padding: 10px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.co_delivery-add .s-cart h4 {
    margin-bottom: 21px;
}
.delivery-add {
    box-shadow: 0 0 4px rgb(40 44 63 / 20%);
    padding: 36px 30px 30px 40px;
    position: relative;
    background: #fff;
}
.shoping-cart-total.s-cart {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px rgb(40 44 63 / 10%);
}
.shoping-cart-total.s-cart tr td:last-child {
    text-align: right;
}
button.btn-proceed {
    background: #082B4D;
    color: #fff;
    border: unset;
    padding: 10px 35px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 4px;
}
button.btn-proceed:hover {
    background: #000;
}
.check input {
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.check input:focus {
    border: 1px solid #082B4D;
    box-shadow: unset;
    outline: unset;
}

.modal-address .b-detail {
    padding: 10px;
    border: unset;
}
.b-detail h5 {
    margin-bottom: 12px;
    font-size: 18px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 40px;
    height: auto;
    line-height: 40px;
}
.add_title{
    margin-top: 10px;
}

/*------------------ Cart-Page --------------------*/
.cart_page .cart-coupon {
    text-align: left;  
}
.cart-table{
    padding-right: 60px !important;
}
.cart_page .cart-coupon input {
    width: 65%;
    height: 40px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 0px;
    border: 1px solid #ccc;
}
.cart_page .cart-coupon input:focus{
    outline: none;
}
.cart_page .cart-main-area .btn-z {
    display: block;
    width: 164px;
}
.cart_page .quantity {
    width: 80%;
    margin: auto;
}
.cart_page .shoping-cart-total.s-cart h4 {
    font-size: 20px;
}
a.apply_c_btn button {
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    border-radius: 0;
}
a.apply_c_btn {
    width: 45%;
}
.cart_page .button1 {
    height: 45px;
    line-height: 45px;
}
.cart_page .cart-btn {
    margin: auto;
    text-align: center;
}
.cart_page .button1 a {
    font-size: 14px;
}
.cart_page button.close {
    font-size: 28px;
}

.wishlist_main {
    position: relative;
    padding: 70px 0;
}
.cart-main-area .cart-page-title {
    color: #000;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600;
}
.cart-main-area .table-content table {
    border: 1px solid #ebebeb;
    width: 100%;
}
.cart-main-area .table-content table thead>tr {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead>tr>th {
    border-top: medium none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.cart-main-area .table-content table tbody>tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-main-area .table-content table tbody>tr td.product-thumbnail {
    width: 150px;
}
.cart-main-area .table-content table tbody>tr td {
    color: #3a3a3a;
    font-size: 16px;
    padding: 30px 0;
    text-align: center;
}
.product-thumbnail a{
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.cart-main-area .table-content table tbody>tr td.product-name {
    width: 435px;
}
.cart-main-area .table-content table tbody>tr td.product-price-cart {
    width: 435px;
}
.cart-main-area .table-content table tbody>tr td.product-quantity {
    width: 435px;
}
.table-content td a {
    color: black;
}
.table-content img {
    padding: 0 20px;
}
.alert1 {
    border: 1px solid #ebebeb !important;
}
.product-thumbnail img {
    width: 90px;
    margin: auto;
    cursor: pointer;
}
.product-remove .close {
    padding-right: 60px !important;
}
.table-content  .amount {
    font-weight: 600;
}
.product-quantity .minus, .product-quantity .plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
}
.product-quantity .number input {
    height: 32px;
    width: 50px;
    text-align: center;
    font-size: 15px;
}
td.product-name a {
    color: #3a3a3a;
    font-weight: 600;
}
.scroll-css::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.scroll-css::-webkit-scrollbar{
    width: 1px;
    height: 10px;
    background-color: #F5F5F5;
}
.scroll-css::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: linear-gradient(89.75deg, #082B4D 0.23%, #000000 101.76%);
}



/*------------------- Checkout-Page --------------------*/
.co_checkout {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 30px;
}
.checkout_form .button1 {
    height: 45px;
    line-height: 45px;
}
.checkout_form .button1 a {
    font-size: 14px;
}

.checkout_form {
    padding-bottom: 40px;
}
.return {
    padding: 17px 25px;
    background-color: #8080802b;
    margin-bottom: 21px;
    background-color: rgba(227, 227, 227, 0.5);
}
.return h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.return .c-login {
    color: #f49f41;
    cursor: pointer;
    font-size: 16px;
}
.check-form {
    border: 1px solid #80808087;
    padding: 44px;
    margin: 30px 0px;
    font-size: 18px;
    display: none;
}
.check-form p {
    font-size: 16px;
    font-weight: 500;
}
.check{
    position: relative;
}
.co_checkout .check input {
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;   
}
.login-btn1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.login-btn1 .button1 {
    height: 45px;
    line-height: 45px;
}
.button1 span {
    position: relative;
    z-index: 9;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.co_checkout #check-form2 .check{
    display: flex;
}
.co_checkout #check-form2 .check input {
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.co_checkout #check-form2 button.btn-proceed {
    border-radius: 0 5px 5px 0;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
.check input:focus{
    outline: none;
}
.check select {
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.check select:focus{
    outline: none;
}
.user{
    position: absolute;
    top: 0;
    right: 27px;
    font-size: 20px;
    color: #1d323f;
    padding: 10px 0px;
}
.c-box input{
    font-size: 22px;
    margin-left: 20px;
}
.lost{
    margin-top: 30px;
    margin-bottom: 0;
}
.lost a{
    color: black;
    font-weight: 500;
}
.lost a:hover{
    color: #7ca59e;
    text-decoration: none;
}
.check textarea{
    width: 100%;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
}
.check textarea:focus, .cover-deatils textarea:focus{
    outline: none;
}
.user1{
    top: 50px;
    right: 35px;
}
.s-cart {
    width: 100%!important;
    margin-left: auto!important;
    margin-top: 0!important;
}
.s-cart .table{
    font-size: 15px;
    font-weight: 400;
}

.bill-head{
   font-size: 26px !important;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 20px !important;
}
.b-detail {
   padding: 32px 30px;
   border: 1px solid #ccc;
   border-radius: 5px;
}
.b-detail h5 {
   margin-bottom: 12px;
   font-size: 20px;
   text-transform: capitalize;
   font-weight: 600;
}
/*.b-detail label {
   font-weight: 600;
   font-size: 18px;
   margin-bottom: 9px;
}*/
.checkout_form form.b-detail label {
    color: black;
    opacity: 0.65;
}
label.notes {
    opacity: 1 !important;
    font-weight: 500;
    margin-bottom: 10px;
}
label.c-box1.mb-3 {
    opacity: 1 !important;
    font-weight: 500;
}
.sec-1{
   margin-bottom: 20px;
}
.check textarea{
   height: auto;
   padding: 20px;
}
.inner-order_1{
   margin: 40px 0px 0px;
}
.co_order1 {
   padding: 40px 20px;
   background: #f7f8fb;
   border-radius: 5px;
   box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.co_order1 {
   padding: 40px 20px;
}
.table thead th {
   font-size: 18px;
}
.table td {
   font-size: 16px;
   font-weight: 500;
   text-transform: capitalize;
}
.co_order1 .btn1, .cart-total .btn1{
   width: 100%;
   display: block;
   margin-top: 40px;
   font-size: 15px;
}



/*------------- register-page -----------------------*/
.body1{
    background-color: #8080802b;
}
.user-form-part {
    padding: 65px 0px;
}
.user-form-part a:hover{
    color: #f49f41;
}
.user-form-logo {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-logo img {
    width: 45%;
    margin: auto;
}
.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-title {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-title h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
}
.user-form-title p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.user-form {
    width: 100%;
}
.user-form .form-group {
    margin-bottom: 20px;
}
.user-form .form-control {
    height: 45px!important;
    border-radius: 6px!important;
    padding: 0px 20px 2px!important;
    color: black!important;
    background: #f5f5f5!important;
    border: 1px solid #e8e8e8!important;
    font-size: 14px;
}
.user-form textarea.form-control{
    padding: 10px 20px !important;
    height: auto !important;
}
.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: white!important;
    background: #082B4D!important;
    border: none;
}
.form-button button:focus{
    outline: none;
}
.form-button p {
    font-size: 16px;
    margin-top: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
.form-button p a {
    font-weight: 500;
    margin-left: 5px;
    color: #082B4D;
    text-decoration: underline;
}
.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-remind p {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
}
.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color: #082B4D;
    text-decoration: underline;
}
.user-form-footer {
    text-align: center;
    margin-top: 25px;
}
.user-form-footer p {
    font-size: 14px;
    color: black;
    font-weight: 500;
}
.user-form-footer p a {
    color: #082B4D;
    transition: all linear .3s;
    text-decoration: underline;
}


/*------------- faq-page -----------------*/
.co_faq{
    padding: 40px 0px;
}
.accordion-container{
    position: relative;
    padding: 0px 15px;
 }
.set {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    height: auto;
    cursor: pointer;
}
.set a{
    padding: 15px 24px;
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 600;
    background-color: white;
    transition:all 0.2s linear;
    border: 1px solid #d3d3d4;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.set span{
    width: 93%;
}
.set a i {
    width: 5%;
    text-align: center;
    margin-left: 10px;
}
.set.active a{
    background-color: #082B4D;
    color: white!important;
    border: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.set a:hover{
    color: black;
    text-decoration: none;
}
.set a:hover.active{
    background-color: #f27dc3;
    color: white;
}
.set.active{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 6px 27px rgb(0 0 0 / 20%);
}
i.fa.fal.fa-times {
    width: 23px;
    height: 23px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    margin-top: 0;
    background: white;
    color: black;
}
.faq-content{
    padding: 20px 24px;
    display:none;
}
.faq-content p{
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #333;
}



/*----------------- payment-page ------------------------*/
.co_payment{
    padding: 100px 0px;
}
.nav-pills-custom .nav-link {
   color: #1d323f;
   background: #fff;
   position: relative;
   padding: 14px 10px;
   border-left: 3px solid #1d323f;
   margin-bottom: 20px;
   font-size: 14px;
   font-weight: 500;
   box-shadow: 0 1px 7px 0 rgb(0 0 0 / 10%);
}
.nav-pills-custom .nav-link.active {
   color: #fff!important;
   background: #082B4D!important;
}
.nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #082B4D!important;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}
.nav-pills-custom .nav-link.active::before {
   opacity: 1;
}
.invest-bg{
   position: relative;
}
.tab-color{
    padding: 0px 30px;
    /*min-height: 450px;*/
}
.tab-color h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.tab-color p{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.accordion_1{
    border: 1px solid #ccc;
}
.accordion_1 .card{
    border: unset !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: unset !important;
}
.accordion_1 .card:last-child{
    border: unset !important;
}
.accordion_1 .card-header{
    padding: 10px 20px !important;
    border-bottom: unset !important;
}
.accordion_1 .form-check-input{
    position: relative;
    top: 6px;
    margin-top: 0;
}
.accordion_1 .form-check-label{
    cursor: pointer;
}
.nav-link .fab1{
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: white;
    color: #1d323f;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}
.delivery-11 {
    background: #f7f7f7;
    padding: 20px;
}
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.tab-color .check {
    margin-bottom: 0px;
}
.other-bank {
    margin: 30px 0px 0px;
}
.other-bank select{
    margin-bottom: 15px;
}
.invest-bg img{
    width: 11%;
    display: inline-block;
    margin-right: 10px;
}
.invest-bg .check1 input{
    margin-bottom: 18px;
}


/*---------------------blog-page ---------------*/
.co_blog1{
    padding: 70px 0px;
}
.blog-search1{
    box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.blog-search1 form{
    margin: 0;
    position: relative;
}
.blog-search1 input{
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    transition: all 400ms ease-out;
}
.blog-search1 input:focus{
    border-color: #1d323f;
}
.blog-search1 button {
    position: absolute;
    right: 0px;
    outline: 0;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff!important;
    background-color: #082B4D!important;
    transition: all 400ms ease-out;
}
.post{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 22px;
}
.post:before {
    content: '';
    position: absolute;
    background: #082B4D;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
}
.post1 .item1{
    overflow: hidden;
    margin-bottom: 12px;
}
.img1{
    float: left;
    margin-right: 15px;
}
.img1{
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #f8f8f8;
     border-radius: 3px;
}
.img1 img{
    height: 80px;
    object-fit: contain;
    border-radius: 3px;
}
.info span{
    display: block;
    color: #747576;
    text-transform: capitalize;
    margin-top: -2px;
    margin-bottom: 3px;
    font-size: 14px;
}
.info h4 {
    margin: 10px 0px 0px;
    line-height: 23px;
    font-size: 15px;
}
.info h4 a{
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.info a:hover{
    color: #7ca59e;
}
.archive {
    margin: 25px 0px;
}
.item1{
    list-style: none;
    padding: 0;
}
.item1 li{
    position: relative;
    margin-bottom: 12px;
    padding-left: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.item1 li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background: #082B4D;
    border-radius: 50px;
    border-right-style: inset;
}
.item1 li a{
    text-decoration: none;
    color: #747576;
}
.item1 li a:hover{
    color: #03c4eb;
}
.tag-detail a{
    display: inline-block;
    text-decoration: none;
    color: #0b0b31;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 4px;
}
.tag-detail a:hover{
    color: #ffffff;
    background-color: #082B4D;
    border-color: #082B4D;
}
.tag-detail span {
    margin-left: 5px;
}
.inner_blog .blog{
    margin-bottom: 40px;
}


/*-------------------- blog-detail-page -------------*/
.single-blog{
    padding-left: 50px;
}
.single-blog h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.blog-date {
    margin-bottom: 15px !important;
}
.blog-date li {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-date .far {
    margin-right: 10px;
    color: #082B4D;
}
.single-img{
    margin-bottom: 30px;
}
.single-img img{
    height: auto;
}
.single-blog p{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 29px;
}


/*-------------- deal-page -------------*/
.card-body a {
    display: block;
    color: black;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 500;
}
.card-body a:hover{
    color: #082B4D !important;
    text-decoration: none;
}
.last-price{
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}


/*---------------------- mug-page --------------*/
.custom-radios label{
    margin-bottom: 6px;
}
.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
   border: 2px solid transparent;
   box-shadow: 0 0 5px #3333337a;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 20px;
    position: relative;
    margin: 0px 4px;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
    width: 52%;
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
}
.custom-radios input[type="radio"]#color-1 + label span {
    background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
    background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
    background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
    background-color: #e74c3c;
}
.custom-radios input[type="radio"]#color-5 + label span {
    background-color: #cc2eb4;
}
.custom-radios input[type="radio"]#color-6 + label span {
    background-color: #4a2ecc;
}
.custom-radios input[type="radio"]#color-7 + label span {
    background-color: #4a5568;
}
.custom-radios input[type="radio"]#color-8 + label span {
    background-color: #dd6b20;
}
.custom-radios input[type="radio"]#color-9 + label span {
    background-color: #fff;
}
.custom-radios input[type="radio"]#color-10 + label span {
    background-color: #000;
}
.custom-radios input[type="radio"]#color-11 + label span {
    background-color: #a0aec0;
}
.custom-radios input[type="radio"]:checked + label span{
    border: 2px solid white;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 33%);
}
.vertical-label .control {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}


/*---------------------- gift-page --------------*/
.set-gift .inner-gift{
    display: flex;
    flex-wrap: wrap;
    background: white;
    box-shadow: 0 0 31px 3px rgb(0 0 0 / 5%);
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.set-gift .product-img{
    width: 50%;
}
.set-gift .inner-gift:hover .product-img img {
    transform: scale(1.1);
    opacity: 0.5;
}
.set-gift .product-info {
    width: 50%;
    padding-left: 30px;
}
.set-gift .product-info p{
    margin-bottom: 0;
    text-transform: none;
}
.set-gift .button1 {
    width: 120px;
    height: 44px;
    line-height: 44px;
}
.set-gift .button1 a{
    text-transform: capitalize;
}

/*--------------- gift-detail-page --------------*/
.select-product{
    padding: 0px 30px 0px 60px;
}
.item-1 img {
    width: 73%;
    margin: auto;
    border-radius: 5%;
    padding: 7px;
    cursor: pointer;
}
.select-product .slick-current img{
    border: 3px solid #082B4D;
}
.select-product .prev-arrow {
    left: 0;
}
.select-product .next-arrow {
    left: 100%;
}
.select-product .arrow2 {
    text-align: center;
    font-size: 18px;
    background: #fce2c6;
    width: 30px;
    height: 30px;
    margin: auto;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 13%;
    cursor: pointer;
}
.product-quantity h3{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.custom-rangeslider {
    position: relative;
    margin-top: 40px;
    padding: 0;
}
.custom-rangeInput {
    width: 100%;
    background: transparent;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 20px;
}
.custom-rangeInput::-webkit-slider-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #000;
    outline: 2px solid #fff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-top: -8px;
}
.custom-rangeInput::-webkit-slider-thumb:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.custom-rangeInput::-moz-range-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #21324f;
    outline: 2px solid #fff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.custom-rangeInput::-moz-range-thumb:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.custom-rangeInput::-ms-thumb {
    appearance: none;
     box-sizing: border-box;
     background-color: #21324f;
     outline: 2px solid #fff;
     width: 20px;
     height: 20px;
     border: none;
     border-radius: 50%;
     cursor: move;
    /* fallback if grab cursor is unsupported */
     cursor: grab;
     cursor: -moz-grab;
     cursor: -webkit-grab;
     margin: auto;
}
 .custom-rangeInput::-ms-thumb:active {
     cursor: grabbing;
     cursor: -moz-grabbing;
     cursor: -webkit-grabbing;
}
 .custom-rangeInput::-webkit-slider-runnable-track {
     appearance: none;
     box-sizing: border-box;
     height: 5px;
     width: 100%;
     cursor: pointer;
     border: none;
     padding: 0;
     margin: 0;
     background: grey;
}
 .custom-rangeInput::-moz-range-track {
     appearance: none;
     box-sizing: border-box;
     height: 5px;
     width: 100%;
     cursor: pointer;
     border: none;
     padding: 0;
     margin: 0;
     background: grey;
}
 .custom-rangeInput::-ms-track {
     appearance: none;
     box-sizing: border-box;
     height: 5px;
     width: 100%;
     cursor: pointer;
     border: none;
     padding: 0;
     margin: 0;
     background: grey;
     color: transparent;
     border: none;
     outline: none;
}
 .custom-rangeInput:focus, .custom-rangeInput:active {
     outline: none;
}
 .custom-rangeInput::-ms-tooltip {
     display: none;
}
.custom-rangeslider__tooltip {
    line-height: 20px;
    position: absolute;
    height: 27px;
    width: 65px;
    background-color: #fff;
    padding: 3px 3px;
    border: 1px #082B4D solid;
    top: -40px;
    left: 0;
    text-align: center;
    transform: translate(-26%, 0);
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    font-size: 15px;
    font-weight: 600;
}
 .custom-rangeslider__tooltip:after {
     display: block;
     content: ' ';
     background: #fff;
     position: absolute;
     border: 1px #082B4D solid;
     border-top: 0;
     border-left: 0;
     width: 10px;
     height: 10px;
     left: calc(50% - 6px);
     bottom: -6px;
     transform: rotate(45deg);
}
 .custom-rangeslider__label {
     width: 100%;
     display: block;
}
 .custom-rangeslider__label span {
     display: block;
}
 .custom-rangeslider__label-min {
     float: left;
}
 .custom-rangeslider__label-max {
     float: right;
}
.custom-rangeslider__label:after {
    content: "";
    display: table;
    clear: both;
}
.main-quantity{
    margin:10px 0px 20px;
}
.quantity-label {
    width: 48%;
}
.quantity-label label {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.quantity-label input:focus{
    outline: unset;
}
.quantity-label input{
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.quantity-label p{
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}


/*------------------- artists-details ---------------*/
.actor-location{
    margin-top: 20px !important;
}
.actor-location li{
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
}
.actor-location li i{
    color: #082B4D;
    padding-right: 10px;
}
.arrival-1 iframe{
    width: 100%;
    height: 300px;
    border-radius: 5px;
}
.cart-button a{
    color: white;
}
.pika-table button {
   background-color: white;
   outline: none;
}
.pika-single.is-hidden {
   display: none;
}
.is-inrange .pika-button,
.pika-button:hover {
   border-color: #082B4D;
   background-color: rgb(255 133 35 / 20%);
}
.is-startrange .pika-button,
.is-selected .pika-button {
   border-color: #082B4D;
   background-color: #082B4D !important;
}
.pika-table {
   width: 100%;
   border-collapse: separate;
   padding: 0px 18px 18px;
}
.pika-table th {
   font-size: 11px;
   padding-bottom: 8px;
}
.pika-table td {
   padding-top: 14.5%;
   position: relative;
   width: 14.25%;
}
.pika-single button {
   border: solid 1px #ddd;
   display: inline-block;
   padding: 0;
}
.pika-button {
   cursor: pointer;
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
}
.pika-title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    background: #082B4D;
    font-weight: 700;
    text-transform: capitalize;
}
.pika-title .pika-label {
   padding-left: 8px;
}
.pika-title button {
    padding: 7px;
    position: absolute;
    top: 8px;
    font-size: 11px;
    border-radius: 4px;
}
.pika-title .pika-prev {
   left: 10px;
}
.pika-title .pika-next {
   right: 10px;
}
.pika-select {
   display: none;
}
.calendar__start-wrapper {
   border: 1px solid #ccc;
}
.calendar__end-wrapper {
   border: solid #fb6542 2px;
}
.calendar {
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   width: 360px;
}
.calendar__pikaday {
   background-color: white;
}
.calendar__reset {
   cursor: pointer;
   margin: 8px 0;
   padding: 16px;
   background-color: #ffbb00;
   border: solid 1px #ffbb00;
   color: #222;
   font-size: 14px;
   outline: none;
}
.calendar__reset:hover {
   background-color: #ffcc00;
}
button.is-disabled,
.is-disabled .pika-button {
   color: #ccc;
   cursor: none;
   border: solid 1px #eee;
}
.calendar__input {
    padding: 10px 24px 10px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.calendar__inputs .select-dropdown select{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.calendar .cart-btn .cart-button {
    height: 43px;
    font-size: 16px;
}
.calendar .wrap{
    margin-top: 20px;
}
#demo1 .offcanvas-header{
    background-color: transparent;
}
#demo1 .offcanvas-title{
    font-size: 20px;
}


/*------------------- artists-book-page -----------------*/
.artist-book{
    width: 57%;
    margin: auto;
    padding: 50px 0px;
    text-align: center;
}
.inner-actor img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.inner-actor h3{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner-actor p{
    margin-bottom: 30px;
}
.booking-process{
    border-top: 1px solid #eff1f4;
}
.booking-process label{
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.booking-process select {
    width: 100%;
    height: 55px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.booking-process select:focus{
    outline: unset;
}
.booking-process .cart-btn{
    width: 100%;
    margin-top: 10px;
}
#msform {
    margin: 50px auto;
    text-align: left;
    position: relative;
}
#msform fieldset {
    position: relative;
    padding-top: 50px;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform .action-button {
    width: 47%;
    background: #082B4D;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    height: 55px;
    margin-right: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
#msform .action-button:focus {
    outline: unset;
}
#msform .action-button.previous{
    background: #000;
}
.fs-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px;
    TEXT-ALIGN: LEFT;
    line-height: 25px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#msform label{
    display: inline-block;
}
#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 9px;
    width: 37px;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 100px;
    margin: 0 auto 5px auto;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; 
}
#progressbar li:first-child:after {
    content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #082B4D;
    color: white;
}
#msform .form-check{
    display: flex !important;
}
#msform .form-check label{
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
#msform .check label {
    color: black;
    opacity: 0.65;
    font-weight: 400;
}
#msform p{
    font-size: 14px;
    margin-bottom: 15px;
}
.form-check-input{
    cursor: pointer;
}
.limit input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.limit .selected-item {
    padding: 18px 15px 17px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.65;
    text-transform: capitalize;
}
.form-switch label{
    font-size: 19px !important;
}
.form-switch input{
    font-size: 22px !important;
}
.form-switch .form-check-input:checked {
    background-color: #082B4D !important;
    border-color: #082B4D !important;
}
.form-switch .form-check-input:focus{
   /* border-color: #082B4D !important;*/
    box-shadow: unset !important;
}



/*------------------------book-details----------------------*/
.cover-deatils {
    margin-bottom:10px;
}
.printing {
    margin-bottom: 20px;
}
.colour-print .form-control {
    position: relative;
    padding: 10px;
}
.printing input.form-control {
    padding: 10px;
}
.cover-deatils .select-dropdown {
    position: relative;
    background-color: #E6E6E6;
    border-radius: 4px;
}
.cover-deatils .select-dropdown select, .co_estimate input, .cover-deatils input, .cover-deatils textarea, .cover-deatils .total-main {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 10px 24px 10px 10px;
    border: 1px solid #e7e7e7;
    appearance: none;
    border-radius: 5px;
    color: #808080;
}
.cover-deatils input, .cover-deatils textarea{
    padding: 10px;
}
.cover-deatils.select-dropdown select:active, .cover-deatils .select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}
.cover-deatils .select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
label.co-quantity {
    margin-bottom: 12px;
    font-size: 16px;
    /*text-transform: capitalize;*/
    font-weight: 600;
    display: block;
}
.book_details .btn-group {
    display: flex;
    align-items: unset !important;
}
.colour-print .btn-group {
    align-items: flex-start;
}
.colour-print .btn_primary {
    padding: 10px 15px;
    background: #d9d9d9;
    margin-right: 7px;
    border-radius: 5px !important;
    border: unset !important;
}
.colour-print .btn_primary.active, .colour-print .btn_primary:hover {
    background: #082B4D !important;
    color: white !important;
}
.colour-print .btn_primary:focus{
    outline: unset;
}
.color-btn {
    width: 28px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 8px;
    justify-content: center;
}
.color-btn i {
    font-size: 10px;
    margin: 2px;
}
.color_01{
    color: #00FFFF;
}
.color_02{
    color: #FF00FF;
}
.color_03{
    color: #FFFF00;
}
.color_04{
    color: #5b5b5a;
}
.colour-print p{
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}
.orientation i {
    font-size: 22px;
}
.upload-btn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.upload-btn button{
    width: 49%;
}
.upload-btn .upload-single{
    background: black;
    color: white;
}
.upload-btn .upload-single:hover{
    color: white !important;
    background: #082B4D !important;
}


/*---------------- display-page ---------------*/
.cover-deatils li.nav-item {
    display: inline-block;
    width: 20%;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 8px;
}
.cover-deatils li.nav-item span{
    padding-top: 5px;
    display: block;
}
.cover-deatils a.nav-link {
    padding: 10px !important;
    color: black;
    font-size: 14px;
    height: 100%;
}
.cover-deatils a.nav-link.active {
    background: #082B4D !important;
    color: white !important;
}
.colour-print .format h6 {
    width: 40px;
    height: 23px;
    background: white;
    margin: auto auto 6px;
    border-radius: 2px;
}
.cover-deatils h3{
    margin-bottom: 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}
.btn_frame{
    border: unset !important;
}
.btn_frame:focus{
    outline: unset;
}
.btn_frame img{
    width: 40px;
    height: 40px;
    margin:  0px auto 10px;
    border: 3px solid #ccc;
}
.btn_frame.active img{
    border-color: #082B4D;
}
.format{
    width: 25%;
    margin-bottom: 10px;
}


/*------------ upload-file-modal -------------*/
.button-wrapper {
  position: relative;
}
.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: #082B4D;
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  text-transform:uppercase;
  font-size:12px;
  border-radius: 5px;
}
/*#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}*/
.upload-box {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.co_upload {
    margin: 20px;
    border: 4px dotted #ccc;
    padding: 25px;
    text-align: center;
}
.co_upload img {
    width: 15%;
    margin: auto;
}
.view-upload h4{
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0px;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.show-upload-details{
    padding: 30px;
}
.upload-format h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.upload-format p {
    font-size: 14px;
}
.show-upload-details{
    display: none;
}
.show-upload-details h3 {
    font-size: 18px;
    color: #082B4D;
    margin-bottom: 2px;
    margin-top: 30px;
}
#uploadModal .modal-dialog, #bookModal .modal-dialog {
    width: 500px!important;
    max-width: 500px!important;
}
.book-modal .check{
    margin-bottom: 15px;
}
.book-modal label {
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.book-modal .check select{
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*----------------- gift-page ---------------------*/
.co_gift {
    background: #2b3b55;
    padding: 30px 0px;
    color: white;
}
.gift-content nav li {
    margin: 0px 6px;
    font-size: 19px;
    color: #082B4D !important;
}
.gift-content li.breadcrumb-item a {
    color: white;
}
.gift-content h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.gift-content .button1 {
    margin-top: 0px;
}
.gift-image img {
    width: 80%;
    margin: auto;
    height: 274px;
    object-fit: contain;
}
.gift-product {
    padding: 70px 0px;
}
.inner-gift-product h1{
    text-align: center;
    margin-bottom: 30px !important;
}
.inner-gift-product .product-info{
    text-align: left;
}
.inner-gift-product .product-info h4 {
    text-align: left;
    font-size: 19px;
    margin-bottom: 10px;
}
.product-info p{
    color: #666;
    text-transform: capitalize;
}
.product-info p span {
    color: #082B4D;
    font-weight: 600;
}


/*----------------- business-card-page ----------------*/
.business_list img{
    object-fit: cover;
}

/*----------------- catering-page --------------*/
.all-btn_order {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    justify-content: center;
    align-items: flex-start;
}
.all-btn_order button {
    border: unset;
    background: white;
    width: 23%;
    font-weight: 500;
    text-transform: capitalize;
    border-right: 2px solid white;
    padding: 0;
    box-shadow: 0 0 31px 3px rgb(0 0 0 / 5%);
    transition: all 0.5s ease;
}
.all-btn_order button:hover span{
    background: black;
    color: white;
}
.all-btn_order button span {
    display: block;
    background: #082B4D;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.order_details-main{
    padding: 15px;
    display: none;
    transform: translateY(-100px);
    transition: transform 0.5s ease;
}
.all-btn_order button p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 15px;
}
.order_details-main a{
    display: block;
    color: #082B4D;
    font-size: 17px;
    padding-right: 10px;
    transition: all 0.5s ease;
}
.order_details-main a i {
    transform: translateX(0px);
    display: none;
    transition: transform 0.5s ease;
}
.order_details-main a:hover{
    color: #082B4D !important;
    text-decoration: underline !important;
}
.order_details-main a:hover i {
    transform: translateX(5px);
    display: inline-block;
}
.all-btn_order button:hover .order_details-main {
    display: block;
    transform: translateY(0px);
}
.all-btn_order button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.all-btn_order button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: unset;
}
.co_upload .all-btn_order button {
    width: 33%;
}
.co_upload .order_details-main{
    transform: translateY(0px);
}
.co_upload .btn {
    background: #082B4D;
    border-radius: unset;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.co_upload .collapsed.btn {
    background: #f7f7f7;
    color: black;
    border-radius: 4px;
}
.co_upload .btn:hover{
    background: #082B4D !important;
    color: white !important;
}


/*----------------- catering-details-page ----------------*/
.order-menu {
    margin: 20px 0px;
}
.inner-menu{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.order-menu h1{
    font-size: 20px !important;
    margin-bottom: 15px !important;
}
.order_1{
    cursor: pointer;
}
.order-img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #f8f8f8;
    margin: 0px auto 10px;
    border: 2px solid #f8f8f8;
    overflow: hidden;
}
.order-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
}
.order_1 p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    line-height: 21px;
}
.order-menu .slick-current .order-img{
    border-color: #082B4D;
}
li.main_item{
    position: relative;
}
.catering-list li.main_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -21px;
    width: 3px;
    height: 100%;
    background: transparent;
}
.catering-list li.main_item.active:before{
    background: #082B4D;
}
.catering-list li.main_item.active{
    color: #082B4D;
}
.co_menu-add h1{
    margin-bottom: 20px !important;
}
.set-menu-add {
    /*box-shadow: 0 4px 8px #eae6ef;*/
    box-shadow: 0 0px 20px #eae6ef;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.menu-name h3{
    font-size: 17px;
    width: 80%;
}
.menu-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.menu-name p {
    width: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: #082B4D;
    font-size: 19px;
}
button.add-menu {
    border: unset;
    background: black;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: auto;
    display: block;
    color: white;
}
.modal-menu h6{
    font-size: 20px;
    margin-bottom: 15px;
}
.modal-menu .menu-name h3 {
    font-size: 21px;
    font-weight: 600;
}
.modal-menu .check label {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 400;
}
.modal-menu .check input:focus, .modal-menu .check textarea:focus{
    border-color: #082B4D;
}
.modal-menu .modal-dialog{
    width: 500px!important;
    max-width: 500px!important;
}
#menuModal .btn-close {
    opacity: .7;
    font-size: 13px;
}
.btn-close:focus{
    box-shadow: unset !important;
}
.modal-menu .cart-btn .cart-button {
    height: 39px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.add-quantiy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add-quantiy h6 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #082B4D;
    color: white;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
button.edit-menu{
    background: #f8f8f8;
    border: 2px solid black;
    color: black;
}
.modal-menu .upload-btn button {
    width: 47%;
}
#edit-menuModal .btn-close{
    background: transparent;
    text-align: left;
    margin: 0;
    font-size: 17px;
}
#edit-menuModal .shopping-cart{
    padding-right: 13px;
    top: 0;
}
.co_menu-add .btn{
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: left;
    border: unset !important;
}
.co_menu-add .btn:active {
    border: unset !important;
    color: #082B4D !important;
}
.menu_item li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e796;
    padding-bottom: 20px;
}
.menu_item li:last-child{
    border-bottom: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.radio {
    position: relative;
    cursor: pointer;
}
.radio input {
    position: absolute;
    opacity: 0;
    RIGHT: 1px;
     TOP: 12px; 
    z-index: 9;
    cursor: pointer;
}
.radio input[type="checkbox"] {
    z-index: 9999;
}
.checkmark {
    position: absolute;
    top: -2px;
    RIGHT: 0;
    height: 19px;
    width: 19px;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.radio input:checked~.checkmark {
    border: 2px solid #082B4D;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked~.checkmark:after {
    display: block;
}
.radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #082B4D;
}
.radio label {
    color: #252525;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: SPACE-BETWEEN;
    align-items: center;
}
.radio h6, .radio h5{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
}
.radio h6 {
    width: 47%;
    display: flex;
    align-items: center;
}
.radio h6 img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 5px;
    margin-right: 15px;
}
.radio h5{
    margin-right: 35px;
}
.radio input:checked + .radio h6, .radio input:checked + .radio h5{
    font-weight: 500;
}
.checkbox_1 .checkmark {
    position: absolute;
    top: 11px;
    RIGHT: 0;
    height: 19px;
    width: 19px;
    border: 2px solid #ccc;
    border-radius: 1px;
    cursor: pointer;
    z-index: 999;
}
.checkbox_1 input:checked~.checkmark:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 5px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox_1 input:checked~.checkmark {
    border: 2px solid transparent;
    background: #082B4D;
}
.checkbox_1 input:checked~.checkmark:after {
    display: none;
}
.radio .quantity input {
    position: relative;
    opacity: 1;
    top: unset;
    right: unset;
    padding: 10px;
}
.radio .quantity {
    width: 23%;
    margin-right: 0;
}
.radio .quantity button {
    padding: 1px 10px;
}
.radio .quantity button i {
    font-size: 11px;
}
.nav-desh .item1 li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 7px;
    height: 8px;
    width: 8px;
    background: #082B4D;
    border-radius: 50px;
    border-right-style: unset; 
}
.printing{
    position: relative;
}
.loc{
    position: absolute;
    top: 45px;
    left: 10px;
    color: #082B4D;
}
.catering-total{
    position: absolute;
    top: 13%;
    right: 5%;
    width: 380px !important;
}
.sub-total{
    background: #082B4D;
}
.catering-total p{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    opacity: 0.5;
}
.catering-total .table-scroll {
    height: auto !important;
    overflow-y: auto;
    max-height: 600px;
}
.each-dish{
    position: relative;
}
.each-dish i{
    margin-right: 5px;
}
.each-dish input{
    border: unset;
    font-size: 15px;
    position: absolute;
    top: -3px;
    left: 23px;
    display: none;
}
.each-dish input:focus{
    outline: unset;
}
.inner-gift-product .select-dropdown select{
    background: #082B4D;
    color: white;
    cursor: pointer;
}
.inner-gift-product .cover-deatils .select-dropdown:after {
    border-top: 5px solid #fff;
}


/*---------------*/
.cover-deatils .order-tab li.nav-item {
    border: unset;
    margin-right: 0;
    border-radius: 0;
    width: 33%;
}
.cover-deatils .order-tab a.nav-link.active {
    background:#082B4D !important;
    color: black !important;
}
.cover-deatils a.nav-link {
    /* height: auto; */
    text-align: center;
    background: white !important;
    color: #082B4D !important;
    margin-right: 3px;
}
.all-tip-button button{
    margin-right: 4px;
}
.all-tip-button .btn-outline-primary{
    color: #082B4D !important;
    border-color: #082B4D !important;
    border-radius: 5px !important;
}
.all-tip-button .btn:hover{
    background-color: #082B4D !important;
    color: white !important;
}
.all-tip-button input{
    width: 100px;
}
.order-tab .co_estimate{
    padding: 0;
    border: unset;
}
.order-tab .co_estimate .btn-proceed {
    width: 70px;
}
.order-tab .btn-list{
    position: relative;
    top: -13px;
}

/*------------- groplist-modal -----------------*/
.co_grouplist button{
    border: unset;
    background: transparent;
}
.co_grouplist .btn0 a{
    padding: 5px 8px;
    background-color: #082B4D;
    border: 2px solidrgb(255 155 2 / 100%);
    color: white; 
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #082B4D;
}
.co_grouplist .btn0 a:hover {
    background-color: white;
    color: #082B4D !important;
    text-decoration: none;
}
.co_grouplist .btn0:focus{
    outline: none;
}
.co_grouplist .btn3 a {
    padding: 5px 8px;
    border: 1px solid #082B4D;
    border-radius: 3px;
    font-weight: 600;
    background-color: white;
    color: #082B4D;
}
.co_grouplist .btn3 a:hover {
    background-color: #082B4D;
    color: white !important;
}
.co_grouplist a{
    color: black;
}
.co_grouplist .order-complete{
    background-color: #f2f2f2;
}
.co_grouplist .total-main{
    width: 145px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px !important;
}
.co_grouplist .total-main i{
    padding-right: 7px;
}

/*------------------ PRINT-PAGE --------------*/
.co_notch{
    padding: 70px 0px;
}
.main-title h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}
.co_notch .main-title{
    justify-content: center;
}
.notch {
    padding: 50px 0px;
    margin: 0px 28px;
    border-bottom: unset;
}
.d-notch:first-child .notch, .d-notch:nth-child(2) .notch, .d-notch:nth-child(3) .notch{
    border-bottom: 1px solid #dddddd;
}
.notch h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}
.notch-prg p{
    font-size: 15px;
}
.inner-notch{
    display: flex;
    flex-wrap: wrap;
}
.notch-icon{
    width: 16%;
    position: relative;
}
.notch-icon img {
    position: relative;
    z-index: 9;
    width: 75%;
    margin: 10px auto 0px;
}
.d-notch:last-child .notch-icon img{
    width: 90%;
}
.notch-icon:before{
    position: absolute;
    content: '';
    background: #f0f5f9;
    width: 80px;
    height: 80px;
    left: -13px;
    top: -10px;
    transform: rotate(15deg);
    transition: all 500ms ease;
}
.notch-icon:after{
    position: absolute;
    content: '';
    background: #dee6ed;
    width: 80px;
    height: 80px;
    left: -15px;
    top: -10px;
    z-index: -1;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 500ms ease;
}
.inner-notch:hover .notch-icon:after{
    opacity: 1;
    transform: rotate(-15deg);
}
.notch-prg{
    width: 84%;
    padding-left: 50px;
}


/*-------------- print-details-page -------------*/
.co_estimate{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.estimate button {
    border: 1px solid #082B4D;
    background: transparent;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    color: #082B4D;
    letter-spacing: 0.5px;
    width: 100%;
}
.estimate-details{
    display: none;
    margin-top: 20px;
}
.co_estimate input:focus{
    border: 1px solid #082B4D;
    box-shadow: unset;
    outline: unset;
}
.estimate label.co-quantity {
    margin-bottom: 5px;
}
.estimate-details p{
    margin: 10px 0px;
    color: red;
    font-size: 15px;
    line-height: 21px;
}
.estimate-details h5{
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0px;
}
.estimate-details h5 span{
    font-weight: 700;
}
.co_estimate .btn-proceed{
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: black;
}


/*----------- flooring-details ---------------*/
.multi{
    margin: 0px 20px;
    font-size: 22px;
    color: #082B4D;
}
.printing .d-flex input{
    text-align: center;
}
.printing input:focus{
    outline: unset;
}
.floor-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: underline;
    padding: 0;
    color: #082B4D;
    display: flex;
    align-items: center;
}
.button-wrapper .label-1{
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    padding: 10px 24px 10px 10px;
    border: 1px solid #e7e7e7;
    appearance: none;
    border-radius: 5px;
    color: #808080;
    display: block;
    cursor: pointer;
}
.co_floor .event-icon .tooltip {
    transform: translateX(-6.325rem);
}
.co_floor .event-icon .tooltip::before {
    left: 100%;
}
.co_floor .event-icon:hover .tooltip {
    transform: translateX(-9.675rem);
}


/*----------------- staffing-details ------------------*/
.event-icon{
    position: relative;
}
.event-icon a {
    height: 42px;
    width: 42px;
    color: rgb(0 0 0 / 50%);
    background: rgba(204, 204, 204, 0.06);
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    cursor: pointer;
}
.event-icon a:hover{
    text-decoration: none;
    color: rgb(0 0 0 / 50%);
}
.event-icon .tooltip {
    width: auto;
    position: absolute;
    left: 4rem;
    top: 0.325rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #000;
    padding: 0.325rem 1rem;
    border-radius: 4px;
    transform: translateX(-0.325rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}
.event-icon .tooltip::before {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #000;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
}
.event-icon:hover .tooltip {
    transform: translateX(0.325rem);
    opacity: 1;
}
.add-more{
    display: flex;
    margin-top: 35px;
}
.cover-deatils .total-main {
    color: white;
    font-size: 16px;
    font-weight: 700;
    background: black;
}

/*------------------- user-profile-page -------------------*/
.co_user{
    padding: 70px 0px;
}
.profile h1{
    font-weight: 600;
    font-size: 18px !important;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 20px;
   /* margin-bottom: 25px !important;*/
}
.profile table{
    width: 100%;
}
.profile .table-title{
    width: 220px;
}
.profile tr {
    height: 45px;
    text-align: left;
}

.profile td{
   /* font-size: 16px;
    font-weight: 400; */
       /* padding: 0px 5px;*/
}
.profile th{  text-align: center;}
.user_name{
    padding: 12px;
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}
.user_name h4 img{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}
.user_name h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.user_order{
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.order_01 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 6px;
}
.order_01 img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}
.order_01 h5 a{
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    text-transform: uppercase;
}
.order_01 h5{
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    text-transform: uppercase;
    padding: 15px 15px 15px 24px;
    margin-bottom: 0;
}
.account-list {
    padding-bottom: 15px;
}
.account-list a{
    font-size: 14px;
    padding: 12px 5px 12px 66px;
    display: block;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.account-list a:hover {
    background-color: hsl(24deg 3% 68%);
    color: black !important;
}
.order_01 .account-list a.active {
    background-color: hsl(24deg 3% 68%);
    color: black !important;
}
.co_user-tab{
    padding: 40px;
    background-color:#e3e3e340;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    margin-left: 20px;
    height: 100%;
}
.edit_profile .btn-edit{
    width: 50%;
}


/*-------------------- save-upi-page --------------*/
.question {
    margin-bottom: 30px;
}
.question h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.question p{
    font-size: 14px;
    opacity: 0.7;
}

/*------------------- user-profile -----------------*/
.inner-sort {
    margin-bottom: 15px;
}
.all-order {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    background: white;
}
.order-header {
    background: #f0f2f2;
    padding: 14px 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.inner-order{
    display: flex;
    flex-wrap: wrap;
}
.order-title{
    font-weight: 600;
}
.order-placed p {
    font-size: 14px;
    margin-bottom: 0px;
}
.order-placed {
    width: 36%;
    margin-right: 20px;
}
.placed-1{
    width: 15%;
}
.all-order .event-icon p{
    cursor: pointer;
}
.all-order .event-icon p i{
    margin-left: 10px;
}
.all-order .event-icon .tooltip {
    width: 300px;
    position: absolute;
    left: -7rem;
    top: 2.325rem;
    font-size: 0.875rem;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px rgb(15 17 17 / 15%);
    border: 1px solid #BBBFBF;
    color: black;
    background: white !important;
}
.all-order .event-icon .tooltip::before {
    border: 1px solid #ccc;
    border-bottom-color: white;
    border-right-color: white;
    background: white !important;
}
.all-order .event-icon .tooltip::before {
    left: 50%;
    top: 0;
}
.all-order .tooltip p {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.order-id {
    text-align: right;
}
.order-id a {
    color: #082B4D;
    font-size: 14px;
    font-weight: 500;
}
.order-id a:first-child{
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
.order_details{
    padding: 25px 20px;
}
.order_details h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}
.inner-order_details {
    display: flex;
    flex-wrap: wrap;
}
.inner-order_details .product-img{
    width: 110px;
    height: 110px;
}
.inner-order_details .product-img img{
    height: 100%;
    object-fit: contain;
}
.inner-order_details .product-name{
    width: 80%;
    padding-left: 20px;
}
.all-order .inner-order_details .product-name{
    width: 60%;
}
.inner-order_details .product-name a {
    font-size: 18px;
    color: black;
    font-weight: 600;
    line-height: 20px;
}
.buy-btn {
    padding: 8px;
    border: unset;
    background: black;
    border-radius: 5px;
}
.buy-btn a {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.buy-btn a:hover{
    color:white !important;
}
.buy-btn img{
    width: 22px;
    margin-right: 10px;
}
.order_details .address-box .btn-edit {
    height: 37px !important;
    font-size: 14px !important;
}
.co_coupons{
    /*box-shadow: 0 0px 20px rgb(0 0 0 / 10%);*/
    padding: 0px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    background: white;
}
.inner-coupon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.coupon-off {
    border-right: 1px solid #ccc;
    width: 13%;
    text-align: center;
    padding: 30px 20px 20px 0px;
    color: #082B4D;
}
.coupon-off h2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
}
.coupon-off h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.minimum {
    padding-left: 20px;
}
.minimum p{
    font-size: 15px;
    margin-bottom: 3px;
}
.minimum p span{
    opacity: 0.8;
}
.coupon-expire{
    padding: 12px 0px;
}
.coupon-expire .minimum p {
    font-size: 13.5px;
    padding-right: 12px;
    border-right: 1px solid #d4d5d9;
    margin-right: 12px;
}
.coupon-expire .minimum p:last-child{
    border-right: unset;
    margin-right: 0;
}

/*------------- review-rating-page ------------------*/
.product_review{
    background: white;
    padding: 20px 20px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.product_review p{
    font-size: 13.5px;
    line-height: 23px;
    margin: 0;
}
.co_like {
    display: flex;
    flex-wrap: wrap;
}
.co_like p{
    width: 46px;
    font-size: 20px;
    margin-right: 12px;
}
.co_notify .set {
    margin-bottom: 12px;
}
.co_notify .set a h6 {
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.7;
    font-weight: 500;
    margin: 3px 0px 0px;
}


/*---------------------- order-details ----------------*/
.co_details{
    padding: 70px 0px;
}
.innerset_details {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.details_info h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.details_info p{
    margin-bottom: 0;
    font-size: 14px;
}
.info_total{
    text-align: right;
}
.co_details .order_details{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
}

/*--------------- product-review ------------------*/
.set-review{
    width: 70%;
    margin: auto;
}
.br-bottom{
    border-bottom: 1px solid #cccccc5c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.br-bottom:last-child{
    border: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}
.review-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rating-all i {
    font-size: 23px;
    margin-right: 8px;
}


/*---------------- gift-basket-details-page ----------------*/
/*.passport-check {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
}*/
.passport-check .checkbox_1 .checkmark {
    right: 96%;
    top: 4px
}
.passport-check .radio input {
    position: relative;
}
.passport-check .checkbox_1 label{
    width: 30px;
    margin-right: 20px
}
.passport-img{
    width: 24%;
    margin-right: 20px;
}
.passport-check p {
    font-size: 14px;
    margin-bottom: 0;
    width: 84%;
    margin-right: 10px;
    line-height: 24px;
}
.passport-check i{
    font-size: 22px;
    color: #1bc86d;
}
.check-show{
    display: none;
}
.check-show p{
    width: 90%;
    font-size: 16px;
}


/*-------------------- cake-details ----------------*/
.gift-box {
    width: 39%;
    margin-right: 15px;
    border-radius: 5px
}
.gift-box img{
    height: 80px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.gift-box p span{
    color:#082B4D;
}
.upgrade-box {
    margin-bottom: 15px;
}
.upgrade-box .checkbox_1{
    display: flex;
    align-items: center;
}
.upgrade-box .checkbox_1 .checkmark {
    right: 96%;
    top: 4px
}
.upgrade-box .radio input {
    position: relative;
    top: 0;
}
.upgrade-box .checkbox_1 label{
    width: 30px;
    margin-right: 10px
}
.upgrade-box .checkbox_1 h6{
    width: 77%;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
}
.upgrade-box .checkbox_1 p{
    width: 18%;
    background: rgb(8 43 77 / 20%);
    text-align: center;
    padding: 4px;
    font-size: 14px;
    border-radius: 4px;
}
.active-color h6{
    color: rgb(255 133 35 / 100%)
}
.active-color p{
    background: rgb(255 133 35 / 100%);
    color:white;
}
label.main-active-color + h6 {
    color:#082B4D;
}
label.main-active-color ~ p {
    background:#082B4D !important;
    color: white !important;
}
.upgrade-detail{
    margin-top: 20px;
}
.inner-upgrade{
    display: flex;
}
.upgrade-detail .product-img{
    width: 45%;
    height: 100px;
    border-radius: 5px;
    margin-right:30px;
}
.upgrade-detail img {
    width: 80%;
    height: 100px;
    border-radius: 5px;
    object-fit: contain;
    margin: auto;
}
.upgrade-detail p {
    font-weight: 400;
    font-size: 13.5px;
    margin-bottom: 15px;
    line-height: 23px;
    text-transform: none;
}
.upgrade-detail h6{
    font-weight: 600;
}

/*-------------- flower-detais----------*/
.passport-check .form-check-input:checked {
    background-color: #082B4D !important;
    border-color: #082B4D !important;
}
.passport-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(8 43 77 / 20%) !important;
}


/*------------------- supplier-dashboard ---------------*/
.co_supplier .table th, .co_supplier .table td{
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}
.co_supplier .table img{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0px 15px;
}
.block-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-ellipsis p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}
.list-title h4{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.file-upload {
    border: 2px dashed #ccc;
    padding: 25px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}
.file-upload input{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    height: 100%;
    cursor: pointer;
}
.file-upload i {
    color: #082B4D;
    font-size: 20px;
    margin-bottom: 20px;
}
.list-img img {
    border: 1px solid #ccc;
    padding: 9px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
}
.list-info input:focus{
    outline: unset;
}





/*-------------------- RESPONSIVE  --------------------*/
/*----------------- home-page ---------------------*/
@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .co_help {
        right: -12%;
    }
    .menu ul.nav > li {
        margin-right: 31px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .logo {
        width: 150px;
    }
    .combine.res-combine>ul>li {
        padding: 0 6px;
    }
    .custom-select {
        width: 100px;
    }
    .user-dropdown {
        left: -151px;
    }
    .cart-box {
        left: -178px;
    }
    .menu ul.nav > li {
        margin-right: 30px;
    }
    .menu ul.dropdown {
        left: -143px;
    }
    .menu ul.dropdown1 {
        left: -84px;
    }
    body.body .banner-item .banner-content h1 {
        font-weight: 800;
        font-size: 20px;
        line-height: 27px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 21px;
    }
    .button1 {
        width: 123px;
        height: 45px;
        line-height: 45px;
    }
    .button1 a {
        font-size: 14px;
    }
    .co_help {
        right: -16%;
    }
    .info-boxes-container {
        padding: 20px 14px;
    }
    .info-box h4 {
        font-size: 13px;
    }
    .info-box p {
        font-size: 12px;
    }
    .info-box img {
        width: 29px;
    }
    .category-details h2 {
        font-size: 21px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .search-main{
        order: 2;
        margin-top: 7px !important;
    }
    .menu ul.nav > li {
        margin-right: 22px;
        font-size: 13px;
    }
    .user-dropdown {
        left: -151px;
    }
    .cart-box {
        left: -178px;
    }
    .menu ul.dropdown {
        left: -132px;
    }
    .co_help {
        right: -22%;
    }
    #faqModal .modal-dialog {
        width: 710px!important;
        max-width: 710px!important;
    }
    .banner-content {
        padding: 0 20px;
    }
    body.body .banner-item .banner-content h1 {
        font-weight: 800;
        font-size: 17px;
        line-height: 27px;
    }
    .banner-content p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .button1 {
        width: 113px;
        height: 42px;
        line-height: 41px;
    }
    .button1 a {
        font-size: 14px;
    }
    .info-boxes-container {
        padding: 20px 30px 0;
    }
    .info-box {
        margin-bottom: 20px;
    }
    .category-details h2 {
        margin-bottom: 7px;
        font-size: 21px;
        line-height: 32px;
    }
    .category-details p {
        line-height: 25px;
    }
    .category {
        margin-bottom: 35px;
    }
    .co_testimonial {
        padding: 70px 0px;
    }
    .testi-title {
        padding-left: 30px;
    }
    .testi-content {
        padding: 0 30px 39px 40px;
    }
    img.line {
        bottom: -84px;
    }
    .blog {
        margin-bottom: 30px;
    }
    .co_footer h2 {
        font-size: 15px;
    }
    .footer_link li a {
        font-size: 13px;
    }
    .payment {
        margin: auto;
    }
    .copyright p {
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px){
    html{
        overflow-x: hidden;
    }
    .co_header{
        z-index: 1;
    }
    .co_header.newClass {
        padding: 10px 0px;
        position: sticky;
    }
    .mobile-menu{
        text-align: center;
    }
    .logo {
        width: 95%;
    }
    .combine.res-combine>ul>li {
        font-size: 22px;
        line-height: 28px;
    }
    .shopping-cart .cart-quantity {
        top: -10px;
    }
    .co_header, .co_menu{
        display: none;
    }
    .dropdown {
        padding-top: 8px;
    }
    .co_mobile-head{
        display: block;
    }
    .usersidebar { display: none;}
    .user-dropdown {
        top: 42px;
        left: -151px;
    }
    .user-functionality ul li {
        margin-bottom: 5px;
    }
    .cart-box {
        top: 41px;
        left: -196px;
    }
    .co_help {
        top: 23%;
        right: -45%;
    }
    #faqModal .modal-dialog {
        width: 360px!important;
        max-width: 360px!important;
    }
    .accordion-container {
        padding: 0;
    }
    .modal-address .modal-title {
        font-size: 16px;
    }
    button.close {
        font-size: 32px;
    }
    .faq-content {
        padding: 15px 12px;
    }
    .set a {
        padding: 13px;
    }
    .set span {
        width: 87%;
    }
    .banner-content {
        padding: 0 20px;
    }
    .banner-section {
        margin-bottom: 20px;
    }
    body.body .banner-item .banner-content h1 {
        font-weight: 800;
        font-size: 17px;
        line-height: 27px;
    }
    .banner-content p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .button1 {
        width: 113px;
        height: 42px;
        line-height: 41px;
    }
    .button1 a {
        font-size: 14px;
    }
    .info-boxes-container {
        padding: 20px 30px 0;
    }
    .info-box {
        margin-bottom: 20px;
    }
    .category-details h2 {
        margin-bottom: 7px;
        font-size: 21px;
        line-height: 32px;
    }
    .category-details p {
        line-height: 25px;
    }
    .category {
        margin-bottom: 35px;
    }
    .co_testimonial {
        padding: 70px 0px;
    }
    .testi-title {
        padding-left: 30px;
    }
    .testi-content {
        padding: 0 18px 39px 30px;
    }
    img.line {
        bottom: -84px;
    }
    .testi-img img {
        height: 60px;
        width: 60px; 
    }
    .testi-arrow {
        bottom: 13%;
        right: 13px;
    }
    .testi-arrow.prev-arrow {
        right: 49px !important;
    }
    .testi-title h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog {
        margin-bottom: 30px;
    }
    .top-footer .col-6{
        margin-bottom: 15px;
    }
    .co_footer h2 {
        font-size: 15px;
    }
    .footer_link li a {
        font-size: 13px;
    }
    .payment {
        width: 100%;
        margin: auto;
    }
    .copyright p {
        text-align: center;
        margin-bottom: 20px !important;
    }    
}

@media only screen and (max-width: 458px){
    .co_help {
        top: 30%;
    }
}

@media only screen and (max-width: 320px){
    /*.newClass1 {
        position: sticky;
        top: 57px;
    }*/
    .combine.res-combine>ul>li {
        padding: 0 8px;
    }
    .user-dropdown {
        left: -161px;
    }
    .cart-box {
        left: -199px;
    }
    .mobilemenu-modal .btn-close {
        right: 48px;
    }
    body.body .banner-item .banner-content h1 {
        font-weight: 800;
        font-size: 15px;
        line-height: 0px;
        margin-bottom: 10px;
    }
    .button1 {
        width: 105px;
        height: 36px;
        line-height: 35px;
    }
    .banner-content {
        top: 55%;
    }
    .co_help {
        top: 28%;
        right: -52%;
    }
    .info-boxes-container {
        padding: 20px 16px 0;
    }
    body.body h1 {
        font-size: 19px;
    }
    .category-details h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .category-details p {
        line-height: 22px;
        font-size: 13px;
    }
    .co_arrival .slide-arrow {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 17px;
    }
    .testi-arrow {
        bottom: 13%;
        right: 0px;
    }
    .testi-arrow.prev-arrow {
        right: 34px !important;
    }
    .testi-content>img {
        padding-bottom: 13px;
    }
    .set span {
        width: 84%;
    }
    #faqModal .modal-dialog {
        width: 306px!important;
        max-width: 306px!important;
    }
    .co_footer h2 {
        font-size: 13px;
    }
}


/*---------------- login-page -------------------*/
@media only screen and (max-width: 767px){
    .user-form-card {
        padding: 18px;
    }
    .user-form-remind {
        padding: 15px;
    }
    .user-form-remind p a {
        display: block;
    }
    body.body h1 {
        font-size: 19px;
    }
    .user-form-part {
        padding: 40px 0px;
    }
    .user-form-title h2 {
        font-size: 28px;
    }
}


/*----------- product-list --------------*/
@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .card-body #slider {
        width: 197px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .product-filter .col-lg-9{
        padding-right: 0 !important;
    }
    .inner-sort select {
        padding: 0px 7px;
        margin-left: 5px;
    }
    .product-card-type li {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .filter-slider {
        display: block;
    }
    .content-1 {
        position: absolute;
        top: 0;
        left: 240px;
        width: 100%;
        height: 100%;
        transition: left 0.5s ease;
    } 
    .left-sidebar {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        width: 0!important;
        z-index: 999999;
        overflow-y: scroll;
        padding-top: 50px;
        transform: translateX(-261px);
        transition: all 0.5s ease;
        background: white;
    }
    .left-sidebar.left-slide1 {
        position: fixed;
        transform: translateX(0px);
        width: 26%!important;
        display: block;
        box-shadow: 5px 0 5px -5px #33333354;
    }
    .left-sidebar.left-slide1 .close{
        display: block;
    }
    .left-slide{
        left: 0!important;
    }
    .left-sidebar .left-sidebar {
        width: 260px;
        background: white;
        padding-top: 50px;
        position: relative;
    }
    .left-sidebar .close {
        position: absolute;
        top: 0px;
        right: 17px;
        font-size: 29px;
        color: #082B4D;
        z-index: 9;
        background: transparent;
        border: unset;
    }
    .card-body #slider {
        width: 197px;
    }
    .co_product-list {
        padding: 15px 0px 50px;
    }
}

@media only screen and (max-width: 767px){
    .filter-slider {
        display: block;
    }
    .filter-slider img{
        width: 32px;
    }
    .product-filter {
        border-radius: 3px;
        padding: 15px 10px;
    }
    .grid-hori, .grid-verti{
        display: none;
    }
    .sort-by {
        justify-content: unset;
    }
    .inner-sort label {
        display: none;
    }
    .inner-sort {
        width: 69%;
    }
    .inner-sort1 {
        width: 24% !important;
        margin-left: 11px;
    }
    .inner-sort select {
        width: 100%;
    }
    /*.inner-sort1 select{
        width: 54px!important;
    }*/
    .content-1 {
        position: absolute;
        top: 0;
        left: 230px;
        width: 100%;
        height: 100%;
        transition: left 0.5s ease;
    } 
    .left-sidebar {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        width: 0!important;
        z-index: 999999;
        overflow-y: scroll;
        padding-top: 50px;
        transform: translateX(-261px);
        transition: all 0.5s ease;
        background: white;
    }
    .left-sidebar.left-slide1 {
        position: fixed;
        transform: translateX(0px);
        width: 42%!important;
        display: block;
        box-shadow: 5px 0 5px -5px #33333354;
    }
    .left-sidebar.left-slide1 .close{
        display: block;
    }
    .left-slide{
        left: 0!important;
    }
    .left-sidebar .left-sidebar {
        width: 260px;
        background: white;
        padding-top: 50px;
        position: relative;
    }
    .left-sidebar .close {
        position: absolute;
        top: 0px;
        right: 17px;
        font-size: 29px;
        color: #082B4D;
        z-index: 9;
        background: transparent;
        border: unset;
    }
    .catering-list li.main_item:before {
        left: -14px;
    }
    .card-body #slider {
        width: 152px;
    }
    .co_product-list {
        padding: 15px 0px 30px;
    }
    .myaccordion .part1 {
        padding: 13px;
    }
    .range input {
        width: 25%;
    }
    .part1 h2 {
        font-size: 13px;
    }
    .f-arrow {
        font-size: 20px;
    }
    .showing p {
        text-align: center;
    }
    .product-filter .pagination {
        justify-content: center;
        margin-top: 13px !important;
    }
    .product-filter .page-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .product-filter .page-link i {
        font-size: 17px;
    }
    img.bg-img {
        display: none;
    }
}

@media only screen and (max-width: 458px){
    .left-sidebar.left-slide1 {
        width: 65%!important;
    }
     .card-body #slider {
        width: 200px;
    }
    .range input {
        width: 32%;
    }
}

@media only screen and (max-width: 320px){
    .inner-sort select {
        font-size: 12px;
        padding: 0px;
    }
    .left-sidebar.left-slide1 {
        width: 38%!important;
    }
    .card-body #slider {
        width: 161px;
    }
}



/*------------------- product-detail-page ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    /*.main-image img {
        padding: 20px;
        cursor: pointer;
        height: 380px;
        object-fit: contain;
    }*/
    .share {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .product-thumbnail img {
        width: 100px;
        margin: auto;
    }
    .review_form {
        margin: 20px 0px 40px !important;
    }
    .main-image img {
        height: 350px;
        object-fit: contain;
    }
    .thumb-arrow.t-right-arrow {
        bottom: -73px;
    }
    .product-image {
        margin-bottom: 50px;
    }
    /*.product-image .slick-list.draggable {
        height: auto!important;
    }*/
}

@media only screen and (max-width: 767px){
    .product-detail {
        padding: 60px 0 50px;
    }
    .product-thumbnail img {
        width: 69px;
        margin: auto;
        padding: 10px;
    }
    .main-image {
        padding-left: 5px;
    }
    .thumb-arrow {
        left: 18%;
    }
    .thumb-arrow.t-right-arrow {
        bottom: -75px;
    }
    .product-image {
        margin-bottom: 40px;
    }
    .right-box-contain .name {
        font-size: 20px;
    }
    .price-rating .product-ratting ul li i {
        font-size: 15px;
        padding: 0px 2px;
    }
    .procuct-contain p {
        font-size: 14px;
        line-height: 23px;
    }
    h3.theme-color.price {
        font-size: 20px;
    }
    .quantity {
        width: 39%;
    }
    .quantity input {
        padding: 12px 15px;
    }
    .cart-btn {
        width: 52%;
    }
    .cart-btn .cart-button {
        height: 47px;
        font-size: 14px;
    }
    .top_share {
        flex-wrap: wrap;
    }
    .buy-box {
        margin-bottom: 15px;
        line-height: 28px;
    }
    .pin_detail {
        width: 100%;
    }
    .product-section-box .custom-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 13px 11px;
    }
    .product-section-box .tab-pane {
        padding: 20px 10px;
    }
    .product-description p{
        font-size: 15px;
        line-height: 26px;
    }
    .left_review {
        padding-right: 10px !important;
    }
    .rating-list h5 {
        width: 22%;
    }
    .progress {
        width: 78%;
    }
    .review_form {
        padding: 20px !important;
    }
    .review_form {
        margin: 20px 0px 40px !important;
    }
    .review-list li .people-box {
        padding: 20px;
        flex-wrap: wrap;
    }
    .review-list li .people-box .people-comment {
        width: 100%;
        padding: 10px 0px 0px;
    }
    .review-list li .people-box .people-comment .date-time {
        flex-wrap: wrap;
    }
    .rating-list .progress {
        height: 16px !important;
    }
    .review-people>ul.review-list>li:nth-child(even) {
        transform: translateX(0px);
    }   
}

@media only screen and (max-width: 320px){
    .review-title h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .main-image img {
        padding: 20px;
        height: 241px;
        object-fit: contain;
    }
    .product-section-box .tab-pane {
        padding: 20px 0px;
    }
    body.body h1 {
        font-size: 19px;
    }
    .breadscrumb-contain{
        align-items: center;
        font-size: 15px;
    }
    .product-ratting{
        margin-top: 4px;
    }
    .price-rating{
        flex-wrap: wrap;
    }
    .price-rating .product-ratting ul li i {
        font-size: 17px;
        padding: 0px 2px;
    }
}


/*-------------------- blog-page -----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .co_blog1 {
        padding: 40px 0px;
    }
    .set-blog .img_ img {
        object-fit: cover;
    }
    .co_blog1 .product-filter {
        padding: 15px 14px;
    }
    .co_blog1 .product-filter .page-item {
        margin: 0px 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_blog1 {
        padding: 40px 0px;
    }
    .co_blog1 .showing p{
        margin-bottom: 12px;
        text-align: center;
    }
    .co_blog1 .product-filter .pagination {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px){
    .co_blog1 {
        padding: 40px 0px;
    }
    .order1{
        order: 2;
    }
    .co_blog1 .showing p{
        margin-bottom: 12px;
        text-align: center;
    }
    .co_blog1 .product-filter .pagination {
        justify-content: center;
    }
    .blog-search1 {
        margin-top: 30px;
    }
}


/*-------------------- blog-detail-page -----------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .single-blog h3 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .single-blog {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px){
    .single-blog {
        padding-left: 0px;
    }
    .single-blog h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .single-blog p {
        font-size: 15px;
    }
    .blog-date li{
        font-size: 14px;
    }
    .post {
        font-size: 19px;
    }
}

@media only screen and (max-width: 320px){
    .single-blog h3 {
        font-size: 19px;
    }
}


/*------------------ faq-page -----------------*/
@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .co_faq .set span {
        width: 92%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .co_faq .set span {
        width: 91%;
    }
}


/*------------------ order-form-page -----------------*/
@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .address-box .btn-edit {
        width: 100px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .delivery-add {
        padding: 35px 30px 5px 30px;
    }
    .default_add {
        width: 100%;
        margin-bottom: 30px;
    }
    .default_add:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .delivery-add {
        padding: 35px 30px 5px 30px;
    }
    .default_add {
        width: 100%;
        margin-bottom: 30px;
    }
    .default_add:last-child{
        margin-bottom: 0;
    }
    .delivery_1 {
        padding-right: 15px!important;
    }
    #myModal .modal-dialog, #editModal .modal-dialog {
        width: 700px!important;
        max-width: 700px!important;
    }
}

@media only screen and (max-width: 767px){
    .select-add {
        margin-bottom: 20px;
    }
    .delivery-add {
        padding: 35px 20px 5px 20px;
    }
    .default_add {
        width: 100%;
        margin-bottom: 30px;
        padding: 36px 9px 20px 43px;
    }
    .default_add:last-child{
        margin-bottom: 0;
    }
    .delivery_1 {
        padding-right: 15px!important;
    }
    #myModal .modal-dialog, #editModal .modal-dialog {
        width: 350px!important;
        max-width: 350px!important;
        margin: auto;
    }
    .s-cart {
        margin-top: 32px!important;
    }
}

@media only screen and (max-width: 320px){
    .delivery-add h2 {
        font-size: 19px;
    }
    .delivery-add .btn_black {
        padding: 11px 0 11px 31px;
        font-size: 14px;
    }
    a.btn_acele.btn_black:before {
        left: 9px;
        top: 9px;
        font-size: 23px;
    }
    .address-box .btn-edit {
        width: 90px;
        height: 37px;
        font-size: 15px;
    }
    #myModal .modal-dialog, #editModal .modal-dialog {
        width: 300px!important;
        max-width: 300px!important;
        margin: auto;
    }
}


/*------------------ payment-page -----------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_payment {
        padding: 60px 0px;
    }
    .nav-pills-custom .nav-link {
        margin-bottom: 16px;
    }
    .invest-tab {
        margin-bottom: 40px;
    }
    .bill-head {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 767px){
    .co_payment {
        padding: 40px 0px;
    }
    .bill-head {
        font-size: 21px !important;
    }
    .co_payment .s-cart {
        margin-top: 0px!important;
        margin-bottom: 40px;
    }
    .nav-pills-custom .nav-link {
        margin-bottom: 16px;
    }
    .tab-color {
        padding: 30px 10px 0;
    }
}


/*--------------------- cart-page ------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .cart-table {
        padding-right: 30px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .wishlist_main {
        padding: 40px 0;
    }
    .cart-table {
        padding-right: 10px !important;
        margin-bottom: 40px;
    }
    .cart-main-area .table-content table tbody>tr td {
        padding: 13px 0;
    }
}

@media only screen and (max-width: 767px){
    .wishlist_main {
        padding: 40px 0;
    }
    .cart-table {
        padding-right: 10px !important;
        margin-bottom: 40px;
    }
    .cart-main-area .table-content table tbody>tr td {
        padding: 13px 0;
    }
}


/*--------------------- checkout-page ------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .check-form {
        padding: 30px;
        margin: 10px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_checkout {
        padding: 40px 0px 0px;
    }
    .return {
        padding: 17px 10px;
    }
    .return h4 {
        font-size: 17px;
    }
    .check-form {
        padding: 25px;
        margin: 0px 0px 30px;
    }
    .b-detail {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 767px){
    .co_checkout {
        padding: 30px 0px;
    }
    .co_checkout .d-flex{
        flex-wrap: wrap;
    }
    .co_checkout .d-flex .return{
        width: 100% !important;
        margin: 0 0px 21px !important;
        padding: 17px 13px;
    }
    .check-form {
        padding: 15px;
        margin: 0px 0px 30px;
    }
    .b-detail {
        padding: 25px 20px;
    }
    .co_checkout #check-form2 button.btn-proceed {
        padding: 0 12px;
        font-size: 12px;
    }
}


/*------------------- artists-page ---------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .gift-image img {
        width: 100%;
        height: auto;
    }
    .gift-product {
        padding: 40px 0px;
    }
} 

@media only screen and (max-width: 767px){
    .breadscrumb-section .breadscrumb-contain {
        padding: 17px 0;
        flex-wrap: wrap;
    }
    .breadscrumb-contain h1{
        display: none;
    }
    .breadscrumb-section .breadscrumb-contain nav {
        margin-left: unset;
    }
    .gift-content h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .gift-image img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .gift-product {
        padding: 40px 0px 20px;
    }
    .set-gift .product-img {
        width: 100%;
    }
    .set-gift .product-info {
        width: 100%;
        padding-left: 0;
    }
    .set-gift .inner-gift {
        padding: 25px 25px 0px;
    }
    .set-gift .product-img img {
        height: 180px;
        object-fit: cover;
    }
    .order-img {
        width: 70px;
        height: 70px;
    }
    .order-img img {
        width: 70px;
        height: 70px;
    }
    .co_menu-add {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px){
    .order-img {
        width: 60px;
        height: 60px;
    }
    .order-img img {
        width: 60px;
        height: 60px;
    }
    .set-gift .inner-gift {
        padding: 20px 20px 0px;
    }
}


/*------------------- gift-details-page ---------------------*/
@media only screen and (max-width: 767px){
    .custom-rangeslider__tooltip {
        margin-left: 2px;
        width: 50px;
    }
    .custom-rangeslider {
        margin-top: 51px;
    }
    .quantity-label p {
        font-size: 18px;
        margin: 11px 0px 0px;
    }
    .select-product .next-arrow {
        left: 93%;
    }
}

@media only screen and (max-width: 320px){
    .quantity-label p {
        font-size: 16px;
        margin: 11px 0px 0px;
    }
}


/*------------------- print-details-page ---------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .estimate button {
        padding: 10px 8px;
        font-size: 16px;
    }
    .send-quote p {
        font-size: 15px;
        line-height: 22px;
    }
    .co_estimate .btn-proceed {
        padding: 13px 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px){
    .estimate {
        margin-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 22px;
    }
}

@media only screen and (max-width: 320px){
    .send-quote p{
        font-size: 14px;
        line-height: 21px;
    }
}


/*------------------ book-details ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .colour-print .btn_primary {
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 767px){
    #uploadModal .modal-dialog, #bookModal .modal-dialog {
        width: 358px!important;
        max-width: 358px!important;
    }
}

@media only screen and (max-width: 320px){
    #uploadModal .modal-dialog, #bookModal .modal-dialog {
        width: 304px!important;
        max-width: 304px!important;
    }
}


/*------------------ catering-details ------------*/
@media only screen and (min-width: 1261px) and (max-width: 1366px){
    .catering-total {
        right: -1%;
        width: 323px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .radio label {
        flex-wrap: wrap;
    }
    .radio h6 {
        width: 90%;
        margin-bottom: 11px;
    }
    .radio .quantity {
        width: 48%;
    }
    .catering-total {
        top: 5%;
        right: 0%;
        width: 284px !important;
    }
    .catering-total p {
        font-size: 14px;
        line-height: 19px;
    }
    .catering-total .table td {
        font-size: 14px;
        font-weight: 500;
    }
    .all-tip-button button {
        margin-bottom: 10px;
    }
    .order-tab .btn-list {
        top: 0px;
    }
    .radio .quantity input {
        padding: 11px 4px !important;
    }
    .radio h5 {
        margin-right: 0;
    }
    .catering-total .table-scroll {
        height: 300px;
        max-height: 300px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    .inner-menu {
        padding-bottom: 0px;
    }
    .co_menu-add {
        margin-bottom: 30px;
    }
    .catering-total {
        top: 4%;
        right: 0%;
        width: 300px !important;
    }
    .co_catering .product-image{
        width: 63%;
    }
    .catering-total .shoping-cart-total.s-cart {
        padding: 13px;
    }
    .catering-total p {
        font-size: 14px;
        line-height: 19px;
    }
    .catering-total .table td {
        font-size: 14px;
        font-weight: 500;
    }
    .catering-total .table-scroll {
        height: 300px;
        max-height: 300px;
    }
}

@media only screen and (max-width: 767px){
    .inner-menu {
        padding-bottom: 0px;
    }
    .radio label {
        flex-wrap: wrap;
    }
    .radio h6 {
        width: 90%;
        margin-bottom: 11px;
    }
    .radio .quantity {
        width: 48%;
    }
    .radio h5 {
        margin-right: 0;
    }
    .radio .quantity input {
        padding: 4px;
        font-size: 14px;
    }
    .catering-total {
        position: relative;
        top: 0;
        right: 0;
        width: 100% !important;
        order: 1;
        margin-bottom: 80px;
    }
    .catering-total .s-cart {
        margin-top: 0px!important;
    }
    .catering-total .shoping-cart-total.s-cart {
        padding: 13px;
    }
    .catering-total p {
        font-size: 15px;
        line-height: 21px;
    }
    .catering-total .table td {
        font-size: 15px;
        font-weight: 500;
    }
    .catering-total .table-scroll {
        height: 320px;
        max-height: 320px;
    }
    .all-tip-button button {
        margin-bottom: 10px;
    }
    /*.co_catering{
        padding-top: 10px;
    }*/
    .co_catering .order_1{
        order: 2;
    }
    .co_catering .order_2{
        order: 3;
    }
    #user-listModal .modal-dialog, #user-orderlistModal .modal-dialog {
        width: 360px!important;
        max-width: 360px!important;
    }
    .co_grouplist .table thead th, .co_grouplist .table td {
        font-size: 14px;
    }
}


@media only screen and (max-width: 320px){
    #user-listModal .modal-dialog, #user-orderlistModal .modal-dialog {
        width: 300px!important;
        max-width: 300px!important;
    }
    .co_grouplist .table thead th, .co_grouplist .table td {
        font-size: 14px;
    }
}


/*--------------- artists-details ------------------*/
@media only screen and (max-width: 767px){
    .artists-canvas {
        max-width: 80% !important;
    }
    .calendar {
        width: 290px;
    }
    .input-group {
        margin-bottom: 6px;
    }
    .pika-title .pika-prev {
        left: 4px;
    }
    .pika-title button {
        font-size: 9px;
    }
    .pika-title .pika-next {
        right: 4px;
    }
}

@media only screen and (max-width: 320px){
    .calendar {
        width: 249px;
    }
}


/*--------------- artists-book ------------------*/
@media only screen and (min-width: 1260px) and (max-width: 1500px){
    .artist-book {
        width: 68%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .artist-book {
        width: 100%;
    }
    .fs-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .artist-book {
        width: 100%;
    }
    .fs-title {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    .artist-book {
        width: 100%;
        padding-bottom: 0;
    }
    .inner-actor h3 {
        font-size: 22px;
    }
    .fs-title {
        font-size: 16px;
    }
    #msform .check textarea {
        padding: 15px;
        font-size: 14px;
    }
    .form-switch label {
        font-size: 17px !important;
        font-weight: 700 !important;
    }
    #msform .mb-3 {
        margin-bottom: 8px!important;
    }
}

@media only screen and (max-width: 320px){
    .inner-actor p {
        line-height: 20px;
        font-size: 13px;
    }
    .inner-actor h3 {
        font-size: 19px;
    }
    .fs-title {
        font-size: 15px;
    }
}


/*--------------- staffing-details ------------------*/
@media only screen and (max-width: 767px){
    .add-more {
        margin: 0px 0px 10px;
    }
}


/*----------------- user-profile ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .co_user-tab {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_user-tab {
        padding: 30px;
        margin-left: 0;
    }
    .edit_profile .btn-edit{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .co_user-tab {
        padding: 20px;
        margin-left: 0;
    }
    .order_04{
        order: 1;
    }
    .order_05{
        order: 2;
    }
    .co_user {
        padding: 40px 0px;
    }
    .user-box {
        margin-top: 35px;
    }
    .edit_profile .btn-edit {
        width: 100%;
    }
    .b-detail .form-select {
        margin-bottom: 10px;
    }
    .profile td {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px){
    .co_user-tab {
        padding: 20px;
    }
}


/*----------------- all-order ---------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .order-placed {
        margin-right: 12px;
    }
    .order-placed p {
        font-size: 12px;
    }
    .order-id a:first-child {
        padding-right: 8px;
        margin-right: 8px;
    }
    .order-id a {
        font-size: 14px;
    }
    .order_details h2 {
        font-size: 15px;
    }
    .inner-order_details .product-name a {
        font-size: 16px;
    }
    .inner-order_details .product-name p{
        font-size: 13px;
        line-height: 20px;
    }
    .order_details .address-box .btn-edit {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .order-placed {
        margin-right: 12px;
    }
    .order-placed p {
        font-size: 12px;
    }
    .order-id a:first-child {
        padding-right: 8px;
        margin-right: 8px;
    }
    .order-id a {
        font-size: 14px;
    }
    .order_details h2 {
        font-size: 15px;
    }
    .inner-order_details .product-name a {
        font-size: 16px;
    }
    .inner-order_details .product-name p{
        font-size: 13px;
        line-height: 20px;
    }
    .order_details .address-box .btn-edit {
        margin-top: 20px;
    }
    .order-id {
        text-align: left;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px){
    .order-placed {
        margin-right: 12px;
    }
    .order-placed p {
        font-size: 12px;
    }
    .order-id a:first-child {
        padding-right: 8px;
        margin-right: 8px;
    }
    .order-id a {
        font-size: 14px;
    }
    .order_details h2 {
        font-size: 15px;
    }
    .inner-order_details .product-name a {
        font-size: 16px;
    }
    .inner-order_details .product-name p{
        font-size: 13px;
        line-height: 20px;
    }
    .order_details .address-box .btn-edit {
        margin-top: 20px;
    }
    .order-id {
        text-align: left;
        margin-top: 15px;
    }
    .order-header {
        padding: 14px 10px;
    }
    .all-order .inner-order_details .product-name {
        width: 59%;
    }
    .co_user-tab .inner-sort {
        width: 100%;
    }
    .co_user-tab .inner-sort select {
        font-size: 13px;
        padding: 0px 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 320px){
    .order-placed {
        width: 44%;
    }
    .all-order .inner-order_details .product-name {
        width: 100%;
        padding-left: 0;
        margin-top: 13px;
    }
}


/*---------------- buy-again ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .co_user-tab .product-img.bg-white img {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_user-tab .product-img.bg-white img {
        height: 200px;
    }
}


/*-------------- save-card -----------------*/
@media only screen and (max-width: 767px){
    .question h2 {
        font-size: 16px;
    }
    .question p {
        font-size: 13.5px;
    }
}


/*----------------- coupon-page ---------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .coupon-off {
        width: 17%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .coupon-off {
        width: 20%;
    }
    .minimum p {
        font-size: 14px;
    }
    .coupon-expire .minimum p {
        font-size: 13.5px;
    }
}

@media only screen and (max-width: 767px){
    .minimum {
        padding-left: 20px;
        width: 78%;
    }
    .coupon-off {
        width: 21%;
    }
    .coupon-expire .minimum {
        width: 100%;
    }
    .coupon-expire .minimum p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px){
    .coupon-off h2 {
        font-size: 16px;
    }
    .minimum p {
        font-size: 14px;
    }
    .coupon-expire .minimum {
        padding-left: 0;
    }
    .coupon-expire .minimum p {
        font-size: 12px;
        padding-right: 8px;
        margin-right: 8px;
    }
}


/*-------------- review-rating ------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .inner-order_details .product-name {
        width: 73%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_like p {
        width: 39px;
        font-size: 19px;
        margin-right: 14px;
        margin-bottom: 15px;
    }
    .product_review .inner-order_details .product-name {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .co_like {
        position: absolute;
        top: 23px;
        right: 0;
    }
}

@media only screen and (max-width: 767px){
    .co_like p {
        width: 39px;
        font-size: 19px;
        margin-right: 14px;
        margin-bottom: 15px;
    }
    .product_review .inner-order_details .product-name {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .co_like {
        position: absolute;
        top: 23px;
        right: 0;
    }
}

@media only screen and (max-width: 320px){
    .co_like p {
        font-size: 15px;
        margin-right: 3px;
    }
}


/*------------- user-notification ------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .co_notify .set span {
        width: 92%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .co_notify .accordion-container {
        padding: 0;
    }
    .co_notify .set a {
        padding: 15px 13px;
    }
    .co_notify .set span {
        width: 88%;
    }
}


/*------------- product-review ------------*/
@media only screen and (max-width: 767px){
    .co_details {
        padding: 40px 0px;
    }
    .set-review {
        width: 97%;
    }
    .create-review .inner-order_details .product-name {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .create-review .check textarea {
        padding: 13px;
        font-size: 14px;
    }
}


/*------------- order-details ---------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .details_info h2 {
        font-size: 17px;
    }
    .details_info p {
        font-size: 13px;
        line-height: 23px;
    }
    .innerset_details {
        margin-top: 10px;
    }
    .order_details .inner-order_details .product-name {
        width: 74%;
    }
}

@media only screen and (max-width: 767px){
    .details_info {
        margin-bottom: 20px;
    }
    .order_details .inner-order_details .product-name {
        width: 100%;
        padding-left: 0; 
        margin-top: 10px;
    }
    .inner_details .minimum{
        flex-wrap: wrap;
    }
    .inner_details .minimum p{
        padding-right: 0;
        margin-right: 0;
        border-right: unset;
    }
}


/*----------------- catering-page ----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .all-btn_order button {
        width: 33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .all-btn_order button {
        width: 33%;
    }
    .order-modal .modal-dialog {
        width: 700px!important;
        max-width: 700px!important;
    }
}

@media only screen and (max-width: 767px){
    .all-btn_order button {
        width: 100%;
        margin-bottom: 7px;
    }
    .order-modal .modal-dialog {
        width: 359px!important;
        max-width: 359px!important;
    }
    .order-modal .co_upload {
        margin: 15px;
        padding: 15px;
    }
}

@media only screen and (max-width: 320px){
    .order-modal .modal-dialog {
        width: 305px!important;
        max-width: 305px!important;
    }
}


/*---------------- simple-order --------------*/
@media only screen and (max-width: 767px){
    .order-tab .total-main{
        margin-bottom: 10px;
    }
}

/*--------------- general-order ---------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .catering-total .cover-deatils{
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .catering-total .cover-deatils{
        margin-right: 0 !important;
    }
}


/*-------------- cake-details -----------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
    .upgrade-box .checkbox_1 p {
        width: 23%;
    }
    .upgrade-box .checkbox_1 .checkmark {
        top: 0px;
    }
}

@media only screen and (max-width: 767px){
    .upgrade-box .checkbox_1 p {
        width: 36%;
    }
    .upgrade-box .checkbox_1 .checkmark {
        top: 1px;
    }
    .inner-upgrade {
        flex-wrap: wrap;
    }
    .upgrade-detail .product-img {
        width: 100px;
        margin-right: 19px;
    }
    .upgrade-info {
        width: 66%;
    }
}


/*----------------- flooring-details ---------------*/
@media only screen and (max-width: 767px){
    .co_flooring .total-main{
        margin-bottom: 10px;
    }
}

textarea{ height: 250px !important; } 
select[multiple] { height: 250px !important;}
.center{text-align: center;}
.form-switch {padding-left: 1em;}
.form-switch .form-check-input{ margin-left:auto;  }