/*==font-family: 'Roboto', sans-serif;==*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
    color: #282d53;
    background-color: #fff;
    position: relative;
    padding-top: 100px;
    min-width: 320px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    color: #282d53;
    line-height: 1.4;
    margin: 0 0 15px;
    font-weight: 400;
}

a {
    color: #282d53;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
}

a:hover,
a:active,
a:focus {
    color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #282d53;
    margin: 0;
    margin-bottom: 10px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
ul {
    margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
}

header {
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

header .navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #393939;
    padding: 8px 20px;
}

header .navbar .navbar-nav .nav-link:hover {
    color: #d281b5;
}

header .navbar .navbar-collapse {
    justify-content: center;
}

.navbar-brand {
}

.navbar-brand img {
    max-height: 40px;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
}

.navbarTogglerIcon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #231f20;
    margin: 10px 0px;
    position: relative;
    transition: all 0.5s;
}

.navbarTogglerIcon:before,
.navbarTogglerIcon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #231f20;
    left: 0;
    transition: all 0.5s;
}

.navbarTogglerIcon:before {
    top: -8px;
    transform: translate(0px, 8px) rotate(135deg);
}

.navbarTogglerIcon:after {
    bottom: -8px;
    transform: translate(0px, -8px) rotate(-135deg);
}

.navbar-toggler .navbarTogglerIcon {
    background-color: transparent;
}

.navbar-toggler.collapsed .navbarTogglerIcon {
    background-color: #231f20;
}

.navbar-toggler.collapsed .navbarTogglerIcon:before,
.navbar-toggler.collapsed .navbarTogglerIcon:after {
    transform: unset;
}


.navbarRight .dropdown-menu.open.show .dropdown-menu {
    display: block;
}

.langSelect .btn-light {
    background-color: transparent !important;
    border: none !important;
}

.langSelect .btn-light:focus {
    box-shadow: none !important;
    outline: none !important;
}

.langSelect .dropdown-menu li a {
    padding: 5px 10px;
}

.langSelect .dropdown-menu li a.selected {
    background: #cba5a4;
}

.navbarRight .btn-group {
    box-shadow: none;
    outline: none;
    margin-bottom: 0px !important;
}

.navbarRight .btn-group .selectpicker {
    font-size: 15px;
    color: #393939;
    padding: 3px 0px;
    display: inline-flex;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
}

.navbarRight .btn-group > .dropdown-menu {
    padding: 5px;
    border-radius: 0px;
}

.navbarRight .btn_1 {
    margin-left: 15px;
}

.btn_1 {
    font-size: 17px;
    color: #fff;
    background-color: #cba5a4;
    padding: 5px 20px;
    border-radius: 50px;
    border: none;
    min-width: 110px;
    text-align: center;
}

.btn_1:hover {
    color: #fff;
    background-color: #d281b5;
}

.bannerSection {
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

.bannerContainer {
    background-image: url(../images/Model.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom right;
    background-color: #f1e2db;
    min-height: unset;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}



.bannerCaption h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.number_UL_Listing {
    padding-bottom: 10px;
}

.number_UL_Listing>li {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    color: #282d53;
    margin-bottom: 20px;
}

.number_UL_Listing>li .count_ {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    left: 0px;
    top: 0px;
}


.btn_white {
    font-size: 14px;
    color: #282d53;
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
    
.btn_white i.fa-chevron-right {
    margin-left: 10px;
}

.btn_white:hover {
    color: #fff;
    background-color: #d281b5;
}

.filterCenter {
    display: flex;
    align-items: center;

    justify-content: center;
}

.middleSection {
    width: 100%;
    padding-top: 40px;
    min-height: 800px;
}

.filterRow {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
}

.filterRow .bootstrap-select > .dropdown-toggle {
    height: 50px;
    border-radius: 100px;
    box-shadow: 0px 8px 11px rgb(199 199 199 / 82%);
    border: solid 1px #757575;
    padding: 10px 60px;
    margin-right: 15px;
    margin-left: 15px;
    width: 400px;
    outline: none !important;
    background-color: #fff;
}

.filterRow .dropdown-toggle[title] {
    color: #282d53
}

.filterRow .bootstrap-select > .dropdown-toggle:focus,
.filterRow .bootstrap-select > .dropdown-toggle:active {
    background-color: #fff;
}

button.actions-btn.bs-deselect-all.btn.btn-light {
    display: none;
}

button.actions-btn.bs-select-all.btn.btn-light {
    text-align: left;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
}

.addButton {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #757575;
    background-color: #fff;
    margin-left: 15px;
}

.filterRow .dropdown-toggle::after {
    display: none;
}

.filterRow .bootstrap-select .dropdown-menu {
    border-radius: 15px;
    min-width: calc(100% - 30px);
}

.filterRow .colorSelect > .dropdown-toggle {
    position: relative;
}

.filterRow .colorSelect > .dropdown-toggle:before {
    content: '';
    background-image: url('../images/color-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    left: 25px;
}

.filterRow .catIcon > .dropdown-toggle {
    position: relative;
}

.filterRow .catIcon > .dropdown-toggle:before {
    content: '';
    background-image: url('../images/cat-iconn.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    left: 25px;
}

.filterRow .colorFilter {
    position: relative;
}

.filterRow .colorFilter::before ,.form-group .colorFilter::before {
    content: "";
    width: 96%;
    height: 32px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    left: 10px;
    top: 40px;
}
.pattern-img{
    display: inline;width: 96%;height: 32px;margin-left: 10px;border-radius: 5px;margin-right: 15px;position: absolute;top: 40px;height: 30px;
}
.form-group .colorFilter span.content,.form-group span.content{
    font-size: 16px;
    display: inline-block;
}
.form-group .colorFilter span.content{
    margin-top: 8px;
    margin-left: 66px;
}
.form-group .btn-light.dropdown-toggle{
    border-color: #4FB8AA;
    background-color: #4FB8AA !important;
    color: #fff !important;
    text-align: center;
}

.filterRow .redColor:before {
    background-color: #dd2c2c;
}

.filterRow .greenColor:before {
    background-color: #94de67;
}

.filterRow .blueColor:before {
    background-color: #3099c7;
}

.filterRow .orangeColor:before {
    background-color: #f26e0e;
}

.filterRow .yellowColor:before {
    background-color: #ffb300;
}

.filterRow .cyanColor:before {
    background-color: #00FFFF;
}

.filterRow .purpleColor:before {
    background-color: #800080;
}

.filterRow .magentaColor:before {
    background-color: #FF00FF;
}

.filterRow .brownColor:before {
    background-color: #A52A2A;
}

.filterRow .oliveColor:before {
    background-color: #808000;
}

.filterRow .colorFilter {
    padding: 12px 12px 12px 100px;
}

.searchOutfirtBTN {
    width: 350px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    background-color: #cba5a4;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 22px;
}

.searchOutfirtBTN .hideMobile {
    margin-left: 5px;
}

.borderTop {
    position: relative;
}

.borderTop::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0px;
    max-width: 30%;
    display: block;
    border-top: solid 2px #c7c7c7;


}

.searchOutfirtBTN img {
    margin-left: 40px;
}

.deleteFilter {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100px;
    background-color: #cba5a4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.deleteFilter:hover {
    transform: rotate(180deg) scale(0.8);
}

.emptyDelete {
    width: 50px;
    height: 50px;
    opacity: 0;
}

.filterRow .dropdown-menu {
    padding: 15px;
}

.filterRow .dropdown-menu > .inner{
    max-height: none !important;
    overflow: hidden !important;
}
/* width */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar {*/
/*    width: 18px;*/
/*}*/

/* Track */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-track {*/
/*    background: #ffabcb;*/
/*}*/

/* Handle */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-thumb {*/
/*    background: #ed6c9d;*/
/*}*/

/* Handle on hover */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-thumb:hover {*/
/*    background: #fc629d;*/
/*}*/


/* Buttons */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button {*/
/*  background-color: #ff146e;*/
/*  display: block;*/
/*  border-style: solid;*/
/*  height: 14px;*/
/*  width: 18px;*/
/*}*/
/* Up */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button:vertical:decrement {*/
/*  border-width: 0 6px 6px 6px;*/
/*  border-color: transparent transparent #eee transparent;*/
/*}*/

/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button:vertical:decrement:hover {*/
/*  border-color: transparent transparent #fff transparent;*/
/*}*/
/* Down */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button:vertical:increment {*/
/*  border-width: 6px 6px 0 6px;*/
/*  border-color: #eee transparent transparent transparent;*/
/*}*/

/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:vertical:single-button:increment:hover {*/
/*  border-color: #fff transparent transparent transparent;*/
/*}*/


/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar {*/
/*  width: 20px;*/
/*  border: 5px solid white;*/
/*}*/
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-thumb {*/
/*  background-color: #c09a99;*/
/*  background-clip: padding-box;*/
/*}*/
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-track {*/
/*  background-color: #f2ebeb;*/
/*}*/
/*.filterRow .dropdown-menu>.inner::-webkit-scrollbar-thumb:hover {*/
/*  background: #b47573;*/
/*}*/
/* Buttons */
/*.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button {*/
/*  background-color: #f2ebeb;*/
/*  display: block;*/
/*  border-style: solid;*/
/*  height: 18px;*/
/*  width: 16px;*/
/*}*/
/* Up */
.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #000 transparent;
}
/* Down */
.filterRow .dropdown-menu > .inner::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 10px 12px 0 10px;
  border-color: #000 transparent transparent transparent;
}

.filterRow .dropdown-item.active,
.filterRow .dropdown-item:active {
    color: #282d53;
    text-decoration: none;
    background-color: #f7f7f7;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    line-height: 28px;
    text-align: center;
    font-weight: 450;
}


.select_CSS {
    font-size: 22px;
    color: #282d53;
    border: 1.5px #b2b2b2 solid;
    padding: 4px 20px;
    border-radius: 50px;
    min-width: 157px;
    -webkit-appearance: none;
    background: url(../images/downArrow.svg) center right 15px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.pt_100 {
    padding-top: 100px;
}

.productImgHolder {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    background-color: #282d53;
    margin: 15px 0px 20px;
}

.productImgHolder > img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.productImgHolder:hover img {
    opacity: 0.6;
    transform: scale(1.1) rotate(5deg);
}


.pagination {
    margin: 30px auto;
    justify-content: center;
}

.pagination .page-item {
}

.pagination .page-item .page-link {
    color: #cba5a4;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 15px;
    border-radius: 0px;
    min-width: 50px;
    text-align: center;
    border: none;
}

.pagination .page-item .page-link:hover {
    background-color: #f3f3f3;
    color: #bdbdbd;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #cba5a4;
}


footer {
    background-color: #f1e2db;
    padding: 60px 0px 30px;
    text-align: center;
}

.topBtn {
    font-size: 15px;
    color: #282d53;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    padding-top: 25px;
}

.topBtn img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.topBtn:hover {
    color: #282d53;
}

.topBtn:hover img {
    top: 5px;
}

.socialList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px;
}

.socialList li {
    padding: 10px 15px;
}

.socialList li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #282d53 solid;
    border-radius: 50%;
}

.socialList li a img {
}

.socialList li a:hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.2);
}


.footer_links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}

.footer_links li {
    padding: 15px 50px;
}

.footer_links li a {
    font-size: 18px;
    color: #282d53;
    font-weight: 500;
}

.footer_links li a:hover {
    color: #d281b5;
}

.copyRight p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}


.mobileOnly {
    display: none !important;
}


.filterMainCol > .filterRow:first-child .deleteFilter {
    visibility: hidden;
}

.results .filterRow {
    position: relative;
}

.results .filterRow::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0px;
    max-width: 30%;
    display: block;
    border-top: solid 2px #c7c7c7;
}

.profilePopup {
    width: 100%;
    display: flex;

}

.profilePopLeft,
.profilePopRight {
    width: 50%;
}

.profilePopLeft {
    width: 70%;
    overflow: hidden;
    border-radius: 40px;
}

.profilePopup {
    position: relative;
}

.profilePopup .close {
    position: absolute;
    top: -30px;
    right: -30px;

}

.modal-content {
    border: none;
    border-radius: 40px;
    padding: 0px;
    background-color: #f6f6f6;
}

.modal-body {
    padding: 0px;
    border: none;
    box-shadow: none;
}

.profilePopRight {
    padding: 30px 20px;
}

.profileImg {
    height: 100%;
    overflow: hidden;
}

.profileImg img {
    max-height: 645px;
    border-radius: 40px;
    min-height: 100%;
    object-position: center;
    width: 100%;
    height: auto;
}

.profileActionRow {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.profileActionRow a,.profileActionRow div.toggler-share {
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin-right: 20px;
}

.profileActionRow a:last-child {
    margin-right: 0;
}

.profileActionRow a span img,.profileActionRow div.toggler-share span img {
    width: 35px;
}

.profileActionRow a span,.profileActionRow div.toggler-share span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.share-icons a{
    margin-right: 0;
}
.modal-1000 {
    max-width: 1000px;
    width: calc(100% - 90px);
}

.commentRow {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.commentDate {
    font-weight: 500;
    font-size: 15px;
    color: #6a6a6a;
}

.commentBox {
    width: 100%;
    border-radius: 10px;
    border: solid 2px #a9a9a9;
    margin-top: 15px;
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
}

.commentInput {
    border: none;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
}

.commentInput::placeholder {
    color: #b8b8b8;
}

.commentBox button {
    background-color: transparent;
    border: none;
}

.commentBox button img {
    height: 30px;
}

.commentsAll {
    width: 100%;
    margin-top: 20px;
    height: 220px;
    overflow: auto;
}

.commentsAll li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
}

.commentsAll .showAllComments {
    color: #4a4a4a;
    cursor: pointer;
}

.commentsAll li a {
    color: #ed6c9d;
    display: inline-block;
    margin-right: 15px;
}

.mobileView {
    display: none;
}

.popupBTNPink {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: rgba(237, 108, 157, 0.70);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupBTNPink img {
    width: 26px;
}

.profilePopup .close {
    width: 36px;
    opacity: 1;
}

.modal {
    padding-right: 0px !important;
}

.sourceCol {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 25px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sourceCol > span {
    margin-right: 10px;
    color: #6b6b6b;
}

.sourceCol .sourceLink {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #e3e3e5;
}

.sourceCol .sourceLink svg {
    margin-right: 8px;
}

.sourceCol .sourceLink:hover {
    color: #fff;
    background-color: #ed6c9d;
}

/* width */
.commentsAll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.commentsAll::-webkit-scrollbar-track {
    background: #f2ebeb;
    border-radius: 20px;
}

/* Handle */
.commentsAll::-webkit-scrollbar-thumb {
    background: #c09a99;
    border-radius: 20px;
}

/* Handle on hover */
.commentsAll::-webkit-scrollbar-thumb:hover {
    background: #9b7877;
}


.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal .close {
    color: #fff;
    background-color: #ed6c9d;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0;
    right: -45px;
}


/* Header Section */
.bannerContainer {
    min-height: 450px;
    background-size: 500px;
}


.bannerCaption {
    padding: 40px 0px 40px 45px;
}

.bannerCaption h1 {
    font-weight: 900;
    color: #282d53;
    font-size: 36px;
    margin-bottom: 40px;
}

.number_UL_Listing {
    margin-bottom: 10px;
}

.number_UL_Listing > li {
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    font-weight: 500;
}

.number_UL_Listing li::before {
    content: '';
    font-size: 18px;
    font-weight: 600;
    color: #585858;
    width: 35px;
    height: 35px;
    border-radius: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: -2px;
}

.number_UL_Listing li.one::before {
    content: '1';
}

.number_UL_Listing li.two::before {
    content: '2';
}

.number_UL_Listing li.three::before {
    content: '3';
}

.btn_white {
    height: 60px;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;

}


.filterRow .dropdown-menu {
    margin-top: 10px;
}

.filterRow .filter-option-inner,
.filterRow .dropdown-menu li a {
    font-size: 19px;
}

.select_CSS {
    font-size: 19px;
    border: 1.5px #888484 solid;
    min-width: 120px;
    background-size: 18px;
}

.filterRow .catIcon .dropdown-menu {
    text-align: center;
}

.filterRow .catIcon > .dropdown-toggle:before {
    width: 15px;
    background-size: contain;
}

.filterRow .colorFilter::before {
    width: 65px;
}
.pattern-img{
    width: 65px;
}

.filterRow .colorFilter {
    padding: 12px 12px 12px 85px;
}


.pt_100.productRow {
    padding-top: 140px;
}


.filterRow {
    align-items: start;
    max-width: 965px;
    margin: auto;
}

.filterRow > .dropdown-menu {
    max-width: 400px;
}

.filterRow .bootstrap-select > .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    max-width: 400px;
    min-width: 400px;
    margin-left: 15px;
}

.emptyDelete {
    min-width: 50px;
}

.addButton {
    margin-top: 5px;
}

.flag-icon-arabic {
    background-image: url(../images/arabic.svg) !important;
}

.filterRow .bootstrap-select > .dropdown-menu {
    border: solid 1px rgba(0, 0, 0, 0.38);
}


.flag-saudi-arabia {
    background-image: url(../images/sa.svg);
}

.filterRow .dropdown-toggle:hover {
    color: #282d53 !important;
}

.deleteFilter {
    transform: scale(0.8);
}

.filterRow.AddRow {
    padding-top: 30px;
    margin-top: 10px;
}

.filterRow.AddRow .deleteFilter {
    top: 30px;
    z-index: 3;
}

/* NEW STYLES */
#results {
    padding: 1.5rem 0;
}

.container.max-width {
    max-width: 1140px;
}

.search-error {
    text-align: center;
    font-size: 18px;
    background: pink;
    padding: 15px;
    color: black;
    margin-top: 15px;
}

#results .column {
    padding: 15px 15px;
    padding-bottom: 40px;
    cursor: pointer;
}

#results .column img.listing-img {
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}

#results .column img.listing-img:hover {
    border: none;
}

#results img.listing-img {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: inherit;
}

#results img.listing-img.hover-shadow {
    transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#results img.listing-img.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

#myModal .modal-content {
    border-radius: 40px;
}

