p.inner-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #565656;
}

.abtpg-btn .default-btn {
    padding: 8px 16px;
}

.about-banner {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 60vh;
}
.about-banner .content-box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
}

.about-banner .inner-content h1 {
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #DD1315;
    margin-bottom: 40px;
}

.about-banner .inner-content h1 span {
    color: #000000;
}

.about-banner .inner-content .logo-wrapper {
    margin-bottom: 30px;
}

.about-banner .inner-content .text-wrapper {
    display: flex;
    justify-content: flex-start;
}

.about-banner .inner-content .text-wrapper img {
    margin-right: 30px;
}

.about-banner .inner-content .text-wrapper a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #C31F1F;
    text-decoration: none;
    text-transform: uppercase;
}

.about-banner .inner-content .text-wrapper a:hover {
    color: #000000;
}

.about-history {
    overflow: hidden;
}

.about-history .left-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-history .left-section .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: -44px 45px 58px -29px rgba(255, 195, 0, 0.21);
    z-index: 9;
}

.about-history .left-section .bgleft-img {
    position: absolute;
    left: -69%;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

.about-history .right-section .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #565656;
}

.about-legacy {
    width: 100%;
    overflow: hidden;
}

.about-legacy .heading-wrapper {
    margin-bottom: 60px;
}

.about-legacy .slider-wrapper {
    position: relative;
}

.about-legacy .owl-stage {
    display: flex;
    align-items: center;
}

.about-legacy .inner-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-legacy .inner-content .left-section {
    width: 30%;
    padding-left: 40px;
    padding-right: 90px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    order: 2;
}

.about-legacy .inner-content .left-section p {
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0px;
    padding: 0px 10px;
    width: -moz-max-content;
    width: max-content;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.2);
}

.about-legacy .inner-content .right-section {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 1;
}

.about-legacy .inner-content .right-section .left {
    width: 60%;
}

.about-legacy .inner-content .right-section .left .img-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
}

.about-legacy .inner-content .right-section .left p {
    margin-bottom: 0px;
}

.about-legacy .inner-content .right-section .left p.large {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #0F1111;
    margin-bottom: 24px;
}

.about-legacy .inner-content .right-section .left img {
    display: inline-flex;
    width: -moz-max-content;
    width: max-content;
}

.about-legacy .inner-content .right-section .right {
    width: 40%;
}

.about-legacy .owl-carousel {
    position: relative;
}

.about-legacy .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.about-legacy .owl-carousel .owl-nav button.owl-next,
.about-legacy .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.about-legacy .owl-carousel .owl-nav button.owl-next:focus,
.about-legacy .owl-carousel .owl-nav button.owl-next:focus-visible,
.about-legacy .owl-carousel .owl-nav button.owl-prev:focus,
.about-legacy .owl-carousel .owl-nav button.owl-prev:focus-visible {
    outline: none;
}

.about-legacy .owl-carousel .owl-nav button.owl-next:hover,
.about-legacy .owl-carousel .owl-nav button.owl-prev:hover {
    background: #DD1315;
    color: #FFFFFF;
    border-color: #DD1315;
}

.about-legacy .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    border-radius: 4px 0px 0px 4px;
}

.about-legacy .owl-carousel .owl-nav button.owl-next {
    left: calc(30% - 90px);
    border-radius: 0px 4px 4px 0px;
}

.about-legacy .owl-item.active+.owl-item .inner-content .left-section {
    order: 1;
}

.about-legacy .owl-item.active+.owl-item .inner-content .left-section p {
    text-align: left;
}

.about-legacy .owl-item.active+.owl-item .inner-content .right-section {
    visibility: hidden;
    order: 2;
}

.about-legacy .owl-item.active .inner-content .left-section {
    order: 1;
    justify-content: center;
}

.about-legacy .owl-item.active .inner-content .left-section p {
    color: #000000;
}

.about-legacy .owl-item.active .inner-content .right-section {
    order: 2;
}

/*About Legacy Decade Wise*/

.about-legacy.decade-wise {
  padding: 60px 0px;
  background: #ffffff;
}

.about-legacy.decade-wise .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.about-legacy.decade-wise .inner-content {
  flex-direction: column;
}

.about-legacy.decade-wise .inner-content .left-section{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.about-legacy.decade-wise .slider-wrapper {
  padding-top: 0px !important;
  margin-top: 30px;
}

.about-legacy.decade-wise .owl-item.active .inner-content .left-section,
.about-legacy.decade-wise .owl-item .inner-content .left-section {
  justify-content: flex-start;
  position: relative;
  order: 2;
  margin-top: 30px;
  color: #000000;
  padding-right: 85px;
}

.about-legacy.decade-wise .owl-item .inner-content .right-section {
  width: 100%;
  justify-content: flex-start;
  column-gap: 20px;
  align-items: flex-start;
}

.about-legacy.decade-wise .owl-item.active .inner-content .right-section {
  order: 1;
}

.about-legacy.decade-wise .owl-item.active + .owl-item .inner-content .right-section {
  order: 1;
}

.about-legacy.decade-wise .owl-item .inner-content .right-section .inner-section {
  flex: 1;
}

.about-legacy.decade-wise .owl-item.active .inner-content .left-section p {
  padding-left: 0px;
}



.about-legacy.decade-wise .owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: -58px;
  position: relative;
}

.about-legacy.decade-wise .owl-carousel .owl-nav button.owl-next,
.about-legacy.decade-wise .owl-carousel .owl-nav button.owl-prev {
  position: static;
  margin: 0px 5px;
}

.about-legacy.decade-wise .inner-content .right-section .left {
  width: 100%;
}

.about-legacy.decade-wise .inner-content .right-section .left .img-wrapper {
  margin-bottom: 20px;
}

.about-legacy.decade-wise .inner-content .right-section .left .img-wrapper,
.about-legacy.decade-wise .inner-content .right-section .left .content-wrapper {
 max-width: 550px;
 max-width: 550px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.about-legacy.decade-wise .inner-content .right-section .left p.large {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.about-legacy.decade-wise .inner-content .right-section .left p.inner-text {
  font-size: 14px;
}


.about-production .right-section .video-btn {
    position: relative;
}

.about-production .right-section .video-btn::before {
    position: absolute;
    content: "";
    width: 64px;
    background: url(../../../img/icon-play-btn.png) no-repeat 0 0;
    height: 64px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.about-production .right-section .top-wrapper {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 9;
    box-shadow: 44px 45px 58px -29px rgba(255, 195, 0, 0.21);
    border-radius: 16px;
    overflow: hidden;
}

.about-production .right-section .bottom-wrapper {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about-production .right-section .bottom-wrapper .left {
    flex: 1;
    margin-right: 8px;
}

.about-production .right-section .bottom-wrapper .right {
    flex: 1.2;
}

.about-production .right-section .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.about-management .heading-wrapper {
    margin-bottom: 50px;
}

.about-management .bottom-section {
    width: 84%;
    margin: auto;
}

.about-management .bottom-section .inner-content {
    background: #333030;
    border-radius: 16px;
    overflow: hidden;
}

.about-management .bottom-section .content {
    padding: 18px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about-management .bottom-section .content a.icon {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}

.about-management .bottom-section .content a.icon span::before {
    font-size: 12px;
    opacity: 0.5;
}

.about-management .bottom-section .content p,
.about-management .bottom-section .content a,
.about-management .bottom-section .content .large {
    color: #ffffff;
    margin-bottom: 0px;
}

.about-management .bottom-section .content p.large,
.about-management .bottom-section .content a.large,
.about-management .bottom-section .content .large{
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    margin-right: 5px;
}

.about-management .bottom-section .content p.small,
.about-management .bottom-section .content a.small {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    width: 100%;
}

.about-csr {
    padding: 200px 0px;
    background: url("../../../img/about/csr-bg.jpg") center bottom no-repeat;
    min-height: 500px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-csr::before {
    content:'';
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.about-csr .container {
    position: relative;
}

.about-csr .heading-wrapper .heading {
    color: #ffffff;
    margin-bottom: 10px;
}

.about-csr .heading-wrapper p {
    color: #ffffff;
    font-weight: 400;
    opacity: 1;
}

.about-csr p.inner-text {
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
}

.about-csr ul {
    display: flex;
    justify-content: center;
}

.about-csr ul .item {
    padding: 0px 12px;
}

.about-csr ul .item a,
.about-csr ul .item p{
    color: #ffffff;
}

.about-csr ul .item a:hover {
    text-decoration: none;
}

.about-csr .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 32px;
}

.about-awards .right-section .inner-content {
    padding-left: 60px;
}

.listingPg-banner.track-order {
    background-image: url("../../../img/track-banner.jpg");
}

.tracking-form .form-group {
    flex: 1;
}

.tracking-form .form-group input {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    border-radius: 0px;
    padding: 10px 8px;
    border: 0px;
}

.tracking-form .form-group input:focus,
.tracking-form .form-group input:focus-visible {
    outline: none;
    box-shadow: none;
}

.tracking-form button {
    font-weight: 700;
    line-height: 21px;
    color: #ffffff;
    padding: 10px 36px;
    background: #DD1315;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
}

.tracking-form button:hover {
    background: #000000;
}

.tracking-form .form-inline {
    border: 1px solid #E8E8E8;
    border-radius: 0px 0px 8px 0px;
    overflow: hidden;
}

.tracking-pg .left-section .inner-content {
    border: 1px solid #E8E8E8;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
}

.tracking-pg .left-section .inner-content .top-wrapper {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 16px;
}

.tracking-pg .left-section .inner-content .top-wrapper p {
    color: #666666;
    font-weight: 600;
}

.tracking-pg .left-section .inner-content .top-wrapper p span {
    font-weight: 400;
    width: 50%;
    text-align: right;
}

.tracking-pg .left-section .inner-content .bottom-wrapper {
    padding: 10px 16px;
}

.tracking-pg .left-section .inner-content p {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.4);
}

.tracking-pg .left-section .inner-content p:last-child {
    margin-bottom: 0px;
}

.tracking-pg .right-section .track-status ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.tracking-pg .right-section .track-status ul .item {
    padding-right: 25px;
    opacity: 0.5;
    position: relative;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 20%;
}

.tracking-pg .right-section .track-status ul .item::after {
    content: "";
    position: absolute;
    background: url("../../../img/icon/checkout/nav-arrow.svg") center center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 7px;
    right: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.tracking-pg .right-section .track-status ul .item .inner-content {
    border: 1px solid #E8E8E8;
    border-radius: 0;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 12px;
    line-height: 12px;
    color: #322F37;
    display: flex;
    align-items: stretch;
    height: 100%;
    position: relative;
}

.tracking-pg .right-section .track-status ul .item .inner-content .img-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    border-right: 1px solid #32A25A;
}

.tracking-pg .right-section .track-status ul .item .inner-content span {
    display: inline-flex;
    align-items: center;
    padding: 10px 6px;
    justify-content: center;
    width: 100%;
}

.tracking-pg .right-section .track-status ul .item:first-child {
    border-radius: 4px 0px 0px 4px;
}

.tracking-pg .right-section .track-status ul .item:last-child {
    border-radius: 0px 4px 4px 0px;
    padding-right: 0px;
}

.tracking-pg .right-section .track-status ul .item:last-child::after {
    display: none;
}

.tracking-pg .right-section .track-status ul .item.selected .inner-content {
    color: #32A25A;
}

.tracking-pg .right-section .track-status ul .item.selected .inner-content::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #32A25A;
}

.tracking-pg .right-section .track-status ul .item.selected .inner-content .img-wrapper {
    display: inline-flex;
}

.tracking-pg .right-section .track-listing .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.tracking-pg .right-section .track-listing .item .date {
    width: 10%;
    position: relative;
    padding-right: 20px;
    margin-right: 24px;
}

.tracking-pg .right-section .track-listing .item .date::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #32A25A;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.tracking-pg .right-section .track-listing .item .date::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    border-left: 1px dotted #32A25A;
    top: 50%;
    right: 7px;
}

.tracking-pg .right-section .track-listing .item .time {
    display: flex;
    width: 90%;
    border: 1px solid #E8E8E8;
    align-items: center;
}

.tracking-pg .right-section .track-listing .item .time div {
    width: 33.33%;
    padding: 8px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-size: 14px;
}

.tracking-pg .right-section .track-listing .item .time div span {
    text-transform: capitalize;
    color: #000000;
}

.tracking-pg .right-section .track-listing .item:last-child {
    border-bottom: 0px;
}

.tracking-pg .right-section .track-listing .item:last-child .date::before {
    display: none;
}

/*tracking Popup*/

.trackOrderPopup.fancybox-content {
    width: 90vw;
    max-width: 700px;
}


.trackOrderPopup .heading {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    line-height: normal;
}

.trackOrderPopup .bottom-wrapper p {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #565656;
    margin-bottom: 30px;
    font-weight: 500;
}

.trackOrderPopup .bottom-wrapper p:last-child {
    margin-bottom: 0px;
}

.trackOrderPopup .bottom-wrapper p span {
    font-weight: 400;
    margin-left: 40px;
}

.contactus-wrapper .form-group {
    border: 1px solid #BFBFBF;
    padding: 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}

.contactus-wrapper .form-group label {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 2px;
}

.contactus-wrapper .form-group input,
.contactus-wrapper .form-group textarea {
    border: 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    padding: 0px;
    font-weight: 600;
    opacity: 0.4;
    background: transparent;
}

.contactus-wrapper .form-group input:focus,
.contactus-wrapper .form-group input:focus-visible,
.contactus-wrapper .form-group textarea:focus,
.contactus-wrapper .form-group textarea:focus-visible {
    box-shadow: none;
    outline: none;
}

.contactus-wrapper .btn.default-btn {
    padding: 16px 24px;
    box-shadow: -15px 13px 69px -7px #DD1315;
    border-radius: 8px;
    text-transform: uppercase;
}

.contactus-wrapper .img-wrapper {
    margin-bottom: 24px;
}

.contactus-wrapper .img-wrapper img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 75px 40px 111px -35px #FCDD4E;
}

.contactus-wrapper .info p,
.contactus-wrapper .info a{
    color: #565656;
    margin-bottom: 0px;
}

.contactus-wrapper .info a:hover {
    color: #DD1315;
}

.contactus-wrapper .info p.inner-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-bottom: 16px;
}

.contactus-wrapper .info p.inner-info span {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #0F1111;
}

.contactus-wrapper .info p.inner-info a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-left: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #313033;
    position: relative;
}

