.item-buttons{
    position: relative;
    /* top:50%;
    left:50%;
    transform:translate(-50%, -50%); */
    z-index:3;
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
h1, h2, h3{
  color:#0c75bc;
  text-shadow: 1px 1px 2px #0c75bc;
}
#Carousel-intro .carousel-inner h4 {
  font-family: 'Open Sans', sans-serif;
}
.item-buttons a{
    margin-bottom:16px;
}
.shop-arap{
    position: relative;
}
.shop-wrap:hover .item-buttons{
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.footer{
    padding-top:60px;
    padding-bottom:10px;
}
.footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}
.footer .row:not(:first-child) {
    padding-top: 10px;
}
.footer .list-inline, .footer p{
    margin-bottom:0;
}
.footer{
    background-color: #0f75bd;
    color:#fff;
}
.footer a{
    color:#fff;
}
.footer .footer-list{
    list-style-type: none;
    padding:0;
    margin:0;
}
.footer-list li{
    margin-bottom:8px;
    font-weight: 500;
}
.footer-list li a{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:10px;
}
#new-arrivals .owl-nav{
    position: absolute;
    top:50%;
    transform: translateY(-110%);
    width:100%;
}
#new-arrivals .owl-nav .owl-next{
    float: right;
}
#new-arrivals .owl-nav .owl-next, #new-arrivals .owl-nav .owl-prev{
    font-size:25px;
}
.checkout-cart{
    padding:20px 30px;
    background-color: #fff;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
  }
  .radio input {
    display: none;
  }
  .radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
  }
  .radio input + span:not(:empty) {
    padding-left: 30px;
  }
  .radio input + span:before, .radio input + span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .radio input + span:before {
    background: #D1D7E3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
    transform: scale(1.04);
    background: #5D9BFB;
  }
  .radio input:checked + span:after {
    transform: scale(0.4);
    transition: transform .3s ease;
  }
  .radio:hover input + span:before {
    transform: scale(0.92);
  }
  .radio:hover input + span:after {
    transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
    transform: scale(0.4);
  }
  .tab-heads .nav-tabs > li {
    float: none;
    margin-bottom: 0;
  }
  .nav.nav-tabs li{
    border-radius:none;
    border-bottom:1px solid #fff;
  }
  .nav.nav-tabs li a{
    background-color: #1b8af3;
    border:none;
    border-radius: 0;
    color:#fff;
    position: relative;
  }
  .nav.nav-tabs li a i{
    margin-right:16px;
  }
  .nav.nav-tabs li a i.arros{
    position: absolute;
    right:10px;
    opacity:0;
  }
  .nav.nav-tabs li.active a{
    background-color: #fff;
    border:none;
    color:#1b8af3;
  }
  .nav.nav-tabs li.active a i.arros{
    opacity: 1;
  }
  .tab-body{
    padding:20px 40px;box-shadow: -3px 3px 17px -3px rgba(143,137,143,0.25);
  }
@media (min-width: 991px) {    
    .navbar-custom.top-nav-collapse {
        padding: 0 30px;
        background-color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav li a{
        color:#18191B;
    }
    .navbar-custom.top-nav-collapse .dropdown-menu li a{
        color:#000;
    }
    .logo {
        max-width: 100%;
        height: 75px;
        margin-top: -20px;
    }
    .navbar-custom.top-nav-collapse .logo {
        max-width: 100%;
        height: 60px;
        margin-top: -20px;
    }
    .divided{
        text-align: justify;
        -moz-column-count: 2;
             column-count: 2;
        column-gap: 25px;
        padding: 0px 35px;
    }
    .floated-image{
        float:left;
        margin-right:32px;
        margin-bottom:32px;
    }
}
 /* -------------------------------------------------------------------------------------------------------- */
 #new-arrivals .owl-nav span {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 5px 15px;
 }
 #new-arrivals .owl-nav span:hover {
   border-color: #18191B;
 }
 .item-buttons {
   display: flex;
   justify-content: space-around;
   margin: 0 5px;
 }
 #new-arrivals a p, #shop a p {
  margin-bottom: 0;
  margin-top: 4px;
 }
 #new-arrivals h5, #shop h5 {
   margin-top: 10px;
 }
 #new-arrivals .btn.btn-dark-border.quick-btn,  #shop .btn.btn-dark-border.quick-btn {
   padding: 5px 8px;
 }
 #new-arrivals h5, #new-arrivals h6, #shop h5, #shop h6 {
   font-size:  18px !important;
 }
 #new-arrivals h6 del, #shop h6 del {
   font-size: 14px;
 }