.cp {
    cursor: pointer;
}

.share-icons {
    display: none;
    position: absolute;
    z-index: 2;
    right: 140px;
    top: 95px;
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 6px;
}

.sm-next {
    background: #cba5a4;
    border: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px;
}

.filter-btn {
    font-size: 18px;
    color: #282d53;
    border: 1.5px #b2b2b2 solid;
    padding: 4px 20px;
    border-radius: 50px;
    min-width: 157px;
    -webkit-appearance: none;
    background: url(../images/downArrow.svg) center right 18px;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.fixed-scroll-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    font-size: 25px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    right: 40px;
    display: none;
    background: #ed6c9d;
    color: #fff;
}


/* BT CUSTOMIZATION */
.btn-primary {
    background-color: #cba5a4;
    border-color: #cba5a4;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #d281b5;
    border-color: #d281b5;
}

.btn-info {
    background-color: #4fb8aa;
    border-color: #4fb8aa;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background-color: #48938a;
    border-color: #48938a;
}

.btn-outline-info {
    color: #4fb8aa;
    border-color: #4fb8aa;
}

.btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info:focus {
    background-color: #48938a;
    border-color: #48938a;
}


/* POPOVER FILTER */
.dropdown-menu.new-menu.show a, .dropdown-menu.new-menu.show a:hover {
    font-size: 17px;
    color: #000 !important;
}