.contactus-wrapper .info p.inner-info a::after {
    content: "";
    position: absolute;
    background: url("../../../img/icon/direction.svg") center left no-repeat;
    background-size: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    margin: auto;
}

.contactus-wrapper .info.office {
    margin-bottom: 60px;
}

.contactus-wrapper .email {
    display: flex;
}

.contactus-wrapper .email .info {
    width: 40%;
}

.listingPg-banner.dealer-banner {
    background-image: url("../../../img/dealer/dealer-banner.jpg");
}

.dealer-pg .dealer-form {
    border: 1px solid #E8E8E8;
    border-radius: 0px 8px 8px 0px;
    margin-bottom: 8px;
}

.dealer-pg .select-wrapper {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
}

.dealer-pg .select-wrapper .form-group {
    width: 50%;
    margin-bottom: 0px;
}

.dealer-pg .select-wrapper .form-group button {
    border-radius: 0px;
    border: 0px;
    padding: 12px 8px;
    min-height: 50px;
}

.dealer-pg .select-wrapper .form-group button::before {
    content: "";
    position: absolute;
    right: 42px;
    width: 1px;
    height: 100%;
    background: #E8E8E8;
}

.dealer-pg .select-wrapper .form-group button::after {
    border: 0px;
    background: url("../../../img/icon/pdp/select-arrow.svg") center center no-repeat;
    background-size: 100%;
    background-color: transparent;
    width: 12px;
    height: 7px;
    right: 6px;
    position: relative;
}

.dealer-pg .select-wrapper .form-group button:hover {
    background: transparent;
    border: 0px;
}

.dealer-pg .select-wrapper .form-group button:focus,
.dealer-pg .select-wrapper .form-group button:active,
.dealer-pg .select-wrapper .form-group button:focus-visible {
    background: none;
    outline: 0px !important;
    box-shadow: none;
}

.dealer-pg .select-wrapper .form-group:first-child {
    border-right: 1px solid #E8E8E8;
}

.dealer-pg .select-wrapper .form-group:last-child {
    border-radius: 0px 8px 8px 0px;
}

.dealer-pg .select-wrapper .form-group:last-child .bootstrap-select,
.dealer-pg .select-wrapper .form-group:last-child button {
    border-radius: 0px 8px 8px 0px;
}

.dealer-pg .select-wrapper .form-group .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

.dealer-pg .select-wrapper .form-group .dropdown-menu li a {
    background: #ffffff;
    padding: 6px 8px;
    color: #666666;
}

.dealer-pg .select-wrapper .form-group .dropdown-menu li.selected a {
    background: #E8E8E8;
}

.dealer-pg .select-wrapper .form-group .filter-option {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.dealer-pg .search-wrapper {
    display: flex;
    align-items: center;
}

.dealer-pg .search-wrapper .form-group {
    margin-bottom: 0px;
    flex: 1;
}

.dealer-pg .search-wrapper .form-group input {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 8px;
    color: #565656;
    border: 0px;
    border-radius: 0px;
}

.dealer-pg .search-wrapper .form-group input:focus,
.dealer-pg .search-wrapper .form-group input:active,
.dealer-pg .search-wrapper .form-group input:focus-visible {
    background: none;
    outline: 0px !important;
    box-shadow: none;
}

.dealer-pg .search-wrapper button,
.dealer-pg .search-wrapper a {
    padding: 12px;
    background: transparent;
    border-left: 1px solid #E8E8E8;
    border-radius: 0px;
}

.dealer-pg .search-wrapper button:focus,
.dealer-pg .search-wrapper button:active,
.dealer-pg .search-wrapper button:focus-visible,
.dealer-pg .search-wrapper a:focus,
.dealer-pg .search-wrapper a:active,
.dealer-pg .search-wrapper a:focus-visible {
    background: none;
    outline: 0px !important;
    box-shadow: none;
}

.dealer-pg .result {
    display: flex;
    justify-content: space-between;
    color: #565656;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 34px;
}

.dealer-pg .result a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-bottom: 2px;
    border-bottom: 1px solid #313033;
}

.dealer-pg .address {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 15px
}

.dealer-pg .address .item {
  width: 49%;
  border: 1px solid #E8E8E8;
}
.dealer-pg .address .item .name {
  padding: 12px 16px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
  background: #ffffff;
  display: flex;
  align-items: center;
}

.dealer-pg .address .item .name span {
  display: inline-block;
  margin-left: 10px;
}

.dealer-pg .address .item .name span img {
  max-height: 30px;
}

.dealer-pg .address .item .address {
    padding: 16px 16px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #565656;
    border-bottom: 1px solid #E8E8E8;
}

.dealer-pg .address .item .contact {
    display: flex;
    color: #666666;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.dealer-pg .address .item .contact a {
    font-size: 14px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: none;
    display: flex;
    margin-top: 4px;
    font-weight: 400;
}

.dealer-pg .address .item .contact .call {
    padding: 12px 16px;
}

.dealer-pg .address .item .contact .email {
    width: 50%;
    padding: 12px 16px;
}

.dealer-pg .img-wrapper img {
    border-radius: 8px;
    overflow: hidden;
}


