body {
    font-family: Oxygen;  
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    background-color: #f7f7f7;
    letter-spacing: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

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

a, a:hover {
    text-decoration: none;
    color: #676767;
}

:focus {
    outline: none;
}
button:focus {
    outline: none;
}

@font-face {
    font-family: Oxygen;
    font-weight: 300;
    src: url("../fonts/Oxygen-Light.ttf");
}
@font-face {
    font-family: Oxygen;
    font-weight: 400;
    src: url("../fonts/Oxygen-Regular.ttf");
}
@font-face {
    font-family: Oxygen;
    font-weight: 700;
    src: url("../fonts/Oxygen-Bold.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

.input-main {
    width: 100%;
    border: 0;
    padding: 8px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 13px;
    color: #111;
    height: 36px;
    -webkit-appearance: none;
}

.input-main:focus {
    -webkit-box-shadow: 0 0 1px rgb(38, 45, 71) !important;
    -moz-box-shadow: 0 0 1px rgb(161, 106, 169) !important;
    box-shadow: 0 0 1px rgb(39, 46, 72) !important;
    border: none;
    background: transparent;
}


.head-logo-main {
    background-color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}
.head-right-part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head-right-part li {
    margin: 0 5px;
}
.search-part {
    display: flex;
}
.search-part img {
    width: 20px;
    margin-right: 10px;
}
.search-part input {
    width: 400px;
}
.header-user-profile-inner img {
    width: 35px;
}
.laguage-part select {
    -moz-appearance: none;
        appearance: none;
        border: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    background: #F4F0FA;
    display: inline-block;
    margin: 0 auto;
    padding: 0 8px;
    font: normal normal 700 12px/15px Oxygen;
    color: #540C70;
    text-transform: uppercase;
}
.cart-part .cart-btn {
    font: normal normal 700 10px/12px Oxygen;
    color: #A89ABC;
    border: 1px solid #F4F0FA;
    border-radius: 8px;
    padding: 0 0 0 8px;
    display: flex;
    align-items: center;
}
.cart-part .cart-btn .cart-icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50px;
    background-color: #F4F0FA;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}
.cart-part .cart-btn .cart-icon img {
    width: 18px;
}
.profile-part .dropdown-toggle::after {
    content: none;
}
.profile-part .dropdown-menu {
    padding: 0;
}
.profile-part .dropdown-item {
    font: normal normal 400 12px/15px Oxygen;
    color: #A89ABC;
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.profile-part .dropdown-item:last-child {
    border-bottom: none;
}
.profile-part .dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.laguge-part .dropdown-toggle::after {
    content: none;
}
.laguge-part .dropdown-menu {
    padding: 0;
    min-width: 80px;
}
.laguge-part .dropdown-item {
    font: normal normal 400 12px/15px Oxygen;
    color: #A89ABC;
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.laguge-part .dropdown-item:last-child {
    border-bottom: none;
}
.laguge-part .dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.laguge-part .dropdown-toggle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    background: #F4F0FA !important;
    display: inline-block;
    margin: 0 auto;
    font: normal normal 700 12px/35px Oxygen;
    color: #540C70;
    text-transform: uppercase;
    cursor: pointer;
}

.head-logo {
    width: 150px;
    max-width: 150px;
}
.head-logo img {
    width: 120px;
    margin: 0 auto;
}
.inner-logo {
    float: left;
    display: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.inner-logo img {
    width: 110px;
    margin: 4px auto;
}
.head-main-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
}

.menu-wrapper {
    float: right;
    cursor: pointer;
    margin: 13px 0;
    display: none;
}
.hamburger-menu {
    position: relative;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    background: #540C70;
    -webkit-transition: all 0ms 300ms;
    -moz-transition: all 0ms 300ms;
    -o-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
}
.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #540C70;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #540C70;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu, .hamburger-menu:after, .hamburger-menu:before {
    width: 30px;
    height: 3px;
}


ul.menu-list-main {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
ul.menu-list-main li{
    display: inline-block
}
ul.menu-list-main li a{
        display: block;
    padding: 15px 12px;
    /* font: normal normal 800 12px/10px Oxygen; */
    color: #000000;
    text-transform: capitalize;
    opacity: 0.6;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 700;
}
ul.menu-list-main li a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0%;
    height: 4px;
    background: #FD026D;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.menu-list-main li a:hover{
     opacity: 1;
}
ul.menu-list-main li a:hover:before{
    width: 100%;
}
ul.menu-list-main li.active a{
    opacity: 1;
}
ul.menu-list-main li.active a:before{
    width: 100%;
    
}
ul.menu-list-main li{
    position: relative;
}
.header-fixed.header-sticky ul.menu-list-main li a {
    padding: 21px 12px;
}

.header-fixed.header-sticky .fixed-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    padding: 0 0;
    z-index: 1;
    animation: smoothScroll 0.8s forwards;
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.header-fixed.header-sticky ul.menu-list-main {
    text-align: right;
}

.header-fixed.header-sticky .inner-logo {
    display: block;
}

/*======== button ========*/
.main-button {
    position: relative;
}
.main-button a {
    position: relative;
    font: normal normal 700 13px/16px Oxygen;
    letter-spacing: 0.65px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10px 14px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    border-radius: 6px;
    background: #fd026d;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-button a:hover::before {
    opacity: 1;
}
.main-button a:hover {
    color: #ffffff;
    -webkit-box-shadow: rgb(101 0 43 / 0.99) 0 0px 0px 40px inset;
    -moz-box-shadow: rgb(101 0 43 / 0.99) 0 0px 0px 40px inset;
    -ms-box-shadow: rgb(101 0 43 / 0.99) 0 0px 0px 40px inset;
    -o-box-shadow: rgb(101 0 43 / 0.99) 0 0px 0px 40px inset;
    box-shadow: rgb(101 0 43 / 0.99) 0 0px 0px 40px inset;
}

/*banner-section*/
.banner-text-item {
    position: relative;
}
.banner-text {
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
}
.banner-text-item h2 {
    font: normal normal 300 43px/54px Oxygen;
    color: #FFFFFF;
}
.banner-text-item p {
    font: normal normal 300 20px/26px Oxygen;
    color: #FFFFFF;
    opacity: 0.8;
}
.banner-full-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-full-section .slick-dots {
    width: auto;
    left: auto;
    right: 20px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
}
.banner-full-section .slick-dots li{
    width: auto;
    height: auto;
    margin: 4px 0;
}
.banner-full-section .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: #6e6e6e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-full-section .slick-dots li.slick-active button {
    height: 20px;
    background: transparent;
    border: 2px solid #6e6e6e;
}
.banner-full-section .slick-dots li button::before {
    display: none;
}


.product-wrapper {
    padding-top: 30px;
}
.product-head {
    text-align: left;
}
.product-head h4 {
    font: normal normal 700 24px/30px Oxygen;
    color: #030507;
    margin-bottom: 5px;
}
.product-head p {
    font: normal normal 300 16px/24px Oxygen;
    color: #191C1E;
    opacity: 0.8;
    margin-bottom: 5px;
}
.product-list-box-wrapper {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.product-list-discripation {
    padding: 15px 15px;
}
.product-list-discripation h2 {
    font: normal normal 700 13px/14px Oxygen;    
    color: #030507;
    opacity: 0.5;
    margin-bottom: 8px;
}
.product-list-discripation h3 {
    font: normal normal 700 22px/25px Oxygen;    
    color: #030507;
    margin-bottom: 5px;    
}
.product-list-discripation a {
    font: normal normal 700 10px/11px Oxygen;
    letter-spacing: 0.45px;
    color: #FD026D;
}
.product-list-discripation a img {
    width: 11px;
    margin-left: 3px;
    margin-top: -2px;
}
.help-section {
    padding: 80px 0;
    margin-top: 50px;
    background-image: url(../images/background-image.png);
    background-position: center;
    background-size: cover;
}
.help-content {
    text-align: center;
}
.help-content h4 {
    font: normal normal 700 31px/39px Oxygen;    
    color: #FFFFFF;
    margin-bottom: 5px;
}
.help-content p {
    font: normal normal 300 20px/26px Oxygen;    
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 15px;
}



/*footer section*/
.footer-section {
    padding: 20px 0 30px 0;
}
.newslatter-link h3 {
    font: normal normal 700 22px/29px Oxygen;    
    color: #160B14;
    margin-bottom: 20px;
}
.newsletter-main {
    display: flex;
    width: 100%;
}
.newsletter-main input {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 10px 15px;
    width: 280px;
    margin-right: 10px;
    font: normal normal 300 12px/15px Oxygen;
    color: #5C5C72;
    opacity: 1;
}
.newsletter-main button {
    font: normal normal 700 12px/15px Oxygen;
    letter-spacing: 0.6px;
    background: #fff;    
    color: #5C5C72;
    opacity: 1;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    cursor: pointer;
}
.footer-link ul li a {
    font: normal normal 700 13px/15px Oxygen;
    color: #7F7F7F;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-link ul li a:hover {
    color: #FD026D;
}
.footer-link ul li {
    position: relative;
    padding: 10px 0 0 0;
}

.footer-end {
    background-color: #fff;
    padding: 15px 0;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
}
.copyright-text p {
    font: normal normal 400 14px/29px Inter;
    color: #5C5C72;
    opacity: 0.7;
    margin-bottom: 0;
}
.social-icon ul li {
    display: inline-block;
}
.social-icon ul li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;  
    border-radius: 100px;  
    background: #fff;
    border: 1px solid #848484; 
    text-align: center;
    margin: 0 5px;
    color: #848484;
    transition: all 0.3s;
}
.social-icon ul li a:hover {
    background-color: #FD026D;
    border: 1px solid #FD026D; 
}
.social-icon ul li img {
    width: 13px;
}
.social-icon ul li a:hover img {
   filter: brightness(0) invert(1);
}

/*========== Custom Radio Button ==========*/
.cust-radio-bx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.cust-radio-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cust-rdbx {
  position: absolute;
  top: 6px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}
.cust-radio-bx input:checked ~ .cust-rdbx {
  background-color: #FF0076;
}
.cust-rdbx:after {
  content: "";
  position: absolute;
  display: none;
}
.cust-radio-bx input:checked ~ .cust-rdbx:after {
  display: block;
}
.cust-radio-bx .cust-rdbx:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*checkout page css*/
.checkout-wrapper {
    padding: 80px 0;
}
.checkout-heading h2 {
    font: normal normal 700 24px/20px Oxygen;
    letter-spacing: 1px;
    color: #1A1C29;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.checkout-heading p {
    font: normal normal 400 13px/16px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
    opacity: 0.5;
}
.checkout-detail p {
    font: normal normal normal 13px/20px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5;
    margin-bottom: 0;
}
.payment-type ul li {
    margin-bottom: 10px;
    padding: 15px;
}
.payment-type ul li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.checkout-right-part h2 {
    font: normal normal bold 14px/38px Roboto-Bold;
    letter-spacing: 0.7px;
    color: #1A1C29;
    text-transform: uppercase;
}
.payment-detail ul {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 37px #8CA0B729;
    border-radius: 10px;
    padding: 10px 15px;
}
.payment-detail ul li {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(154 158 178 / 0.3);
    font: normal normal bold 15px/17px Roboto-Bold;
    color: #000000;
}
.payment-detail ul li span.item-name {
    font: normal normal normal 14px/19px Roboto-Bold;
    color: #969696;
}
.payment-detail ul li span i {
    font-style: normal;
    color: #ACAFC3;
    font-size: 17px;
    margin-right: 2px;
}
.payment-detail ul li:last-child {
    border-bottom: none;
}
.payment-button {
    margin-top: 25px;
}
.payment-button a {
    width: 100%;
}

.payment-option {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 10px;
}
.payment-type ul li .payment-option img {
    width: 24px;
    margin-right: 15px;
}
.payment-type ul li.active .payment-option img {
    filter: brightness(0.5);
}
.payment-type ul li .payment-text p {
    font: normal normal normal 14px/14px Roboto-Regular;
    color: #1A1C29;
    margin-bottom: 0;
}
.payment-type ul li.active .payment-text p {
    font: normal normal bold  14px/14px Roboto-Bold;
}
.payment-text span {
    font: normal normal normal 11px/14px Roboto-Regular;
    color: #969696;
}

.step-progress {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
  width: 427px;
}
 
.step {
    box-sizing: border-box;
    position: relative;
    /*z-index: 1;*/
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background-color: #707070;
}
 .step i {
    color: #fff;
 }
.step:after {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 30px;
    width: 197px;
    height: 6px;
    content: '';
    background-color: #707070;
}
.step:before {
    position: absolute;
    top: 40px;
    font: normal normal normal 12px/19px Roboto-Regular;
    color: #1A1C29;
    white-space: nowrap;
}
.step:last-child:after {
  content: none;
}
.step.active {
  background-color: #FF0076;
}
.step.active:after {
  background-color: #FF0076;
}
.step.active:before {
  color: #1A1C29;
}
.step.active + .step {
  background-color: #FF0076;
} 
.step:nth-child(1):before {
    right: -45px;
    content: 'Select Product';
}
.step:nth-child(2):before {
    right: -25px;
    content: 'Add Address';
}
.step:last-child:before {
    right: 0;
    content: 'Review';
}

.address-wrap h3 {
    font: normal normal bold 15px/25px Roboto-Bold;
    letter-spacing: 0.7px;
    color: #1A1C29;
    margin-bottom: 5px;
}
.address-btn a {
    font: normal normal bold 14px/21px Roboto-Bold;
    letter-spacing: 0.14px;
    color: #003170 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F6F6F6;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.address-btn a img {
    margin-right: 10px;
    margin-top: -4px;
}
.address-box {
    padding-top: 30px;
}
.address-box h4 {
    font: normal normal bold 14px/30px Roboto-Bold;
    letter-spacing: 0.6px;
    color: #1A1C29;
    margin-bottom: 5px;
}
.address-box .add-box-inner {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.address-box .add-box-inner p {
    font: normal normal normal 13px/18px Roboto-Regular;
    color: #1A1C29;
    margin-bottom: 0;
}
.add-box-inner .detail-button ul li img {
    margin-right: 7px;
    width: 17px;
    margin-top: -3px;
}
.add-box-inner .detail-button ul li a:hover img {
    filter: brightness(0) invert(1);
}
.add-box-inner .detail-button ul li.add-cart a {
   width: 125px
}

/*popup css*/
.custom-popup {
    padding-right: 0 !important;
}
.custom-popup .modal-content {
    border: none;
    border-radius: 8px;
}
.custom-popup.fade .modal-dialog {
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out,-webkit-transform .6s ease-out;    
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.custom-popup.show .modal-dialog {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.custom-popup .modal-header button {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 36px;
    color: #003170;
    opacity: 1;
    font-family: serif;
    margin: 0;
    padding: 0;
    text-shadow: none;
}
.custom-popup .modal-header {
    border-bottom: none;
}
.custom-popup h4.modal-title {
    font: normal normal normal 18px/20px Roboto-Regular;
    letter-spacing: 0.2px;
    color: #1A1C29;
}
.custom-popup .modal-footer {
    justify-content: center;
    border-top: none;
}
.custom-popup .modal-footer .main-button a {
    background-color: #FF0076;
    padding: 10px 70px;
}
.address-detail h2 {
    font: normal normal bold 14px/30px Roboto-Bold;
    letter-spacing: 0.7px;
    color: #1A1C29;
    text-transform: uppercase;
}
.address-detail .form-group label {
    font: normal normal normal 12px/20px Roboto-Regular;
    letter-spacing: 0.96px;
    color: #9A9EB2;
    text-transform: uppercase;
}
.address-detail .form-group .input-main {
    border: 1px solid #D6E1F2;
    font: normal normal normal 14px/20px Roboto-Regular;
    color: #2B2F52;
}

/*product-detail-css*/
.product-detail-wrapper {
    padding: 80px 0 0 0;
}
.product-detail-image .image-item {
    border-radius: 26px;
    overflow: hidden;
}
.product-detail-image .slick-initialized .slick-slide {
    padding: 0 10px;
}
.product-detail-image .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}
.product-detail-image .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #140E13;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.product-detail-image .slick-dots li.slick-active button {
    background: #140E13;    
}
.product-detail-image .slick-dots li button::before {
    display: none;
}
.product-detail p {
    font: normal normal 700 11px/14px Oxygen;
    color: #030507;
    text-transform: uppercase;
    margin-bottom: 3px;
    opacity: 0.5;
}
.product-detail h2 {
    font: normal normal 700 23px/28px Roboto-Bold;
    letter-spacing: 0.23px;
    color: #1A1C29;
    margin-bottom: 3px;
}
.product-detail span {
    font: normal normal normal 12px/14px Roboto-Regular;
    color: #969696;
}
.price-detail {
    padding: 10px 0;
}
.price-detail span {
    font: normal normal normal 11px/11px Roboto-Regular;
    letter-spacing: 0.18px;
    color: #2B2F52;
}
.price-detail h2 {
    font: normal normal 700 30px/32px Roboto-Bold;
    color: #FF0076;
    margin-bottom: 0;
    margin-top: 5px;
}


.number-detail .num-in {
    float: left;
    width: 126px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}
.number-detail .num-in span {
    font-size: 24px;
    text-align: center;
    display: block;
    width: 40px;
    float: left;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    color: #003170;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.number-detail .num-in input {
    border: none;
    float: left;
    width: 44px;
    text-align: center;
    font: normal normal normal 14px/30px Roboto-Regular;
    letter-spacing: 0.14px;
    background-color: transparent;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #2B2F52;
}
.choice-select {
    display: flex;
    padding: 20px 0;
}
.choice-select .size-dtl {
    margin-right: 15px;
}
.choice-select p {
    font: normal normal bold 12px/14px Oxygen;
    color: #030507;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
ul.color-box-main {
    margin: 5px 0;
    display: inline-block;
}
ul.color-box-main li {
    float: left;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    position: relative;
    cursor: pointer;
}
.color-1 {
    background: #000000;
}
.color-2 {
    background: #747474;
}
.detail-button {
    padding: 50px 0 30px 0;
}
.detail-button ul li {
    display: inline-block;
    margin-right: 10px;
}
.detail-button ul li a {
    border: 1px solid #fd026d;
    padding: 10px 30px;
}
.detail-button ul li a:hover {
    color: #ffffff;
    -webkit-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -moz-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -ms-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -o-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    border: 1px solid rgb(112 112 112 / 0.99);
}
.detail-button ul li.add-cart a {
    border: 1px solid #707070;
    background: transparent;
    color: #1A1C29;
    opacity: 0.7;
    padding: 8px 20px;
    font: normal normal bold 14px/19px Roboto-Bold;
    letter-spacing: 0.14px;
    color: #003170;
}
.detail-button ul li.add-cart a:hover {
    color: #ffffff;
    -webkit-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -moz-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -ms-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    -o-box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
    box-shadow: rgb(112 112 112 / 0.99) 0 0px 0px 40px inset;
}
.product-detail-tab .nav-tabs {
    border-bottom: none;
}
.product-detail-tab .nav-tabs .nav-item {
    margin-bottom: 0;   
}
.product-detail-tab .nav-tabs .nav-link {
    border: none;
    padding: 10px 12px;
    font: normal normal normal 16px/20px Roboto-Regular;
    letter-spacing: 0.19px;
    color: #1A1C29;
    opacity: 0.5;
}
.product-detail-tab .nav-tabs .nav-link.active {
    font: normal normal bold 16px/20px Roboto-Bold;
    opacity: 1;
}
.product-detail-tab .nav-tabs .nav-item.show .nav-link, .product-detail-tab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #1A1C29;
}
.product-detail-tab .nav-tabs .nav-link:focus, .product-detail-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
    border: none;
    border-bottom: 2px solid #1A1C29;
    font: normal normal bold 16px/20px Roboto-Bold;
    opacity: 1;
}
/*
.tab-detail-content p {
    font: normal normal normal 13px/20px Roboto-Regular;
    color: #2B2F52;
    text-align: center;
    padding: 50px 0;
}
.tab-detail-content ul {
    text-align: center;
}
.tab-detail-content ul li {
    padding: 30px 15px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    width: 163px;
    margin: 0 10px;
}
.tab-detail-content ul li img {
    width: 36px;
}
.tab-detail-content ul li h2 {
    font: normal normal normal 16px/20px Roboto-Regular;
    letter-spacing: 0.34px;
    color: #2B2F52;
    margin-bottom: 0;
    margin-top: 10px;
}*/
.bg-white {
    background-color: #fff;
}
.product-wrapper.bg-white {
    padding-bottom: 30px;
}
.product-wrapper.bg-white .product-head h4 {
    font: normal normal bold 19px/28px Roboto-Bold;
    letter-spacing: 0.19px;
    color: #1A1C29;
}
.cust-select-main {
    text-overflow: ellipsis;
    background: url(../images/down-arrow.svg) no-repeat right .75rem center/20px 12px #fafafa;
}
.cust-select-main:focus {
    background: url(../images/down-arrow.svg) no-repeat right .75rem center/20px 12px #fff;
}

/*order-detail*/
.order-detail-accordion .card {
    margin-bottom: 8px;
    border-radius: 0;
    border: 0;
    background: transparent;
}
.order-detail-accordion .card .card-header {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    font: normal normal bold 12px/18px Roboto-Bold;
    letter-spacing: 0.6px;
    color: #1A1C29;
    text-transform: uppercase;
    padding: 12px 15px;
    cursor: pointer;
}
.order-detail-accordion .card .card-header.collapsed {
    border-radius: 10px;
}
.order-detail-accordion .card-body {
    padding: 0;
    margin-bottom: 10px;
}
.order-detail-accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #003170;
}
.order-detail-accordion .card-header.collapsed:after {
    content: "\f067"; 
}
.order-button {
    margin-top: 20px;
}
.order-button a {
    width: 100%;
}

/*review order detail*/
.delivery-address {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
}
.delivery-address h2 {
    font: normal normal bold 13px/20px Roboto-Bold;
    letter-spacing: 0.6px;
    color: #1A1C29;
    text-transform: uppercase;
    padding: 15px 15px 5px 15px;
    margin-bottom: 0;
}
.delivery-address .address-box {
    border-top: 2px solid #E6E6E6;
    padding: 15px;
}
.delivery-address .address-box .add-box-inner {
    padding: 0;
}
.delivery-address .address-box h4 {
    font: normal normal bold 13px/30px Roboto-Regular;
    letter-spacing: 0.7px;
    color: #1A1C29;
    text-transform: uppercase;
}
.product-qty-detail {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
}
.product-qty-detail h2 {
    font: normal normal bold 13px/20px Roboto-Bold;
    letter-spacing: 0.6px;
    color: #1A1C29;
    text-transform: uppercase;
    padding: 15px 15px 5px 15px;
    margin-bottom: 0;
}
.product-qty-detail .qty-box {
    border-top: 2px solid #E6E6E6;
    padding: 15px;
    display: flex;
}
.product-qty-detail .qty-box .qty-box-img {
    width: 120px;
}
.product-qty-detail .qty-box .qty-box-img img {
    border-radius: 5px;
    width: 100%;
}
.product-qty-detail .qty-box-content {
    padding-left: 15px;
}
.qty-detail h4 {
    font: normal normal bold 14px/18px Roboto-Bold;
    letter-spacing: 0.14px;
    color: #1A1C29;
    margin-bottom: 3px;
}
.qty-detail p {
    font: normal normal normal 12px/16px Roboto-Regular;
    color: #969696;
    margin-bottom: 3px;
}
.count-qty h2 {
    font: normal normal normal 14px/16px Roboto-Regular;
    letter-spacing: 0.28px;
    color: #2B2F52;
    padding: 10px 0 20px 0;
}
.count-qty h2 span {
    font: normal normal bold 16px/16px Roboto;
    color: #FF0076;
    padding-left: 15px;
}
.count-qty h2 span i {
    font-style: normal;
    font-size: 17px;
    margin-right: 2px;
}
.delete-qty {
    padding: 6px 8px;
    background: #F4F4F7;
    border-radius: 6px;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}
.delete-qty img {
    width: 17px;
}

/*payment css*/
.payment-right-part .payment-detail {
    padding-bottom: 40px;
}
.cust-order-detail .payment-detail ul {
    border-radius: 0 0 10px 10px;
}
.cust-order-detail .payment-detail ul {
    box-shadow: none;
    border-top: 2px solid #E6E6E6;
}
/*success page css*/
.success-content {
    text-align: center;
    width: 340px;
    margin: 0 auto;
}
.success-button {
    text-align: center;
    margin: 20px 0 0 0;
}
.success-button a {
    width: 300px;
}
.detail-name {
    margin-top: 30px;
}
.detail-name h2 {
    font: normal normal bold 30px/30px Roboto-Bold;
    color: #003170;
    text-transform: uppercase;
}
.detail-name p {
    font: normal normal 300 14px/21px Roboto-Regular;
    letter-spacing: 0px;
    color: #1A1C29;
    margin-bottom: 0;
}
.detail-id {
    margin: 10px 0;
}
.detail-id ul li {
    font: normal normal 300 13px/22px Roboto-Regular;
    color: #1A1C29;
}
.detail-id ul li span {
    font: normal normal bold 13px/22px Roboto-Bold;
    color: #1A1C29;
}

.svg-animation svg {
  width: 100px;
  display: block;
  margin: 0 auto;

}
.svg-animation .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.svg-animation .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.svg-animation .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.svg-animation .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}