.footer-social {
  padding-left: 10px;
}
 .footer-logo {
   width: 200px;
   height: auto;
  margin: auto;
  }
 .footer-logo img {
   width: 100%;
  filter: brightness(0) invert(1);
  object-fit: cover;
  object-position: center;
 }
 .copy-right p {
   margin-left: 15px;
 }
 .footer-end {
   display: flex;
   justify-content: space-between;
 }
 .footer-link {
   padding-bottom: 15px;
  }
  .footer-link a {
    padding: 0 10px;
  }
  #shop .shop-item {
    border: none;
  }
 /* .btn-1 {
   width: 150px;
   height: 50px;
  border: none;
  background-color: #18191B;
  color: #ccc;
  box-shadow: inset 0 0 0 0 #5D9BFB;
  transition: ease-in 0.35s;
  outline: none;
 }
 .btn-1:hover {
   box-shadow: inset 150px 50px 50px 0 #5D9BFB;
 } */


 @media (max-width: 1024px) {
  .btn {
    padding: 8px 18px;
  }
  .nav > li > a {
    padding: 21px 9px 15px;
  }
  .logo {
    height: 70px;
  }
  .footer-link a {
    font-size: 14px;
  }
 }
 @media (max-width: 768px) {
   .navbar {
     min-height: 80px;
   }
   .logo {
    height: 60px;
  }
  .navbar-header {
    min-height: 80px;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
  #shop .t-d-none {
    display: none;
  }
  .footer-link.text-right {
    text-align: center !important;
  }
  .footer-social ul.text-right {
    text-align: center !important;
  }
  .t-d-none {
    display: none !important;
  }
  .footer-link a {
    font-size: 16px;
  }
 }
 @media (max-width: 650px) {
   #shop .mobile-d-none {
     display: none;
   }
   .footer-end {
     display: block;
     text-align: center;
   }
 }
/* ---------------------------------------------------------------------------------------------------------------------------------- */

.section-extra-small {
  padding: 20px !important;
}
.shop-wrap a {
  text-align: center;
}
.shop-single h4 {
  margin-bottom: 10px !important;
}
.enquiry-form input, #contactForm input {
  margin-bottom: 15px;
}
.enquiry-form textarea, #contactForm textarea {
  margin-bottom: 20px;
}
.send-btn p, .download-btn p {
  margin: 5px;
}
.single-desc table {
  width: 100%;
}
.single-desc table th, .single-desc td {
  padding: 5px;
  border: 2px solid #eaeaea;
  text-align: center;
}
.single-desc table th {
  font-weight: 600;
  font-size: 18px;
}
.send-btn, .download-btn {
  margin-top: 15px;
}
.order-form form {
  color: #555;
}
.order-form h4 {
  margin-bottom: 7px;
}
.order-form .form-control {
  padding: 7px 15px;
}
.order-form .row {
  padding-top: 10px;
}
.select-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
.order-btn {
  margin-top: 15px;
}
.order-form .order-form-title {
  padding-bottom: 30px;
}
.product-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-options .options-img {
  width: 15%;
  height: auto;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.product-options .options-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-options .options-img .options-checked {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.product-options .options-img .radio-btn {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.product-options .options-img .img-caption {
  padding: 5px 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
}
.product-options .options-img .radio-option{
  opacity: 0.5;
  transition: all 0.45s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}
.product-options .options-img .options-checked {
  opacity: 0;
}
.product-options .options-img .radio-btn:checked+.radio-option {
  transform: scale(1.1, 1.1);
  opacity: 1;
}
.product-options .options-img .radio-btn:checked+.radio-option .options-checked {
  opacity: 1;
}
.about-message {
  padding-top: 25px !important;
}
.about-message .floated-image {
  margin-top: -120px;
  max-width: 600px;
}
.about-message .floated-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.about-message p {
  text-align: justify;
}
.about-message h3 {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .about-message .floated-image {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .product-options .options-img {
    width: 18%;
  }
  .product-options .options-img .img-caption {
    font-size: 12px;
  }
}


@media (max-width: 576px) {
  .about-message h3 {
    margin-bottom: 15px;
  }
  .product-options .options-img {
    width: 29%;
  }
  .product-options .options-img .img-caption {
    font-size: 10px;
  }
  #carousel-shop .carousel-indicators li {
    width: 23%;
  }
  #carousel-shop .carousel-indicators img {
    max-width: 66px;
  }
}


/* ------------------------------------------------------------------------------------------------- */
.nav>li.position {
  position: static;
}

.nav>li.position ul {
  max-width: 100% !important;
  margin-left: 0px !important;
}

.nav>li.position .flex-nav ul {
  padding: 25px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
}

.flex-nav li {
  padding: 25px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.flex-nav ul li {
  padding: 5px;
  width: 20%;
}
.navbar-custom ul .flex-nav li a  {
  color: #000 !important;
}
.search-wrap, .search {
  display: none;
}

@media (max-width: 990px) {
  .nav>li.position .flex-nav ul {
    flex-direction: column;
  }
  .flex-nav ul li {
    width: 100%;
}
  .navbar-custom ul .flex-nav li a, .text-muted {
    color: #d3bd98 !important;
  }
  .search-wrap, .search-form {
    position: relative;
  }
  .search {
    display: block;
  }
  li.search-dropdown {
    display: none !important;
  }
  /* .search-form {
    display: none;
  } */
  .search-form .search-button {
    /* position: relative; */
    top: 7px;
    right: 12px;
    background-color: #0c75bc;
    border-radius: 5px !important;
    height: 38px;
  }
  .navbar-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .navbar-brand {
    height: 65px;
  }
  .top-nav-collapse .navbar-header{
    min-height: 90px;
    /* padding-top: 25px; */
  }
  .navbar-toggle {
    margin: 0px;
  }

  .navbar-brand .logo {
    height: 55px;
  }
  .navbar-custom.top-nav-collapse .navbar-brand {
    padding-top: 12px;
  }
  .navbar-custom .navbar-brand {
    padding-left: 0px;
  }
  .navbar-custom.top-nav-collapse .navbar-brand .logo {
    max-width: 100%;
  }
    .category .input-lg {
      font-size: 16px !important;
      line-height: 25px !important;
  }
}