.avon-sq-banner {
    background:  url(../../../img/avonsquare/avon-sq.jpg) left bottom no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.avon-sq-banner.no-slider {
    background:  transparent;
    background-size: cover;
    padding: 0px;
    min-height: 30vh;
}

.avon-sq-banner .banner-wrapper .mobile{
    display: none;
}

.avon-sq-banner .slider-wrapper {
    padding: 60px 0px;
    background: url(../../../img/avonsquare/avon-sq-text.png) center center no-repeat;
    background-size: contain;
    position: relative;
}

.avon-sq-banner .slider-wrapper::before {
    content:'';
    position: absolute;
    top: 10px;
    left: 30px;
    min-width: 100px;
    min-height: 50px;
    background: transparent;
    border-left: 1px solid #DD1315;
    border-top: 1px solid #DD1315;
}

.avon-sq-banner .slider-wrapper::after {
    content:'';
    position: absolute;
    bottom: 0px;
    left: 30px;
    min-width: 100px;
    min-height: 50px;
    background: transparent;
    border-left: 1px solid #DD1315;
    border-bottom: 1px solid #DD1315;
}

.avon-sq-banner .container {
    position: relative;
}

.avon-sq-banner .container::before {
    content:'';
    position: absolute;
    top: 10px;
    right: 45px;
    min-width: 100px;
    min-height: 50px;
    background: transparent;
    border-right: 1px solid #DD1315;
    border-top: 1px solid #DD1315;
}

.avon-sq-banner .container::after {
    content:'';
    position: absolute;
    bottom: 0px;
    right: 45px;
    min-width: 100px;
    min-height: 50px;
    background: transparent;
    border-right: 1px solid #DD1315;
    border-bottom: 1px solid #DD1315;
}


.avon-sq-banner .owl-stage {
    display: flex;
    align-items: flex-end;
}

.avon-about .img-box {
    column-count: 2;
    column-gap: 30px;
}

.avon-about .img-wrapper {
    margin-bottom: 30px;
    max-width: 180px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 34px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    background: #ffffff;
}

.avon-about .img-wrapper.logo {
    border: 0px;
    background: transparent;
}

.avon-about .img-wrapper:last-child {
    margin-bottom: 0px;
}

.avon-brands {
    background: #ffffff;
}

.avon-brands .inner-wrapper {
    padding: 80px 0px;
    position: relative;
}

.avon-brands .inner-wrapper::before {
    content: "";
    position: absolute;
    width: 50%;
    background: #fcdd4e;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.avon-brands .inner-wrapper .heading-wrapper {
    z-index: 9;
    position: relative;
}

.avon-brands .items {
    position: relative;
}

.avon-brands .items::before {
    content: "";
    position: absolute;
    width: 30%;
    background: transparent;
    border: 1px solid #DD1315;
    height: calc(100% - 300px);
    top: 150px;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.avon-brands .items::after {
    content: "";
    position: absolute;
    width: 18%;
    background: #fcdd4e;
    height: calc(100% - 300px);
    top: 150px;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.avon-brands .item {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.avon-brands .item:nth-child(odd) .left-section {
    order: 2;
    padding-left: 60px;
    padding-right: 15px;
}

.avon-brands .item:nth-child(odd) .right-section {
    order: 1;
}

.avon-brands .item .left-section {
    padding-right: 60px;
}

.avon-brands .item .right-section {
    position: relative;
}

.avon-brands .item .right-section .inner-content {
    background: #FFFFFF;
    padding: 24px;
    box-shadow: 75px 40px 111px -35px rgba(62, 48, 0, 0.25);
}

.avon-brands .item .right-section .inner-content .img-wrapper {
    width: 180px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    padding: 10px;
}

.avon-brands .item .right-section .inner-content .img-wrapper img {
    max-height: 60px;
}

.avon-brands .item .right-section .inner-content p {
    color: #565656;
}

.avon-brands .join-hand {
    position: relative;
}

.avon-brands .join-hand .heading-wrapper {
    margin-bottom: 10px;
}

.avon-brands .join-hand p {
    color: #565656;
}

.avon-brands .join-hand .img-wrapper p {
    margin-bottom: 0px;
}

.avon-brands .join-hand .default-btn {
    box-shadow: -15px 13px 69px -7px #DD1315;
}

.avon-brands .join-hand #becomePartner {
    display: none;
}

.join-now.contactus-wrapper {
    position: relative;
}

.join-now.contactus-wrapper::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #f2f2f2;

}

.join-now.contactus-wrapper form {
    width: 75%;
    margin-bottom: 0px;
}

/*.join-now.contactus-wrapper .left-section {*/
/*    background: url(../../../img/cycle-image.png) center bottom no-repeat;*/
/*    background-size: 100%;*/
/*}*/

.join-now.contactus-wrapper .right-section .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

/*.join-now.contactus-wrapper .right-section .img-wrapper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    background: radial-gradient(78.62% 32.35% at 86.11% 100%, #DAFC4E 25.59%, rgba(252, 221, 78, 0) 100%);*/
/*}*/

.join-now.contactus-wrapper .right-section .img-wrapper img {
    position: relative;
    box-shadow: none;
    width: 100px;
    margin-bottom: 15px;
}

.join-now.contactus-wrapper .right-section .img-wrapper .city-name {
    z-index: 99;
    bottom: 0px;
    text-align: center;
    color: #313033;
    line-height: normal;
    width: 100%;
    padding: 0px;
    text-transform: capitalize;
}

.join-now.contactus-wrapper .right-section .stores-loc {
    row-gap: 30px;
    margin-top: 60px;
}

.join-now.contactus-wrapper .right-section .viewall-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.press-conf {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.press-conf ::-webkit-scrollbar {
  width: 4px;
}
.press-conf ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
.press-conf ::-webkit-scrollbar-thumb {
  background: #081916;
  border-radius: 10px;
}
.press-conf ::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.press-conf .item {
  max-height: 600px;
  overflow-y: scroll;
  display: none;
}
.press-conf .item.active {
  display: flex;
}
.press-conf .inner-item {
  margin-bottom: 30px;
}
.press-conf .inner-item .img-wrapper {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

.brand-assets-listing .press-conf .inner-item .img-wrapper {
    max-height: 243px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.press-conf .inner-item .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.press-conf .inner-item .text-wrapper .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.press-conf .inner-item .text-wrapper .date {
  color: #565656;
}
.press-conf .inner-item .text-wrapper .viewall {
  font-size: 12px;
  border-bottom: 1px solid #313033;
  color: #313033;
  line-height: 16px;
  text-transform: capitalize;
}


section.int-about {
    padding: 100px 0 0px 0;
    background: #f7f7f7;
    margin-bottom: 0;
}

section.int-about img.avon-int-logo {
    max-width: 150px;
    margin-left: 10px;
}

section.int-about .heading {
    display: flex;
    align-items: center;
    font-family: "Roboto Slab", serif;
    font-weight: 200;
    margin-bottom: 20px;
}

.int-business-wrapper.offterwrapper {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    line-height: 35px;
    color: #3d3d3d;
    font-size: 16px;
}

section.int-video-seciton {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
    background: #fff;
}

section.int-video-seciton .info-office {
    margin-top: 30px;
}

section.int-video-seciton .row {
    justify-content: center;
}

section.int-product-seciton {
    background: #f7f7f7;
    padding: 60px 0;
}

.int-heading-wrapper p {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    margin-bottom: 10px;
    color: #3d3d3d;
    font-size: 20px;
}

.int-heading-wrapper .heading {
    font-weight: 200;
    border-bottom: 1px solid #bd272e;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}

.int-heading-wrapper {
    margin-bottom: 50px;
}

.int-heading-wrapper h4 {
    color: #bd272e;
    font-size: 22px;
}

section.int-product-seciton .box .image img {
    max-width: 300px;
}

section.int-product-seciton .box .info-office a {
    background: #c31f1f;
    border: 2px solid #c31f1f;
    color: #fff;
    font-weight: 400;
    padding: 1px 10px 2px 10px;
    display: inline-flex;
    line-height: normal;
}

section.int-product-seciton .box {
    padding-bottom: 50px;
    position: relative;
}

section.int-product-seciton .box .border-right {
    width: 2px;
    height: 170px;
    position: absolute;
    right: 0;
    bottom: auto;
    background: #c31f1f;
    border: 0 !important;
    top: calc(40% - 70px);
}

section.int-production-seciton {
    margin-bottom: 40px;
}

section.int-production-seciton .int-heading-wrapper p {
    line-height: 26px;
    font-size: 13px;
    color: #3d3d3d;
    margin: 0;
}

section.int-production-seciton .heading {
    font-size: 23px;
    border: 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

section.int-production-seciton .int-heading-wrapper .heading span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 5px;
}

section.int-production-seciton .int-heading-wrapper .heading:after {
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    background: #bd272e;
    position: absolute;
    bottom: 20px;
    /* margin: auto; */
}

section.int-ourproduction-seciton {
    padding-bottom: 60px;
}

section.int-ourproduction-seciton .info-office a .top {
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

section.int-ourproduction-seciton .info-office a {
    display: inline-block;
    color: #000;
    line-height: normal;
    padding: 10px 15px;
    border: 1px solid #c31f1f;
    border-radius: 10px;
}

section.int-ourproduction-seciton .box {
    margin-bottom: 50px;
}

section.int-ourproduction-seciton .box .image {
    position: relative;
    text-align: center;
}

section.int-ourproduction-seciton .box .image img.img-fluid {
    border: 2px solid #ff1b1b;
}

section.int-ourproduction-seciton .box .image:after {
    width: 110px;
    height: 5px;
    position: absolute;
    bottom: 1px;
    content: "";
    display: block;
    background: #c31f1f;
    left: 0;
    right: 0;
    margin: auto;
}


section.int-manufacturing-seciton {
    background: #c82d35;
    padding: 100px 0;
}

section.int-manufacturing-seciton .box {
    padding-bottom: 30px;
}

section.int-manufacturing-seciton .box .row {
    text-align: left;
    align-items: center;
}

section.int-manufacturing-seciton .row.btm {
    max-width: 1100px;
    margin: auto;
}

section.int-manufacturing-seciton .box h4 {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

section.int-manufacturing-seciton .int-heading-wrapper .heading {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
}

section.int-manufacturing-seciton .box .image img {
    border: 1px solid #fff;
    padding: 5px;
    width: 100%;
}

section.int-manufacturing-seciton .box .info-office p {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

section.int-manufacturing-seciton .box.btmimage img {
    border: 0;
    width: auto;
    max-width: 340px;
    padding: 0;
}

section.int-manufacturing-seciton .leftside.box {
    border-right: 1px solid #fff;
    padding-right: 35px;
}

section.int-manufacturing-seciton 
 .rightside.box {
    padding-left: 35px;
}

section.int-business-model-seciton {
    padding: 60px 0;
}

section.int-business-model-seciton .image img.img-fluid {
    width: auto;
    margin: auto;
}

section.int-business-model-seciton .int-heading-wrapper {
    margin: 0;
}

section.int-business-model-seciton .int-heading-wrapper .heading {
    border: 0;
    color: #bd272e;
}

section.int-certification-seciton {
    padding: 60px 0 100px 0;
    background: #c82d35;
}

section.int-certification-seciton .row.new1 {
    flex-wrap: nowrap;
}

section.int-certification-seciton .int-heading-wrapper .heading {
    border-color: #fff;
    color: #fff;
}

section.int-certification-seciton .box {
    padding: 0 10px;
}

section.int-client-seciton .row {
    justify-content: center;
}

section.int-client-seciton .row .box {
    padding: 15px 10px;
}

section.int-client-seciton {
    padding: 60px 0 0;
    background: #f7f7f7;
}

section.int-client-seciton .heading {
    color: #bd272e;
}

section.int-client-seciton .row.btmrow {
    max-width: 900px;
    margin: auto;
}

section.int-client-seciton div#int-clients .owl-nav span {
    line-height: 0;
}

section.int-manufacturing-seciton.int-notitle {
    background: transparent;
}

section.int-manufacturing-seciton.int-notitle .box .row {
    flex-wrap: wrap;
}

section.int-manufacturing-seciton.int-notitle .box {
    text-align: center;
    border: 0;
    padding: 0 20px;
}


section.int-manufacturing-seciton.int-notitle .box h4 {
    font-weight: 400;
    color: #c31f1f;
    text-align: center;
    font-size: 21px;
}

section.int-manufacturing-seciton.int-notitle .image img {
    padding: 0;
}

section.int-manufacturing-seciton.int-notitle .container .row {
    max-width: 900px;
    margin: auto;
}

section.int-manufacturing-seciton.int-notitle .box .boxin {
    background: #3d3d3d;
    padding: 15px 0;
}

section.int-manufacturing-seciton.int-notitle .box.red .boxin {
    background: #bd272e;
}

section.int-manufacturing-seciton.int-notitle .container .box .info-office p {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

section.int-manufacturing-seciton.int-notitle .container .box .info-office {
    padding: 10px 0 0 0;
    min-height: 170px;
}


section.int-offer-section {
    background: #ffffff;
    padding: 60px 0;
}

section.int-offer-section .box .image img {
    
}

section.int-offer-section .box .info-office a {
    background: #c31f1f;
    border: 2px solid #c31f1f;
    color: #fff;
    font-weight: 400;
    padding: 1px 10px 2px 10px;
    display: inline-flex;
    line-height: normal;
}

section.int-offer-section .box {
    padding-bottom: 50px;
    position: relative;
}

section.int-offer-section .box .border-right {
    width: 2px;
    height: 170px;
    position: absolute;
    right: 0;
    bottom: auto;
    background: #c31f1f;
    border: 0 !important;
    top: calc(40% - 70px);
}

section.int-offer-section .int-heading-wrapper .heading {
    color: #bd272e;
}

section.int-offer-section .list .heading h4 {
    background: #be272f;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding: 0 10px 3px 10px;
    line-height: normal;
}

section.int-offer-section .list .ul-list {
    display: flex;
    margin-bottom: 15px;
}

section.int-offer-section .list .ul-list li {
    list-style: disc;
    font-size: 14px;
    line-height: 28px;
    color: #be272f;
}

section.int-offer-section .list .ul-list ul {
    padding: 0 0 0 17px;
    margin: 0;
    width: 100%;
}

section.int-energy-section {
    padding: 60px 0;
    background: #f7f7f7;
}

section.int-energy-section .int-heading-wrapper .heading {
    color: #bd272e;
}

section.int-energy-section .int-heading-wrapper p {
    color: #bd272e;
}

section.int-energy-section .image img {
    border: 1px solid #bd272e;
    padding: 5px;
}

section.int-energy-section .info-office p {
    font-size: 21px;
    font-weight: 300;
    padding-top: 10px;
}

section.int-certificate-section {
    background: url(../../../img/int-certification-bg.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

section.int-certificate-section .int-heading-wrapper .heading {
    color: #fff;
    border-color: #fff;
    margin:0;
}

.int-certificate-section .row {
    justify-content: center;
    max-width: 700px;
    margin: auto;
}

.int-certificate-section .row .btmsapce {
    margin-bottom: 30px;
}

section.int-contact-section {
    background: url(../../../img/int-contact-bg.jpg) no-repeat;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}

section.int-contact-section .int-heading-wrapper .heading {
    color: #fff;
    font-weight: 200;
    font-size: 39px;
    border: 0;
    margin: 0;
}

section.int-contact-section  .form-box {
    max-width: 400px;
    margin: auto;
}

section.int-contact-section .form-box .form-group {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}

section.int-contact-section .form-box .form-group label {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    height: auto;
    line-height: normal;
    margin-bottom: 6px;
    margin-top: 5px;
}

section.int-contact-section .form-box .form-group .form-control {
    border: 2px solid #ffffff69;
    margin: 0;
    padding: 6px 10px;
    border-radius: 0;
    opacity: 1;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 200;
}

section.int-contact-section .form-box .form-group input.btn.btn-primary {
    background: #fff;
    opacity: 1;
    color: #bd272e;
    padding: 7px 20px;
    border: 0;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 20px;
}

section.int-contact-section .form-group.last {
    justify-content: center;
    display: flex;
    padding-top: 10px;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    display: none;
    justify-content: center;
}

.loader img {
    animation: spin 3s linear infinite;
}

.loader.active {
    display: flex;
}

.blog-listing .blog .item {
  padding: 0px 20px 30px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #BFBFBF;
  width:50%; float:left;
}

.blog-listing .blog.press-conf .item {
  padding: 0px 15px;
  border-bottom: 0px solid #BFBFBF;
}

.blog.press-conf .item .img-wrapper {
    border-radius: 5px;
    margin-bottom: 0px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #f1f1f1;
}

.blog.press-conf .item .img-wrapper img {
    border: 5px solid #fff;
    max-height: 100%;
}

.blog-listing .blog .item:last-child {
  padding-bottom: 0px;
  border: 0px;
}
.blog-listing .blog .items {
  display: none;
}
.blog-listing .blog .items.active {
  display: block;
}

.blog-listing .blog .item {
    min-height: 360px;
}

.blog .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.blog .item p.large, .blog .item p {
    opacity: 0.75;
    line-height: 1.6;
    font-size: 14px;
   /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  
    overflow: hidden; */
}

.blog .item p.large, .blog .item p {
   /*  display: -webkit-box;
    -webkit-box-orient: vertical;
     -webkit-line-clamp: 3; 
    overflow:hidden;  */
}


.blog-listing .blog.press-conf .items.active {
  display: flex;
}

.blog-detail .blog .item {
    padding: 0px;
}

.blog-detail .blog .item p.small {
    margin-bottom: 24px;
}

.blog-detail .blog .item a {
    color: #DD1315;
}

.blog-detail .blog .item a:hover {
    color: #313033;
}

.blog-detail .blog .item h2 {
    opacity: 0.75;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 15px;
}

.blog-detail .heading-wrapper {
    display: flex;
    align-items: flex-start;
}

.blog-detail .heading-wrapper .heading {
    font-size: 26px;
    line-height: 1.4;
}

.blog-detail .heading-wrapper .img-wrapper {
    width: 10%;
    display: flex;
    justify-content: flex-end;
    padding: 12px 0px 12px 12px;
}

.blog-detail .right-section .heading-wrapper {
    margin-bottom: 16px;
}

.blog-detail .right-section .heading-wrapper .heading {
    font-size: 24px;
    line-height: 32px;
}

.blog-detail .right-section .related-blogs .viewall-link {
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-bottom: 2px;
    border-bottom: 1px solid #313033;
    text-transform: capitalize;
}

.blog-detail .right-section .related-blogs .viewall-link:hover {
    color: #DD1315;
    border-color: #DD1315;
}

.blog-detail .right-section .related-blogs {
    margin-bottom: 60px;
}

.blog-detail .right-section .related-blogs .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
}

.blog-detail .right-section .related-blogs .item:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.blog-detail .right-section .related-blogs .inner-content {
    display: flex;
    align-items: flex-start;
}

.blog-detail .right-section .related-blogs .inner-content .left {
    flex: 1;
    padding-right: 15px;
}

.blog-detail .right-section .related-blogs .inner-content .left .img-wrapper {
    margin-bottom: 0px;
}

.blog-detail .right-section .related-blogs .inner-content .left .img-wrapper .label {
    padding: 4px 6px;
    font-size: 10px;
}

.blog-detail .right-section .related-blogs .inner-content .right {
    flex: 1.7;
}

.blog-detail .right-section .related-blogs .inner-content .right p.small {
    margin-bottom: 0px;
}

.blog-detail .right-section .related-blogs .inner-content .right .name {
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
}

.blog-detail .related-bikes .items {
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.blog-detail .related-bikes .items .item {
    border-bottom: 1px solid #E8E8E8;
}

.blog-detail .related-bikes .items .item:last-child {
    border-bottom: 0px;
}

.blog-detail .related-bikes .items .inner-content {
    display: flex;
}

.blog-detail .related-bikes .items .inner-content .left {
    flex: 1;
    padding: 5px 15px;
    border-right: 1px solid #E8E8E8;
}

.blog-detail .related-bikes .items .inner-content .left .img-wrapper {
    margin-bottom: 0px;
}

.blog-detail .related-bikes .items .inner-content .right {
    flex: 2;
    padding: 15px;
}

.blog-detail .related-bikes .items .inner-content .right .name {
    line-height: 22px;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-detail .related-bikes .items .inner-content .right .sku {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #959595;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checkout-wrapper.cart-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0px;
}

.checkout-wrapper.cart-wrapper.active {
    display: block;
}

.checkout-wrapper.cart-wrapper .close-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}

.checkout-wrapper.cart-wrapper .close-wrapper .heading-wrapper {
    margin-bottom: 0px;
}

.checkout-wrapper.cart-wrapper .close {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-wrapper.cart-wrapper .inner-content {
    height: auto;
    width: 400px;
    background: #fafafa;
    padding: 20px;
    max-height: 450px;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.checkout-wrapper.cart-wrapper .inner-content::-webkit-scrollbar {
    width: 4px;
}

.checkout-wrapper.cart-wrapper .inner-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

.checkout-wrapper.cart-wrapper .inner-content::-webkit-scrollbar-thumb {
    background: #081916;
    border-radius: 10px;
}

.checkout-wrapper.cart-wrapper .inner-content::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items {
    flex-direction: column;
    margin-right: 0px;
    width: 100%;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item {
    padding: 0px;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item:first-child {
    border-top: 1px solid #E8E8E8;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .right-section {
    padding: 0px;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .right-section .top-wrapper {
    width: 100%;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .right-section .bottom-wrapper .qty li {
    padding: 4px 6px;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .right-section .bottom-wrapper .text {
    padding-left: 6px;
    padding-right: 6px;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .center-section .color-img {
    width: 21px;
    height: 21px;
    overflow: hidden;
    border-radius: 50%;
}

.checkout-wrapper.cart-wrapper .products-wrapper .items .item .center-section .color-img a {
    display: inline-flex;
}

.checkout-wrapper.cart-wrapper .suggested-items .heading-sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #666666;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper {
    margin-bottom: 0px;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item {
    width: 100%;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item .img-wrapper {
    width: 25%;
    min-width: 25%;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item .center-section {
    width: 45%;
    min-width: 45%;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item .right-section {
    width: 30%;
    min-width: 30%;
    padding: 0px;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item .right-section .bottom-wrapper {
    width: 100%;
}

.checkout-wrapper.cart-wrapper .suggested-items .products-wrapper .item .right-section .bottom-wrapper a {
    border-radius: 0px;
    width: 100%;
    padding: 10px 16px;
}

.checkout-wrapper.cart-wrapper .total-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-wrapper.cart-wrapper .total-wrapper .heading-wrapper {
    margin-bottom: 0px;
}

.checkout-wrapper.cart-wrapper .total-wrapper .total-price {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #32A25A;
}

.checkout-wrapper.cart-wrapper .btn-wrapper .default-btn {
    border-radius: 0px;
    width: 100%;
}

.cart-pg .heading {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /*border-bottom: 1px solid #E8E8E8;*/
    /*padding-bottom: 8px;*/
}

.cart-pg .heading-top {
    padding: 8px;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    border-radius: 0px 8px 0px 0px;
}

.cart-pg .table-bordered td {
    background: #FFFFFF;
}

.cart-pg .prod-detail {
    display: flex;
    align-items: center;
}

.cart-pg .prod-detail .prod-img {
    margin-right: 15px;
}

.cart-pg .prod-detail span {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: rgba(0,0,0,0.5);
    text-transform: capitalize;
}

.cart-pg .prod-detail .prod-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    display: inline-flex;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.cart-pg .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
}

.cart-pg .default-btn {
    border: 0px;
    padding: 16px 32px;
    cursor: pointer;
}

.cart-pg .default-btn:hover,
.cart-pg .default-btn:focus {
    box-shadow: none;
    outline: none !important;
}

.cart-pg .cart_quantity_delete {
    color: rgba(0,0,0,0.75);
}

.cart-pg .cart_quantity_delete span::before {
    font-size: 18px;
}

.cart-pg .cart_quantity_delete:hover span::before {
    color: #DD1315;
}

.cart-pg .cart_quantity_delete:hover {
    color: rgba(0,0,0,1);
}

.address-form.table {
    padding: 15px 8px;
    background: #ffffff;
    border-radius: 4px;
}

.address-form.table tbody {
     display: block;
}

.address-form.table tbody tr {
     display: flex
}

.address-form.table td {
    border-top: 0px;
    flex: 1;
    padding: 10px !important;
}

.address-form.table input,
.address-form.table textarea {
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    border-radius: 0px;
}

.address-form.table input:focus,
.address-form.table input:focus-visble,
.address-form.table textarea:focus,
.address-form.table textarea:focus-visible {
    border: 1px Solid #e8e8e8;
    box-shadow: none;
    outline: none !important;
}


/*Login Page*/

.login-pg .left-section .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.form-wrapper input.form-control {
    border-color: #BFBFBF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #605D62;
    padding: 16px;
    background: #ffffff;
}
.form-wrapper input.form-control:focus,
.form-wrapper input.form-control:focus-visible,
.form-wrapper input.form-control:autofill,
.form-wrapper input.form-control:-webkit-autofill{
    outline: none !important;
    box-shadow: none !important;
    background: #ffffff;
    -webkit-background: #ffffff;
}

.form-wrapper label {
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #605D62;
}

.form-wrapper label span {
    color: #DD1315;
}

.login-pg .links {
    margin-bottom: 30px;
}

.login-pg .links,
.login-pg .links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.login-pg .links a {
    text-decoration: underline !important;
}

.login-pg .links a.link {
    color: #313033;
}

.login-pg .links a:hover,
.login-pg .links a.link:hover{
    color: #DD1315;
}

.login-pg .default-btn{
    padding: 14px 24px;
    border: 0px;
    cursor: pointer;
    margin-bottom: 10px;
}

.login-pg .right-section .inner-content {
    padding-left: 30px;
}

.group-history-pg .img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 35%;
}

.group-history-pg .img-wrapper img:first-child {
  border-radius: 25px;
  overflow: hidden;
  width: 80%;
  margin-right: 0;
}

.group-history-pg .img-wrapper img:last-child {
  border-radius: 25px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 86px 49px 111px -29px rgba(255, 195, 0, 0.51);
          box-shadow: 86px 49px 111px -29px rgba(255, 195, 0, 0.51);
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50%;
}

.group-history-pg p {
  color: #565656;
}

.production-pg {
  overflow: hidden;
}

.production-pg .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.production-pg .item:last-child {
    margin-bottom: 0px;
}

.production-pg .item .img-wrapper {
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: -44px 45px 58px -29px rgba(255, 195, 0, 0.21);
          box-shadow: -44px 45px 58px -29px rgba(255, 195, 0, 0.21);
}

.production-pg .item p {
  color: #565656;
  text-align: justify;
}

.production-pg .item p strong {
  font-weight: 700;
  color: #2B2727;
}

.production-pg .item p:last-child {
  margin-bottom: 0px;
}

.production-pg .item:nth-child(odd) .img-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.production-pg .item:nth-child(odd) .img-box .img-wrapper {
  -webkit-box-shadow: 44px 45px 58px -29px rgba(255, 195, 0, 0.21);
          box-shadow: 44px 45px 58px -29px rgba(255, 195, 0, 0.21);
}

.production-pg .item:nth-child(odd) .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bullet-style {
  padding-bottom: 20px;
}

.bullet-style li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}

.bullet-style li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #565656;
  border-radius: 50%;
  left: 5px;
  top: 10px;
}

.bullet-style li:last-child {
    margin-bottom: 0px;
}

.sub-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #0F1111;
}

.title-heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}

.heading-wrapper ul li {
  padding: 15px;
  border: 1px solid #BFBFBF;
  margin-bottom: 20px;
  cursor: pointer;
}

.heading-wrapper ul li .que {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  position: relative;
  padding-right: 20px;
}

.heading-wrapper ul li .que:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 28px;
  background: url(../../../img/faq-arrow.svg) no-repeat;
  top: 2px;
  right: 0;
}

.heading-wrapper ul li .ans {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
  position: relative;
  display: none;
  margin-top: 10px;
}

.heading-wrapper ul li.active {
    cursor: initial;
}

.heading-wrapper ul li.active .que {
  color: #FF0000;
}

.heading-wrapper ul li.active .que:after {
  background: url(../../../img/faq-arrow-down.svg) no-repeat;
}

.heading-wrapper ul li.active .ans {
  display: block;
}

.listing-wrapper .open-position .inner-item {
    margin-bottom: 15px;
}

.listing-wrapper .open-position .inner-item:last-child {
    margin-bottom: 0px;
}

.open-position .item {
    display: none;
}

.open-position .item.active {
    display: block;
}

.open-position .heading-wrapper {
  margin-bottom: 10px;
}

.open-position .accordion-title:before {
  display: none;
}

.open-position .sub-heading-role {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  padding: 7px 16px;
  text-transform: uppercase;
  width: 100%;
}

.open-position .accordion-title {
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.listing-wrapper .open-position .accordion-title:after {
    right: 18px;
}

.open-position .accordion-title .left-section {
    padding-right: 0px !important;
    border-right: 1px solid #e8e8e8;
}

.open-position .accordion-title .left-section .bottom-section {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #E8E8E8;
}

.open-position .right-section {
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-top-right-radius: 8px;
}

.open-position .details {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #E8E8E8;
}

.open-position .detail-wrapper:last-child .details {
    border-right: 0px;
}

.open-position .details .txt {
    padding-left: 25px;
    position: relative;
}

.open-position .details .txt::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 16px;
    height: 16px;
}

.open-position .details .txt.location::before {
    background: url(../../../img/icon/location.svg) no-repeat;
    background-size: 100%
}

.open-position .details .txt.experience::before {
    background: url(../../../img/icon/experience.svg) no-repeat;
    background-size: 100%
}

.open-position .details .txt .upper {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
}

.open-position .details .txt .lower {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #666666;
    letter-spacing: 0.4px;
}

.open-position .job-section {
  border: 1px solid #E8E8E8;
  border-top: 0px;
  padding: 15px;
}

.open-position .job-section .sub-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0F1111;
}

.open-position .job-section p {
    text-transform: capitalize;
}

.open-position .job-section ul {
  margin: 15px 0;
}

.open-position .job-section ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #565656;
  padding: 0;
  padding-left: 12px !important;
  position: relative;
  border: 0;
}

.open-position .job-section ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #565656;
  border-radius: 50%;
  left: 0;
  top: 13px;
}

.open-position .job-section .apply-btn {
  padding: 10px 0;
}

.open-position .job-section .apply-btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #DD1315;
  padding: 8px 16px;
  border-radius: 8px;
}

.open-position .job-section #details {
  display: none;
}

.fancybox-content,
.modal-body{
  padding: 25px;
}

.fancybox-content .career-inner-popup,
.modal-body .career-inner-popup{
  max-width: 470px;
}

.fancybox-content .career-inner-popup .heading,
.modal-body .career-inner-popup .heading{
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #0F1111;
  padding-bottom: 15px;
}

.fancybox-content .career-inner-popup p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #565656;
  padding: 10px 0;
}

.fancybox-content .career-inner-popup .form,
.fancybox-content .career-inner-popup .btn-wrapper {
  border-top: 1px solid #E0E0E0;
  padding: 30px 0 0 0;
}

.fancybox-content .career-inner-popup .form input,
.modal-body .career-inner-popup .form input{
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}

.fancybox-content .career-inner-popup .form input[type=file],
.modal-body .career-inner-popup .form input[type=file]{
  border: 1px solid #767676;
}

.fancybox-content .career-inner-popup .form .msg,
.modal-body .career-inner-popup .form .msg{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6E6B6B;
}

.fancybox-content .career-inner-popup .form .career-btn,
.modal-body .career-inner-popup .form .career-btn{
  padding: 20px 0 0 0;
  text-align: center;
  display: flex;
  column-gap: 2%;
}

.fancybox-content .career-inner-popup .form .career-btn button,
.modal-body .career-inner-popup .form .career-btn button{
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #DD1315;
  padding: 20px;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #DD131A;
  cursor: pointer;
  width: 49%;
}

.fancybox-content .career-inner-popup a.default-btn,
.modal-body .career-inner-popup a.default-btn{
    border-radius: 0px;
}

.fancybox-content .career-inner-popup .form .career-btn button:last-of-type,
.modal-body .career-inner-popup .form .career-btn button:last-of-type{
  margin-right: 0;
  background: #ffffff;
  color: #0F1111;
  border: 1px solid #767676;
}

.fancybox-content .thankyou {
  text-align: center;
  padding: 20px 0 40px;
}

.fancybox-content .thankyou img {
  padding: 10px 0;
}

.fancybox-content .thankyou .heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #0F1111;
  text-align: center;
  padding: 0 0 10px 0;
}

.fancybox-content .thankyou p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.fancybox-content .thankyou .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6E6B6B;
  padding: 0 0 45px 0;
}

.fancybox-content .thankyou .thankyou-btn {
  text-align: center;
}

.fancybox-content .thankyou .thankyou-btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  padding: 18px 139px;
  background: #DD1315;
}

.life-avon {
  padding: 20px 0 80px 0;
  overflow:hidden;
}

.life-avon .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.life-avon .flex-box img {
  margin-left: -80px;
}

.life-avon .flex-box .heading {
  font-weight: 500;
  font-size: 40px;
  line-height: 36px;
  color: #000000;
}

.life-avon .flex-box .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.4);
  padding: 8px 0 20px 0;
}

.life-avon .flex-box p {
  color: #565656;
}

.life-avon .flex-box p:last-of-type {
  margin-bottom: 0;
}

.life-avon .flex-box .career-btn {
  padding-top: 40px;
}

.life-avon .flex-box .career-btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 8px;
}

/* CSR Page */

.csr p,
.csr-expeniture p,
.csr-expeniture li {
    color: #565656;
    margin-bottom: 10px;
}

.csr p:last-child,
.csr-expeniture p:last-child,
.csr-expeniture li:last-child {
    margin-bottom: 0px;
}

.csr-expeniture .heading {
    margin-bottom: 16px;
}

.csr .sub-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #000000;
  padding: 10px 0;
}

.csr-expeniture .item {
    margin-bottom: 60px;
    align-items: center;
}

.csr-expeniture .item:last-child {
    margin-bottom: 30px;
}

.csr-expeniture .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
  -webkit-box-shadow: 44px 45px 58px -29px rgba(255, 195, 0, 0.21);
          box-shadow: 44px 45px 58px -29px rgba(255, 195, 0, 0.21);
}

.csr-expeniture .item:nth-child(odd) .img-box {
    order: 2;
}
/* End Of CSR Page */

/* Content Pages */

.content-pg .text-wrapper{
    margin-bottom: 1rem;
}
  
.content-pg p,
.content-pg .bullet-style li {
      color: #565656;
}

.content-pg .bullet-style {
    padding-bottom: 0px;
}

.content-pg .heading-wrapper {
    margin-top: 36px;
}

.content-pg .heading-wrapper:first-child {
    margin-top: 0px;
}

.content-pg .text-wrapper p {
    color: #565656;
}

.content-pg .redbox ul {
    border: 1px solid #FF0000;
    background-color: rgba(255, 0, 0, 0.06);
    padding: 16px;
    position: relative;
}
.content-pg .redbox ul::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    background: #FF0000;
}
.content-pg .redbox ul li {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
    -moz-column-gap: 21px;
         column-gap: 21px;
}
.content-pg .redbox ul li:last-child {
    margin-bottom: 0px;
}
.content-pg .redbox ul li .left,
.content-pg .redbox ul li .right {
    width: 50%;
}
.content-pg .redbox .item {
    flex: 1;
    border: 1px solid #FF0000;
    background-color: rgba(255, 0, 0, 0.06);
    padding: 16px;
}
.content-pg .redbox .item p {
    font-size: 14px;
}
/* End Of Content Pages */


/*Product listing wrapper*/
.prods-wrapper {
  margin-bottom: 30px;
}

.prods-wrapper .heading-top {
    padding: 8px;
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    border-radius: 0px 8px 0px 0px;
}
.prods-wrapper .item {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
}
.prods-wrapper .item .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  max-width: 105px;
  border: 1px solid #E8E8E8;
  border-bottom: 0px;
  border-top: 0px;
  padding: 5px;
  background: #FFFFFF;
}
.prods-wrapper .item .center-section {
  display: flex;
  flex-direction: column;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prods-wrapper .item .center-section .top-wrapper {
    padding: 12px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.prods-wrapper .item .center-section p {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 0px;
}
.prods-wrapper .item .center-section p a {
    color: rgba(0, 0, 0, 0.8);
}

.prods-wrapper .item .center-section p.small {
  font-weight: 500;
  line-height: 13px;
  font-size: 10px;
  color: #959595;
  letter-spacing: 1px;
  margin-top: 4px;
}
.prods-wrapper .item .center-section .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
  align-items: center;
}
.prods-wrapper .item .center-section .bottom-wrapper .text {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: #666666;
  padding: 9px 8px;
  text-transform: uppercase;
}
.prods-wrapper .item .center-section .bottom-wrapper .color-img {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #565656;
    padding: 0px 10px;
}
.prods-wrapper .item .right-section {
  width: 60%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E8E8E8;
  border-bottom: 0px;
  border-top: 0px;
}
.prods-wrapper .item .right-section .top-wrapper {
    height: 100%;
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.prods-wrapper .item .right-section .top-wrapper p {
  margin-bottom: 0px;
}
.prods-wrapper .item .right-section .top-wrapper .new-price {
  color: #7DB23B;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.prods-wrapper .item .right-section .top-wrapper .old-price {
  color: #B1B1B1;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.prods-wrapper .item .right-section .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E8E8E8;
}
.prods-wrapper .item .right-section .bottom-wrapper .text {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    color: #666666;
    padding-left: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.prods-wrapper .item .right-section .bottom-wrapper .text .help-block {
    font-size: 12px;
    color: red;
    font-style: normal;
    margin-left: 10px;
    text-transform: capitalize;
}
.prods-wrapper .item .right-section .bottom-wrapper .qty {
  display: flex;
  align-items: center;
  line-height: 21px;
  color: #565656;
}
.prods-wrapper .item .right-section .bottom-wrapper .qty li {
  padding: 4px 10px;
  border-left: 1px solid #E8E8E8;
}
.prods-wrapper .item .remove-item {
  display: flex;
  align-items: center;
  padding: 4px;
  border-right: 1px solid #E8E8E8;
}
.prods-wrapper .item:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.prods-wrapper .item:last-child .center-section {
  border-bottom: 0px;
}

.prods-wrapper input {
    width: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px;
    border: 0px;
    background: transparent;
}

.prods-wrapper .cart-qty-plus,
.prods-wrapper .cart-qty-minus {
    cursor: pointer;
}


/*My profile page*/


.myprofile-pg .heading {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.myprofile-pg .left-section ul {
    border: 1px solid #E8E8E8;
}

.myprofile-pg .left-section ul .item {
    border-bottom: 1px solid #E8E8E8;
}

.myprofile-pg .left-section ul .item:last-child {
    border-bottom: 0px;
}

.myprofile-pg .left-section ul .item a {
    display: block;
    padding: 16px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.myprofile-pg .left-section ul .item a.active,
.myprofile-pg .left-section ul .item a:hover{
    color: #FF0000;
}

.myprofile-pg .right-section .heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.myprofile-pg .right-section .edit {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-bottom: 2px;
    border-bottom: 1px solid #313033;
}

.myprofile-pg .right-section .default-edit {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-bottom: 2px;
}

.myprofile-pg .right-section .edit:hover {
    color: #FF0000;
    border-color: #FF0000;
}

.myprofile-pg .right-section .remove {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #B3261E;
}

.myprofile-pg .right-section .remove:hover {
    color: #000000;
}

.myprofile-pg .right-section .profile-detail {
  -webkit-column-count: 2;
  -webkit-column-gap: 120px;
  -moz-column-count: 2;
  -moz-column-gap: 120px;
  column-count: 2;
  column-gap: 120px;
}

.myprofile-pg .right-section .profile-detail .item {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #605D62;
  margin-bottom: 30px;
}

.myprofile-pg .right-section .profile-detail .item .text {
  font-weight: 600;
  word-break: break-all;
}

.myprofile-pg .right-section .cards .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
}

.myprofile-pg .right-section .cards .item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.myprofile-pg .right-section .cards .item .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.myprofile-pg .right-section .cards .item .top-wrapper .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.myprofile-pg .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.myprofile-pg .list:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.myprofile-pg .list .btns {
    margin-top: 15px;
}

.myprofile-pg .list .btns span {
    margin-right: 15px;
    padding: 0px;
    line-height: 0;
}

.myprofile-pg .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 600;
    color: #605D62;
}

.myprofile-pg .table tr td {
    font-size: 14px;
    font-weight: 400;
    color: #605D62;
}

/*End Of My profile Page*/

.checkout-wrapper .content-box {
    display: none;
}

.checkout-wrapper .content-box.active {
    display: block;
}

.checkout-wrapper .bottom-btns {
    display: flex;
    justify-content: flex-end;
}
.checkout-wrapper .bottom-btns .default-btn{
    padding: 10px 16px;
}

.checkout-wrapper .checkout-left-section .outer-wrapper input.error {
    border: 1px solid #DD1315;
}

.checkout-wrapper .checkout-left-section .outer-wrapper .error-msg {
    font-size: 12px;
    color: #DD1315;
}

.checkout-wrapper #sc_button-form-process:disabled,
.checkout-wrapper #sc_button-form-process[disabled] {
    opacity: 0.7;
    cursor: auto;
}

.checkout-wrapper #sc_button-form-process:disabled:hover,
.checkout-wrapper #sc_button-form-process[disabled]:hover{
    background: #DD1315;
}

/*Checkout Confirm Page*/
.checkout-confirm-pg .prods-wrapper .item .remove-item {
    width: 40%;
    padding: 16px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
    margin-bottom: 0px;
}

.checkout-confirm-pg .prods-wrapper .item .right-section .top-wrapper {
    width: 60%;
}

.checkout-confirm-pg .heading {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.checkout-confirm-pg .total-box {
    margin-top: 47px;
    margin-bottom: 0px !important;
}

.checkout-confirm-pg #showTotal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #605D62;
    margin-bottom: 30px;
}

.checkout-confirm-pg #showTotal td,
.checkout-confirm-pg #showTotal th {
    padding: 10px 8px !important;
}

