@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f5f7;
}

a {
    text-decoration: none;
    outline: 0 !important;
    color: #0c3654;
}

i {
    font-size: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn:focus,
button:focus,
.btn:active:focus,
input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p:last-child {
    margin: 0px;
}
.btn, input{
    font-size: 14px!important;
}
/*-------------*/
.navbar-brand img{
    height: 45px;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
header form input{
    border-radius: 0!important;
    border-right: 0!important;
}
header form button{
    border-radius: 0!important;
}
header form .cart-btn{
    border-radius: 0!important;
    border: none!important;
    background: #79977f;;
    font-family: 'Roboto', sans-serif;
}
header form .cart-btn:hover{
	 background: #79977f;;
}
.page-head {
    background: #9a939a;
}
.page-head h3{
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.page-head h3 span {
    padding-bottom: 5px;
    position: relative;
}
.page-head h3 span::before{
    content: "";
    background-image: linear-gradient(to right, #000000 0%, #000000 50%, #000000 80%, #000000 100%);
    background-size: 200%;
    
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}
/*
@keyframes colored {
  from {background-position: 200% 0%;}  
    to {background-position: 0% 0%;}
}
*/
.product-box {
    border-radius: 5px;
    padding: 25px 12px 25px;
    background: #fff;
    box-shadow: 0px 15px 10px -15px #c5c2c2;
    transition: all 0.2s ease-in;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.product-head h4 {
    position: relative;
    display: inline-flex;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}
.product-box::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    color: transparent;
    background-color: #79977f;
    height: 3px;
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.product-box:hover::before{
    width: 100%;
}
.product-image{
    position: relative;
    overflow: hidden;
}
.shop-now {
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
.shop-now-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 9px 10px;
    background: #79977f;;
    line-height: 1.75;
}
.product-box:hover .shop-now {
    bottom: 0;
}
.product-box:hover{
    transform: translateY(-3px);
}
.product-head {
    text-align: center;
}
.product-head a{
    color: #0b192f;
}
.shop-now:hover .shop-now-btn, .shop-now-btn:hover {
    background: #79977f;
    color: #fff;
    letter-spacing: 2px;
}

footer {
    background: #9a939a;
}
.footer-head h6 {
    color: #000000;
    border-bottom: 1px solid #0c1a2d;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.footer-block li{
    margin-bottom: 12px;
    line-height: 1.25;
}
.footer-block a{
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    position: relative;
}
.footer-social a i{
    font-size: 40px;
    color: #077abd;
}
.footer-social{
    position: relative;
    display: block;
}
.footer-social::before, .footer-social::after{
    content: "";
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    background: #19232f;
    width: 45%;
}
.footer-social::before{
    left: 0;
}
.footer-social::after{
    right: 0;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 10px 10px -15px #c5bfbf;
}

.product-rate {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
    border: 2px solid #000;
    padding: 10px 5px;
}
.product-rate h5{
    font-size: 18px;
    line-height: 1;
}
.product-text h6{
    font-size: 15px;
}
.product-image img {
    border: 1px solid #f5f5f7;
}
.pagination .page-link {
    font-family: 'Roboto', sans-serif;
}
#products-list .owl-dots{
    text-align: center;
    position: relative;
    bottom: 35px;
}
#products-list .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
}
#products-list .owl-dot.active {
    transform: scale(1.15);
    background: #0f3353;
}
.product-img-block{
    padding: 35px;
}
.digit{
    font-family: 'Roboto', sans-serif;
}
.product-content-block select{
    max-width: 300px;
}
.max-300{
    max-width: 300px;
}
.lh-2{
    line-height: 2!important;
}
.bg-style{
    border: 25px solid transparent;
    background-clip: padding-box;
    background: #fff;
}
.share-social {
    display: flex;
    align-items: center;
}
.share-social a{
    color: #0b192f;
    margin-left: 10px;
}
.share-social a i{
    font-size: 25px;
}
.share-social a + a{
    border-left: 1px solid #e9e9e9;
    padding-left: 10px;
}

#other-products-list.owl-carousel .owl-stage-outer{
    padding: 15px 0;
}
.head-style{
    background: #000;
    padding: 12px 20px;
    color: #fff;
    margin-right: 90px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 3px;
}
#other-products-list.owl-carousel .owl-nav{
    display: block;
        position: absolute;
    top: -54px;
    right: 0px;
}
 #other-products-list.owl-carousel button.owl-prev, #other-products-list.owl-carousel button.owl-next{
       width: 38px;
    height: 38px;
    background: #000;
    color: #fff;
    margin: 0 0 0 3px;
    border-radius: 3px;
}
 #other-products-list.owl-carousel button.owl-prev span, #other-products-list.owl-carousel button.owl-next span{
     font-size: 25px;
     line-height: 25px;
}
.qty-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #dadada;
    max-width: 90px;
    background-color: #fff;
        max-width: 144px;
        border-color: #cbcbcb;
}
.qty-group .button {
    position: relative;
    width: 32px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}
 .qty-group .button.minus {
    border-right: 1px solid #cbcbcb;
}
.qty-group .button.plus {
    border-left: 1px solid #cbcbcb;
}
 .qty-group input[name="quantity"] {
    width: 78px!important;
    color: #2d2d2d;
     display: inline-block;
    vertical-align: middle;
    width: 30px;
    border: none;
    text-align: center;
    color: #646464;
    padding: 7px 5px 5px;
    background-color: rgba(255,255,255,0);
}
.qty-group .button:before, .qty-group .button:after {
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qty-group .button:before {
    width: 10px;
    height: 2px;
}
.qty-group .button.minus:after {
    background-color: rgba(255,255,255,0);
}
.qty-group .button:after {
    height: 10px;
    width: 2px;
}


.shopping-cart, .checkout-area{
background: #ffffff;
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #ebebeb;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
thead {
    background-color: #f6f6f6;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.table-content table th {
    border-top: medium none;
    font-size: 15px;
    text-transform: capitalize;
    padding: 20px 10px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table td {
    border-top: medium none;
    padding: 10px;
    vertical-align: middle;
    font-size: 15px;
}

.table-content table td.product-remove {
    font-size: 20px;
}
td.product-thumbnail{
    max-width: 75px;
}
td.product-thumbnail img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.product-name a{
    color: #000;
}
.product-remove a{
    color: red;
}
input.input-text.qty.text {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 40px;
    box-shadow: none;
    padding-left: 10px;
    color: #626262;
    text-align: center;
}
.continue input, .cart-btn input, .cart-btn a{
    background-color: #79977f;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: inherit;
    margin-top: 10px;
}
.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
    border: 1px solid #ddd;
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #252525;
    padding: 10px 30px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
}

.cart-page-total ul > li > span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}
.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #0c3455;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 28px;
    padding: 16px 20px;
    position: relative;
    width: auto;
    text-transform: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    cursor: pointer;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}




