/* ----------------------------------------------------------------------------------------
Template: inox - Kitchen & Interior Design Template
Version: 1.1.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. header
04. global
05. parallax
06. our team
07. blog
08. footer
09. pages
10. faq
11. aside
12. contact
13. preloader
14. Shop
15. Terms and condition
16. Wishlist

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
    background: #f5f5f5 !important;
    font-family: "Roboto", sans-serif!important;
} */

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}
p{
    margin-bottom:0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.whole-container,
.container-show {
    display: none;
}
.whole-container {
    border-bottom: 1px solid rgb(236, 236, 236);
}
.container-show {
    display: none;
    text-decoration: none;

}


.nav-container .left-bar {
    gap: 15px;
    padding: 15px;
}

.nav-container .left-bar i {
    color: #606F060;
}

.nav-container .left-bar a {
    color: #606060;
}

.nav-container .right-bar {
    /* display: none; */
    display: flex;
    gap: 20px;
}

.nav-container .right-bar i {
    color: #606060;
}

.nav-container .right-bar a {
    color: #606060;
}

.nav-container .line {
    width: 100%;

}

.nav-container .top-bar {
    font-size: 12px;

}

.nav-container .contact-us-link {
    display: flex;
    gap: 15px;
}

.nav-container .contact-us-top-nav {

    margin-left: 5px;
}
.nav-container  .underline-with-gap {
    display: inline-block;
    padding-bottom: 1px;
    /* Adjust as needed */
    border-bottom: 1px solid #b7b7b7;
    /* Adjust thickness and color as needed */
    text-decoration: none;
    /* Remove default underline */
}
 
.top-new-right {
    display: flex;
    gap: 20px;
    width: 50%;
    justify-content: right;
    align-items: center;
}

 .top-new-right a {
    color: #606060;
    font-size: 14px !important;
}
.container-top-header {
    margin: 0 40px;
}
.container-top-header .sp-i {
    display: flex;
    gap: 5px;
    align-items: center
}

.header-area .main-nav .nav li .c-light {
    color: rgb(152, 152, 152);

}

.header-area .main-nav .nav li .c-light:hover {
    border-bottom: none;

}

.header-area .main-nav .form-inline {
    position: absolute;
    margin-top: 200px;
    width: 50%;
    right: 0;
}

.header-area .main-nav .nav .form-inline .form-control {
    height: 40px;
}
.main-nav {
    padding: 25px 0;
}
.main-nav .main-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-nav .logo {
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    left: 20px;
    /* margin-left: 60px; */
    transition: all 0.3s ease;
}
.header-area .main-nav .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-height: 5.5rem;
}
.header-area .main-nav .nav {
    float: right;
    /* margin-top: 30px; */
    /* margin-left: 100px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav .active {
    border-bottom: 2px solid rgb(86, 86, 86); /* Change color as desired */
    /* Add any other styles to indicate active link */
}
.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}
.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #222;
    /* -webkit-transition: all 0.3s ease 0s; */
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /* transition: all 0.3s ease 0s; */
    height: 30px;
    line-height: px;
    border: transparent;
    letter-spacing: 1.58px;
}
.header-area .main-nav .nav li > a:hover {
    border-bottom: 2px solid rgb(86, 86, 86);
}

.header-area .main-nav .nav li a.contact-btn {
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #4a4b4f;
    height: 35px;
    margin-top: 2px;
    line-height: 34px;
    letter-spacing: 0.5px;
    background: none;
    color: #1f2128;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li a.contact-btn:hover {
    background: #1f2128;
    color: #fff;
}
.header-area .main-nav .nav li a.contact-btn:active {
    background: #1f2128;
    color: #fff;
}
.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #1f2128;
    position: absolute;
    right: 18px;
    top: 12px;
}
.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
    display: block;
    background: #fff;
    color: #1f2128;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
}
.header-area .main-nav .nav li.submenu ul li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #1f2128;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fafafa;
    padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 1px;
}
.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 90;
    right: 40px;
    display: none;
}
.header-area .main-nav .ham-menu-down {
    top: 40px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1f2128;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1f2128;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}
.header-area .main-nav .menu-trigger span {
    /* top: 16px; */
}
.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1f2128;
}
.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1f2128;
}
.header-area .social-sites {
    gap: 5px;
}
.header-area .social-sites .site-bg {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    padding: 3px;
    /* text-align: center; */
    /* display: flex;
  justify-content: center;
  align-items: center; */
}
.header-area .social-sites .site-bg i {
    color: rgb(168, 166, 166);
    margin-left: 5px;
}
.header-area .main-nav .nav li .ham-contact-us {
    display: none;
}
.mysetting .tongle{
  padding: 15px 10px;
}
.mysetting .language-switcher {
  display: flex;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mysetting:hover .language-switcher {
  display: block;
}

.mysetting .language-switcher ul {
  list-style-type: none;
  padding: 0;
}

.mysetting .language-switcher ul li {
  display: block;
}

.mysetting .language-switcher ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.mysetting .language-switcher ul>li>a:hover {
  background-color: #232323;
  color:white;
}

.container-show .h-top{
    display:flex;
    justify-content: space-between;
}
.myaccount{
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.header-account .tongle{
  cursor: pointer;
  font-size: 16px;
  padding:  10px 15px;
  background-color: black;
  color:white;
}
.header-account .tongle i{
  color:white;
}
 .header-account .wishlist i,
.header-account .c-cart i{
 
  font-size: 20px;
}
.header-account .customer-ct.content {
  display: none;
  position: absolute;

  margin-top: 260px; /* Position the dropdown below the parent */
  right: 120px; /* Position the dropdown at the left edge of the parent */
  z-index: 1000; /* Ensure the dropdown appears above other content */
  background-color: #fff; /* Background color of the dropdown */
  border: 1px solid #ccc; /* Border of the dropdown */
  padding: 10px 20px; /* Add padding to the dropdown */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow to the dropdown */
  text-align: left;
}

.header-account .customer-ct.content.show {
  display: block;
}
.header-account .customer-ct.content ul>li {
  padding:10px 20px;
  
}
.header-account .customer-ct.content ul>li>a:hover {
 text-decoration: underline;
  
}
#search-form {
    display: none;
    /* Initially hidden */

}



.language-list {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 10px;
}

.language-list a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.language-list a:hover {
    background-color: #f1f1f1;
}

.language-option img {
    margin-right: 10px;
}



 .login-register {
    display: flex;
    gap: 20px;

}

 .userprofile {
    position: relative;
}

 .dropdown-show {
    display: block !important;
}

 .user-dropdown {
    position: absolute;
    top: 42px;
    /* left: 0px; */
    width: 150px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none;
    z-index: 99;
}


 .language-dropdown {
    position: absolute;
    top: 42px;
    right:10px;
    z-index: 99;
    width: 75px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    display: none;
}

 .user-dropdown ul li {
    padding: 10px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

 .user-dropdown ul li a {
    font-size: 13px;
}
.user-dropdown ul li .profile-nm {
    font-size: 15px;
    padding:15px;
}

 .user-dropdown ul li:last-child {
    border-bottom: none !important;
}
.user-dropdown .btn-nopad{
    padding: 5px;
}
.userprofile p {
    display: flex;
    align-items: center;
    cursor: pointer;
}

 .userprofile i.acc-user {
    font-size: 12px;
    margin-right: 10px;
}

.caret-up-dropdown {
    position: absolute;
    top: -10px;
}

 .caret-up-dropdown i {
    font-size: 20px;
    margin-left: 10px;
    color: white;
}

.userprofile i.fa-caret-down {
    font-size: 12px;
    margin-left: 7px;
}

 .cart-new span {
    margin-left: 5px;
    color: rgb(221, 156, 119);
    font-weight: bold;
    top:5px;
    position:absolute;
}

.nav-container .profile-ul {
    background: #f1f1f1;
    z-index: 4;
}


 .new-modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

 .new-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 55%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

 .modal-close {
    color: black;

    font-size: 28px;
    font-weight: bold;
}

 .modal-close:hover,
 .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.new-modal-header {
    padding: 10px 16px;
    border-bottom: 1px solid rgb(189, 188, 188);
    display: flex;
    margin-bottom: 10px;
}

 .search-lists {
    display: flex;
    gap: 10px;
}

 .search-lists input {
    padding: 10px;
    width: 85%;
}

 .search-lists button {
    width: 15%;
}

 .new-modal-body {
    padding: 15px 16px;
}

.new-modal-body form {
    margin-left: 10px;
}

.nav-container .option-lang {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.nav-container .option-lang a {
    padding: 5px;
}

#searchResults {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 300px; /* Adjust max height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Style for each search result item */
#searchResults li {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

/* Style for the link inside each search result item */
#searchResults li a {
    color: #333;
    text-decoration: none;
}

/* Style for the link on hover */
#searchResults li a:hover {
    text-decoration: underline;
}

/* Style for the message when no results are found */
.no-results {
    padding: 10px;
    color: #999;
}




@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav .nav li.submenu {
        padding-right: 20px;
    }
    .header-area .main-nav .nav li.submenu:after {
        right: 5px;
    }
    .header-area .main-nav .logo img {
     
        max-height: 4.5rem;
    }
}

@media (max-width: 991px) {

    .header-area {
        background: #fff;
        /* height: 1300px; */
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }
    
    .header-area .container-show {
        border-bottom: 1px solid rgb(236, 236, 236);
        display: block;
        text-align: center
    }

    .header-area .container-show a,
    .header-area .container-show i {
        color: #595959;
        font-size: 12px;

        background: transparent;
    }

    .header-area .container-show .icon-container {
        text-align: center;
    }
    .header-area .whole-container {
        display: none;
    }
    .main-nav {
        padding: 10px 0;
    }
    .header-area .container {
        /* margin-top: 75px; */
        padding: 0px;
    }
    .header-area .logo {
        /* margin-left: 30px; */
        margin-top: 24px !important;
        top: 25%;
        transform: translateY(-50%);
    }
    .header-area .main-nav .logo img {
   
        max-height: 4rem;
    }
    .header-area .main-nav .menu-trigger {
        /* top: 105px !important; */
        display: block !important;
      }
 
    .header-area .main-nav {
        overflow: hidden;
    }
    .main-nav .main-flex {
        display: block;
    }
    .header-area .main-nav .nav {
        float: left;
        width: 100%;
        margin-top: 10px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #f5f5f5;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        padding-left: 10px !important;
        border-bottom: 1px solid silver !important;
        background: #fff !important;
        color: #1f2128 !important;
    }
    .header-area .main-nav .nav li .contact-us-link a {
        border-bottom: none !important;
        display: block;
    }
    .header-area .main-nav .nav li .contact-us-link {
        display: flex;
        margin: 15px;
        flex-direction: column;
        border-bottom: 1px solid silver;
        gap: 0;
    }
    .header-area .main-nav .nav li a:hover {
        background: #f5f5f5 !important;
    }
    .header-area .main-nav .nav li a.contact-btn {
        margin-top: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        padding-left: 50px !important;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #1f2128;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
    .header-area .main-nav .search-icon{
        height: 50px;
        padding: 15px;
    }
    .header-account .customer-ct.content {
       
        margin-top: 10px; /* Position the dropdown below the parent */
        right: 0; /* Position the dropdown at the left edge of the parent */
        
      }
    .header-account{
        justify-content: center;
        align-items: center;
        gap:5px;
    }
    .header-account .tongle{
       
        padding:  5px 10px;
        background-color: white;
      
      }
      .container-show .header-account .tongle i,
      .container-show .header-account .wishlist i,
      .container-show .header-account .c-cart i{
       
        font-size: 20px;
      }
      .top-new-right{
        gap:15px;
      }
      .user-dropdown ul li{
        padding:5px;
      }
      .cart-new span{
        margin-left: 2px;
        position:absolute;
        top:-0px;
      }
      .flags {
        cursor: pointer;
    }
    .language-dropdown {
        width: 70px;
    }
}
@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}
@media (min-width: 560px) {
    .header-area .logo {
        margin-left: 20px;
    }
}
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome {
    background: rgba(255, 255, 255, 0.5);
    background-color: #e6e6e6;
    background-position: center;
    background-size: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.welcome .welcome-content {
    width: 100%;
    margin-top: 13%;
    position: relative;
}
.welcome .welcome-content .welcome-text h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.3px;
    margin-bottom: 35px;
    color: #1f2128;
}
.welcome .welcome-content .welcome-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.53px;
    color: #606060;
    margin-bottom: 35px;
}
.welcome .welcome-content .slider-wrapper {
    position: absolute;
    top: 15%;
    padding-left: 70px;
}
.welcome .welcome-content .slider-wrapper .base {
    position: absolute;
    width: 60%;
    height: 200px;
    left: 30px;
    bottom: -15px;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}