.checkout-confirm-pg #showTotal th {
    font-weight: 600;
}

.checkout-confirm-pg .confirm-btn {
    margin-bottom: 10px;
}

.checkout-confirm-pg .confirm-btn .default-btn {
    width: 100%;
    border-radius: 0px;
    border-bottom-right-radius: 11px;
    padding: 12px;
}

.checkout-confirm-pg .back-btn .default-btn {
    padding: 0px;
    background: transparent;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;    
    letter-spacing: 0.6px;
    color: #313033;
}

.checkout-confirm-pg .back-btn .default-btn:hover {
    color: #DD1315;
}
/*End Of Checkout Confirm Page*/

/* Alert */

.alert {
    padding: 10px 15px;
    font-size: 14px;
}

.alert-dismissible .close {
    padding: 7px 15px;
}

/* Pagination */

.pagination-wrap {
    width: 100%;
    padding: 0px 15px;
}

.pagination-wrap > nav {
    display: flex;
    justify-content: center;
}

.pagination-wrap > nav .page-link {
    display: flex;
    padding: 8px 12px;
    line-height: normal;
    color: #565656;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    justify-content: center;
    align-items: center;
}

.pagination-wrap > nav .page-link:hover {
    background: transparent;
    color: #DD1315;
}

.pagination-wrap > nav .page-link:focus,
.pagination-wrap > nav .page-link:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