.dropdown-menu.new-menu.show li {
    min-width: 12.3rem;
}

.dropdown-menu.new-menu.show li a {
    color: #000 !important;
    display: block;
    padding: 4px;
}

.dropdown-menu.new-menu.show li.active {
    background: #e4e4e4;
}

.dropdown-menu.new-menu.show li a i {
    color: #000 !important;
    font-size: 12px;
    float: left;
    margin: 5px;
}

.dropdown-menu.new-menu.show li:hover {
    background-color: #ddd !important;
}

.dropdown-menu.new-menu.show {
    border: 1px solid #999;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.mobile-filter{
    margin-top: 85px;
}
@media screen and (max-width: 600px) {
    .search-pair div{
        width:20px !important;
    }
    .search-pair span{
        font-weight:normal;
    }
    .mobile-filter {
        margin-left: 0 !important;
        margin-top: 80px;
    }
    .filter-btn {
        padding: 3px 14px;
        min-width: 100px;
        background-repeat:no-repeat;
        background: url(../images/downArrow.svg) center right 15px;
        padding-right: 35px;
        background-repeat: no-repeat;
        background-size: 11px;
    }
}

@media screen and (max-width: 575.98px) {
    .new-outer {
        width: 100%;
    }
}

.popover-block-container .popover-icon {
    background: none;
    color: none;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.popover-block-container .popover-icon i {
    color: #04a0b2;
    text-align: center;
    margin-top: 4px;
}

.popover-header {
    display: none;
}

.popover {
    max-width: 306.6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 6px 1px #afafaf;
}

.popover-body {
    text-align: left;
    border: none;
    padding: 30px;
    color: #5f6976;
    font-size: 15px;
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
}

.popover-body .popover-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
}