.welcome .welcome-content .slider-wrapper .base .prev {
    position: absolute;
    right: 70px;
    bottom: 25px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}
.welcome .welcome-content .slider-wrapper .base .next {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
}
.welcome .welcome-content .slider-wrapper .owl-carousel {
    position: relative;
    
    z-index: 2;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .owl-stage{
   /* width:3250px !important; */
    /* left:-20px; */
}

.welcome .welcome-content .slider-wrapper .owl-carousel .owl-item {
   width: 350px;
   margin-right: 30px;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item  {
   
    /* margin-left: 30px; */
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.53px;
    margin-bottom: 10px;
    color: #1f2128;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.47px;
    line-height: 26px;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
    visibility: visible;
    opacity: 1;
}
.half-width {
    width: 50%;
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    .welcome {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 50%;
    }
    .welcome .welcome-content {
        margin-top: 170px;
    }
    .welcome .welcome-content .slider-wrapper .base {
        width: 100%;
        left: 15px;
    }
}
@media (max-width: 991px) {
    .welcome .welcome-content .welcome-text {
        text-align: center;
        margin: 30px 0;
    }
    .welcome .welcome-content .welcome-text h1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        letter-spacing: 0.8px;
      
    }
    .welcome .welcome-content .welcome-text p{
        display: none;
    }
    .welcome .welcome-content {
        margin-top: 120px;
    }
    .welcome .welcome-content .welcome-text a {
        margin: auto;
    }
}
@media (max-width: 560px) {
    .welcome {
        background-size: 75%;
        background-position: center;
    }
    .welcome .welcome-content {
        margin-top: 90px;
    }
    .welcome .welcome-content .welcome-text h1 {
        margin-bottom: 20px;
    }
    .welcome .welcome-content .slider-wrapper {
        padding-left: 40px;
    }
    welcome .welcome-content .slider-wrapper .owl-carousel .item .text p {
        letter-spacing: 0.17px;
    }
    .welcome .welcome-content .slider-wrapper .owl-carousel .item .img {
        margin-bottom: 10px;
    }
    .welcome .welcome-content .welcome-text p {
        margin-bottom: 15px;
    }
    .welcome .welcome-content .welcome-text {
        margin-bottom: 10px;
    }
}
/* 
---------------------------------------------
global
--------------------------------------------- 
*/
/*html,*/
/*body {*/
/*    background: #f5f5f5;*/
/*    color: #606060;*/
/*    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;*/
/*}*/

::selection {
    background: #1f2128;
    color: #fff;
}

::-moz-selection {
    background: #1f2128;
    color: #fff;
}

.section {
    padding-top: 110px;
    padding-bottom: 90px;
}
.section.white {
    background: #fff;
}

.left-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    color: #1f2128;
    letter-spacing: 1.75px;
    line-height: 42px;
    margin-bottom: 30px;
}

.center-heading {
    text-align: center;
}
.center-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    color: #1f2128;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.center-text p {
    margin-bottom: 30px;
}

.left-text {
    line-height: 28px;
    letter-spacing: 1px;
}
.left-text p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
}
.left-text p.dark {
    /* color: #1F2128; */
}
.left-text ul li {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.left-text ul li:before {
    font-family: FontAwesome;
    content: "\f178";
    left: 0px;
    position: absolute;
}
.left-text ul li:hover {
    padding-left: 40px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-bottom {
    -ms-flex-item-align: flex-end !important;
    align-self: flex-end !important;
}

.dark-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
    height: 75px;
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    /* text-decoration: underline; */
    /* border-bottom: 1px solid #1F2128; */
    background-color: rgb(22, 22, 22);
    color: #ffffff;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
}
.dark-btn span{
   font-size: 16px;
}
.dark-btn:hover {
    background-color: rgb(70, 59, 44);
    color: #ffffff;
  
}
/* .dark-btn .hide-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 0px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #fff;
}
.dark-btn .show-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 195px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #1F2128;
  background: #fff;
} */
.section-btn {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    height: 45px;

    /* overflow: hidden; */
    text-decoration: underline;
    /* border-bottom: 1px solid #1F2128; */
    /* background-color: black; */
    color: #ffffff;
}
.btn-c {
    /* width: 195px; */
    background-color: rgb(21, 21, 21) !important;
    color: white !important;
    padding: 15px 20px !important;
}
.btn-c:hover {
    background-color: lightgray;
    color: rgb(22, 22, 22);
}
.section-btn .arrow-p {
    width: 40px;
    color: rgb(142, 101, 78);
}
.section-btn .arrow-p i.fa {
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 20px;
    width: 40px !important;
}
/* .arrow-p {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid black;
}
.arrow-p::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px; 
  border-color: transparent transparent transparent black;
  top: 50%;
  right: -5px; 
  transform: translateY(-50%);
} */
.dark-btn:hover .hide-btn {
    left: -195px;
}
.dark-btn:hover .show-btn {
    left: 0px;
}

.light-btn {
    display: block;
    width: 195px;
    height: 45px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.light-btn .show-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 0px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #fff;
}
.light-btn .hide-btn {
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 195px;
    width: 195px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.35px;
    color: #1f2128;
    background: #fff;
}
.light-btn:hover .show-btn {
    left: -195px;
}
.light-btn:hover .hide-btn {
    left: 0px;
}

blockquote {
    margin-bottom: 28px;
    padding: 30px;
    padding-top: 40px;
    background: #fff;
    overflow: hidden;
}
blockquote .text {
    position: relative;
    text-align: center;
}
blockquote .text p {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-bottom: 10px !important;
}
blockquote .text:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}
blockquote .text:after {
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}
blockquote .author {
    color: #1f2128;
    text-align: center;
}

.page-gallery {
    height: 185px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-120 {
    padding-bottom: 120px !important;
}

.padding-bottom-140 {
    padding-bottom: 140px !important;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .page-gallery {
        height: 140px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .left-heading .section-title {
        margin-bottom: 10px;
    }
    .left-text p {
       
        margin-bottom: 10px;
    }
    .dark-btn{
        font-size: 14px;
        width: 200px;
        height: 60px;
        letter-spacing: 0;
    } 
    .dark-btn span{
        font-size: 12px;
    }
    .padding-bottom-120 {
        padding-bottom: 60px !important;
    }
}
/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.half-parallax .parallax-image {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.half-parallax .parallax-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0.2;
}
.half-parallax .parallax-items {
    position: relative;
    z-index: 3;
    margin-top: -140px;
}
.half-parallax .parallax-items .parallax-item {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    padding: 55px 40px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.half-parallax .parallax-items .parallax-item i {
    font-size: 30px;
    display: block;
    color: #1f2128;
    margin-bottom: 30px;
}
.half-parallax .parallax-items .parallax-item .feature-title {
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}
.half-parallax .parallax-items .parallax-item p {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 20px;
}
.half-parallax .parallax-items .parallax-item .dark-btn {
    margin: auto;
}
.half-parallax .parallax-items .parallax-item:hover {
    margin-top: -10px;
}

.parallax-counter {
    min-height: 337px;
    overflow: hidden;
    position: relative;
}
.parallax-counter:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: 0.8;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    top: -20%;
    left: -20%;
}
.parallax-counter .parallax-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    width: 100%;
}
.parallax-counter .parallax-content .count-item {
    height: 280px;
    position: relative;
    overflow: hidden;
}
.parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 60px;
}
.parallax-counter .parallax-content .count-item strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1.72px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.parallax-counter .parallax-content .count-item span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.86px;
}

@media (max-width: 991px) {
    .parallax-counter {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .parallax-counter .parallax-content {
        position: relative !important;
        top: 0% !important;
        transform: perspective(1px) translateY(0%) !important;
    }
    .parallax-counter .parallax-content .count-item {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .parallax-counter .parallax-content .count-item:hover strong {
        margin-top: 0px;
    }
    .parallax-counter .parallax-content .count-item:before {
        display: none;
    }
    .parallax-counter .parallax-content .count-item:after {
        width: 40px;
        height: 1px;
    }
    .parallax-counter .parallax-content .count-item strong {
        margin-top: 0px;
    }
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-grid {
    display: block;
    width: 100%;
    height: 284px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog-post-grid:hover h3 {
    padding-bottom: 27px;
}
.blog-post-grid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        -180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.63) 100%
    );
    z-index: 1;
}
.blog-post-grid h3 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.content h3 {
    color: #292525;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}
.blog-post-grid .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.75px;
}
.blog-post-grid .date:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.27;
    background-image: linear-gradient(-130deg, #000000 0%, #4c4d51 100%);
    z-index: -1;
    left: 0px;
}


.partner-grid img {
    width: 350px;
    height: auto;
    z-index: 1;
}
.partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partner-grid .partner-item {
    position: relative;
    z-index: 3;
    max-width: 100%;
    height: auto;
    /* margin: 10px; */
}
.partner-grid .partner-item p {
    position: absolute;
    bottom: -100px;
    color: rgb(138, 138, 138);
    font-weight: 400;
    font-size: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
.blog-post-single {
    display: block;
    width: 100%;
    height: 422px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog-post-single:hover h3 {
    padding-bottom: 27px;
}
.blog-post-single:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        -180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.63) 100%
    );
    z-index: 1;
}
.blog-post-single .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.75px;
}
.blog-post-single .date:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.27;
    background-image: linear-gradient(-130deg, #000000 0%, #4c4d51 100%);
    z-index: -1;
    left: 0px;
}