.pagination-wrap > nav .page-item.active .page-link {
    background-color: #DD1315;
    border-color: #DD1315;
}

.pagination-wrap > nav .page-item.active .page-link:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.thankuPopupWrapper {
    display: flex;
    position: fixed;
    background: rgba(30, 30, 30, 0.9);
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.thankuPopupWrapper .close-icon {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.thankuPopupWrapper .close-icon span::before {
    font-size: 12px;
    color: #666666;
}

/*Store Presence*/

.blog-listing .blog.store-presence .heading-wrapper .heading {
    margin-bottom: 10px;
}

.blog-listing .blog.store-presence .heading-wrapper p {
    margin-bottom: 10px;
}

.blog-listing .blog.store-presence .heading-wrapper a {
    color: rgba(0,0,0,0.6);
    padding-left: 0px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    position: relative;
}

.blog-listing .blog.store-presence .heading-wrapper a:hover {
    color: #FF0000;
    border-bottom: 1px solid #FF0000;
}

.blog-listing .blog.store-presence .items.active {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    row-gap: 15px
}

.blog-listing .blog.store-presence .items .item {
    width: 32.33%;
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.blog-listing .blog.store-presence .items .item .name {
    font-size: 16px;
    line-height: 1.3;
}

.blog-listing .blog.store-presence .items .item .img-wrapper {
    display: flex;
}

.blog-listing .blog.store-presence .items .item .inner-content {
    max-height: 162px;
    overflow: hidden;
    border-radius: 8px;
    background: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-listing .blog.store-presence .items .item .inner-content .img-wrapper{
    border-radius: 0px;
    margin-bottom: 0px;
}

.storetabsWrapper {
    margin-bottom: 20px;
}

.storetabsWrapper ul {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.storetabsWrapper ul li a {
    color: #ffffff;
    background: #333333;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
}

.storetabsWrapper ul li a.active {
    background: #DD1315;
}

.storesListing .stores {
    display: none;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 15px;
}

.storesListing .stores.active {
    display: flex;
}

.blog-listing .blog.store-presence .items .storesListing .stores .item {
    width: 31.33%;
}

.storesListing .stores .heading-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

/*Frequently Bought*/
.trending-product.frequently-bought {
    background: transparent;
    border-top: 1px solid #e8e8e8;
}

.trending-product.frequently-bought .buy-links a .icon-ShoppingCart:before {
    color: #666666;
    font-size: 18px;
}

.trending-product.frequently-bought .buy-links a:hover .icon-ShoppingCart::before {
    color: #DD1315;
}

.trending-product.frequently-bought .buy-links a,
.trending-product.frequently-bought .products .cart-buy-links .cart a {
    padding:10px;
}

.trending-product.frequently-bought .products .item {
    background: #ffffff;
}

.trending-product.frequently-bought .products .product-name a {
    font-size: 16px;
}

.trending-product.frequently-bought .products .item .image {
    height: 200px;
}

.trending-product.frequently-bought .products .cart-buy-links .fav {
    width: 50%;
    border-right: 1px solid #e8e8e8;
}

.trending-product.frequently-bought .products .cart-buy-links .buy-links {
    width: 50%;
}

.trending-product.frequently-bought .products .cart-buy-links .fav button {
    border: 0px;
    padding: 0px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.trending-product.frequently-bought .products .cart-buy-links .fav button .icon-heart:before {
    font-size: 16px;
}

.trending-product.frequently-bought .products .cart-buy-links .fav button:hover .icon-heart:before {
    color: #DD1315;
}

.trending-product.frequently-bought .heading-wrapper {
    padding-right: 100px;
}

.trending-product.frequently-bought.common-slider-btn .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 50px;
}

.trending-product.frequently-bought.common-slider-btn .owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.trending-product.frequently-bought.common-slider-btn .owl-carousel .owl-nav .owl-prev,
.trending-product.frequently-bought.common-slider-btn .owl-carousel .owl-nav .owl-next {
    top: -60px;
    bottom: auto;
}
.trending-product.frequently-bought .products .price-sec-fav .price {
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
    cursor: auto;
}

.myprofile-pg td.product_review a{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #313033;
    padding-bottom: 2px;
    border-bottom: 1px solid #313033;
}

.myprofile-pg td.product_review a:hover {
    color: #FF0000;
    border-color: #FF0000;
}

.magnifier {
    background: #ffffff;
    border: 1px solid #e8e8e8 !important;
    max-width: 400px
}

/*Life At Avon*/

.life-events .blog.press-conf .item .img-wrapper {
    height: auto;
    padding: 0px;
    margin-bottom: 10px;
}

.life-events .blog.press-conf .item .img-wrapper img {
    border: 0;
    max-height: initial;
}

/* Newsletter Section */
.newsletter-section {
    background: #081916;
}

.newsletter-section .inner-content{
    padding: 80px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}

.newsletter-section .inner-content::before {
    content: "\e911";
    position: absolute;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 300px;
    color: rgba(255,255,255,0.05);
    right: 20px;
    bottom: -50px;
}

.newsletter-section .heading {
    color: #ffffff;
    margin-bottom: 10px;
}

.newsletter-section p {
    color: rgba(255,255,255,0.5);
}

.newsletter-section .form-control {
    width: calc(100% - 180px);
    border-radius: 8px 0px 0px 8px;
}

.newsletter-section .default-btn {
    min-width: 180px;
    border-radius: 0px 8px 8px 0px;
}

.error-pg .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.error-pg .img-wrapper img {
    max-width: 650px;
}

.error-pg .heading-wrapper p {
    max-width: 500px;
    margin: auto;
    line-height: 1.8;
}

.compare-prod-detail .items {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom:1px solid #E8E8E8
}

.compare-prod-detail .items:last-child {
    border-bottom: 0px;
}

.compare-prod-detail .items .title{
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    min-width: 85px;
    text-transform: uppercase;
    padding: 10px 8px;
}

.compare-prod-detail .items .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px 8px;
    color: #666666;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    position: relative;
    border-left:1px solid #E8E8E8
}


.footerblg{margin-top:20px;}
.footerblg h1{}
.footerblg h2{}
.footerblg p{text-align: justify;}
.footerblg p a {color:#000000;}


.corporaterw{padding:30px 0; text-align:center;}
.corporaterw h4{text-align:center; font-size:18px;}
.corporaterw img{width:100%; margin:10% 0;}    
.corporaterow .corporaterw img{width:70px; margin:10% 0;}  



.offer-banner img {
    width: 100%;
}

.offter-wrapper .form-group {
    border: 0;
    padding: 0;
}

.offter-wrapper {
    padding: 80px 0 200px;
    background: url(../images/form-bg.jpg);
    background-position: top center;
}

.offter-wrapper .left-section {
    max-width: 740px;
    margin: auto;
}

.offter-wrapper .form-group label {
    position: relative;
}

.offter-wrapper .form-group.two-col {
    display: flex;
    justify-content: space-between;
}

.offter-wrapper .form-group.two-col input.form-control {
    width: 49.5%;
    padding: 10px 15px
}

.offter-wrapper .form-group.select-file .form-control {
    border: 1px dashed #000;
    padding: 10px 15px
}

div.offter-wrapper .form-group .form-control.email-icon {
    background: url(../images/mail-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 15px center;
}

div.offter-wrapper .form-group .form-control.phone-icon {
    background: url(../images/phone-icon.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left 15px center;
}

div.offter-wrapper .form-group .form-control.date-icon {
    background: url(../images/cl-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 15px center;
}

div.offter-wrapper .form-group .form-control.bill-icon {
    background: url(../images/bill-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left 15px center;
}

div.offter-wrapper .form-group .form-control {
    border: 1px solid #000;
    padding: 10px 15px 10px 55px;
    border-radius: 40px;
    opacity: 1;
    text-transform: none;
    font-weight: 500;
}

.offter-wrapper .form-group.formgroup {
    display: flex;
    margin-bottom: 0px;
}

.offter-wrapper .form-group {
    margin-bottom: 40px;
    background: transparent;
}

div.offter-wrapper .form-group label {
    font-size: 15px;
    color: #a6001d;
    height: auto;
    margin-bottom: 17px;
}

.offter-wrapper .form-submit {
    text-align: center;
}

.offter-wrapper .form-submit button.btn.default-btn {
    box-shadow: none;
    background: #950017;
    border-radius: 40px;
    text-transform: none;
    font-weight: 400;
    padding: 10px 30px;
}



div#readMr {
    height: 240px;
    margin: 30px 0;
    overflow-y: auto;
    padding-right: 10px;
}

div#readMr > div + h2 {
    margin-top: 0 !important;
}


div#showPopupId{
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #000000c4;
    right: 0;
    filter: drop-shadow(2px 4px 6px black);
}

div#showPopupId .popup-warp{
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    width: 100%;
}

div#showPopupId .popup-box {
    background: #fff;
    padding: 10px 150px;
    border-radius: 0;
    max-width: 100%;
    margin: auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

div#showPopupId .Btn button.decline {
    width: auto;
}

div#showPopupId .Btn button.accept {
    width: auto;
}

div#showPopupId .Btn {
    display: flex;
    justify-content: center;
}

div#showPopupId .Btn {
    padding: 10px 0 0;
}

div#showPopupId .Btn btn {
    background: #000;
}