.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    color: #363636;
    font-weight: 600;
}

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: auto;
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.create-account,
#ship-box-info {
    display: none;
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

thead {
    background-color: #f6f6f6;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px;
    text-align: center;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block;
}
 .checkout-form-list {
    margin-bottom: 20px;
}
 .checkout-form-list label span.required {
    color: #ff1500;
    display: inline-block;
    font-size: 24px;
    line-height: 16px;
    position: relative;
    top: 5px;
}
.your-order-table  tr th:first-child, .your-order-table  tr td:first-child {
    text-align: left;
}
.your-order-table  tr th:last-child, .your-order-table  tr td:last-child{
    text-align: right;
}
.order-button-payment input {
    background: #79977f none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}
.p-caption {
    border-bottom: 1px dashed #0f33531f;
    padding-bottom: 10px;
}
.phone-details h4{
    text-transform: uppercase;
    font-weight: 600;
    color: #11284d;
    margin-bottom: 15px;
}
.phone-details a{
     color: #11284d;
}
.shipping-details-block h5{
    margin-bottom: 15px;
    text-align: justify;
    text-align-last: center;
    line-height: 1.5;
}
.links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.35;
}
.links a{
    padding: 9px 25px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    margin: 5px 5px;
    border-radius: 4px;
    background: #0f2c4e;
    color: #fff;
}
.links a:hover{
    transform: translateY(-6px);
}
.our-journey-block p, .our-products-block p{
        font-size: 17px;
    text-align: justify;
}
.bg-style-01{
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
}
.bg-style2{
     color: #fff;
    background: #102447;
    padding: 12px 20px;
}
ul.custom-list{
    padding: 0;
    column-count: 2;
    list-style: none;
}
ul.custom-list li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
ul.custom-list li::before{
    position: absolute;
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-left: -20px;
}


.contact-form{
    background: #fff;
    margin-top: 60px;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius: .25rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 10%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0f2d4f;
}
.contact-form .btnContact {
    width: 160px;
    border: none;
    border-radius: .25rem;
    padding: 8px 20px;
    background: #0f2d4f;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.msg{
    color:#FFFFFF;
    height:50px; padding:10px;  border:1px dotted green; text-align:center;
    background: linear-gradient(-45deg, #79977f, #79977f, #039039, #79977f);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.msg a{ color:#FFF !important; text-decoration:underline;}
.owl-dot{border:1px solid #000000 !important;}

.btn-outline-info{
	border-color: #79977f;
	color: #79977f;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #79977f;
    border-color: #79977f;
}

.page-head {
    padding: 0 15px !important;
    background: #cacaca !important;
}

.page-head .container {
    max-width: 100%;
    position: relative;
    padding: 65px 15px !important;
}

.page-head h3 {
    text-align: left;
}

.page-head .container::before {
    content: "";
    background-image: url(../images/logo-large.png);
    background-repeat: no-repeat;
    background-size: 200px 143px;
    display: inline-block;
    width: 200px;
    height: 143px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:575px) {
    .page-head .container {
        padding: 35px 15px !important;
    }

    .page-head .container::before {
        position: relative;
        top: -12px;
        right: auto;
        transform: none;
    }

    .page-head h3 {
        text-align: center;
    }
}





.password-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }

  .password-wrapper input[type="password"],
  .password-wrapper input[type="text"]{
   
    padding-right: 44px; /* leave space for icon */
   
  }

  .password-wrapper input:focus{
    box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
    border-color: #60a5fa;
  }

  /* The toggle button (icon) */
  .pw-toggle {
    position: absolute;
    right: 6px;
    top: 75%;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #475569;
    border-radius: 6px;
   
  }
  .pw-toggle i{
    font-size:15px !important;
    }
  .pw-toggle:focus{
    outline: 2px solid #a5b4fc;
    outline-offset: 2px;
  }

  /* smaller screens - keep comfortable hit target */
  @media (max-width:420px){
    :root{ --input-height: 48px; }
    .pw-toggle { right: 8px; height: 36px; width: 36px; }
  }

  /* small helper text */
  .hint { font-size: 13px; color:#64748b; margin-top:6px; }