.post-content {
    margin-bottom: 60px;
}
.post-content h3 {
    margin-bottom: 20px !important;
}
.post-content h3 a {
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 1px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-content h3 a:hover {
    color: #1f2128;
}
.post-content .post-meta {
    overflow: hidden;
    margin-bottom: 20px;
}
.post-content .post-meta li {
    float: left;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
    color: #1f2128;
    font-size: 14px;
}
.post-content .post-meta li a {
    color: #1f2128;
}
.post-content .post-meta li span {
    display: inline-block;
    margin-right: 5px;
}
.post-content .text {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 15px;
}
.post-content .text p {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
.post-content .post-footer {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-content .post-footer span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    color: #606060;
}
.post-content .post-footer ul.share {
    float: right;
}
.post-content .post-footer ul.share li {
    float: left;
    margin-left: 15px;
}
.post-content .post-footer ul.share li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #1f2128;
}
.post-content .dark-btn {
    box-shadow: none;
    margin: auto;
    padding-left: 30px;
    margin-top: 30px;
}

.section-comments {
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    padding-bottom: 0px;
}
.section-comments ul {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.section-comments ul li {
    overflow: hidden;
}
.section-comments ul li .avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.section-comments ul li .comment-content {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    float: left;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}
.section-comments ul li .comment-content .comment-by {
    margin-bottom: 10px;
    position: relative;
}
.section-comments ul li .comment-content .comment-by strong {
    display: block;
    color: #1f2128;
}
.section-comments ul li .comment-content .comment-by span {
    font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply {
    position: absolute;
    right: 0px;
    top: 15px;
    background: #f4f8fb;
    color: #606060;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.section-comments ul li .comment-content .comment-by .btn-reply i {
    font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply:hover {
    background: #1f2128;
    color: #fff;
}
.section-comments ul li ul {
    padding-left: 30px;
}

.post-comment {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.post-comment .comment-form .form-item {
    margin-bottom: 20px;
}
.post-comment .comment-form .form-item label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}
.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
    border: 1px solid #ddd;
}
.post-comment .comment-form .form-item textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}
.post-comment .comment-form .dark-btn {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .partner-item img {
        width: 250px;
    }
}
@media (max-width: 991px) {
    .partner-item img {
        width: 200px;
        height: auto;
    }
    .partner-item p {
        bottom: 1px;
    }
    .partner-grid {
    }
}
@media (max-width: 770px) {
    .partner-item img {
        width: 150px;
        height: auto;
    }
    .partner-grid .partner-item p {
        bottom: -50px;
        font-size: 15px;
    }
}
@media (max-width: 540px) {
    .partner-item img {
        width: 150px;
    }
    .partner-grid .partner-item p {
        bottom: -60px;
        font-size: 15px;
    }
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    background: #ffffff;
    padding-top: 70px;
}
footer img.logo {
    margin-bottom: 30px;
}
footer .text {
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 30px;
    letter-spacing: 0.88px;
}
footer h5 {
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    letter-spacing: 0.69px;
    line-height: 30px;
    margin-bottom: 10px !important;
}
footer .social {
    overflow: hidden;
    margin-top: 10px;
}
footer .social li {
    float: left;
    font-size: 16px;
    margin-right: 10px;
}
footer .social li a {
    color: #232323;
}
footer .footer-nav li a {
    display: block;
    overflow: hidden;
}
footer .footer-nav li a:hover span {
    padding-left: 5px;
}
footer .footer-nav li a i {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    font-size: 14px;
    color: #333333;
}
footer .footer-nav li a span {
    float: left;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer .address p {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #282828;
    line-height: 26px;
    letter-spacing: 0.88px;
    margin-bottom: 5px;
    

}
footer .address .m-bold{
  margin-top: 10px;
}
footer .address p a {
    color: #181818;
}
footer .copyright {
  
    border-top: 1px solid #c2c2c2;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    letter-spacing: 0.88px;
}
footer .copyright span{
    color: #828282;
    text-decoration: underline;
}
.container-footer .btn-seco {
    color: white;
    background-color: #222;
    border-color: #565e64;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer .btn-seco:hover{
  color: #ededed;
  background-color: rgb(64, 57, 31);
}
footer .container-footer .copyright .text-left{
    display:flex;
    flex-direction: column;
}
footer .container-footer .copyright .language-switcher .lang{
    margin-top: 10px;
    display:flex;
    justify-content: end;
    gap:5px;
}

@media (max-width: 991px) {
    footer {
        padding-top: 10px;
    }
    footer .social {
        margin-bottom: 30px;
    }
    footer .text {
        margin-bottom: 30px;
    }
    footer h5 {
        margin-bottom: 15px;
    }
    footer .footer-nav {
        margin-bottom: 30px;
    }
    footer .copyright {
  
       
        padding-top: 10px;
        padding-bottom: 20px;
      
    }
    footer .container-footer  .opt-lang{
        display: none;
    }
    footer .container-footer .copyright .language-switcher .lang{
       
        justify-content: center;
       
    }
    
   
}
/* @media (min-width:992px){
  footer .container-footer{
    max-width:960px ;
  }
} */
@media (min-width: 560px) {
    footer .container-footer {
        max-width: 555px;
    }
    
}
@media (min-width: 760px) {
    footer .container-footer {
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    footer .container-footer {
        max-width: 760px;
    }
   
}
@media (min-width: 1202px) {
    footer .container-footer {
        max-width: 1050px;
    }
}

/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page .cover {
    margin-top: 120px;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #000;
    z-index: 2;
    opacity: 0.2;
}
.page .cover .cover-top {
    position: relative;
    width: 100%;
    z-index: 3;
    text-align: center;
    transform: perspective(1px) translateY(0%);
    overflow: hidden;
}
.page .cover .cover-top h1{
    /* font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 1.4px; */
    color: #fff;
    /* font-family: Josefin Sans Flex, Josefin-Sans-Flex-Fallback, Noto Color Emoji, sans-serif !important; */
    /* text-align: center;
    margin-bottom: 60px; */
    font-size: 3.5rem;
}
.page .cover .cover-top .breadcrumb {
    position: relative;
    z-index: 9;
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    margin: 0px;
    border: 1px solid #fff;
}
.page .cover .cover-top .breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    color: #d8d8d8;
    line-height: 30px;
    margin-left: 10px;
    display: inline-block;
}
.page .cover .cover-top .breadcrumb li:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #fff;
}
.page .cover .cover-top .breadcrumb li:first-child {
    margin-left: 0px;
}
.page .cover .cover-top .breadcrumb li:last-child:after {
    content: "";
    margin-left: 0px;
}
.page .cover .cover-top .breadcrumb li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.b-line {
    border-bottom: 1px solid silver;
}
.page .page-bottom {
    padding-top: 75px;
    padding-bottom: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: 28px;
    color: #606060;
    text-align: center;
    margin-bottom: 20px;
}
.page .page-bottom .contact-title-content {
    margin-bottom: 50px;
}
.page .page-bottom .contact-title-content h5 {
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
}
.page .page-bottom p,
.page .page-bottom a {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
  
    color: #222;
}
.page .page-bottom h2,
.page .page-bottom h3 {
    color: #222;
}
.page .page-bottom .profile-info {
    text-align: justify;
}
.page .page-bottom .project-grid {
    margin-top: 20px;
}
.page .page-bottom .project-grid .project-grid-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
}
.page .page-bottom .project-grid .project-grid-item .img {
    width: 100%;
    height: 228px;
    position: relative;
    overflow: hidden;
}
.page .page-bottom .project-grid .project-grid-item .text {
    background: white;
    color: #222;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 30px 25px;
}
.page .page-bottom .project-grid .project-grid-item .text-h3 {
    background: transparent;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 30px 25px;
}
.page .page-bottom .project-grid .project-grid-item .text-h3 h3 {
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.page .page-bottom .project-grid .project-grid-item .text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #131313;
    letter-spacing: 0.88px;
    line-height: 26px;
    text-align: justify;
}
.page .page-bottom .project-grid .project-grid-item:hover {
    padding-bottom: 10px;
}
.page .page-bottom .project-grid .project-grid-item:hover .text {
    margin-top: -40px;
}
.page .page-bottom .project-list .project-list-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.page .page-bottom .project-list .project-list-item .img {
    width: 45%;
    height: 228px;
    float: left;
    position: relative;
    overflow: hidden;
}
.page .page-bottom .project-list .project-list-item .text {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    width: 70%;
    right: 0px;
    position: absolute;
    z-index: 2;
    text-align: left;
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page .page-bottom .project-list .project-list-item .text h3 {
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
.page .page-bottom .project-list .project-list-item .text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
}
.page .page-bottom .project-list .project-list-item:hover .text {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
}
.page .page-bottom .page-single .page-single-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .page-bottom .page-single .page-single-img .play {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.page .page-bottom .page-single .page-single-img .play:hover {
    transform: scale(1.1);
}
.page .page-bottom .page-single .page-single-img .play:before {
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 80px;
    height: 80px;
    z-index: 2;
    opacity: 0.39;
}
.page .page-bottom .page-single .page-single-img .play:after {
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    width: 60px;
    height: 60px;
    z-index: 2;
}
.page .page-bottom .page-single .page-single-img .play i {
    position: absolute;
    z-index: 3;
    width: 80px;
    left: 0px;
    padding-left: 7px;
    line-height: 80px;
    font-size: 20px;
    color: #1f2128;
}
.page .page-bottom .page-single .page-single-text .title {
    font-weight: 600;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.page .page-bottom .page-single .page-single-text .sub-title {
    font-weight: 400;
    font-size: 18px;
    color: #1f2128;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.page .page-bottom .page-single .page-single-text p {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
}
.page .page-bottom .page-single .page-single-text .info-list {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding: 15px 20px;
    margin-bottom: 40px;
}
.page .page-bottom .page-single .page-single-text .info-list strong {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 1px;
}
.page .page-bottom .page-single .page-single-text .info-list span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    letter-spacing: 1px;
}
.page .page-bottom .page-single .page-single-text .count strong {
    display: block;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1.29px;
    color: #1f2128;
    margin-bottom: 10px;
    text-align: center;
}
.page .page-bottom .page-single .page-single-text .count span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.69px;
    color: #606060;
    text-align: center;
}
.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item {
    margin-bottom: 20px;
}
.page
    .page-bottom
    .page-single
    .page-single-text
    .skill-wrapper
    .skill-item
    strong {
    font-weight: 400;
    font-size: 14px;
    color: #1f2128;
    letter-spacing: 0.88px;
    display: block;
    margin-bottom: 5px;
}
.page
    .page-bottom
    .page-single
    .page-single-text
    .skill-wrapper
    .skill-item
    .skill-progress {
    width: 100%;
    position: relative;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #e2e2e2;
}
.page
    .page-bottom
    .page-single
    .page-single-text
    .skill-wrapper
    .skill-item
    .skill-progress
    .line {
    position: absolute;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1f2128;
    width: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-grid .project-grid-item {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 30px;
}
.project-grid .project-grid-item .img {
    width: 100%;
    height: 228px;
    position: relative;
    overflow: hidden;
}
/* .project-grid .project-grid-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 30px 25px;
} */
.project-grid .project-grid-item .text h3 {
    font-weight: 400;
    font-size: 16px;
    color: #1f2128;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
.project-grid .project-grid-item .text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    line-height: 26px;
}
.project-grid .project-grid-item:hover {
    padding-bottom: 10px;
}
.project-grid .project-grid-item:hover .text {
    margin-top: -40px;
}

.pagination {
    margin-bottom: 30px;
}
.pagination li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #1f2128;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li a.active {
    background: #1f2128;
    color: #fff;
}
.profile-section .text-justify {
    text-align: justify;
}
.profile-section .profile-info p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: black;
}

@media (max-width: 991px) {
    .page .cover {
        margin-top: 100px;
        min-height: 300px;
    }
    .page .page-bottom {
        padding-top: 20px;
    }
    .page .page-bottom .contact-title-content h5 {
        margin-bottom: 15px;

        font-size: 20px;
    }
    .page .page-bottom p {
        font-size: 12px;
        color: black;
    }
    .page .page-bottom .page-single .page-single-img {
        margin-bottom: 30px;
    }
    .page .page-bottom .page-single .page-single-text .count span {
        margin-bottom: 30px;
    }
    .page .page-bottom .contact-title-content {
        margin-bottom: 10px;
    }
}
@media (max-width: 760px) {
    .profile-section .profile-info h3 {
        padding-top: 20px;
    }
}
/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq-wrapper .faq-header {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
}
.faq-wrapper .faq-header h2 {
    font-weight: 400;
    font-size: 30px;
    color: #1f2128;
    letter-spacing: 1.88px;
    margin-bottom: 20px;
}
.faq-wrapper .faq-header p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.88px;
}
.faq-wrapper .faq-header .search {
    height: 50px;
    position: relative;
}
.faq-wrapper .faq-header .search input {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    border: none;
    background: #fff;
    outline: none;
    top: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    z-index: 1;
}
.faq-wrapper .faq-header .search input:focus {
    padding-left: 30px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}