.popover-body .popover-close .material-icons {
    font-size: 16px;
    font-weight: bold;
    color: #04a0b2;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #6d6d6d;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

/* LOGIN BTN */

.loginBtn {
    box-sizing: border-box;
    min-width: 240px;
    position: relative;
    margin: .2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.loginBtn--facebook {
    background-color: #4c69ba;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354c8c;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat;
}

.loginBtn--google {
    background: #dd4b39;
}

.loginBtn--google:before {
    border-right: #bb3f30 1px solid;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat;
}

a.loginBtn:hover {
    color: #fff !important;
}

.loginBtn--facebook:hover, .loginBtn--facebook:focus {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

.loginBtn--google:hover, .loginBtn--google:focus {
    background: #e74b37;
}

#modalLRForm h4 {
    font-size: 1.1rem;
    font-weight: normal;
    margin-top: 15px;
}

.rtl {
    direction: rtl;
}

#Filtersec .gcbutn {
    background: 0 0;
    border: 2px solid #c88683;
    color: #044f45;
    font-size: medium;
    font-weight: 600;
    padding: 7px 18px;
    box-shadow: 2px 3px 5px rgb(79 184 170 / 37%);
    border-radius: 8px;
    cursor: pointer;
    margin: 4px;
}

.btn-active {
    background: #f1e2db !important;
}

.sticky-top {
    position: fixed;
    top: 65px;
    z-index: 20;
    left: 0;
    right: 0;
}

.mng_img_in {
    border: 0;
}

.mng_img_in img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pairs {
    margin-top: 0;
    background: #eee;
    margin-bottom: 4px;
    color: #7e7d7d;
    padding: 8px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 1px solid #e2e2e2;
}

.search-pair{
    margin-bottom: 8px;
    font-weight:bold;
    display: inline-flex;
    margin-left: 2px;
}
.search-pair div{
    margin-right: 6px;
}

#Filtersec .gcbutn.heauth {
    background: #dc2f94 !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: white;
    padding: 10px 20px;
}