.backtop-main {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 37px;    
    background: #fd026d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    display: none;
}

/*about & contact css 3-11-20*/
.contact-wrap {
    background-image: url(../images/contact-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.contact-detail {
    padding: 20px 0;
}
.contact-form {
    padding: 20px 0; 
}
.contact-detail h2 {
    font: normal normal bold 25px/38px Roboto-Bold;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.contact-detail p {
    font: normal normal normal 12px/25px Oxygen;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 1;
}
.contact-detail ul li {
    padding-bottom: 5px;
}
.contact-detail ul li a {
    font: normal normal 400 13px/29px Oxygen;
    letter-spacing: 0.51px;
    color: #FFFFFF;
    opacity: 1;
}
.contact-detail ul li img {
    width: 20px;
    margin-right: 15px;
}
.contact-form input.input-main {
    height: 40px;    
}
.contact-form .input-main {
    opacity: 0.87;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.contact-form .input-main:focus {
    background-color: #fff;
}
.contact-form .main-button a {
    padding: 12px 14px;
}

.about-full-section {
    position: relative;
}
.about-full-section:after {
    content: '';
    position: absolute;
    bottom: -22px;
    height: 45px;
    width: 3px;
    background-color: #FD0075;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-full-section .about-banner-text {
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
    width: 450px;
    text-align: center;
}
.about-banner-text h2 {
    font: normal normal bold 25px/38px Roboto-Medium;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.about-banner-text p {
    font: normal normal 400 12px/25px Oxygen;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.our-wraper {
    padding: 80px 0;
    background-color: #fff;
}
.our-content-left h2 {
    font: normal normal bold 22px/30px Roboto-Bold;
    letter-spacing: 1.25px;
    color: #1A1C29;
    margin-bottom: 0;
    text-transform: uppercase;
}
.our-content-left p {
    font: normal normal 400 12px/22px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5;
    margin-bottom: 25px;
}
.our-content-right h4 {
    font: normal normal 700 14px/17px Oxygen;
    letter-spacing: 0px;
    color: #1A1C29;
    text-transform: lowercase;
}
.our-content-right p {
    font: normal normal 400 14px/24px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase;
    opacity: 0.5;
    margin-bottom: 30px;    
}

.count-wraper {
    background-color: #fff;
}
.count-bg {
    padding: 70px 0;
    background-color: #3C0750;
}
.count-content {
    padding: 15px 0;
}
.count-content h5 {
    font: normal normal bold 24px/30px Roboto-Bold;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.count-content p {
    font: normal normal 400 12px/22px Oxygen;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 0.6;
    margin-bottom: 0;
}
.team-wraper {
    padding: 80px 0;
}
.team-image img {
    border-radius: 10px;
}
.team-content {
    padding: 20px 0 50px 0;
    text-align: center;
    width: 500px;
    margin: 0 auto;
}
.team-content h3 {
    font: normal normal bold 25px/30px Roboto-Bold;
    letter-spacing: 1.25px;
    color: #1A1C29;
    text-transform: uppercase;
}
.team-content p {
    font: normal normal 400 14px/20px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    text-transform: lowercase;
    opacity: 0.5;
}
.team-box {
    padding: 15px 0;
}
.team-detail {
    padding-top: 25px;
}
.team-detail h4 {
    font: normal normal 700 14px/17px Oxygen;
    letter-spacing: 0px;
    color: #1A1C29;
    text-transform: uppercase;
    margin-bottom: 0;    
}
.team-detail p {
   font: normal normal 400 14px/24px Oxygen;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5; 
    margin-bottom: 0;
}

/*resposive css*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1370px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}
@media (min-width:1800px) {
    .number-detail .num-in {
        width: 130px;
    }
}

@media (max-width:1400px) {
    .step-progress {
        width: 360px;
    }
    .step:after {
        width: 165px;
    }    
}
@media (max-width:1199px) {
    .head-logo img {
        width: 150px;
    }

    /*3-11-20 css*/
    .search-part {
        display: block;
    }
    .search-part img {
        display: inline-block;
    }
    .search-part input {
        display: inline-block;
    }

}

@media (max-width:991px) {
    .menu-wrapper {
        display: block;
    }
    .head-logo {
        display: none;
    }
    .inner-logo {
        display: block;
    }
    .inner-logo img {
        width: 100px;
        margin: 2px auto;
    }
    ul.menu-list-main {
        position: fixed;
        z-index: 10;
        background: #fff;
        left: -2px;
        width: 300px;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        padding: 0 10px 0 15px;
        -webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        box-shadow: 5px 0 5px rgba(0,0,0,0.2);
        -webkit-transform: translate(-110%, 0);
        -moz-transform: translate(-110%, 0);
        -ms-transform: translate(-110%, 0);
        -o-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu-list-main.mbl-menu-open {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        overflow: auto;
    }
    ul.menu-list-main li {
        width: 100%;
    }
    ul.menu-list-main li a {
        padding: 10px 0 10px 0;
    }
    .header-fixed.header-sticky ul.menu-list-main li a {
        padding: 10px 0 10px 0;
    }
    .menu-derk-bg {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 5;
        min-height: 100vh;
    }
    .banner-text-item h2 {
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
    }
    .banner-text-item p {
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
    }
    .main-button a {
        font-size: 12px;
    }

    .footer-section .footer-link {
        margin-top: 20px;
    }
    .ftr-link-main ul {
        display: block;
    }
    .ftr-link-main {
        display: inline-block;
        justify-content: normal;
    }
    .footer-section h2 {
        margin-bottom: 15px;
    }
    ul.menu-list-main {
        text-align: left;
    }
    .header-fixed.header-sticky ul.menu-list-main {
        text-align: left;
    }
    .address-wrap h3 {
        margin-top: 10px;
    }

    /*3-11-20 css*/
    .our-wraper {
        padding: 50px 0;
    }
    .count-bg {
        padding: 35px 0;
    }
    .our-content-right p {
        margin-bottom: 15px;
    }
    .team-wraper {
        padding: 50px 0;
    }
}

@media (max-width:767px) {
    .header-fixed.header-sticky .fixed-head {
        padding: 0 15px;
    }
    ul.menu-list-main li a:before {
        height: 2px;
    }
    ul.menu-list-main li a {
        font-size: 13px;
    }
    .hamburger-menu:after {
        top: 8px;
    }
    .hamburger-menu:before {
        bottom: 8px;
    }
    .inner-logo img {
        width: 90px;
        margin: 2px auto;
    }
    .banner-full-section .slick-dots li button {
        width: 7px;
        height: 7px;
    }
    .banner-full-section .slick-dots li.slick-active button {
        height: 15px;
    }
    .banner-full-section .slick-dots li {
        margin: 2px 0;
    }
    .product-head h4 {
        font-size: 20px;
        line-height: normal;        
    }
    .product-head p {
        font-size: 14px;
        line-height: normal;
    }
    .product-list-discripation h3 {
        font-size: 20px;
        line-height: normal;
    }
    .help-content h4 {
        font-size: 24px;
        line-height: normal;
    }
    .help-content p {
        font-size: 14px;
        line-height: normal;
    }
    .newslatter-link h3 {
        font-size: 20px;
        line-height: normal;
    }
    .menu-wrapper {
        margin: 10px 0;
    }
    .hamburger-menu, .hamburger-menu:after, .hamburger-menu:before {
        width: 30px;
        height: 2px;
    }
    .head-logo-main {
        padding: 5px 0;
        border-bottom: 1px solid #f5f5f5;
    }
    .head-login {
        display: none;
    }
    .search-part input {
        width: 230px;
        height: 30px;
    }
    .laguage-part select {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 6px;
    }
    .laguge-part .dropdown-toggle {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .cart-part .cart-btn .cart-icon {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    .header-user-profile-inner img {
        width: 30px;
    }
    .input-main {
        padding: 6px 8px;
    }
    .search-part img {
        width: 18px;
        margin-right: 5px;
    }
    .help-section {
        padding: 50px 0;
        margin-top: 30px;
    }
    .main-button a {
        padding: 8px 12px;
    }

    .footer-section {
        padding: 20px 0 20px 0;
    }
    .footer-section h2 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 18px;
    }
    .product-detail-wrapper {
        padding: 30px 0 0 0;
    }
    .detail-right-part {
        padding: 20px 0;
    }
    .tab-detail-content p {
        padding: 20px 0;
    }
    .tab-detail-content ul li {
        padding: 20px 10px;
        width: 140px;
        margin: 0 5px;
    }
    .tab-detail-content ul li h2 {
        font-size: 14px;
        line-height: normal;
    }
    .checkout-wrapper {
        padding: 30px 0;
    }
    .checkout-heading h2 {
        font-size: 20px;
        line-height: normal;
    }
    .product-detail p {
        font-size: 12px;
    }
    .product-detail span {
        font-size: 14px;
    }
    .backtop-main {
        width: 33px;
        height: 33px;
        line-height: 30px;
        font-size: 22px;
    }

    /*3-11-20 css*/
    .contact-wrap {
        padding: 50px 0;
    }
    .backtop-main {
        bottom: 50px;
    }
}

@media (max-width:575px) {
    ul.menu-list-main {
       width: 240px; 
    }
    .product-wrapper {
        padding-top: 20px;
    }
    .search-part input {
        width: 125px;
        height: 27px;
    }
    .search-part img {
        width: 14px;
        margin-right: 4px;
    }
    .head-right-part li {
        margin: 0 2px;
    }
    .laguage-part select {
        width: 26px;
        height: 26px;
        line-height: 26px;
        padding: 0px 5px;
        font-size: 10px;
    }
    .laguge-part .dropdown-toggle {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 10px;        
    }
    .cart-part .cart-btn {
        padding: 0 0 0 5px;
        font-size: 8px;
    }
    .cart-part .cart-btn .cart-icon {
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    .cart-part .cart-btn .cart-icon img {
        width: 14px;
    }
    .header-user-profile-inner img {
        width: 26px;
    }
    .search-part .input-main {
        padding: 4px 6px;
    }
    .banner-text-item h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .banner-text-item p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .newsletter-main input {
        width: 150px;
    }
    .newsletter-main button {
        padding: 0 8px;
    }
    .footer-section .footer-link {
        margin-top: 0px;
    }
    .footer-end {
        padding: 10px 0;
    }
    .product-list-discripation {
        padding: 10px 15px;
    }
    .main-button a {
        padding: 7px 10px;
        font-size: 12px;
    }
    .detail-button ul li.add-cart a {
        font-size: 12px;        
    }
    .social-icon ul li a {
        width: 28px;
        height: 28px;
        line-height: 24px;
    }
    .social-icon ul li img {
        width: 12px;
    }
    .tab-detail-content ul li {
        display: block;
        margin: 15px auto;
    }
    .detail-button {
        padding: 20px 0 20px 0;
    }
    .product-detail-tab .nav-tabs .nav-link {
        font-size: 14px;
        line-height: normal;
    }
    .product-detail-tab .nav-tabs .nav-link:focus, .product-detail-tab .nav-tabs .nav-link:hover {
        font-size: 14px;
        line-height: normal;
    }
    .product-detail-tab .nav-tabs .nav-link.active {
        font-size: 14px;
        line-height: normal;
    }
    .tab-detail-content p {
        text-align: justify;
    }
    .product-detail h2 {
        line-height: normal;
    }
    .step-progress {
        width: 290px;
    }
    .step:after {
        width: 130px;
    }
    .add-box-inner .detail-button ul li.add-cart a {
        width: 115px;
        padding: 8px 15px;
        font-size: 13px;
    }
    .success-content {
        width: 290px;
    }
    .success-button a {
        width: 190px;
    }
    .detail-name h2 {
        font-size: 26px;
    }
    .product-qty-detail .qty-box {
        display: block;
    }
    .product-qty-detail .qty-box .qty-box-img {
        width: 100%;
        margin: 0 auto;
    }
    .product-qty-detail .qty-box-content {
        padding-left: 0;
        padding-top: 15px;
    }
    .payment-option {
        margin-left: 7px;
    }

    /*3-11-20 css*/
    .about-full-section .about-banner-text {
        width: 100%;
    }
    .about-full-section:after {
        bottom: -15px;
        height: 25px;
        width: 2px;
    }
    .team-content {
        width: 100%;
    }
    .team-image img {
        width: 100%;
    }
    .count-bg {
        padding: 25px 0;
    }
    .our-wraper {
        padding: 30px 0;
    }
    .team-wraper {
        padding: 30px 0;
    }
    .about-banner-text {
        padding: 0 15px;
    }
    .about-banner-text h2 {
        font: normal normal bold 16px/20px Roboto-Medium;
        margin-bottom: 0;
    }
    .about-banner-text p {
        font: normal normal 400 10px/16px Oxygen;
        margin-bottom: 0;
    }
    .our-content-left h2 {
        font-size: 18px;
    }
    .team-content h3 {
        font-size: 20px;
    }
    .team-content {
        padding: 0 0 20px 0;
    }
}