.faq-wrapper .faq-header .search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
}
.faq-wrapper .faq-header .search input:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
}
.faq-wrapper .faq-header .search button {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 10px;
    border: none;
    background: #1f2128;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.accordion .accordion-item {
    border: none;
    background: none;
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border-radius: 0px;
}
.accordion .accordion-item .accordion-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}
.accordion .accordion-item .accordion-header:hover {
    background: #1f2128;
}
.accordion .accordion-item .accordion-header:hover .accordion-button {
    padding-left: 30px;
}
.accordion .accordion-item .accordion-header .accordion-button {
    width: 100%;
    text-align: left;
    padding: 0px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #1f2128;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button .num {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #1f2128;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    margin-top: -3px;
}
.accordion .accordion-item .accordion-body {
    padding: 30px;
    padding-bottom: 16px;
    padding-top: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    letter-spacing: 1px;
}
.accordion .accordion-item .accordion-body .content {
    border-top: 1px solid #e4eff9;
    padding-top: 30px;
}
.accordion .accordion-item .accordion-body p {
    margin-bottom: 14px;
    font-size: 14px !important;
    line-height: 28px !important;
    letter-spacing: 0.88px !important;
}

@media (max-width: 991px) {
    .accordion {
        margin-bottom: 30px;
    }
    .accordion .accordion-item .accordion-header .accordion-button {
        line-height: 26px;
        margin-top: 10px;
    }
}
/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar ul {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 30px;
}
aside.default-aside .sidebar ul li.active a {
    background: #1f2128;
    color: #fff;
}
aside.default-aside .sidebar ul li.active a:after {
    color: #fff;
}
aside.default-aside .sidebar ul li.active a:hover {
    padding-left: 60px;
}
aside.default-aside .sidebar ul li:last-child a {
    border: none;
}
aside.default-aside .sidebar ul li a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.88px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
aside.default-aside .sidebar ul li a:hover {
    padding-left: 60px;
}
aside.default-aside .sidebar ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 30px;
    color: #1f2128;
}
aside.default-aside .sidebar ul li a span {
    float: right;
    margin-right: 30px;
    display: inline-block;
    background: #f6f4fd;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    color: #606060;
    margin-top: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
aside.default-aside .sidebar .box {
    text-align: center;
    height: 230px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
aside.default-aside .sidebar .box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f2128;
    z-index: 2;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}
aside.default-aside .sidebar .box .hovered {
    position: relative;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
aside.default-aside .sidebar .box .hovered p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.12px;
    margin-bottom: 30px;
}
aside.default-aside .sidebar .box .hovered a {
    margin: auto;
    padding-left: 30px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact {
    position: relative;
    margin-top: -90px;
    margin-bottom: 50px;
}
.contact .contact-item {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
}
.contact .contact-item .icon {
    width: 46px;
    height: 46px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #f5f5f5;
    color: #1f2128;
    margin-bottom: 20px;
}
.contact .contact-item .icon i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.contact .contact-item p {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.contact .contact-item a {
    display: block;
    color: #606060;
}
.contact .map-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}
.contact .map-wrapper .map-canvas {
    width: 100%;
    height: 100%;
}
.map {
    overflow: hidden;
    padding: 0px;
}
.map .top {
    margin-bottom: -70px;
}
.map .bottom {
    float: left;
    margin-top: -60px;
}
.map .item {
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
}
.map .item .map-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map .content {
    position: absolute;
    width: 60%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
    text-align: center;
    top: 30%;
    transform: perspective(1px) translateY(0%);
}
.map .content h6 {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}
.map .content p {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 1.12px !important;
    color: #fff;
    margin-bottom: 30px !important;
}
.map .content .btn-primary-line {
    margin-bottom: 0px;
    height: 36px;
    line-height: 36px;
    text-transform: capitalize;
}

.contact-bottom {
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact-bottom h5 {
    margin-bottom: 30px;
    color: #000;
}
.contact-bottom .contact-text {
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0.6px;
    line-height: 26px;
}
.contact-bottom .contact-text p {
    margin-bottom: 15px;
    font-size: 16px !important;
    letter-spacing: 0.7px;
    text-align: right;
}
.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea{
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;

    font-size: 14px;
}
.contact-bottom .contact-form input[type="text"]::placeholder,
.contact-bottom .contact-form input[type="email"]::placeholder,
.contact-bottom .contact-form textarea::placeholder{
    color: #202020;
}
.contact-bottom .contact-form input:focus,
.contact-bottom .contact-form textarea:focus {
    border: 1px solid #1f2128;
    padding-left: 30px;
}
.contact-bottom .contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.contact .contact-form .form-control {
    color: #9badbd;
}
.contact-form .form-u {
    border: 1px solid #eee;
    color: #1f1f1f;
    font-size: 14px;
    padding-left: 20px;
    height: 50px;
    margin-bottom: 30px;
}

.contact-bottom .contact-form p  {
    margin-top:-30px;
    color:red;
    text-align: left;
}
.contact-bottom .contact-form .dark-btn .show-btn {
    background: #f5f5f5;
}
.text-right {
    text-align: right;
}
.iframe-container {
    position: relative;
    /* width: 100%;
  padding-top: 56.25%;   */
    display: flex;
    justify-content: flex-end;
}

.iframe-container iframe {
    width: 80%;
    height: 300px;
}

.map-content {
    height: 300px;
}
.profile-section .img-profile img {
    width: 400px;
    height: 400px;
    float: right;
}
.border-left {
    border-left: 1px solid silver;
}
.contact-bottom .text-left{
    text-align: left;
}
@media (max-width: 991px) {
    .contact {
        overflow: initial !important;
        margin-bottom: 10px !important;
    }
    .contact-bottom h5 {
        margin-bottom: 15px;
    }
    .contact .map-wrapper {
        width: 100% !important;
        height: 300px;
        margin-bottom: 30px;
    }
    .contact .-info {
        position: relative !important;
        width: 100% !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
        transform: perspective(1px) translateY(0%) !important;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    }
    .contact-bottom .contact-text p {
        margin-bottom: 10px;
        font-size: 15px !important;
    
    }
    .contact-bottom {
        /* margin-top: 30px;
    padding-top: 30px; */
    }
    .contact-bottom .contact-form input,
    .contact-bottom .contact-form textarea ,
    .contact-bottom .contact-form .form-u{
        margin-bottom: 10px;
    }
    .contact-bottom .contact-form p {
        margin-top: -10px;
    }
    .text-right {
        text-align: right;
    }
    .iframe-container {
        justify-content: center;
    }
    .iframe-container iframe {
        margin-bottom: 20px;
        width: 100%;
        height: 250px;
    }
    .profile-section .img-profile img {
        width: 385px;
        height: 350px;
        float: none;
    }
    .border-left {
        border-left: none;
    }
}
@media (max-width:560px){
    .text-right{
        text-align:center;
    }
    .text-left{
        text-align: center;
    }
    .contact-bottom .contact-text p {
       text-align: center;
    
    }
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.preloader-wrapper {
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
    background: #f5f5f5;
}
.preloader-wrapper .loader {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    background: #1f2128;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: loader 3s ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes loader {
    33% {
        transform: rotate(45deg);
        border-radius: 10px;
    }
    66% {
        transform: rotate(90deg);
        border-radius: 0;
    }
    100% {
        transform: rotate(135deg);
        border-radius: 50%;
    }
}
@media (min-width: 576px) {
    .container-cus {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-cus {
        max-width: 720px;
    }
}
@media (min-width: 991px) {
    .container-cus {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-cus {
        max-width: 1140px;
    }
}
/* 
---------------------------------------------
customer  page
--------------------------------------------- 
*/

.customer-container .row-height {
    /* min-height: 100vh !important;
  height: 100vh; */
    margin-top: 200px;
}
.customer-container label {
    font-weight: 400;
    margin-bottom: 3px;
    color: #222;
   
}
.customer-container a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.customer-container.social_bt:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.customer-container a.social_bt.facebook {
    background: #3b5998 url(../img/Facebook__logo.svg) 10px center no-repeat;
}

.customer-container a.social_bt.google {
    background: #444 url(../img/Google__G__Logo.svg) 10px center no-repeat;
}

.customer-container .divider {
    text-align: center;
    height: 1px;
    margin: 20px 0 20px 0;
    background-color: #ededed;
}
.customer-container .divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}
.customer-container .form-group {
    margin-bottom: 1rem;
}

.customer-container .form-control {
    border: 1px solid #dae0e5 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.875rem;
   
    height: calc(2.55rem + 2px);
}
.customer-container .form-control:focus {
    box-shadow: none;
    border-color: #434bdf;
}

.customer-container .form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.customer-container .clearfix {
    display: ;
}

/* Checkbox style */
.customer-container .container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555;
}
.customer-container .container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.customer-container .container_check input:checked ~ .checkmark {
    background-color: #434bdf;
    border: 1px solid transparent;
}
.customer-container .container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dae0e5;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.customer-container .container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.customer-container .container_check:hover .checkmark {
    border: 1px solid #434bdf;
}
.customer-container .container_check.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px;
}
.customer-container .container_check.version_2 .checkmark {
    height: 30px;
    width: 30px;
}
.customer-container .container_check.version_2 .checkmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
}

.customer-container .container_check input:checked ~ .checkmark:after {
    display: block;
}

/*-------- 1.2 Buttons --------*/
.customer-container a.btn_1,
.customer-container .btn_1 {
    border: none;
    color: #fff;
    background: #434bdf;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
}
.customer-container a.btn_1:hover,
.customer-container .btn_1:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}
.customer-container a.btn_1.full-width,
.customer-container .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.customer-container a.btn_1.small,
.customer-container .btn_1.small {
    padding: 7px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
}
.customer-container a.btn_1.medium,
.customer-container .btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px;
}
.customer-container a.btn_1.rounded,
.customer-container .btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.customer-container a.btn_1.black,
.customer-container .btn_1.black {
    background: #222;
}
.customer-container a.btn_1.plus_icon,
.customer-container .btn_1.plus_icon {
    padding-right: 10px;
    padding-bottom: 5px;
}
.customer-container a.btn_1.plus_icon i,
.customer-container .btn_1.plus_icon i {
    font-size: 26px;
    font-size: 1.625rem;
    float: right;
    position: relative;
    top: -3px;
    line-height: 1;
}
.customer-container a.btn_1.plus_icon.medium,
.customer-container .btn_1.plus_icon.medium {
    padding-bottom: 10px;
    padding-right: 20px;
}
.customer-container .hidden{
    display: none;
}