#Filtersec #filters {
    padding-top: 20px;
    padding-bottom: 10px;
}

.backtop-gal {
    text-align: center;
}

.backtop-gal a.gcbutn.mynew {
    display: inline-block;
    max-width: 200px;
    font-weight: bold;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-size: 19px;
    background: #cba5a4;
}

#results .load-img, #results .load-img p {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

#results .load-img img {
    margin: 15px auto;
    display: block;
    width: 180px;
}

.jq-toast-wrap {
    z-index: 99999 !important;
}
.lang-dropdown{
    font-size:16px;
}
.selectpicker.profile::before {
    content: '';
    background-image: url('../images/user-placeholder.png');
    background-size: contain;
}

.dropdown-toggle::after {
    font-family: 'Font Awesome 5 Free';
    border: none;
    vertical-align: middle;
    content: '\f107';
    font-weight: 600;
}

#main-navbar .dropdown-item{
    padding: 0.6rem 1.5rem;
}
.dropdown .dropdown-menu{
    max-height: none !important;
}
.item1 .dropdown-menu .inner, .item2 .dropdown-menu .inner,.item3 .dropdown-menu .inner,.item4 .dropdown-menu .inner{
    max-height: none !important;
}

.middleSection h4{
    font-size: 20px;
}
.pattern-img{
    display: inline;width: 70px;height: 32px;margin-left: 10px;border-radius: 5px;margin-right: 15px;
}
.fav-content,.profilePopRight .dropdown-menu{
    max-height: 380px !important;
    overflow: auto;
}

