﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    font-size: 14px !important;
}

@import url("../css/font-awesome.min.css");

/*-----------Base Css End----------*/
p {
    line-height: 26px;
    margin: 0 !important;
    padding: 0;
}
a{text-decoration:none;}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0;
    font-weight: 700;
}

ul {
    margin: 0 !important;
    padding: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

button:focus,
textarea:focus,
select:focus {
    outline: none !important;
}


/*-----------Base Css End----------*/
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}




#animsition {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*-----------Home Page Css End----------*/
.container {max-width: 1400px;}
.top-header{background-color: #295397;padding:15px 0;}
.top-header ul{list-style:none;}
.top-header ul li{display:inline-table;color: #fff;}
.top-header ul li a{color: #fff;transition:0.4s;}
.top-header-left ul li{margin-right:25px;}
.top-header-left ul li:last-child{margin-right:0px;}
.top-header-left ul li a i{color:#fff;margin-right:6px;}
.top-header ul li a:hover{color:#222;}

.top-header .dropdown {
    color: #999;
    position: relative;
}

.top-header .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
    border: none;
    min-width: 14em;
    right: 0;
}
.top-header .dropdown-menu li{display:block;}
.top-header .dropdown-menu li a{color:#999;padding:5px 15px;transition:0.4s;display:inline-table;width:100%;text-transform:capitalize;}
.top-header .dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.header-menus{position:relative;}
.header-rw .navbar-toggler{background:#295397;border-radius: 0;}
.header-menus .navbar-dark{padding:0;background:#fff !important;z-index:999;}
.header-menus .container .container-fluid{padding:0;}
.header-menus .navbar-dark .navbar-brand {color: #222;}
.header-menus .navbar-dark .dropdown-menu{border:none;width: 200px;border-radius:0;padding: 15px 0;}
.header-menus .navbar-dark .dropdown-menu a{text-transform:capitalize;padding:6px 35px;font-size:14px;color:#222;letter-spacing: .07em;line-height: 1.9;position:relative;}
.header-menus .navbar-dark .dropdown-menu a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px !important;
    width: 0;
    background-color: #295397 !important;
    transition: .5s ease;
}
.header-menus .navbar-dark .dropdown-menu a:hover:before {
    width: 50px;
    height: 2px;
    transition: .5s ease;
}
.header-menus .navbar-dark .dropdown-menu a:hover{background:none;}
.header-menus .navbar-dark .navbar-nav .nav-link {
    padding: 42px 45px 42px 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #222;
    transition:0.4s;
}
.header-menus .navbar-dark .navbar-nav .nav-link:hover{color:#295397;}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
    position: fixed;
    top: 137px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .res-me{font-size:30px !important;margin-right: 0 !important;}
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.nav-right, .nav-right ul{list-style:none;}
.nav-right li a{color:#222;font-size:20px;margin-left:20px;position:relative;}
.nav-right li:first-child a{margin-left:0;padding:45px 0;}
.nav-right .dropdown-menu{right: 0;left: inherit;top:63px;}
.nav-right .dropdown-menu a{margin-left:0;padding: 2px 35px !important;}
.nav-right .dropdown-menu h6{color:#222;padding:6px 20px;}
.languagebar{margin-bottom:20px;}
.languagebar:last-child{margin-bottom:0px;}
.nav-right li a span{height:18px;width:18px;border-radius:50%;background:#295397;color:#fff;font-size:12px;text-align:center;display:inline-table;position:absolute;right:-5px;top:-15px;}
.header-checkout{display:flex;align-items:flex-start;}
.header-checkout img{height:90px;}
.nav-right li .header-checkout a{padding:0 !important;}
.header-checkout-container{padding:15px !important;}
.mr-3{margin-right:1rem;}
.header-menus .navbar-dark .header-checkout-container{width:270px;}
.header-checkout-container .header-checkout a{font-size:17px !important;}
.header-checkout-container .header-checkout h5{font-size:15px;color:#999;font-weight:400;}
.sub-total{border-top:1px solid #efefef;padding: 10px 0;display: inline-block;width: 100%;margin-top:15px;}
.sub-total span{color:#999;}
.sub-total span:last-child, .sub-total a:last-child{float:right;}
.sub-total:last-child{margin-top:0;padding-bottom:0;}
.carousel-control-next, .carousel-control-prev{background:rgba(0, 0, 0, 0.2); height: 50px;width: 50px;border-radius: 50%;top: 42%;}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 1.5rem;height: 1.5rem;}
.carousel-control-prev {left: 70px;}
.carousel-control-next {right: 70px;}
.slider-content{position:absolute;top:36%;margin-left:70px;}
.slider-content h5{font-weight: 500;letter-spacing: .4em;color: #777;margin-bottom: 0;margin-top: -3px;}
.slider-content h2{font-size:60px;text-transform: uppercase;padding-top: 10px;color: #fff;line-height: 1.2;}
.main-btn{padding: 13px 29px; color: #fff;letter-spacing: .05em;border: 2px solid #295397;background-image: linear-gradient(30deg,#295397 50%,transparent 50%);background-size: 850px;background-repeat: no-repeat;display: inline-table;
    background-position: 0;transition: background .3s ease-in-out;margin-top:20px;text-transform:uppercase;}
.main-btn:hover {background-position: 100%;color: #000;background-color: #fff;    transition: .3s ease-in-out;}
.mrt-70{margin-top:70px;}
.product-category-rw{position:relative;overflow:hidden;}
.product-category-rw img{transition: all .5s ease;width:100%;}
.product-category-rw:hover img {
    transform: scale(1.05);
    transition: all .5s ease;
}
.product-category-content{position:absolute;right:70px;top:36%;}
.product-category-content p{color:#295397;text-transform: uppercase;letter-spacing: .1em;font-size:18px;font-weight:600;}
.product-category-content h3{font-size: 60px;color: #222;letter-spacing: .1em;margin-bottom: -7px !important;text-transform: uppercase;}
.heading{text-align:center;margin-bottom:30px;}
.heading h5{text-transform:capitalize;color:#295397;font-size:18px;font-weight:500;padding-bottom: 10px;}
.heading h3{position:relative;color:#222;text-transform:uppercase;font-size:36px;padding-bottom: 15px;margin-bottom: 30px !important;line-height: 1;letter-spacing: .02em;}
.heading h3::after{position: absolute;height: 5px;width: 70px;background-color: #295397;content: "";left: 0;right: 0;margin: 0 auto;bottom: 0;}
.heading p{letter-spacing: .05em;}
.product-container{position:relative;overflow:hidden;}
.product-label {
    bottom: 0;
    text-align: right;
    left: unset;
    position: absolute;
    display: inline-block;
    right: 0;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease;
}
.product-label a{display:block;padding:10px 10px;color:#000;font-size:18px;transition:0.4s;}
.product-container:hover .product-label{opacity: 1;transition: all .5s ease;}
.product-container .product-label a:hover{color:#295397;}
.onsale{position: absolute;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(
-180deg);
    top: 7px;
    right: 7px;
    letter-spacing: .1em;
    z-index: 1;
    color: #212529;}
.new {
    border-radius: 100%;
    background-color: #295397;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    padding: 9px 4px;
    text-transform: uppercase;
    color: #fff;
    top: 7px;
    left: 7px;
    z-index: 1;
}
.same-itmes{position:relative;}
.circles{
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.circles ul li{display:block;opacity:0.3;cursor:pointer;}
.circles ul .active{opacity:1;}
.circles ul li img{display:block;width:45px !important;}
.prodcut-short-details{margin-top:20px;}
.star i{color:#ffd800;cursor:pointer;}
.prodcut-short-details a{color:#999;transition:0.4s;}
.prodcut-short-details a:hover{color:#295397;}
.prodcut-short-details h4{font-weight:500;color:#222;font-size:18px;}
.prodcut-short-details h4 span{text-decoration:line-through;font-size:15px;color:#999;}
.prodcut-short-details ul{padding-top:10px;}
.color{display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 5px;
    transition: all .1s ease;
    cursor: pointer;
    vertical-align: middle;}
.yellow{background-color: yellow;}
.white{background-color: #fff;    border: 1px solid #aaa;}
.pink{background-color: pink;}
.olive{background-color: olive;}
.navy{background-color: navy;}
.red{background-color: red;}
.black{background-color: black;}
.skyblue{background-color: skyblue;}
.green{background-color: green;}
.gray{background-color: gray;}
.maroon{background-color: maroon;}
.orange{background-color:orange;}
.product-img div{display:none;}
.product-img .active{display:block;}
.top-collection .owl-nav, .top-collection .owl-dots {
    display: none;
}
.fashion-trands{background-image:url(../images/parallex.jpg);background-attachment: fixed;position: relative;
    background-size: cover;background-repeat: no-repeat;padding-top: 190px;padding-bottom: 190px;background-position: center;}
.fashion-trands-text{float:left;text-align:center;}
.fashion-trands-text h1 {font-size: 100px;font-weight: 700;color:#295397;text-transform:uppercase;margin-top:-15px !important;}
.fashion-trands-text h2{text-transform:uppercase;font-size: 60px;color: #333;}
.fashion-trands-text p{font-size: 24px;color: #777;font-weight: 600;text-transform: uppercase;letter-spacing: .5em;padding-top: 10px;margin-bottom: -5px;line-height: 1.3;}
.modal-rw .modal-dialog {max-width:800px;}
.modal-rw .modal-content{border:none;border-radius:0;}
.modal-header{padding:0;border:none;}
.modal-rw .modal-body {
    padding: 15px;background-image: linear-gradient( 135deg,#295397 5.77%,#ffffff 5.77%,#ffffff 25%,#111111 25%,#111111 30.77%,#ffffff 30.77%,#ffffff 50%,#295397 50%,#295397 55.77%,#ffffff 55.77%,#ffffff 75%,#111111 75%,#111111 80.77%,#ffffff 80.77%,#ffffff 100%);
   position:relative;background-size: 36.77px 36.77px;}
.modal-wrapper{background:#fff;padding: 25px;position:relative;}
.modal-header button{position:absolute;right:10px;top:10px;font-size:12px;color:#222;font-weight:700;opacity:1;z-index:2;}
.ct-buttons{text-align:center;    padding-top: 40px;}
.add-cart a{color:#999;font-size:16px;}
.add-cart a i{color:green;}
.ct-buttons .main-btn{padding: 8px 15px;font-size:16px;}
.payemnt-img{margin-top:15px;}
.modal-rw .prodcut-short-details{text-align:center;}
.modal-rw .prodcut-short-details a{color:#295397;font-size:16px;}
.modal-ot-pr{padding:15px 0;text-align:center;color:#222;font-size:18px;font-weight:600;}
.product-detials .prodcut-short-details{text-align:left;margin-top:0;}
.product-detials .prodcut-short-details h3{font-size:26px;text-transform:uppercase;color:#222;padding-bottom:15px;}
.product-detials .prodcut-short-details h4{font-size:24px;}
.product-detials .prodcut-short-details ul .color{height:30px;width:30px;}
.pr-text{margin-top:10px;padding:15px 0;border-top:1px solid #efefef;border-bottom:1px solid #efefef;}
.pr-text h4{color:#222;padding-bottom:10px;text-transform:capitalize;font-size:16px;}
.pr-size{margin-top:20px;}
.pr-size span{margin-right:20px;}
.pr-size p{color:#295397;padding-top:15px;font-weight:600;}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #295397;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
 
.quantity p{padding-bottom:10px;}

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;width:140px;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  border: 1px solid #efefef;
}
.btns-rw .main-btn{padding: 10px 25px;}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  transition: 0.5s;
}
.myNav-content{background:#fff;height: 100%;
    width: 280px;}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #efefef;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  position:relative;
  text-transform:uppercase;color:#222;
  padding: 8px 10px 20px 25px;
  position:relative;
}

.overlay a:hover, .overlay a:focus {
  color: #295397;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 18px;
  padding:0;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 14px;text-transform:uppercase;color:#222;padding: 8px 10px 20px 25px;position:relative;}
  .overlay .closebtn {
  font-size: 18px;
  top: 15px;
  left: 25px;text-transform:uppercase;
  padding:0;
  }
}
.overlay-content a i{float:right;padding-top:5px;font-size:13px;}
.overlay li{position:relative;}
.overlay li .dropdown-menu{display:none;position:absolute;right:-220px;top:0;padding:25px;border:none;border-radius:0;width:220px;}
.overlay li:hover .dropdown-menu{display:block;}
.overlay li .dropdown-menu li a{ font-size: 14px;padding: 10px 15px;}
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:999999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container input[type="text"]{border:none;border-bottom:2px solid #222;color:#222;width:100%;padding:12px 0;font-size:18px;}
.cd-popup-container {
  padding:70px;
  position: relative;
  width: 100%;
  height:100%;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translatex(-400px);
  -moz-transform: translatex(-400px);
  -ms-transform: translatex(-400px);
  -o-transform: translatex(-400px);
  transform: translatex(-400px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display:flex;align-items:center;
}
.cd-popup-container p {
  padding: 0px;
  margin:0px;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.header-menus.fixed{background:#295397;top:0;left:0;right:0;position:fixed;z-index:999;}
.header-menus.fixed .navbar-dark .navbar-nav .nav-link{color:#fff;background:#295397;}
.header-menus.fixed .navbar-dark{background:#295397 !important;}
.header-menus.fixed .res-me{color:#fff !important;}
.header-menus.fixed .nav-right li a{color:#fff;}
.header-menus.fixed .navbar-brand img{filter: brightness(0) invert(1);}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 16px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #222;
    margin-bottom: 30px;
    text-transform:uppercase;

}
.filter-button:focus{box-shadow:none;}
.filter-button:hover{color: #295397;}
.btn-default:active .filter-button:active{color: #295397 !important;}
.port-image{width: 100%;}
.gallery_product{margin-bottom: 30px;}
.service-block p {text-transform: capitalize;}
.service-block h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 18px;
    color:#222;
}
.service-block:hover h4{color:#295397;transition:0.4s;}
.service-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon {
    margin-right: 12px;
    width: 60px;
    height: 60px;
    transition: all .5s ease;
}
.media-body {
    flex: 1;
}
.service-block + .service-block {
    border-left: 1px solid #dddddd;
}
.service-rws{border-top:1px solid #dddddd;padding:30px 0;border-bottom:1px solid #dddddd;}
#button {
  display: inline-block;
  background-color: #295397;
  width: 50px;
  height: 50px;
  border-radius:50%;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  font-weight:600;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.blog-container{text-align:center;}
.blog-container .blog-des a{color:#222;text-transform:uppercase;transition:0.4s;    line-height: 1.5;
    letter-spacing: .03em;}
.blog-container .blog-des a:hover{color:#295397;}
.blog-container .blog-des h3{font-size:18px; margin-top: 38px !important;}
.blog-container .blog-des p{padding-bottom:10px;color:#295397;font-size:18px;padding-top:25px;}
.blog-img::after, .blog-img::before {
    bottom: 100%;
    opacity: 0;
    left: 0;
    transition-delay: 0s;
    background: #295397;
    width: 25%;
    position: absolute;
    content: "";
    transition: all .3s steps(4);
    z-index: 1;
    top: 0;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img:after {
    left: 25%;
    transition-delay: 25ms;
}
.blog-img:hover:before, .blog-img:hover:after {
    bottom: 0;
    opacity: .5;
}
.blog-img span:before, .blog-img span:after {
    background: #295397;
    width: 25%;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all .3s steps(4);
    z-index: 1;
    bottom: 100%;
    top: 0;
}
.blog-img:hover span:before, .blog-img:hover span:after {
    bottom: 0;
    opacity: .5;
}
.blog-img span:after {
    left: 75%;
    transition-delay: .15s;
}
.blog-img span:before {
    left: 50%;
    transition-delay: .05s;
}
.blog-rw .owl-dots, .blog-rw .owl-nav{display:none;}
.clients-rw{margin-bottom:70px;}
.clients-rw img {
    margin: 0 auto;
    width: auto !important;
    cursor: pointer;
}
.clients-rw img:hover{opacity:1;}
.footer-rw{color: #fff;
  background: #373737;}
.newsletter-rw{padding:35px 0;border-bottom: 1px solid #dddddd;}
.pdl-0{padding-left:0;}
.newsletter-left{border-right:1px solid #dddddd;}
.newsletter-left h3{text-transform:uppercase;color:#fff;font-size:18px;padding-bottom:10px;letter-spacing: .03em;line-height: 1;}
.newsletter-right input[type="text"]{padding: 15px;
    width: 345px;
    border-radius: 0;
    border: 1px solid #eeeeee;}
.newsletter-right{float:right;}
.newsletter-right .main-btn{margin-top:0;border: 2px solid #fff; background-image: linear-gradient(30deg,#fff 50%,transparent 50%);color:#222;}
.newsletter-right .main-btn:hover{border: 2px solid #222; background-image: linear-gradient(30deg,#222 50%,transparent 50%);}
.pd-70{padding:70px 0;}
.footer-text{padding-top:30px;}
.footer-text p{line-height:32px;}
.footer-social{margin-top:40px;}
.footer-social a{color:#fff;font-size:18px;margin-right:50px;transition:0.4s;}
.footer-social a:hover{color:#222;}
.footer-social a:last-child{margin-right:0;}
.footer-head{margin-bottom:30px;}
.footer-head h3{text-transform:uppercase;color:#fff;font-size:18px}
.footer-links ul{list-style:none;}
.footer-links ul li{padding-bottom:15px;line-height:26px;position:relative;}
.footer-links ul li a{color:#fff;position:relative;}
.footerlogo img{filter: brightness(0) invert(1);}
.footer-links ul li a:before{position: absolute;top: 20px;content: "";height: 2px;width: 0;background-color: #fff;transition: .5s ease;}
.footer-links ul li:hover a:before {
    width: 100%;
    height: 2px;
    transition: .5s ease;
}
.add-links ul li{padding-left:30px;position:relative;}
.add-links ul li span{position:absolute;left:0;top: 7px;}
.copyright{background:#fff;padding: 20px 0;color:#777;}
.footer-payment{text-align:right;}
.footer-payment img{margin-left:10px;}
/*----------------------Cart----------------*/
.inner-slider{background-color: #f8f8f8;padding: 40px 0;}
.inner-head h3{color:#222;font-size:16px;text-transform:uppercase;line-height: 1;letter-spacing: .02em;}
.inner-head-right p{text-transform:uppercase;text-align:right;color:#555;font-weight: 600;}
.inner-head-right a{color:#222;transition:0.4s;}
.inner-head-right a:hover{color:#295397;}
.cart-table-inner th {
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem;
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
.mrb-70{margin-bottom:70px;}
.cart-table-inner td {
    min-width: 210px;
    padding:10px;
    vertical-align: middle;
    color: #777;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.cart-table-inner td img{height:90px;}
.cart-table-inner td a{color:#222;transition:0.4s;}
.cart-table-inner td a:hover{color:#295397;}
.cart-table-inner td .total{color:#295397;font-size:24px;font-weight:500;}
.cart-table-inner td h3{color:#222;font-size:24px;font-weight:500;}
.cart-table-inner td .qty-input{margin:0 auto;width: 132px;}
.cart-table-inner td .quantity{padding-top:0;}
.cart-table-inner tfoot td{text-align:right;padding-top:35px;border:none;}
.cart-table-inner tfoot td b{color:#222;}
.cart-table-inner tfoot td:last-child{text-align:center;}
.pr-total{width:85%;padding-right:35px !important;}
/*-----------------Checkout---------------*/
.chekcout-fomr-inner .form-group {
    position: relative;
    margin-bottom: 25px;
}
.chekcout-fomr-inner .form-group input[type="text"],
.chekcout-fomr-inner .form-group input[type="email"],
.chekcout-fomr-inner .form-group input[type="number"],
.chekcout-fomr-inner .form-group select{
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 1px solid #dddddd;
}
.chekcout-fomr-inner p {
    line-height: 24px;
    text-transform: capitalize;
    color: #333;
    padding-bottom: 10px;
    font-weight: 700;
}
.checkout-form h3 {
    color: #222;
    font-weight: 700;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .03em;
}
.checkout-form {
    margin-bottom: 25px;
}
.checkout-slip {
    text-transform: uppercase;
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #dddddd;
}
.checkout-slip h5{color: #222;
    line-height: 24px;
    letter-spacing: .05em;font-size:16px;padding-bottom:0.5rem;}
.checkout-slip table tr{border-bottom: 1px solid #f1f1f1;}
.checkout-slip table td{padding: 8px 0;color: #9a9a9a;}
.paypal-slip{margin-top:25px;}
.checkout-details {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 40px;
}
.checkout-details td{padding: 20px 0;}
.checkout-details thead tr{font-weight:500; color: #444;  font-size: 22px;}
.checkout-details tr{border-bottom: 1px solid #ededed;}
.checkout-details thead td{padding-top:0;color:#444}
.checkout-details h3{color:#222;font-weight:500;font-size:18px;}
.checkout-details h3 span{color:#295397;}
.checkout-details td:last-child{border:none;padding-bottom:0;}
.checkout-details tr:last-child{border:none;}
.chekcout-fomr-inner .form-group:last-child {
    margin-bottom: 0px;
}
/*-------------Login---------------*/
.login-rw {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
    min-height: 374px;
}
.fr-pass{color:#222;transition:0.4s;}
.fr-pass:hover{color:#295397;text-transform:capitalize;}
.fr-pass{min-height:auto;}
/*-----------------------Privacy Policy-----------------*/
.privacy-policy ul{list-style:none;}
.privacy-policy ul li{padding-bottom:20px;}
.privacy-policy ul li:last-child{padding-bottom:0px;}
.privacy-policy ul li h3{color:#222;font-weight:500;font-size:18px;padding-bottom:15px;}
.pdt-15{padding-top:15px;}
.sub-head{color:#222;font-weight:500;font-size:16px;}
/*-------------Cotnact us----------*/
.contact-map iframe {
    width: 100%;
    height: 330px; border: none;
}
.contact-map ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block;
}
.contact-map ul li:first-child {
    margin-top: 0;
}
.contact-map ul li .contact-icon {
    position: absolute;
    left: 0;
    text-align: center;
    width: 130px;
    border-right: 1px solid #dddddd;
}
.contact-map ul li .contact-icon h6 {
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: #295397;
}
.contact-icon i{color:#295397;}
/*---------------Product Details------------*/
.pr-details-rws .service-block{justify-content: flex-start;padding:20px 0;border-bottom: 1px solid #dddddd;}
.pr-details-rws .service-block:last-child {border-bottom:none;}
.pr-details-rws .service-block .service-icon img{height:40px;}
.pr-details-rws .service-icon{height:40px;width:40px;}
.pr-details-rws .service-block h4{text-transform:capitalize;font-weight:500;}
.pr-details-rws .service-block + .service-block {border-left:none;}
.service-block-sec {
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.service-block-sec .accordion-collapse, .service-block-sec .accordion-item .accordion-button{border:none;background:none;color:#222;}
.service-block-sec .accordion-collapse a{color:#222;text-transform:capitalize;transition:0.4s;font-size:16px;}
.service-block-sec .accordion-collapse ul{list-style:none;}
.service-block-sec .accordion-collapse ul li{padding-bottom:10px;}
.service-block-sec .accordion-collapse ul li:last-child{padding-bottom:0px;}
.service-block-sec .accordion-button:focus{box-shadow:none;}
.service-block-sec .accordion-collapse a:hover{color:#295397;}
.pr-details-rws .owl-dots, .pr-details-rws .owl-nav{display:none;}
#sync2{margin-top:20px;}
#sync2 .item{border:1px solid #ddd;}
.add-wishlist{padding:30px 0;border-bottom:1px solid #dddddd;}
.add-wishlist a{font-size:18px;color:#222;transition:0.4s;}
.add-wishlist a i{margin-right:6px;}
.add-wishlist a:hover{color:#295397;}
.write-review .star{margin-top:15px;}
.write-review ul{list-style:none;}
.write-review ul li{padding-bottom:10px;}
.write-review ul li:last-child{padding-bottom:0px;}
.write-review ul li input[type="text"], .write-review ul li textarea{border:1px solid #ddd;
    font-size: 15px;
    padding: 15px 25px;
    height: inherit;width:100%;
    text-align: left;}
#new-products ul{list-style:none;}
#new-products ul li {
        display: flex;
        align-items: flex-start;
    }
.newpr-des{
    align-self: center!important;
}
#new-products ul li img {
    height: 160px;
    padding: 15px 15px 15px 0 !important;
}
.newpr-des a{color:#222;transition:0.4s;text-transform:capitalize;}
.newpr-des h5{color:#222;font-weight:500;padding-top:5px;}
.newpr-des h5 del{margin-left:10px;font-size:15px;color:#999;}
.newpr-des a:hover{color:#295397;}
.new-pr-des .prs-inner .owl-nav {
    display: block;
    position: absolute;
    top: -36px;
    right: 0;
}
.prs-inner{padding-top:30px;}
.prs-inner .owl-carousel .owl-nav button.owl-next, .prs-inner .owl-carousel .owl-nav button.owl-prev, .prs-inner .owl-carousel button.owl-dot{font-size:30px;line-height: 20px;}
.prs-inner h4{text-transform:capitalize;color:#222;font-size:20px;}
.related-products h3{text-transform:uppercase;font-weight:500;font-size:30px;padding-bottom:15px;border-bottom:1px solid #ddd;color:#222;margin-bottom:30px !important;}
/*--------------Women--------------*/
.service-block-sec .accordion-collapse li label{color: #222;text-transform: uppercase;font-size: 16px;}
.mrt-20{margin-top:20px;}
.service-block-sec .accordion-collapse li .color{height:12px;width:12px;margin-right:8px;}
.top-sort{padding:15px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;flex-wrap: wrap;justify-content: space-between;font-size:16px;margin-bottom:40px;}
.top-sort select{border:none;}
.pr-list-rw .col-xl-3{margin-bottom:30px;}
.pagination-rw{border:1px solid #ddd;display:flex;flex-wrap: wrap;justify-content: space-between;font-size:16px;}
.pagination-rw .page-link {
    padding:15px;border-top:0;border-bottom:0;border-radius:0 !important;color:#222;font-size:16px;transition:0.4s;
}
.pagination-rw .page-link:hover{color:#295397;background:none;}
.pagination-rw .page-item:first-child .page-link{border-left:0;}
.show-page{align-items: center;
    display: flex;
    padding: 15px;}
#collapseFive{padding-bottom:40px;}
.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}
.range-slider .rangeValues {
  display: block;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #295397;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
/*--------------------Order Success------------*/
.order-success{padding:70px 0;margin:0;background-color: #f9f9f9;text-align:center}
.order-success h1{padding-bottom:10px;color:green;}
.order-success h4{font-size:32px;color:#222;padding-bottom:15px;}
.order-success p{font-size:18px;line-height:36px;}
/*-------------Order History-----------*/
.left-sidebar {
    background: #fff;
    border: 1px solid #ddd;
}
.sidebar-head {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}
.sidebar-head i {
    font-size: 150px;
    height: 220px;
    width: 220px;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 100%;
    padding-top: 25px;
    color:#222;
}
.sidebar-head h3 {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 24px;color:#222;
}
.sidebar-list ul {
    list-style: none;
}
.sidebar-list ul li:first-child {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.sidebar-list ul li a {
    padding: 12px 15px;
    color: #222;
    display: inline-table;
    width: 100%;
    text-transform: uppercase;
    background: #f9f9f9;
    transition: 0.4s;
}
.sidebar-list ul li a i {
    width: 8%;
}
.sidebar-list ul li a:hover, .sidebar-list ul .active a {
    background: #295397;
    color:#fff;
}
/*------------Edit Profile------------*/
.edit-profile input[type="text"], input[type="email"], .edit-profile input[type="url"], .edit-profile input[type="password"], .edit-profile input[type="search"], .edit-profile input[type="number"], .edit-profile input[type="tel"], .edit-profile select {
    background-color: #ffffff;
    border: 1px solid #ddd;
    resize: none;
    width: 100%;
    padding: 0 22px;
    height: 45px;
}
.edit-profile ul{list-style:none;padding:15px;}
.edit-profile ul li {
    padding-bottom: 15px;
}
.edit-profile ul li:last-child{
    padding-bottom: 0px;
}
.edit-profile  .accordion-button:not(.collapsed){background-color:#295397;color:#fff;}
/*-------------------About Us---------------*/
.abt-lefts .heading{text-align:left;}
.abt-lefts .heading h3::after{right:inherit;}
.abt-lefts .heading h3{line-height:45px;}
.abt-lefts p{font-size:24px;line-height:32px;}
.abt-story {padding:0 150px;padding-left:0px;}
.abt-story p{font-size:16px;line-height:30px;}
.our-misssion{text-align:center;width:767px;margin:0 auto;}
.our-misssion p{font-size:18px;line-height:30px;padding-bottom:20px;}
.our-misssion p:last-child{padding-bottom:0;}
.our-misssion p b{color:#222;}
/*------------Testimonial------------------*/
.testimonials {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	display: block;
	width: 100%;
	min-height: 250px;
}

.testimonials ul {
	list-style: none;
	padding: 0;
}

.testimonials li {
	display: inline-block;
	background-color: white;
	margin: 50px 10px 10px 0px;
	width: calc(100%);
	height: 200px !important;
	border: solid 1px #295397;
	position: relative;
	transition: ease-in-out .3s; height: auto;
}

.testimonials li img {
	height: 70px;
	width: 70px;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 15px #fff;
	background-color: #fff;
	transition: box-shadow 0.3s linear;
}

.testimonials li p {
	position: absolute;
	width: 70%;
	text-align: center;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 15px;
}

.testimonials li h1 {
	position: absolute;
	text-decoration: none;
	bottom: 10px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 17px;
}

.testimonials li:hover {
	background-color: #295397;
	color: #fff;
}

.testimonials li:hover img {
	box-shadow: 0px 0px 0px 2px #fff;
}

@media only screen and (max-width: 860px) {
	.testimonials li {
    	width: 100%;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
    display: block;
    margin-top: 70px;
    height: 283px !important;
	}
	
	.testimonials li:first-child {
		margin-top: 50px;
	}
}
#myModal .modal-header button{background:#295397;color:#fff;border-radius:50%;border:none;font-size:20px;height: 32px;
    width: 32px;border:2px solid #fff;}
/*-----------------Blog-------------------*/
.blog-list-rw ul{list-style:none;}
.blog-list-rw ul li{display:inline-table;width:calc(33.8% - 30px);margin-right:30px;margin-bottom:30px;}
.blog-list-rw ul li:nth-child(3n+3){margin-right:0;}
.blog-pagination .active .page-link, .blog-pagination .page-link:hover{background:#295397;border-color:#295397;color:#fff;}
.blog-pagination .page-link{color:#222;}
.blog-details-rw .blog-img img{width:100%;}
.blog-details-rw .blog-des{text-align:left;padding-top:30px;border-bottom: 1px solid #dddddd;}
.blog-details-rw .blog-des h3{color:#222;}
.blog-details-rw .blog-des p{font-size:14px;padding-top:5px;}
.blog-more-detials{text-align:left;margin:30px 0;}
.blog-more-detials p{padding-bottom:30px;}
.blog-more-detials p:last-child{padding-bottom:0;}
.bl-oth ul li{width:calc(50.8% - 30px);}
.bl-oth ul li:nth-child(2n+2){margin-right:0;}
.bl-oth ul li .blog-des p{font-size:14px;    color: #999;text-align:left;}
.bl-oth ul li:last-child{margin-bottom:0;}
.bl-list ul{list-style:decimal;padding-top:30px;padding-left:15px;}
.bl-list ul li{text-align:left;width:100%;margin-bottom:12px;margin-right:0;color:#222;display:list-item;}
.sidebar .blog-list-rw ul li{width:calc(100% - 0px);margin-right:0;border-bottom:1px solid #dddddd;padding-bottom:10px;margin-bottom:15px;}
.sidebar .blog-list-rw ul li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}
.sidebar .blog-list-rw{border:1px solid #dddddd;text-align:left;padding:30px;}
.sidebar .blog-list-rw ul li .blog-img {width:40%;display:inline-table;}
.sidebar .blog-list-rw ul li .blog-container{text-align:left;}
.sidebar .blog-list-rw ul li .blog-des{display:inline-table;width:58%;padding-left:15px;vertical-align:top;}
.sidebar .blog-list-rw ul li .blog-des p{font-size:14px;padding-top:0;}
.sidebar .blog-list-rw ul li .blog-des h3{font-size:14px;}
.sidebar .blog-list-rw h4{text-transform:uppercase;color:#222;padding-bottom:30px;}


 

/* Contact Form 7 - Modern Form Styling */
.wpcf7 form {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 20px auto;
  font-family: "Segoe UI", sans-serif;
}

/* Labels */
.wpcf7 form p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

label {
  display: block !important;
}
/* Focus effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #0077cc;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,119,204,0.15);
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #0077cc;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #005fa3;
  transform: translateY(-2px);
}

/* Error + Success messages */
.wpcf7-response-output {
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  color: #d93025;
  font-size: 13px;
  margin-top: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #d93025;
  background: #ffecec;
  color: #d93025;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #28a745;
  background: #e9f9ef;
  color: #28a745;
}


/* ---------- WooCommerce Login Form Styling ---------- */
/* Container / form wrapper */
.woocommerce .woocommerce-form.woocommerce-form-login {
  max-width: 420px;         /* form width */
  margin: 0 auto;           /* center on page */
  padding: 28px;
  background: #ffffff;      /* change to #111 for dark theme */
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  margin-bottom: 117px;
}

/* Form heading */
.woocommerce .woocommerce-form.woocommerce-form-login h2,
.woocommerce .woocommerce-form.woocommerce-form-login .form-title {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #222;
}

/* Input fields */
.woocommerce .woocommerce-form .input-text,
.woocommerce .woocommerce-form input[type="text"],
.woocommerce .woocommerce-form input[type="email"],
.woocommerce .woocommerce-form input[type="password"] {
  width: 100%;
  display: block;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fafafa;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease;
}

/* Focus state */
.woocommerce .woocommerce-form .input-text:focus,
.woocommerce .woocommerce-form input[type="text"]:focus,
.woocommerce .woocommerce-form input[type="email"]:focus,
.woocommerce .woocommerce-form input[type="password"]:focus {
  outline: none;
  border-color: #6aa6ff;
  box-shadow: 0 0 0 4px rgba(106,166,255,0.10);
  background: #fff;
}

/* Labels */
.woocommerce .woocommerce-form label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #444;
}

/* Submit button */
.woocommerce .woocommerce-form.woocommerce-form-login .button,
.woocommerce .woocommerce-form.woocommerce-form-login button[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(90deg,#fcae37,#f5842e);
  color: #fff;
  box-shadow: 0 6px 18px rgba(40,120,255,0.18);
  transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
}

/* Button hover / active */
.woocommerce .woocommerce-form.woocommerce-form-login .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(40,120,255,0.18);
}
.woocommerce .woocommerce-form.woocommerce-form-login .button:active {
  transform: translateY(0);
  opacity: .95;
}

/* Remember me & lost password row */
.woocommerce .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form .lost_password {
  font-size: 13px;
  color: #555;
  display: inline-block;
  margin-top: 6px;
}

/* Links inside form */
.woocommerce .woocommerce-form a {
  color: #0c0c0d;
  text-decoration: none;
}
.woocommerce .woocommerce-form a:hover { text-decoration: underline; }

/* Notices / error / success messages */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-NoticeGroup,
.woocommerce ul.woocommerce-error,
.woocommerce ul.woocommerce-info,
.woocommerce ul.woocommerce-message {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.woocommerce ul.woocommerce-error { background: #fff5f5; border: 1px solid #ffd6d6; color: #a94442; }
.woocommerce ul.woocommerce-message { background: #f5fffb; border: 1px solid #d8ffd8; color: #2b7a50; }

/* Small screens responsiveness */
@media (max-width: 480px) {
  .woocommerce .woocommerce-form.woocommerce-form-login {
    padding: 18px;
    margin: 12px;
    border-radius: 8px;
  }
  .woocommerce .woocommerce-form .button { padding: 11px; font-size: 15px; }
}

/* ----- Optional: compact inline layout for login on same line (email + password side-by-side) ----- */
.woocommerce .login-inline {
  display: flex;
  gap: 10px;
}
.woocommerce .login-inline .input-text { flex: 1; margin-bottom: 0; }

/* Use this by adding class "login-inline" to the form or a wrapper when you want inline fields */
.woocommerce h2 {
  text-align: center;
  width: 100%;
  padding: 45px;
}



/* -------- My Account Navigation -------- */
.woocommerce-MyAccount-navigation {
  background: #ffffff;              /* background for sidebar */
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  font-family: "Inter", system-ui, sans-serif;
  width: 19%;
  float: left;
  display: flow-root;
}

/* Remove default list style */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Navigation links */
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f1f1f1;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0; /* default square */
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f6f9ff;
  color: #2575fc;
  padding-left: 22px; /* subtle slide effect */
}

/* Active link */
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(90deg, #446db8, #436cb2)
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}

/* Optional: icons with menu items */
.woocommerce-MyAccount-navigation ul li a::before {
  content: "•";               /* replace with icon font if needed */
  margin-right: 8px;
  color: #2575fc;
  font-weight: bold;
}

/* Responsive (for mobile view) */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 14px;
    font-size: 14px;
  }
  .woocommerce-MyAccount-content { 
  width: 100% !important; 
}
.woocommerce-MyAccount-navigation { 
  width: 100% !important; 
}
}


/* -------- My Account Content -------- */
.woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  width: 80%;
  float: right;
  display: flex;
}


.entry-content {
  display: grid;
  margin-top: 30px;
  margin-bottom: 66px;
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
}

/* Paragraphs */
.woocommerce-MyAccount-content p {
  margin-bottom: 14px;
}

/* Tables (Orders, Addresses, Downloads) */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 12px 14px;
  border: 1px solid #eee;
  font-size: 14px;
  text-align: left;
}
.woocommerce-MyAccount-content table th {
  background: #f8faff;
  font-weight: 600;
}

/* Buttons */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content input[type="submit"] {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg,#2575fc,#2aa7ff);
  color: #fff;
  transition: all 0.2s ease;
}
.woocommerce-MyAccount-content .button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Notices / Messages */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-message {
  background: #f5fffb;
  border: 1px solid #d8ffd8;
  color: #2b7a50;
}
.woocommerce-MyAccount-content .woocommerce-info {
  background: #f6faff;
  border: 1px solid #d2e5ff;
  color: #225ea8;
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-error {
  background: #fff5f5;
  border: 1px solid #ffd6d6;
  color: #a94442;
}

/* Forms inside My Account (Account details, Addresses etc.) */
.woocommerce-MyAccount-content form .form-row input,
.woocommerce-MyAccount-content form .form-row select,
.woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 14px;
  font-size: 14px;
}
.woocommerce-MyAccount-content form .form-row input:focus,
.woocommerce-MyAccount-content form .form-row select:focus,
.woocommerce-MyAccount-content form .form-row textarea:focus {
  border-color: #6aa6ff;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(106,166,255,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 18px;
    font-size: 14px;
  }
  .woocommerce-MyAccount-content table th,
  .woocommerce-MyAccount-content table td {
    padding: 10px;
    font-size: 13px;
  }
}

 


/* Active Orders Tab */
.is-active a {
  background: linear-gradient(90deg,#2575fc,#2aa7ff);
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(40,120,255,0.2);
}

/* Hover effect (even if active) */
.is-active a:hover {
  opacity: 0.95;
  transform: translateX(2px);
}

/* Add a small left border highlight (optional) */
.is-active a {
  border-left: 4px solid #1d5fe9;
  padding-left: 14px;
}
.woocommerce {
  width: 100%; 
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { 
  position:unset !important; 
}




/* -------- WooCommerce Address Fields -------- */
.woocommerce-address-fields {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  color: #333;
  margin-bottom: 30px;
}

/* Headings */
.woocommerce-address-fields h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
}

/* Labels */
.woocommerce-address-fields label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

/* Inputs, Selects, Textarea */
.woocommerce-address-fields input[type="text"],
.woocommerce-address-fields input[type="email"],
.woocommerce-address-fields input[type="tel"],
.woocommerce-address-fields select,
.woocommerce-address-fields textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 16px;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* Focus State */
.woocommerce-address-fields input:focus,
.woocommerce-address-fields select:focus,
.woocommerce-address-fields textarea:focus {
  border-color: #2575fc;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37,117,252,0.15);
}

/* Required field indicator */
.woocommerce-address-fields .required {
  color: red;
  margin-left: 3px;
}

/* Submit button */
.woocommerce-address-fields .button,
.woocommerce-address-fields button,
.woocommerce-address-fields input[type="submit"] {
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg,#2575fc,#2aa7ff);
  color: #fff;
  transition: all 0.2s ease;
}
.woocommerce-address-fields .button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Country + State dropdown styling */
.woocommerce-address-fields .select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 8px 12px;
  background: #fafafa;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-size: 14px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-address-fields {
    padding: 18px;
    font-size: 14px;
  }
  .woocommerce-address-fields input,
  .woocommerce-address-fields select,
  .woocommerce-address-fields textarea {
    font-size: 13px;
    padding: 10px 12px;
  }
}

.elementor {
  width: 100%;
}


/* ==== WooCommerce Shop Page CSS ==== */

/* Results count text */
.woocommerce-result-count {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

/* Sorting dropdown */
.woocommerce-ordering {
    float: right;
    margin-bottom: 15px;
}
.woocommerce-ordering select {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Clear floats */
.woocommerce-result-count, 
.woocommerce-ordering {
    display: inline-block;
    vertical-align: middle;
}

/* Product grid */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

/* Product title */
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #222;
}

/* Price */
.woocommerce ul.products li.product .price {
    font-size: 15px;
    font-weight: 500;
    color: #e74c3c;
    margin-bottom: 10px;
}

/* Add to Cart button */
.woocommerce ul.products li.product .button {
    display: inline-block;
    background: #0073aa;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s ease-in-out;
}
.woocommerce ul.products li.product .button:hover {
    background: #005f8d;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
 
  width: 100% !important; 
}


.wc-block-components-product-name {
  font-size: 2em !important;
  color: #000 !important;
}

/* WooCommerce Blocks - Cart Submit Button */
.wc-block-cart__submit-button.contained {
    display: inline-block;
    background: #0073aa;   /* green background */
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

/* Hover effect */
.wc-block-cart__submit-button.contained:hover {
    background: #0073aa;   /* darker green */
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* ==== WooCommerce Checkout Page CSS ==== */

/* Checkout container */
.woocommerce-checkout form.checkout,
.wc-block-checkout {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

/* Headings */
.woocommerce-checkout h3,
.wc-block-checkout__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 8px;
    color: #222;
}

/* Labels */
.woocommerce-checkout label,
.wc-block-checkout label {
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

/* Input fields */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-checkout input,
.wc-block-checkout select,
.wc-block-checkout textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.wc-block-checkout input:focus,
.wc-block-checkout select:focus,
.wc-block-checkout textarea:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.1);
}

/* Order summary box */
.woocommerce-checkout-review-order,
.wc-block-components-totals-wrapper {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    font-weight: 600;
}

/* Payment section */
.woocommerce-checkout #payment,
.wc-block-checkout__payment-method {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.woocommerce-checkout #payment h3,
.wc-block-checkout__payment-method-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Place Order Button */
.woocommerce-checkout #place_order,
.wc-block-checkout__place-order-button {
    display: block;
    width: 100%;
    background: #0073aa;
    color: #fff !important;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.woocommerce-checkout #place_order:hover,
.wc-block-checkout__place-order-button:hover {
    background: #0073aa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Coupon code in checkout */
.woocommerce-form-coupon,
.wc-block-components-discount {
    background: #fdfdfd;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
}

.woocommerce-form-coupon input,
.wc-block-components-discount input {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 8px;
}

.woocommerce-form-coupon button,
.wc-block-components-discount button {
    background: #0073aa;
    color: #fff !important;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.woocommerce-form-coupon button:hover,
.wc-block-components-discount button:hover {
    background: #005f8d;
}


/* ==== WooCommerce Blocks - Place Order Button ==== */
.wc-block-components-checkout-place-order-button.contained {
    display: block;
    width: 100%;
    background: #005f8d;   /* green */
    color: #fff !important;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Hover effect */
.wc-block-components-checkout-place-order-button.contained:hover {
    background: #005f8d;   /* darker green */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Focus (Accessibility ke liye) */
.wc-block-components-checkout-place-order-button.contained:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(39,174,96,0.4);
}

/* Inside text span */
.wc-block-components-checkout-place-order-button__text {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}



/* ==== WooCommerce Thank You (Order Received) Page ==== */

/* Success Message */
.woocommerce-order {
    background: #577bbb0f;
    border: 1px solid #d6f5e1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.woocommerce-order > p {
    font-size: 18px;
    font-weight: 600;
    color: #27ae60;
    margin: 0;
}

/* Order Overview (Number, Date, Total, Payment Method) */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}
.woocommerce-order-overview li {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    list-style: none;
}
.woocommerce-order-overview li strong {
    display: block;
    font-size: 15px;
    color: #000;
}

/* Order Details Table */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.woocommerce-table--order-details th {
    background: #f9f9f9;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-table--order-details tfoot td,
.woocommerce-table--order-details tfoot th {
    font-weight: 600;
}

/* Customer Details */
.woocommerce-customer-details {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
}
.woocommerce-customer-details h2 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}
.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.6;
    color: #555;
    font-size: 14px;
}

/* Download buttons (for digital products) */
.woocommerce-order-downloads a.button {
    background: #0073aa;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 6px;
    transition: background 0.3s;
}
.woocommerce-order-downloads a.button:hover {
    background: #005f8d;
}




/* ==== WooCommerce Default Buttons ==== */
.woocommerce .woocommerce-Button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
    background: #0073aa;       /* default Woo blue */
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 34px;
}

/* Hover effect */
.woocommerce .woocommerce-Button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #005f8d;       /* darker blue */
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Disabled buttons */
.woocommerce .woocommerce-Button.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
    background: #ccc !important;
    color: #777 !important;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}


#tab-description .woocommerce-product-gallery {
  display: none;
}

#tab-description .summary.entry-summary {
  display: none;
}
#tab-description .onsale {
  display: none;
}

 .woocommerce div.product .woocommerce-tabs .panel {
 
  display: block !important;
}


.woocommerce-breadcrumb {
  float: right;
  margin-right: 28px !important;
}


.woocommerce-breadcrumb {
  float: right;
  margin-right: 66px !important;
}

.woocommerce div.product .product_title {
 
  margin-bottom: 23px !important;
}


.woocommerce-product-details__short-description {
  padding: 27px 0px;
}

 .woocommerce span.onsale {
   
  width: 47px;
}



.posted_in {
  font-weight: bold;
  font-size: 18px; 
}


#tab-description p {
  padding: 0px 22px;
}


#tab-description .related.products {
  display: none;
}
 

.navbar-brand img {
  height: revert-layer !important;
}
/* Single product Add to Cart button */
.single_add_to_cart_button.button.alt {
  background-color: #005f8d !important;
  color: #fff;
  border: none;
  padding: 12px 33px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 17px;
}

/* Hover effect */
.single_add_to_cart_button.button.alt:hover {
    background-color: #005f8d;  /* Darker orange on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.woocommerce .quantity .qty {
  width: 8.631em !important; 
  padding: 8px;
}



.entry-title {
  padding: 23px 1px;
}


/* Navigation Links Styling */
.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-links a {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    background: #005177;
    color: #fff;
    transform: translateY(-2px);
}

/* Previous Post Left, Next Post Right */
.nav-previous {
    flex: 1;
    text-align: left;
}

.nav-next {
    flex: 1;
    text-align: right;
}

.entry-content p {
  padding: 1px 17px;
}


.entry-header .attachment-full.size-full.wp-post-image {
  width: 100%;
}

 
.footer-links .nav-link { 
  padding:0px !important; 
}

 
.flex-viewport {
  overflow: clip !important
}

.woocommerce div.product div.summary { 
  padding: 16px !important;
}


.aboutsections {
  border: 1px solid #ccc;
  padding: 3px;
	height: 406px;
}
.aboutsections h2 {
  font-size: 23px;
  margin-top: 28px !important;
  margin-bottom: 7px !important;
  color: #000;
}