@media (min-width:1200px){
    .customer-container{
        max-width:1050px;
    }
    
}
@media (max-width:760px) {
    .customer-container .row-height {
      
        margin-top: 100px;
    }
}

/* 
---------------------------------------------
Shop page
--------------------------------------------- 
*/


.productlisting {
    margin-top: 230px;
    margin-bottom:10px;
}
.productlisting>li {
    list-style-type: none;
}

.container-product{
    max-width: 1220px;
    padding-top: 15px;
}

.container-product .r1{
    margin-bottom: 30px;
    padding: 14px 15px 13px 19px;
    border: 1px solid #eaeaea;
}

.r1 {
    padding: 15px;
    border: solid #e3dcdc 1px;
    position: sticky;
    top: 120px;
}

.productlisting .listing-flex {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 15px;
}
.productlisting strong {
    /* font-weight: bolder;
    font-size: 25px; */
}
.productlisting .title {
    text-transform: uppercase;
   
    font-size: 16px;

}
.productlisting .c1 {
    width: 25%;

}
.productlisting .toolbar {
    margin-top: 20px;
    display: flex;
}

S {
    color: #949698;
}

.total-items {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.sort-by {
    display: flex;
    gap: 20px;
    justify-content: right;
    width: 50%;
}

.categories-lists li {
    margin-top: 10px;
}


.categories-lists a {
    color: grey;
}

.categories-lists a:hover {
    color: black !important;
    font-weight: bold;
}

.categories-lists a.product-active {
    color: black !important;
    /* font-weight: bold; */
}

.categories-lists li i {
    font-size: 13px;
    margin-right: 8px;
}


.c2 {
    padding-top: 0px !important;
    width: 75%;

}

.page .c2,
.toolbar .c2 {
    display: flex;
    width: 50%;
}




/* breadcrumbs */
.breadcrumbs .ul {
    list-style-type: none;
    float: right;
}

/* coloumns */
.coloumns {
  
    margin-top: 165px;
}





/* MAIN CARD LAYOUT */
.productlisting .layout {
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: -5px;
}

.layout .card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    /*width: calc(25% - 15px);*/
    width:250px;
    height:250px;
    border: none !important;
    text-align: center;
}


.layout .card-item {
    background: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    /* width: 200px; */
    padding: 0 10px;
    text-align: center;
    margin-bottom: 12px;
}
.layout .product-item{
    cursor: pointer;
}
.image-container {
    position: relative;
    z-index: 0;
    /* margin-bottom: 10px; */
    border: 1px solid #c1b996;
    overflow: hidden;
    height:175px;
}

.image-container img {
    width: 100%;
    display: block;
        height: 100%;
    object-fit: contain;
} 

.searh-results {
    display: flex;
    gap:5px;
    width: 100%;
}
.heart {
    background: transparent;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.heart-red {
    color: red;
}
.wishlist-btn.active i.fa-heart {
    color: red; /* Change this to your desired color */
}

.wishlist-btn{
    cursor:pointer;
    background:white;
    padding:7px;
    width:27px;
    height:27px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}

.wishlist-btn i{
    font-size:20px;
}

.coupen-product {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    color: white;
}
.action-box {
    position: absolute;
    width: 100%;
    left: 0px;
     bottom: -50px; 
    transition: ease-in-out 0.3s;
    align-items:center;
}
.product-details-c .action-box{
    position:unset;
}
.image-container2 {
    position: relative;
    width: 100%;
}

.image-container2 .text {
    position: absolute;
    top: 10px;
    /* Adjust this value to position the text as desired */
    left: 10px;
    /* Adjust this value to position the text as desired */
    background-color: rgba(0, 0, 0, 0.5);
    /* Optional: Add a background color for better readability */
    color: white;
    /* Text color */
    padding: 10px;
    /* Padding around the text */
    border-radius: 5px;
    /* Rounded corners for the text box */
}

.image-container2 .discount-value {
    position: absolute;
    top: 50%;
    /* Adjust this value to position the text as desired */
    left: 25%;
    /* Adjust this value to position the text as desired */
    background-color: rgba(0, 0, 0, 0.5);
    /* Optional: Add a background color for better readability */
    color: white;
    /* Text color */
    padding: 10px;
    /* Padding around the text */
    border-radius: 5px;
    /* Rounded corners for the text box */
}

.image-container2 .img img {
    display: block;
    width: 100%;
}
.img-b{
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.action-bot{
    position: absolute;
    bottom: -3px;
    width: 100%;
    
  
  
    transition: opacity 0.3s;
    z-index: 2;
}
.overlay {

    
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;

}

.image-container:hover .overlay {
    opacity: 1;
}
.text{
    font-size: medium;
    font-weight: 800;
}
.action-box .add-to-cart-container {

    text-align: center;
     background-color: #957d12;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.action-box .add-to-cart {
    background-color: rgba(57, 57, 57, 0.8);
    text-align: center;
    padding: 10px;
    font-weight: 500;
    color: white;
    transition: 0.3s;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size:16px;
}

.layout .card .details{
    text-align:center;
}


.new-add{
       text-align: center;

    font-weight: 500;
    color: white;
    transition: 0.3s;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; 
}
.add-to-cart-container {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    /* position: relative; */
    left: -100%; /* Start off-screen to the left */
    transition: left 0.3s ease-in-out;
}

.add-to-cart {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    /* position: relative; */
    left: -100%; /* Start off-screen to the left */
    transition: left 0.3s ease-in-out;
}

.image-container:hover .action-box {
    bottom: 0px;

}
.image-container:hover .add-to-cart {
    left: 0; /* Move into view from the left */
}
.image-container:hover .add-to-cart-container {
    left: 0; /* Move into view from the left */
}
/*.details {*/
/*    padding: 10px;*/
/*}*/

.product-name {
    font-size: 18px;
    margin: 10px 0 5px;
}

.price {
    font-size: 16px;
    color: black;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.icons {
    display: flex;
    justify-content: space-around;
    background-color: white;
    margin-top: 10px;
    position: relative;
    right: -100%; /* Start off-screen to the right */
    transition: right 0.3s ease-in-out;
}

.image-container:hover .icons {
    right: 0; /* Move into view from the right */
}

.icon {
    font-size: 18px;
    cursor: pointer;
}

@media (min-width:1200px) {
    .container-product{
        min-width: 1000px;
    }
}

/* website responsive code */
@media (max-width:989px) {

.productlisting .listing-flex{
    display:block;
}

.productlisting{
    margin-top:150px;
}

.layout .card{
    width:calc(50% - 15px);
}

    /* coloumns */
    .coloumns {
        display: flex;
        padding: 0 0 0 0;
        margin-top: 130px;
        justify-content: center;
    }
    
.productlisting .c1{
        width:100%;
    }
    
    .c2 {
        /* justify-content: center; */
        padding-top: 0px !important;
        width: 100%!important;
        /* background-color: aqua; */
    }
    
    /* banner image css */
    .hero {
        width: 630px;
        height: 200px;
    }
    .hero>img {
        width: 630px;
        height: 100%;
    }
    /* main part */
    .layout {
       
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }


    /* toolbar */
    .toolbar {
        margin-top: 10px;
    }

    /* dropdown container */
    .dropdown {
        margin: 10px 0 0 20px;
        border: 2px groove;
        padding: 3px;
    }
    
    .toolbar .c1,
    .product-details-section .page .c1 {
        width: 30%;
    }

    /* gets access to nth child(here 2) of the tag and then adds margin */
    .toolbar .c2:nth-child(2) {
        margin-left: 30%;
        margin-bottom: 10px;
    }
  

}
@media (max-width:540px){
    .layout .card{
        height:175px;
        margin-bottom:15px;
    }
      .product-name{
        font-size:14px;
    }
    .text{
        font-size: 14px;
    font-weight: 400;
    }
}
/* website responsive code */
@media (max-width:360px) {
    /* coloumns */
    .coloumns {
        display: flex;
        padding: 0 0 0 0;
        margin-top: 130px;
        justify-content: start;
    }
    
    .c2 {
        padding-top: 0px !important;
        width: 100%;
    }
    
    /* banner image css */
    .hero {
        width: 100%;
        height: 100px;
    }
    .hero>img {
        width: 100%;
        height: 100%;
    }
    /* main part */
    .card {
        width: 300px;
        height: 400px;
    }
    
    .cardtext {
        font-size: 28px;
    }

    /* toolbar */
    .toolbar {
        margin-top: 10px;
    }

    /* dropdown container */
    .dropdown {
        margin: 10px 0 0 20px;
        border: groove 2px;
        padding: 3px;
    }

    .toolbar .c1,
    .product-details-section .page .c2 {
        width: 100%;
    }
    .product-details-section .page .c2 {
        margin-left: -100px;
    }

    .toolbar .c2,
    .product-details-section .page .c1 {
        display: none;
        background-color: aqua;
    }

    /* gets access to nth child(here 2) of the tag and then adds margin */
    .toolbar .c2:nth-child(2) {
        /* margin-left: 30%; */
        margin-bottom: 10px;
    }

}

/* product details */

/* custom classes that are commonly used  */
.product-details-section{
    background-color: white;
}
.layout .product-details{
    padding-top: 10px;
}

/* grid stuff */
.row{
    display: flex;
    /* margin: 150px 200px 0 200px; */
 
}

.details{
    width: 100%;
    gap: 100px;
    text-align: justify;
 
}
.details ul>li>span{
    font-size: 23px;
}
.r2>ul>li>strong,
.details ul>li>strong{
    font-size: 16px;
    font-weight: 900;
}
.r2>ul>li>span,
.details ul>li{
    font-size: 13px;
}
.product-details .top-details{
    margin-bottom: 20px;
  
}
.product-details .preview{
    border: 1px solid #eaeaea;
    /* margin: 5px; */
    /* width: 100%; */
}
.product-details .preview-left-side{
    width: 100%;
}
.product-details .preview>img{

    width: 100%;
    height: 400px;
}
.product-details .mini-preview{
    /* width: 200px; */
    flex-direction: column;
}
.product-details .mini-preview img{
    width: 100%;
  
}
.ad {
    height: 180px;
}

.ad>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    
}

.recomended {
    display: flex;
}

.recomended>span {
    padding-top: 10px;
    padding-right: 10px;
}

.recomended>.controls {
    margin-left: 50px;
    margin-bottom: 10px;
}

/* best sales css */

.recomend {
    /* margin: 40px 0 0 0; */
    border: 1px solid #eaeaea;
    padding: 10px;
}

.recomend-card {
    display: flex;
    margin-top: 10px;
}

.recomend-img {
    width: 50%;
    height: 80px;
}

.recomend-img>img {
    width: 80%;
    height: 100%;
    object-fit: cover;
}

/* controls for purchase css */


.add-to-cart{
    font-size: 15px;
    background: none;
    /*padding: 7px;*/
    /* color:#000; */
}
.add-to-cart-container{
    font-size: 15px;
    background: none;
    padding: 7px;
    /* color:#000; */
}
.product-details-section .btn{
    padding: 5px;
    font-size: 15px;
    width: 40px;
    height: 40px;
}
.product-details-section .btn:hover{
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
}
.add-to-cart:hover{
    /* border: none; */
    cursor: pointer;
    /* background-color: black; */
    color: white;
}
.add-to-cart-container:hover{
    /* border: none; */
    cursor: pointer;
    /* background-color: black; */
    color: white;
    background-color: black;
  
}
/* carousel */

.carousel {
    position: relative;
    width: 100%; /* 300px * 3 */
    margin: auto;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1px;
}

.carousel-images img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.product-details-section .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    left: 10px;
}
.product-details-section .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    right: 10px;
}