button.btn.dropdown-toggle.btn-light .content img {
    display: none;
}
#btn-submit-search.selected {
    background: #b9716f;
}
#results .column .d-flex select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:6px !important;
}
/*.colorSelect .dropdown-menu li {*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/
/*.colorSelect .dropdown-menu li:last-of-type {*/
/*    border-bottom: 0;*/
/*}*/
.colorSelect .dropdown-item.active,.colorSelect  .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #ffffff;
}
.post-actions img{
    height: 28px;
    width: 28px;
}
.post-actions img.share-button{
    height: 24px;
}
/*.post-actions{*/
/*    z-index:1;*/
/*    position: absolute;*/
/*    right: 24px;*/
/*    top: 24px;*/
/*}*/
.desk-toggler:not(.active) img ,.fav_toggler:not(.active) img{
    display:inline;
}
.desk-toggler:not(.active) i, .fav_toggler:not(.active) i{
    display:none;
}

.desk-toggler i,.fav_toggler i{
    display:inline;
    color:#ed6c9d;
}

.desk-toggler.active img,.fav_toggler.active img{
    display:none;
}

.desk-toggler:not(.active) img,.fav_toggler:not(.active) img{
    display:inline;
}
.desk-toggler:not(.active) i,.fav_toggler:not(.active) i{
    display:none;
}