div#showPopupId .Btn button.decline {
    color: #c31f1f;
    border: 2px solid #c31f1f;
    background: #fff;
    font-weight: bold;
}

div#showPopupId .Btn button.accept {
    background: #c31f1f;
    border: 2px solid #c31f1f;
    color: #fff;
    font-weight: bold;
}

div#showPopupId .Btn button {
    margin: 0 5px;
    padding: 3px 10px;
}

div#showPopupId p a {
    font-weight: bold;
    color: #c31f1f;
    text-decoration: underline !important;
    font-size: 16px;
}

div#showPopupId p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

div#showPopupId .popup-content {
    width: 75%;
}



.accordion-container.fixed {
    position: fixed;
    top: 40px;
    width: 255px;
}



#cycluxsec01{margin-bottom:20px;}
#cycluxsec01 video{width:100%;}


#cycluxsec02{margin:20px 0;}
#cycluxsec02 img{width:100%;}
#cycluxsec02 h3{color:#666666; font-size:26px; font-weight:400;}
#cycluxsec02 h2{color:#212121;font-size:48px;text-transform: uppercase;}
#cycluxsec02 p{color:#212121;}


#cycluxsec04{margin:50px 0 0;}
#cycluxsec04 h3{text-align:center;color:#666666; font-size:26px; font-weight:400;}
#cycluxsec04 h2{text-align:center;color:#212121;font-size:38px; margin-bottom:50px;}
#cycluxsec04 img{width:100%;}
#cycluxsec04 .product-name{font-size:20px; font-weight:600;color:#212121;text-align:center; margin:20px 0 0;}
#cycluxsec04 .product-name a{color:#212121;}
#cycluxsec04 .color-availbilty{font-size:10px; font-weight:400;color:#959595;text-align:center; text-transform: uppercase;}
#cycluxsec04 .price {font-weight: 600;font-size: 18px;line-height: 23px; color: #7DB23B; margin-right: 4px;text-align:center;}
#cycluxsec04 .buy-links{width:100%;}
#cycluxsec04 .buy-links .default-btn{width:80%; margin:10px 10%;}