/* ad */

.ad{
    margin: 10px 0 0 0 ;
    width: 300px;
    height: 350px;
}
.ad>img{
    width: 323px;
    height: 350px;
    object-fit: cover;
}

.title{
    font-size: 20px;
}
.product-details{
    padding-top: 195px;
}
.product-details .r1,
.product-details .r2
{
    border: 1px solid #eaeaea;
    
}
.product-details .r2
{
   /* padding:10px; */
    
}
.product-details .border-li{
    border-right: 1px solid #eaeaea;
}
/* product details */
.detail{
    
    width: 100%;
    gap: 100px;
    text-align: justify;
    padding: 10px;
}
.Product-details-c {
    margin-top: 230px;
}
.like-c{
    margin-bottom: 50px;
    margin-top:100px;
}
/* preview and preview mini css */
.image-gallery-main {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.image-gallery-main .main-preview {
    width: 100%;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    height: 500px;
    
}

/* .main-preview {
    order: 1;
}

.mini-preview {
    order: 2;
    margin-top: 10px;
}

.details-newcol {
    order: 3;
    margin-top: 20px;
} */
.image-gallery-main .main-preview .preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display:block;
}

.preview-img a {
    width: 100%;
    height: 100%;
}

.image-gallery-main .main-preview .preview-img img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

/*mini preview*/
.image-gallery-main .mini-preview .img-container {
    display: flex;
    gap: 10px;
    height: auto;
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
}

.image-gallery-main .mini-preview {
    position: relative !important;
    margin-top: 10px;
}

.image-gallery-main .mini-preview button {
    border: 1px solid black !important;
    border-radius: 0px !important;
    background-color: black !important;
    color: white !important;
    position: absolute;
    padding: 5px 10px !important;
    opacity: 0.7;
    transition: 0.5s;
    display: none;
}

.image-gallery-main .mini-preview:hover button {
    display: block;
}

.image-gallery-main .mini-preview button:hover {
    opacity: 1;
}

.image-gallery-main .mini-preview button i {
    font-size: 13px !important;
}

button.left-btn {
    left: 5px;
    top: 50px;
}

button.right-btn {
    right: 5px;
    top: 50px;
}

.image-gallery-main .mini-preview .img-container .mini-preview-img {
    width: 130px;
    height: 130px;
    cursor: pointer;
    border: 2px solid transparent;
}


/*mini preview*/


/*coustume slider*/
.custom-slider-container {
    margin-top: 30px;
}

.custom-wrapper {
    display: flex;
    max-width: 1200px;
    position: relative;
}

.custom-wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: white;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.custom-wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.custom-wrapper i:hover {
    background: #3a624193;
}

.custom-wrapper i:first-child {
    left: -22px;
    display: none;
}

.custom-wrapper i:last-child {
    right: -22px;
}

.custom-carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.custom-carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.custom-carousel.dragging img {
    pointer-events: none;

    object-fit: cover;
}

.custom-carousel img {
    margin-left: 15px;
    height: auto;
    object-fit: cover;
    user-select: none;
    width: calc(100% / 4);
    height: 120px;
}

.custom-carousel img:first-child {
    margin-left: 0px;
}

/*costume slider*/

.product-details-lvl1 {
    display: flex;
    gap: 20px;
}

.sticky-product {
    position: sticky;
    top: 95px;

}

.Product-details-c .details .tools-lvl-3 .add-to-cart-container,
.Product-details-c .details .tools-lvl-3 .wishlist {
    position: fixed;
    z-index: 1000;
    top: 0;
    height: 100%;
    width: 33%;
    background-color: #fff;
    padding: 10px;
    border: solid 2px #000;
    display: none;
}

.add-cart-btn {
    border: 1px solid black;
    font-size: 17px !important;
    padding: 20px 40px;
    background-color: #957d12;
    transition: 0.3s;
}
.add-cart-btn p{
    color: white;
}
.wish-list-btn {

}




.add-cart-btn:hover {
    background-color: black;
    color: white;
}

.Product-details-c .details .tools-lvl-3 .close {
    float: right;
}

.Product-details-c .details .text {
    font-size: large;
    font-weight: 700;
}

.Product-details-c .details .qty {
    border: 1px solid black;
    width: 130px;
    background-color: white;
}


.Product-details-c .details .qty .qty-text {

    width: 50%;
    text-align: center;
    padding: 8px;
}

button.plus-btn {
    border: none;
    background-color: white;
    width: 25%;
    text-align: center;
}

button.minus-btn {
    border: none;
    background-color: white;
    width: 25%;
    text-align: center;
}

.available-stock {
    margin-top: 10px;
    font-size: 14px;
    color: rgb(161, 161, 161);
    letter-spacing: 1px;
    font-weight: 400;
}

.Product-details-c .details .tools-lvl-2 #size {
    width: 350px;
    height: 35px;
    font-size: 20px;
}

.Product-details-c .details .product-price,
.Product-details-c .details .product-name {
    font-size: 20px;
}

.Product-details-c .details .product-price {
    font-weight: 700;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    margin-bottom: 35px;
    margin-left: 55px;
}

.accordion-btn {
    background-color: #8d786c;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: justify;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion-btn .accordion-collapse,
.accordion-btn .accordion-extend {
    float: right;
}

.accordion-btn .accordion-collapse {
    display: none;
}


.accordion:hover {
    background-color: #8e654e;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.product-details-lvl2 .related {
    background-color: #b09d92;
    padding: 50px;
    padding-left: 100px;
    text-align: center;
    color: white;
}

.product-details-lvl3 .recent {
    text-align: center;
    padding: 50px;
    padding-left: 100px;
}

.related,
.recent {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.products-new .layout {
    display: flex;
    gap: 15px;
}

.products-new h2.heading-head {
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
}

h2.heading-head:before {
    margin-right: 10px;
    width: 70px;
    height: 3px;
    background: #606060;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

h2.heading-head:after {
    margin-left: 10px;
    width: 70px;
    height: 3px;
    background: #606060;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
}

p.desc-para {
    line-height: 28px;
    color: #a8a8a8;
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}


select.color-selection {
    margin-top: 15px;
    padding: 10px;

    cursor: pointer;
}

.size-heading span {
    color: rgb(179, 179, 179);
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
}

.size-checkbox {
    margin-top: 20px;
    display: flex;
    gap: 30px;

}

.check-box {
    display: flex;
    align-items: center;

}

.size-checkbox input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.size-checkbox label {
    color: #949494;
    margin-left: 5px;
    font-size: 17px;
    cursor: pointer;
}

.product-tabs-desc {
    margin-top: 20px;
}

.description p {
    font-size: 15px;
    margin-top: 10px;
    text-align: justify;
    font-weight: 400;
    line-height: 25px;
}

.product-details-modal a {
    color: #606060;
    cursor: pointer;
}

 .modal-dialog{
    max-width:700px!important;
}

.product-details-modal {
    padding: 13px 0px;
    position: relative;
}

.product-details-modal i {
    position: absolute;
    top: 17px;
    right: 0px;
    font-size: 23px;
}

.div-related-product-courser {
    position: relative;
}

.new-prev {
    position: absolute;
    top: 35%;
    left: -10px;
    z-index: 8;
    background-color: #000;
    color: white !important;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}

.new-next {
    position: absolute;
    top: 35%;
    right: -10px;
    z-index: 8;
    background-color: #000;
    color: white !important;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}

.modal-details {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.display-side-modal {
    display: block !important;
}

.right-none {
    right: 0px !important;
}

.modal-desc {
    position: absolute;
    right: -0px;
    padding: 25px;
    width: 450px;
    height: 100%;
    background-color: white;
    overflow-y: auto;
    transition: 0.3s;
}

.modal-desc p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgb(148, 148, 148);
}

.modal-desc h4 {
    font-size: 22px;
    margin-top: 20px;
}

.modal-desc ul li {
    margin-top: 10px;
    color: rgb(148, 148, 148);
    font-size: 14px;
}

.modal-details .fa-xmark {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: black;
    font-size: 18px;
}

.modal-desc ul li i {
    font-size: 12px !important;
    margin-right: 10px;
}

.modal-desc textarea {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid rgb(148, 148, 148);
}

.modal-desc input {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(148, 148, 148);
}

.modal-desc form button {
    background-color: black;
    color: white;
}
.product-infos{
    display: none;
}
@media (max-width:1000px) {
    .product-details-lvl1 {
        flex-wrap: wrap;
        padding: 20px;
    }

    .product-details-lvl1 .col-md-8 {
        width: 100% !important;
    }

    .product-details-lvl1 .col-md-4 {
        width: 100% !important;
    }
    .details-right{
        display: none;
    }
    .product-infos{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .accordion {
        margin-left: 0px;
    }

    .product-details {
        overflow: hidden;
    }

    .Product-details-c {
        padding: 0px;
    }

    .image-gallery-main .mini-preview .img-container {
        display: flex;
        flex-direction: row;
    }

    .image-gallery-main .mini-preview .prev,
    .image-gallery-main .mini-preview .next {
        display: none;
    }

    .image-gallery-main .mini-preview {
        margin-top: 10px;
        margin-bottom: -450px;
    }
   
     .image-gallery-main .main-preview {
        height: 250px;
        overflow: hidden;
    }

    .image-gallery-main .main-preview .preview-img {
        width: 100%;
        height: 100%;
    }

    .image-gallery-main .main-preview .preview-img img {
        width: 100%;
        height: 100%;
    } 

    .product-details-lvl2 .related {
        padding: 10px;
        padding-left: 20px;
        height: auto;
    }

    .card {
        width: 170px;
    }

    .title-container {
        margin-bottom: 0px;
    }

    .container-title {
        font-size: 22px;
    }

    .product-details-lvl3 .recent {
        text-align: center;
        padding-top: 50px !important;
        padding-left: 15.2px !important;
        padding: 0px;
    }
}

@media (max-width:595px) {
    .product-tabs-desc {
        margin-top: 500px;
    }

    .sticky-product .d-flex {
        flex-wrap: wrap !important;
    }

    .modal-desc {
        width: 85%;
    }
}



.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
    color: #f2b600;
}
/* review form */
.review form{
    display: none;
}
form>input{
    margin-bottom: 5px;
    width: 200px;
    font-size: 15px;
    border-radius: 3px;
}
 /* General modal styling */
 #reviewModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#reviewModal  .modal-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#reviewModal  .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
}

#reviewModal  .close {
    color: #333;
    font-size: 1.4rem;
    outline: none;
}

#reviewModal .product-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

#reviewModal .modal-body {
    padding: 20px;
}