.desk-toggler i,.fav_toggler i{
    display:inline;
    color:#ed6c9d;
}
.likedicon{
    height: 24px !important;
    width: 26px !important;
}

.wardrobe-btn{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    color: #272E54;
    font-weight: bolder;
    background: #CBA5A4;
    font-style: italic;
    padding: 15px 50px 10px 21px;
    border-radius: 0 53px 0 0;
    font-size: 16px;
    box-shadow: 2px -2px 7px 2px rgb(0 0 0 / 13%);
}
.wardrobe-btn img{
    margin-right: 8px;
    height: 30px;
}
.nav-bottom{
    left: 0;
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 0;
    border-radius: 42px 42px 0 0;
    border: 0.5px solid #D3D3D3;
    border-bottom: 0;
    box-shadow: 0px -3px 4px #dddddd;
}

.nav-bottom a:first-of-type {
    border-right: 1px solid #ddd;
}
.nav-bottom a.active{
    opacity:1;
}
.nav-bottom a:active{
    opacity:1;
    color: #2e2e2e;
}
.nav-bottom a {
    opacity: 0.5;
    width: 100%;
    text-align: center;
    padding: 6px;
    font-size: 13px;
    color: #030303;
}

.nav-bottom a img {
    height: 24px;
    display: block;
    margin: 0 auto;
}
.comment-placeholder{
    height:200px;
}