#cycluxsec05{margin:0px 0 0;}
#cycluxsec05 img{width:100%;}

#cycluxsec06{background: url(../images/cycluxsec06.jpg); background-size:100%; padding:50px 0 250px;}
#cycluxsec06 .container{width:940px;}
#cycluxsec06 h3{text-align:center;color:#666666; font-size:26px; font-weight:400;}
#cycluxsec06 h2{text-align:center;color:#212121;font-size:38px; margin-bottom:50px;}


#cycluxsec06 .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:20px;
}


#cycluxsec06 .active, .accordion:hover {
  background-color: #ccc;
}


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

#cycluxsec06 .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

#cycluxsec06 .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.newsrdh{}
.newsrdh img{width:100%; float:left;}



.deshkiride{}
.deshkiride img{width:100%;}

section.listing-wrapper.press-listing .blog .item {
    width: 100%;
    min-height: auto;
    max-height: none;
}

section.listing-wrapper .left-section{
    /*position: sticky;
    top: 120px;*/
}

span.icon-svg svg {
    width: 18px;
}

section.main-banner.top-banner.qqqq {
    z-index: 900;
    position: relative;
}


/*==================spiral slider========================*/

.container.carousel-container {
    margin: 90px auto 60px;
    width: 450px;
    height: 470px;
    position: relative;
    perspective: 1000px;
}

.carousel-container .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel-container .item {
  display: block;
  position: absolute;
  width: 450px;
  height: 350px;
  line-height: 300px;
  font-size: 5em;
  text-align: center;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
}

.carousel-container .a {
  transform: rotateY(0deg) translateZ(450px);

}
.carousel-container .b {
  transform: rotateY(60deg) translateZ(450px);

}
.carousel-container .c {
  transform: rotateY(120deg) translateZ(450px);

}
.carousel-container .d {
  transform: rotateY(180deg) translateZ(450px);

}
.carousel-container .e {
  transform: rotateY(240deg) translateZ(450px);

} 
.carousel-container .f {
  transform: rotateY(300deg) translateZ(450px);

}