#reviewModal .form-group {
    margin-bottom: 20px;
}

#reviewModal .form-group label {
    font-weight: bold;
    margin-bottom: 10px;
    /* display: block; */
}

#reviewModal .form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 10px;
    width: 100%;
}





#reviewModal .star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#reviewModal .star-rating input[type="radio"] {
    display: none;
}

#reviewModal .star-rating label {
    font-size: 1.5rem;
    color: #ddd;
    cursor: pointer;
}

#reviewModal .star-rating input[type="radio"]:checked ~ label {
    color: #ffd700;
}

#reviewModal .star-rating label:hover,
#reviewModal .star-rating label:hover ~ label {
    color: #ffcc00;
}
/* tags */

.tags>img{
    width: 240px;
    height: 180px;
    object-fit: cover;
}

/* Terms and conditions */

.page .page-terms .terms-content {
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: 28px;
    color: #606060;
   
    margin-bottom: 20px;
}
.page .page-terms .terms-content {
    padding: 0 10px;
}
.page .page-terms .terms-content ul{
    padding: 0 10px;
}
.page .page-terms  .terms-content li{

    padding:0 10px;
}


/* privacy */
.page .page-privacy  .privacy-content {
    padding: 0 10px;
}
.page .page-privacy  .privacy-content ul{
    padding: 0 10px;
}
.page .page-privacy  .privacy-content li{
 
    padding:0 10px;
}
@media (max-width:560px){
     .products-new .layout{
        gap:10px;
    }
      
}
    @media (min-width: 560px) {
         .inner-container {
            min-width: 445px;
        }
        
    
    }
    @media (min-width: 760px) {
         .inner-container {
            max-width: 760px;
        }
    }
    @media (min-width: 992px) {
         .inner-container {
            max-width: 760px;
        }
    }
    @media (min-width: 1202px) {
         .inner-container {
            max-width: 1050px;
        }
    }



  /* new style for model */

  