.carousel-container .next, .carousel-container .prev {
  color: #444;
  position: absolute;
  top: 100px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #e78989;
  transition: box-shadow 0.1s, top 0.1s;
}
.carousel-container .next:hover, .carousel-container .prev:hover { color: #000; }
.carousel-container .next:active, .carousel-container .prev:active {
  top: 104px;
  box-shadow: 0 1px 0 #999;
}
.carousel-container .next {  }
.carousel-container .prev {  }
.carousel-container .item img {
    width: 100%;
}

.carousel-container {
    position: relative;
	padding-top: 50px;
}

.carousel-container .navbtns {
    bottom: 0px;
    position: absolute;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.carousel-container .navbtns .next {
    left: auto;
    position: relative;
    top: auto;
}

.carousel-container .navbtns .prev {
    right: auto;
    position: relative;
    top: auto;
}

.carousel-container .navbtns .next,.carousel-container .navbtns .prev {
    background: #e12a2c;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
	left: auto;
    right: auto;
}
/*===================spiral slider=======================*/


/* ===========================
       CTA SECTION
    =========================== */
body .container {
    max-width: 1300px;
}    
    
.indexp-cta-section.cta-section {
  background: var(--red);
  position: relative;
  overflow: hidden;
}

.indexp-cta-section.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.indexp-cta-section .cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.indexp-cta-section .cta-text .section-tag {
  color: #fff;
}

.indexp-cta-section.cta-text .section-tag::before {
  background: rgba(255, 255, 255, 0.6);
}

.indexp-cta-section .cta-text .section-title {
  
}

.indexp-cta-section .cta-text .section-sub {
  color: rgba(255, 255, 255, 0.8);
}

.indexp-cta-section .cta-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.indexp-cta-section .cta-form input {
  padding: 15px 22px;
  background: rgba(255, 255, 255, 0.25);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--white);
  min-width: 280px;
  outline: none;
  transition: var(--transition);
  line-height: normal;
}

.indexp-cta-section .cta-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.indexp-cta-section .cta-form input:focus {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.2);
}

.indexp-cta-section .cta-form button {
  padding: 15px 30px;
  background: #e9e9e9;
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  /* color: var(--red); */
  transition: var(--transition);
  border: 0;
  color: #000;
}

.indexp-cta-section .cta-form button:hover {
  background: #111111;
  color: #ffffff;
}
.indexp-cta-section .section.tight {
    padding: 64px 0;
}
.indexp-cta-section .section-title {
    font-family: var(--font-main);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-1);
}
.indexp-cta-section .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 12px;
}

.indexp-cta-section.section {
    padding: 60px 0;
}
.indexp-cta-section .container {
    /*max-width: 1300px;*/
    margin: 0 auto;
    padding: 0 24px;
}



@media only screen and (min-width: 992px) {
.blog-listing.listing-wrapper .accordion-container {
    position: sticky;
    top: 120px;
    
}

/*.blog-listing.listing-wrapper .right-section .right-section-inn {
    height: 100%;
        overflow: auto;
}

.blog-listing.listing-wrapper .right-section .right-section-inn .items.active {
    position: sticky;
    top: 120px;
}*/

}


.mobile_banner_class {
    display: none;
}

.desktop_banner_class {
    display: block;
}



@media only screen and (max-width: 800px) {
.buytowinsec{right:-45px;}   
.buytowinsec a{font-size:14px;}

section.top-banner .owl-carousel .controls {
    bottom: -30px;
}

.mobile_banner_class {
    display: block;
}

.desktop_banner_class {
    display: none;
}

}


.trending-product .top-section.product-top .item {
    border-radius: 0px 16px 16px 16px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    background: #fff;
}

.trending-product .top-section.product-top .item .image {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending-product .top-section.product-top .item .inner-image {
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
}

.trending-product .top-section.product-top .item .inner-image a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.trending-product .top-section.product-top .inner-image img {
    width: auto;
    max-height: 100%;
}

.trending-product .top-section.product-top .inner-image.active {
    display: block;
}

.trending-product .top-section.product-top .product-name-rating {
    padding: 7px 0px 7px 7px;
    position: relative;
    height: 100%;
    border-left: 15px solid #FCDD4E;
}

.trending-product .top-section.product-top .product-name-rating{
    
}

.trending-product .top-section.product-top .product-name-rating.hasLabel {
    padding-left: 27px;
}

.trending-product .top-section.product-top .product-name-rating .label {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #FCDD4E;
    left: 0;
    display: none;
}

.trending-product .top-section.product-top .product-name-rating.hasLabel .label {
    display: block;
}

.trending-product .top-section.product-top .product-name-rating .label span {
    position: absolute;
    left: -16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    min-width: max-content;
    width: auto;
    height: max-content;
    transform: rotate(271deg);
    -webkit-transform: rotate(271deg);
    -moz-transform: rotate(271deg);
    -ms-transform: rotate(271deg);
    -o-transform: rotate(271deg);
    display: flex;
    padding: 0px 11px;
    line-height: normal;
    font-weight: 500;
    color: #666666;
}

.trending-product .top-section.product-top .product-name,
.trending-product .top-section.product-top .product-name a{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    width: calc(70% - 10px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.trending-product .top-section.product-top .product-name a {
    width: 100%;
}

.trending-product .top-section.product-top .product-name a:hover {
    color: #DD1315;
}


.trending-product .top-section.product-top .rating {
    max-width: calc(34% - 10px);
}

.trending-product .top-section.product-top .rating,
.testimonial-sec .testimonials .rating {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px 5px 25px;
    line-height: 12px;
    color: #5AD235;
    position:relative;
    width: max-content;
    display:none;
}

.trending-product .top-section.product-top .rating::before,
.testimonial-sec .testimonials .rating::before {
    content: "\e933";
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    margin:auto;
    color: #5AD235;
    font-family:'icomoon' !important;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.trending-product .top-section.product-top .rating a {
    font-weight: 600;
    font-size: 16px;
    color: #5AD235;
}

.trending-product .top-section.product-top .product-name span,
.trending-product .top-section.product-top .color-availbilty {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    display: block;
    letter-spacing: 1px;
    color: #959595;
}

.trending-product .top-section.product-top .color-image {
    display: flex;
    align-items: center;
    border-left: 1px solid #e8e8e8;
    padding:3px 0px;
}

.trending-product .top-section.product-top .color-image a {
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    justify-content: center;
    align-items: center;
}

.trending-product .top-section.product-top .color-image a img {
    width: 20px;
    height: 20px;
}

.trending-product .top-section.product-top .color-image a.active {
    position: relative;
}

.trending-product .top-section.product-top .color-availbilty {
    padding: 5px 10px;
    text-transform: uppercase;
}

.trending-product .top-section.product-top .color-image a.active img {
    margin: 0;
    padding: 0;
    border-radius: 4px;
}

.trending-product .top-section.product-top .color-image a.active:before {
    position: absolute;
    content: "\e910";
    color: #ffffff;
    font-family: 'icomoon' !important;
    font-size: 5px;
    width: 12px;
    height: 11px;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url(../../../img/icon/color-done.png) no-repeat 0 0;*/
    
}

.trending-product .top-section.product-top .price-sec-fav {
    padding: 0px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.trending-product .top-section.product-top .price-sec-fav .price {
    width: calc(100% - 55px);
    padding: 12px 8px;
}

.trending-product .top-section.product-top .price-sec-fav .w-100 {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.3);
}

.trending-product .top-section.product-top .price-sec-fav .fav {
    width: 50px;
    border-left: solid 1px #ddd;
}

.trending-product .top-section.product-top .price-sec-fav .fav a {
    display: flex;
}

.trending-product .top-section.product-top .price-sec-fav .fav button {
    background: transparent;
    border: 0px !important;
    outline: none !important;
    appearance: none;
    display: flex;
    cursor: pointer
}

.trending-product .top-section.product-top .price-sec-fav .fav button .icon-heart {
    min-width: 25px;
    min-height: 25px;
    position: relative;
}

.trending-product .top-section.product-top .price-sec-fav .fav button .icon-heart:before {
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content:center;
}

.trending-product .top-section.product-top .price-sec-fav .fav button:hover .icon-heart:before {
    color: #DD1315;
}

.trending-product .top-section.product-top .price-sec-fav .fav button:focus,
.trending-product .top-section.product-top .price-sec-fav .fav button:focus-visible {
    outline: none !important;
}

.trending-product .top-section.product-top .price-sec-fav .icon-close {
    color: #DD1315;
    font-size: 14px;
}

.trending-product .top-section.product-top .price span.new-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #7DB23B;
    margin-right: 4px;
}

.trending-product .top-section.product-top .price span.old-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #B1B1B1;
}

.trending-product .top-section.product-top .price span.new-price span::before {
    font-size: 14px;
}

.trending-product .top-section.product-top .price span.old-price span::before {
    font-size: 10px;
    color: #B1B1B1;
}

.trending-product .top-section.product-top .cart-buy-links .cart {
    width: 100px;
}

.trending-product .top-section.product-top .cart-buy-links .buy-links {
    width: calc(100% - 100px);
}

.trending-product .top-section.product-top .cart-buy-links .buy-links a.default-btn {
    width: 100%;
    border-radius: 0;
    padding: 10px;
}

.trending-product .top-section.product-top .cart-buy-links .cart a {
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trending-product .top-section.product-top .cart-buy-links .cart a:first-of-type {
    border-right: solid 1px #ddd;
}

.trending-product .top-section.product-top .cart-buy-links .cart a span::before {
    font-size: 16px;
    color: #666666
}

.trending-product .top-section.product-top .cart-buy-links .cart a span.icon-ShoppingCart::before {
    font-size: 18px;
}

.trending-product .top-section.product-top .cart-buy-links .cart a:hover span::before {
    color: #DD1315;
}

.top-section.product-top {
    background: #FBF8EC;
    padding: 15px;
    margin-bottom: 20px;
    padding-top: 13px;
    border-radius: 12px;
    border: 1px dashed #dd1315;
}

.top-section.product-top .heading h2 {
    font-size: 24px;
    padding-top: 0;
    line-height: normal;
    padding-bottom: 5px;
    color: #000;
}

.trending-product .top-section.product-top  .item {
    margin-bottom: 0;
}

.top-section.product-top > .row {
    gap: 21px 0;
}

.aside-item {
    display: none;
}


@media only screen and (min-width: 1200px) {
    
    
    .blog-detail .right-section .related-blogs .inner-content .right {
        flex: 1.3;
    }
    
    .blog-detail .right-section.blog .related-blogs {
        position: sticky;
        top: 70px;
    }
}

.blog-detail .right-section .related-blogs .inner-content .left .img-wrapper > img {
        height: 100px;
        object-fit: cover;
        object-position: right;
    }


@media only screen and (max-width: 650px) {
.top-section.product-top {
    margin-top: 20px;
}
}