/*user profile*/
.user-profile {
    display: flex;
    gap: 15px;
    margin-top: 200px;
    align-items: flex-start;
  }
  
  .user-detail-profile {
    text-align: center;
  }
  
  .user-nav {
    width: 30%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .user-description {
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .user-nav ul {
    margin-top: 10px;
  }
  
  .user-nav ul li {
    padding: 8px;
    margin-left: 20px;
  }
  
  .user-nav ul li a {
    color: grey;
  }
  
  .user-nav ul li a i {
    font-size: 13px;
    margin-right: 7px;
  }
  
  .user-image {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .user-image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .user-description h5 {
    padding: 15px;
    border-bottom: 1px solid rgb(228, 228, 228);
  }
  
  .user-info {
    padding: 15px;
  }
  
  .user-info form .whole-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  
  }
  
  .user-info form {
    margin-left: 15px;
  }
  
  .user-info form button {
    margin-top: 20px;
    padding: 8px 30px;
    border: none;
    background-color: #8e654e;
    color: white;
  }
  
  .info-box {
    width: calc(50% - 20px);
  }
  
  .info-box label {
    width: 100%;
  }
  
  .info-box input {
    width: 100%;
    padding: 7px;
    margin-top: 10px;
  }
  
  .error-message p {
    color: red;
    margin-top: 10px;
  }
  
  .user-nav ul li a.active {
    color: #000000;
    font-weight: 500;
  }
  
  .your-product-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 10px;
  }
  
  .your-product-flex .card {
    width: calc(25% - 20px);
  }
  
  /*user profile*/
  
  .add-to-cart a {
    cursor: pointer;
  }
  .add-to-cart a {
    cursor: pointer;
    
  }
  .add-to-cart-container a>p {
    color:white;
    
  }
  .add-to-cart-link a {
    cursor: pointer;
  }
  /* .action-box .add-to-cart-link:hover {
    background-color: black;
    color: #ddd;
} */

  /*snack bar*/
  #snackbar {
    visibility: hidden;
    width: auto;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    right: 5%;
    top: 80px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
  
    to {
      top: 80px;
      opacity: 1;
    }
  }
  
  @keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
  
    to {
      top: 80px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeout {
    from {
      top: 80px;
      opacity: 1;
    }
  
    to {
      top: 0;
      opacity: 0;
    }
  }
  
  @keyframes fadeout {
    from {
      top: 80px;
      opacity: 1;
    }
  
    to {
      top: 0;
      opacity: 0;
    }
  }
  
  /*snack bar*/
  
  .default-address {
    display: flex;
    gap: 20px;
    margin-top: 5px;
  }
  
  .default-address li {
    background-color: rgb(236, 236, 236);
    font-size: 14px;
    padding: 6px;
    border-radius: 5px;
  }
  
  .address-billing ul {
    position: relative;
  }
  
  .address-billing ul li {
    margin-top: 5px;
  }
  
  .edit-address {
    position: absolute;
    top: 10px;
    right: 10px;
    color: blue;
    cursor: pointer;
  }
  
  /*modal popup*/
  #searchModel .new-modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  #searchModel  .new-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 55%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
  
  @-webkit-keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }
  
    to {
      top: 0;
      opacity: 1
    }
  }
  
  #searchModel  .modal-close {
    color: black;
  
    font-size: 28px;
    font-weight: bold;
  }
  
  #searchModel  .modal-close:hover,
  #searchModel .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  #searchModel .new-modal-header {
    padding: 10px 16px;
    border-bottom: 1px solid rgb(189, 188, 188);
    display: flex;
    margin-bottom: 10px;
  }
  
  #searchModel  .address-modal-title {
    width: 50%;
    display: flex;
    align-items: center;
  }
  
  #searchModel  .close-modal {
    width: 50%;
    text-align: right;
  }
  
  #searchModel   .new-modal-body {
    padding: 15px 16px;
  }
  
  #searchModel   .address-box label {
    width: 100%;
    margin-bottom: 5px;
  }
  
  #searchModel  .address-box input {
    width: 100%;
    padding: 8px;
  }
  
  #searchModel  .new-modal-body form {
    margin-left: 10px;
  }
  
  .address-change {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  
  }
  
  .address-box {
    width: calc(50% - 20px);
  }
  
  /*modal pop up*/
  
  .payment-success {
    text-align: center;
    margin: 30px 0px;
  }
  
  .payment-success img {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
  }
  
  .payment-success h5 {
    color: black;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .payment-success p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .go-home-purchas {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  
  .go-home-purchas a {
    background-color: #8e654e;
    color: black;
    padding: 9px 23px;
    color: white;
  }
  
  .cookies-display-none {
    display: none !important;
  }
  
  .cookies-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000c2;
    z-index: 99999999999999;
  }
  
  .cookies-modal {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    /* background-color: rgb(83, 55, 39); */
    background-color: rgb(233, 233, 233);
    padding: 22px 0px;
  }
  
  .cookies-modal .container {
    display: flex;
  }
  
  .cookies-text {
    width: 70%;
  }
  
  .cookies-text h2 {
    color: black;
    margin-bottom: 10px;
  }
  
  .cookies-text p {
    font-size: 18px;
  }
  
  .cookies-button {
    width: 30%;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
  }
  
  .cookies-button a {
    cursor: pointer;
  }
  
  .cookies-button a:first-child {
    background-color: #8e654e;
    padding: 10px 15px;
    color: white;
    transition: 0.3s;
  }
  
  .cookies-button a:first-child:hover {
    opacity: 0.8;
  }
  
  .cookies-button a:nth-child(2) {
    background-color: black;
    padding: 10px 20px;
    color: white;
    transition: 0.3s;
    transition: 0.3s;
  }
  
  .cookies-button a:nth-child(2):hover {
    opacity: 0.8;
  }
  
  
  .cart-empty{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
  }
  
  .cart-img{
    text-align: center;
  }
  
  .cart-img p{
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    color: rgb(168, 168, 168);
  }
  
  .product-not-found{
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  

  
  @media (max-width: 991px) {
 
    .user-profile {
      display: block;
    }
  
    .user-nav {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .user-description {
      width: 100%;
      margin-bottom: 15px;
    }
    .products-you-may-like .col-md-7{
        width:100%!important;
    }
    .Product-details-c{
        margin-top:150px;
  }

  .tools-lvl-3 {
      position:static!important;
  }
  .tools-lvl-3 .add-to-cart {
      padding:0px!important;
  }
  }
  
  

  
  
  @media (max-width: 550px) {
    .new-modal-content {
      width: 95% !important;
    }
     .modal-dialog{
    max-width:95%!important;
    
    }
  .product-infos{
      margin-top:450px;
      border-bottom: 1px solid silver;
      padding-bottom:10px;
      margin-bottom:10px;
  }
  }

  /*  wishlist */

  .wishlist  .layout {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 100px 0;
    margin-left: -5px;
}
.wishlist .image-container {
    /*position:unset;*/
}
.wishlist .image-container .remove-icon{
    right:10px;
    top:10px;
    height:20px;
    width:20px;
    position:absolute;
    color:red;
    cursor:pointer;
    
}
.wishlist .image-container .action-box .add-to-cart a>p{
    color:white;
} 

/* cart*/
 .container .cart-part {
        padding-bottom: 10px;
        margin-bottom: 40px;
        position: relative;
    }

    .mt-container {
        padding-top: 20px;
    }
    .mt-container .checkout{
    margin-top:200px;

} 

    .mt-container .pay-section{
        margin-top:200px;
    }
   .mt-container .checkout-section{
        margin-top:0;
    }
    .title {
        text-align: left;
        font-size: 2em;
        margin-bottom: 20px;
    }

    .button.checkout {
        display: block;
        margin-bottom: 20px;
        padding: 5px 10px;
        text-transform: uppercase;
        background-color: #fff;
        color: #000;
        border: solid 1px;
        cursor: pointer;
        text-align: center;
    }

    .button.checkout:hover {
        background-color: #000;
        color: #fff;
        transition: color 0.2s, background-color 0.2s;
    }

    .shopping-cart {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .column-header,
    .shopping-cart th,
    .shopping-cart td {
        padding: 15px;
        text-align: left;
        border: 1px solid #ddd;
    }

    .product-info {
        align-items: center;
    }

    .product-image {
        width: 250px;
        height: 175px;
        margin-right: 10px;
        object-fit:contain;
    }

    .quantity-container {
        margin-top: 40px !important;
    }

    .product-quantity .qty-text {
        border: solid 2px;
    }

    .product-quantity {
        display: flex;
        justify-content: right;
        margin-bottom: 5px;
    }

    .button.remove {
        background: none;
        border: none;
        cursor: pointer;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
    }

    .buttons .button {
        padding: 5px 10px;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        cursor: pointer;
    }

    .buttons .button:hover {
        background-color: #f2f2f2;
    }

    .button.continue {
        margin-right: auto;
    }

    .button.update,
    .button.clear {
        margin-left: 19px;
    }

    .button.continue:hover,
    .button.update:hover,
    .button.clear:hover {
        background-color: #000;
        color: #fff;
        transition: color 0.2s, background-color 0.2s;
    }

    .summary-section {
        justify-content: space-between;

    }

    .totals {
        background-color: #fff;
        position: sticky;
        top: 110px;
        width: auto;
        padding: 20px;
        height: fit-content;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .totals h2 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .discount-codes form {
        display: flex;
        flex-direction: column;
    }

    .discount-codes label {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .summary-section input,
    .estimate-shipping input {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        width: 100%;
    }

    .button.get-quote,
    .button.apply-coupon {
        padding: 10px;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        align-self: flex-start;
    }



    .totals .subtotal,
    .totals .grand-total {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .totals .grand-total .amount {
        /* color: #938064; */
        color: black;
        font-size: 1.5em;
        font-weight: bold;
    }

    .button.proceed-to-checkout {
        padding: 10px;
        border: 1px solid black;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }

    button.cont-shop {
        padding: 10px;
        border: 1px solid black;
        background-color: black;
        color: white;
        cursor: pointer;
        margin-bottom: 8px;
        width: 100%;
        text-align: center;
    }

    .button.multiple-addresses {
        padding: 10px;
        color: #000;
        cursor: pointer;
        margin-bottom: 8px;
        width: 100%;
        justify-content: right;
    }

    /* .button.proceed-to-checkout:hover,
.button.get-quote:hover,
.button.apply-coupon:hover {
    background-color: #000;
    color: #fff;
    transition: color 0.2s, background-color 0.2s;
} */

    .button.multiple-addresses:hover {
        color: #938064;
        transition: color 0.2s;
    }

    .product-quantity .quantity-container {
        width: 100px;
        display: flex;
        margin: 0;
        border: 1px solid rgb(179, 179, 179);
    }

    .product-quantity .quantity-container .button.plus,
    .product-quantity .quantity-container .button.minus {
        border: none;
        padding: 3px;
        width: 25%;
        background-color: transparent !important;
    }

    .product-quantity .quantity-container .qty-text {
        font-size: 17px;
        display: block;
        width: 50%;
        text-align: center;
        background-color: white;

        border: none;
    }

    .cart-item {
        border-bottom: 2px solid #ececec;
    }

    .cart-item:last-child {
        border-bottom: none;
    }

    /* .container .pay-section .cart-part .cart-head {
    gap: 465px;
} */

    .container .pay-section .cart-part .cart-item {
        display: flex;
        padding-bottom: 10px;
        justify-content:space-between;
    }

    .product-quantity-remove {
        position: relative;
        width: 30%;
        text-align: right;
        padding-right: 20px;
    }

    .remove-icon {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .remove-icon i {
        color: rgb(180, 7, 7);
    }

    .product-img-desc {
        display: flex;
        /*width: 70%;*/
        gap: 20px;
        color:#524e4e;
    }


    .product-img {
        width: 250px;
        border:1px solid lightgrey;
    }

   

    .checkout-total {
        margin-top: 60px;
    }

    .cart-item-group {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .cart-item-group h5 {
        font-size: 20px;
        width: 50%;
    }

    /* .your-address{
    margin-top: 10px;
} */

    .your-address ul li {
        margin-top: 15px;
        font-size: 15px;
        color: rgb(109, 108, 108);
    }

    .edit-btn {
        width: 50%;
        justify-content: right;
        display: flex;
    }

    .edit-btn i {
        cursor: pointer;
    }

    .cart-address-heading {
        border-bottom: 2px solid #ececec;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .cart-item-group .cart-item {
        margin-bottom: 10px !important;
    }

    .container .pay-section .cart-part .cart-item .product-info .back-to-store-page .product-name {
        font-size: 21px;
        color: #000;
    }


    .container .pay-section .cart-part .cart-item .product-quantity {

        margin-top: 10px;
    }



    .container .pay-section .cart-part .cart-item .product-subtotal {
        font-size: 21px;
        font-weight: 400;

    }

.cart-item-group .cart-item .l-desc{
    width:70%;
}


    /*modal popup*/
    .new-modal {
        display: none;
        position: fixed;
        z-index: 999999999;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .new-modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 55%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .modal-close {
        color: black;

        font-size: 28px;
        font-weight: bold;
    }

    .modal-close:hover,
    .modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .new-modal-header {
        padding: 10px 16px;
        border-bottom: 1px solid rgb(189, 188, 188);
        display: flex;
        margin-bottom: 10px;
    }

    .address-modal-title {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .close-modal {
        width: 50%;
        text-align: right;
    }

    .new-modal-body {
        padding: 15px 16px;
    }

    .address-box label {
        width: 100%;
        margin-bottom: 5px;
    }

    .address-box input {
        width: 100%;
        padding: 8px;
    }

    .new-modal-body form {
        margin-left: 10px;
    }

    .address-change {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;

    }

    .address-box {
        width: calc(50% - 20px);
    }

    .summary-section.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    /*modal pop up*/

    @media (max-width:550px) {
        .container {
            width: 90%;
            padding: 0px;
        }

        .container .pay-section .cart-part .cart-head {
            gap: 0px;
        }

        .container .pay-section .cart-part .cart-head .cont-shop {
            margin-left: 100px;
        }

        .container .cart-part {
            margin-bottom: 0px !important;
        }

        .product-img-desc {
            display: block;
        }
        .product-img img{
            width:175px;
        }

        .porduct-relative {
            position: static;
            transform: translate(0, 0);
            margin-top: 5px;
        }
    }
    


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal-close {
    color: black;

    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.new-modal-header {
    padding: 10px 16px;
    border-bottom: 1px solid rgb(189, 188, 188);
    display: flex;
    margin-bottom: 10px;
}

.address-modal-title {
    width: 50%;
    display: flex;
    align-items: center;
}

.close-modal {
    width: 50%;
    text-align: right;
}

.new-modal-body {
    padding: 15px 16px;
}

.address-box label {
    width: 100%;
    margin-bottom: 5px;
}

.address-box input {
    width: 100%;
    padding: 8px;
}

.new-modal-body form {
    margin-left: 10px;
}

.address-change {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;

}

.address-box {
    width: calc(50% - 20px);
}

.form-address {
    margin-top: 20px;
}

.business-form {
    padding: 30px;
    background-color: rgb(238, 238, 238);
    border-radius: 5px;
    display: none;
}

.pos-stick {
    position: sticky;
    top: 120px;
}

.private-div {
       padding: 30px;
    background-color: rgb(238, 238, 238);
    border-radius: 5px;;
}

.private-form-new {

    display: flex;
    gap: 15px;

    width: 100%;
}

.private-div {

    display:block;

}

.private-div input {
    width: 100%;
    margin-top: 6px;
    padding: 8px;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
}

.business-form label {
    color: rgb(107, 106, 106);
    font-size: 15px;
    font-weight: 500;
}

.new-form input {
    width: 100%;
    margin-top: 6px;
    padding: 8px;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
}

.new-form {
    margin-top: 20px;
}

.new-form:first-child {
    margin-top: 0px;
}

.postal {
    margin-top: 15px;
}

.postal label {
    width: 100%;
}

.postal input {
    width: 100%;
    margin-top: 6px;
    padding: 8px;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
}

.house-state-no {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.input-sate {
    width: 33.33%;
}

.input-sate input {
    width: 100%;
    margin-top: 6px;
    padding: 8px;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
}

.btn-smt {
    margin-top: 15px;
}

.btn-smt button {
    background-color: black;
    color: white !important;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
}

.address-next {
    background-color: black;
    color: white !important;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
}



/*modal pop up*/

.order-type {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.order-list p {
    border: 1px solid rgb(204, 204, 204);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom:0;
}

.cart-active-list {
    border: 2px solid #0d6efd !important;
    border-radius: 8px;

}

.progress-line {
    margin-bottom: 30px;
    position: relative;
}

.flex-progress {
    display: flex;
}

.line-absolute {
    width: 20%;
}

.text-align-center {
    text-align: center;
    width: 30%;
}

.text-align-right {
    text-align: right;
}

.progress-relative {
    width: 100%;
    height: 4px;
    background-color: rgb(235, 235, 235);


}

.line-absolute {
    z-index: 7;
}

.line-absolute i {
    background-color: white;
}

.line-absolute p {
    margin-bottom: 10px;
}

.line-progress {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;

}

.progress-absolute {
    position: absolute;
    background-color: #0d6efd;
    height: 100%;
    left: 0px;
    top: 0px;
}

.active-i {
    color: #0d6efd !important;
    /* color: white; */
    border-radius: 50%;
}

.active-para {
    color: #0d6efd !important;
}

h3.head-color {
    color: #0d6efd !important;
}

.your-address-col {
    margin-top: 15px;
    display: flex;
}

.your-address-col p {
    width: 50%;
}

.your-address-col .change-add {
    width: 50%;
    text-align: right;
}


.change-add a {
    font-weight: 500;
    font-size: 15px;
}

.change-add a i {
    font-size: 12px;
}

.address-delivery-select {
    margin-top: 20px;
}

.delivery-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 18px 15px;
    border-radius: 5x;
    border: 2px solid rgb(240, 240, 240);
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
}

.payment-select-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 18px 15px;
    border-radius: 5x;
    border: 2px solid rgb(240, 240, 240);
    margin-top: 15px;
    cursor: pointer;
}

.active-delivery-box {
    border-color: #0d6dfd62 !important;
    border-radius: 5px;
}

.left-box-delivery {
    width: 25%;
}

.right-box-delivery {
    width: 75%;
    display: flex;
}

.right-box-delivery p {
    color: rgb(173, 173, 173);
    font-size: 15px;
}

.date-between {
    width: 75%;
}

.cost-delivery {
    width: 25%;
    text-align: right;
}

.delivery-box p b {
    font-size: 15px;
}

p.free-cost {
    color: #0d6efd !important;
    font-weight: 500;
    font-size: 16px !important;
}

p.charge-cost {
    color: rgb(37, 37, 37) !important;
    font-weight: 500;
    font-size: 16px !important;
}

.address-overview {
    margin-top: 10px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
}

.address-col {
    margin-top: 15px;
    display: flex;

}

.address-left {
    width: 50%;
    font-size: 14px;
    line-height: 25px;
}

.address-right {
    width: 50%;
    font-size: 14px;
    line-height: 25px;
}

.change-info {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.change-info a i {
    font-size: 12px;
}

.card-icon-flex {
    display: flex;
    gap: 10px;

}

.card-icon-flex i {
    font-size: 20px;
}

.payment-box-new {
    display: flex;
    gap: 20px;
    align-items: center;
}

.payment-form-credit {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-form-credit input {
    padding: 8px;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
}

.input-50 {
    width: calc(50% - 10px);
}

.input-30 {
    width: calc(33.33% - 10px);
}

@media (max-width:770px){
    .mt-container .pay-section{
        margin-top:0px;
    }
}

@media (max-width:550px) {
    .container {
        width: 90%;
        padding: 0px;
    }

    .container .pay-section .cart-part .cart-head {
        gap: 0px;
    }

    .container .pay-section .cart-part .cart-head .cont-shop {
        margin-left: 100px;
    }

    .container .cart-part {
        margin-bottom: 0px !important;
    }
    .mt-container .pay-section{
        margin-top: 0px;
    }

    .product-img-desc {
        display: block;
    }

    .porduct-relative {
        position: static;
        transform: translate(0, 0);
        margin-top: 5px;
    }
}
