/*
1b4369 - dark blue
d5ba59 - golden
189d9e - aqua
*/

html {
	margin:0;
	padding:0;
}

body {
	/*background-color:#f1f3f6;*/
	font-family:"Maven Pro",sans-serif;
}

/* global */

input[type='number'] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}

a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.cd-tooltip {
	position: relative;
	display: inline-block;	
}

.cd-tooltip .cd-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 115%;
	left: 50%;
	margin-left: -60px;
	font-size: 12px;
}

.cd-tooltip .cd-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.cd-tooltip:hover .cd-tooltiptext {
	visibility: visible;
}

.invalid-feedback {
	font-size: 90%;
}

.cd-hide {
	display: none;
}

.cd-container-full {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.cd-container {
	max-width: 100%;
	padding: 0 8px;
}
.row {
	margin-right: -8px;
	margin-left: -8px;
}
[class^="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

input,
button:not(.owl-prev):not(.owl-next),
select,
textarea,
.custom-file-label {
	border-radius: 20px !important;
}

.custom-file-label:after {
	border-radius: 20px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #189d9e !important;
}

input:focus,
textarea:focus,
button:not(.owl-prev):not(.owl-next):focus,
button:not(.owl-prev):not(.owl-next):active,
select {
	outline: none !important;
	box-shadow: inherit !important;
	border-radius: 20px !important;
}

.cd-btn-primary,
.cd-btn-primary:focus,
.cd-btn-primary:active {
	background-color: #189d9e !important;
	border-color: #189d9e !important;
	color: #ffffff !important;
}

.cd-buyer-spinner-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-top: 30px;
	z-index: 99;
	border-radius: inherit;
}

.cd-buyer-spinner-svg {
	width: 35px;
	-webkit-animation: cd_spinner_svg 2s linear infinite;
	animation: cd_spinner_svg 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.cd-buyer-spinner-svg-center {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@-webkit-keyframes cd_spinner_svg {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes cd_spinner_svg {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.cd-buyer-spinner-circle {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	-webkit-animation: cd_spinner_circle 1.5s ease-in-out infinite;
	animation: cd_spinner_circle 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes cd_spinner_circle {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes cd_spinner_circle {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

.select2-container {
	/*min-width: 100%;
	max-width: 100%;*/
}

.select2-selection.select2-selection--single {
	height: calc(1.5em + .75rem + 2px);
	padding: .22rem .75rem;
	border-color: #ced4da;
	border-radius: 20px !important;
}

.select2-container--focus .select2-selection.select2-selection--single {
	border-color: #189d9e !important;
}

.select2-selection.select2-selection--single:focus {
	box-shadow: none !important;
	outline: none !important;
}

.select2-selection__rendered {
	padding: 0 !important;
}

.select2-selection__arrow {
	top: 5px !important;
}

.cd-dial-code-list-dropdown .select2-dropdown.select2-dropdown--below {
	width: 310px !important;
}

.select2-results>.select2-results__options {
	max-height: 300px !important;
}

.select2-search__field {
	padding: .375rem .75rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #189d9e !important;
}

.cd-buyer-notice {
	position: fixed;
	right: 30px;
	top: 55px;
	padding: 10px 15px;
	z-index: 999999;
	border: 1px solid #ffffff;
}

.cd-mb-0 {
	margin-bottom: 0 !important;
}

.cd-no-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-text-ellipsis {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.cd-breadcrumb-container .cd-breadcrumb-nav,
.cd-breadcrumb-container .cd-breadcrumb-nav:hover {
	color: #686868 !important;
}

.cd-breadcrumb-container .cd-breadcrumb-nav.active,
.cd-breadcrumb-container .cd-breadcrumb-nav.active:hover {
	color: #189d9e !important;
}

.cd-breadcrumb-container .cd-breadcrumb-devider {
	margin: 0 7px;
}

.cd-action-modal .modal-content {
	border: none;
}

.cd-action-modal .modal-body {
	background-color: #e53935;
	color: #ffffff;
	text-align: center;
}

.cd-action-modal .cd-action-icon {
	font-size: 5rem;	
}

.cd-action-modal .cd-action-msg {
	font-weight: 500;
}

.cd-action-modal .btn.cd-action-btn {
	border-radius: 3px !important;
	margin: 0 5px;
}

.cd-action-modal .cd-action-btn.confirm {
	color: #ffffff;
}

.cd-action-modal .cd-action-btn.confirm:hover {
	background-color: #b61b17;
}

.cd-action-modal .cd-action-btn.cancel {
	background-color: #ffffff;
	color: #212529;
}

.cd-vslbl-hdn {
	visibility: hidden;
}

.cd-file-hdn {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cd-bg-white {
	background-color: #ffffff;
}

.cd-clr-white {
	color: #ffffff;
}

.cd-bg-aqua {
	background-color: #189d9e;
}

.cd-clr-aqua {
	color: #189d9e;
}

.cd-border-aqua {
	border: 2px solid #189d9e;
}

.cd-img-with-full {
	max-width: 100%;
}

.cd-box-shadow {
	box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-moz-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-ms-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
}

.cd-border-radius-6 {
	border-radius: 6px;
}

.cd-border-radius-20 {
	border-radius: 20px;
}

.border-top-left-radius-6 {
	border-top-left-radius: 6px;
}

.border-bottom-left-radius-6 {
	border-bottom-left-radius: 6px;
}

.cd-font-weight-500 {
	font-weight: 500;
}

/* global over */


/* header */

.cd-header-first {
	background-color: #189d9e;
	color: #ffffff;
	padding: 12px 0;
	font-size: 15px;
}

.cd-header-first-tablet-nav-icn {
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
}

.cd-header-first-tablet-nav-icn i {
	vertical-align: middle;
}

.cd-header-first-tablet-logo {
	width: 125px;
}

.cd-header-first-nav {
	color: #ffffff;
	text-decoration: none;
	/*font-size: 14px;*/
	font-size: 15px;
}

.cd-header-first-nav-deivder {
	margin: 0 5px;
}

.cd-header-first-access-nav-wrapper {
	margin: 0;
	cursor: pointer;
	vertical-align: sub;
}

.cd-buyer-acc-nav-btn,
.cd-buyer-acc-nav-btn:hover,
.cd-buyer-acc-nav-btn:active {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	line-height: 0;
	margin-top: -2px;
}

.cd-buyer-acc-nav-btn i {
	vertical-align: middle;
	font-size: 30px;
}

.cd-buyer-acc-nav:focus,
.cd-buyer-acc-nav:hover,
.cd-buyer-acc-nav:active {
	background-color: #189d9e;
	border: none;
	color: #ffffff !important;
}

.cd-header-second {
	background-color: #189d9e;
	padding: 0 0 10px 0;
}

.cd-header-second-desk-logo {
	max-width: 100%;
}

.cd-city-nav-desk {
	position: absolute;
	top: 22px;
	left: 192px;
	font-size: 14px;
	max-width: calc(100% - 200px);
	cursor: pointer;
	color: #686868;
}

.cd-header-second-search-control {
	padding-right: 45px;
	border-color: #e8e8e8;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.15);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.15);
	-ms-box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.15);
	position: relative;
	z-index: 0; /*z-index: 10 vishal */
}

.cd-header-second-search-icon {
	position: absolute;
	top: 7px;
	right: 10px;
	color: #189d9e;
	cursor: pointer;
	z-index: 10;
}

.cd-search-sugg-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 50px;
	padding-top: 25px;
	z-index: 9;
	max-height: 500px;
	overflow: auto;
	border: 1px solid #189d9e;
	border-top: none;
	border-radius: 10px;
	background: #ffffff;
}

.cd-search-sugg-wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cd-search-sugg-item-seperator,
.cd-search-sugg-item-nav {
	padding: 5px 15px;
}

.cd-search-sugg-item-nav {
	display: block;
	color: #495057;
}

.cd-search-sugg-item-seperator {
	background: #e2e2e2;
}

.cd-search-sugg-item-hover {
	background: #f1f1f1;
}

.cd-search-sugg-item-profile-logo-wrapper {
	width: 60px;
	height: 60px;
	border: 1px solid #e5e5e5;
}

.cd-search-sugg-item-profile-logo-wrapper img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.cd-search-sugg-item-profile-name-wrapper {
	width: calc(100% - 80px);
	padding: 15px;
}

.cd-header-second-apps-flag-icon-wrapper {
	margin-top: 6px;
}

.cd-app-android-nav {
	margin-right: 15px;
}

/*.cd-country-flag {
	margin-left: 15px;
}

.cd-country-flag img {
	width: 36px;
	height: 26px;
}*/

.cd-country-flag {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 24px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(195, 198, 209, 0.65);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
    background: #fff;
}

.cd-country-flag img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cd-header-second-belt-second {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
}

.cd-header-second-belt-second-toggle {
	width: 100%;
}

.cd-header-second-belt-second-navs-wrapper {
	display: block;
	list-style-type: none;
	background-color: #fff;
	margin: 0;
	height: 100%;
	width: 250px;
	overflow: auto;
	padding: 15px 0 0 0;
}

.cd-header-second-belt-second-nav {
	text-align: left !important;
}

.cd-header-second-belt-second-nav .nav-links {
	/*color: #686868;*/
	color: #1f2937;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	padding: 5px 15px;
}

.cd-dial-code-wrapper {
	float: left;
	width: 100px;
	max-width: 100px;
	margin-right: 7px;
}

.cd-dial-code-wrapper .select2-container--default {
	width: 100% !important;
}

.cd-mobile-number-wrapper {
	float: left;
	width: calc(100% - 110px);
}

.cd-mobile-number-wrapper span.invalid-feedback {
	padding-left: 15px;
}

.cd-buyer-otp-resend-nav {
	cursor: pointer;
}

.cd-search-city-modal .modal-body {
	padding: 0;
}

.cd-search-city-control-wrapper {
	background-color: #189d9e;
	padding: 20px;
}

.cd-search-city-nearby-wrapper {
	padding: 20px;
}

.cd-search-city-nearby-nav {
	color: #007bff;
	display: block;
	cursor: pointer;
	margin: 2px 0;
}

/*header over*/


/*home*/

.cd-home-banner .carousel-item img {
	/*min-height: 130px;*/
	min-height: 470px;
}

.cd-home-banner .carousel-control-prev,
.cd-home-banner .carousel-control-next {
	width: auto;
	top: 50%;
	bottom: unset;
	transform: translateY(-50%);
	background: #ffffff;
	color: #000000;
	opacity: 1;
	padding: 25px 3px;
}

.cd-home-banner .carousel-control-prev {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cd-home-banner .carousel-control-next {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cd-home-banner .carousel-control-next-icon {
	background-image: url("../img/general/next_hover.png");
	background-size: 10px;
}

.cd-home-banner .carousel-control-prev-icon {
	background-image: url("../img/general/previous_hover.png");
	background-size: 10px;
}

/* Vishal add new*/
.cd-box-white-new {
	padding: 8px;
	margin: 15px 0;
	
	
}
.cd-box-white {
	padding: 8px;
	margin: 15px 0;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-moz-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-ms-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
}

.cd-home-brand-category-container .nav-item {
	border-bottom: 2px solid #ececec;
}

.cd-home-brand-category-container .nav-item.active {
	border-bottom: 2px solid #189d9e;
}

.cd-home-brand-category-container .nav-item a {
	color: #000000;
}

.cd-home-brand-category-container .nav-item a.active {
	color: #000000;
	background: none;
}

.cd-home-brand-logo-wrapper {
	
}

.cd-home-brand-logo-wrapper a {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	position: relative;
	padding: 15px;
}

.cd-home-brand-logo-wrapper a img {
	max-width: 100%;
}

.cd-home-partner-logo-wrapper {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	position: relative;
	margin-top: 15px;
	height: 100px;
}

.cd-home-partner-logo-wrapper a {
	display: block;
	height: 100%;
}

.cd-home-partner-logo-wrapper img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.cd-home-box-white-title {
	font-size: 20px;
	font-weight: 400;
	color: #444444;
	margin-bottom: 22px;
}

.cd-home-product-view-more-nav {
	border: 1px #259299 solid;
	border-radius: 17px;
	width: 80px;
	height: 24px;
	font-size: 12px;
	color: #259299;
	font-weight: 500;
	padding: 2px 0;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

.cd-home-product-view-more-nav:hover {
	text-decoration: none;
	color: #ffffff;
	background: #259299;
}

.cd-box-white .owl-stage {
	padding-left: 0 !important;
	display: flex;
}

.cd-home-product-detail-wrapper {
	height: 100%;
	color: #444444;
	text-decoration: none;
}

.cd-home-product-detail-wrapper:hover {
	color: #444444;
	text-decoration: none;
}

.cd-home-product-img-wrapper {
	height: calc(100% - 40px);
	display: flex;
	align-items: center!important;
	justify-content: center!important;
}

.cd-home-product-img-wrapper img {
	border-radius: 6px;
}

.cd-home-product-detail-wrapper p {
	margin: 15px 0 0 0;
	height: 25px;
	min-height: 25px;
	max-height: 25px;
	font-size: 14px;
}

.cd-box-white .owl-nav {
	margin: 0 !important;
}

.cd-box-white .owl-nav button.owl-prev,
.cd-box-white .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
	opacity: 1 !important;
	padding: 28px 10px !important;
	background-color: #ffffff !important;
	z-index: 10;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-radius: unset;
}

.cd-box-white .owl-nav button.owl-prev {
	left: -8px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cd-box-white .owl-nav button.owl-next {
	right: -8px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #000000 !important;
}

.cd-box-white .owl-nav button.owl-prev:focus,
.cd-box-white .owl-nav button.owl-next:focus,
.cd-box-white .owl-nav button.owl-prev:active,
.cd-box-white .owl-nav button.owl-next:active {
	outline: none !important;
}

.cd-home-digital-wall-tiles-deal-wrapper {
	padding-top: 15px;
}

.cd-home-digital-wall-tiles-deal-wrapper img {
	max-width: 100%;
	margin: auto;
}

.cd-home-full-banner-first-container {
	background: url("../img/tmp/latest_offer_banner.png");
	margin-bottom: 30px;
}

.cd-home-full-banner-first-wrapper {
	padding: 20px 0;
}

.cd-home-full-banner-first-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	padding: 0 20px;
}

.cd-home-latest-offer-container {}

.cd-home-latest-offer-wrapper {
	width: 33.333333%;
	float: left;
	padding: 0 20px;
}

.cd-home-latest-offer-wrapper img {
	max-width: 100%;
}

.cd-home-full-banner-first-img-wrapper {
	margin-top: 15px;
}

.cd-home-full-banner-first-img-control {
	max-width: 100%;
	box-shadow: 10px 17.321px 25px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 17.321px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 10px 17.321px 25px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 10px 17.321px 25px 0px rgba(0, 0, 0, 0.5);
}

.cd-home-partner-container {
	background-color: #ffffff;
	padding-bottom: 15px;
}

.cd-home-partner-logo-wrapper {
	height: 60px;
}

.cd-home-tour-testi-plan-container {
	background: url("../img/general/event_bg.png");
	padding: 25px 0;
	background-size: cover;
}

.cd-home-tour-testi-plan-carousel {
	max-width: 1600px;
	margin: auto;
}

.cd-home-tour-testi-plan-carousel .carousel-control-prev,
.cd-home-tour-testi-plan-carousel .carousel-control-next {
	opacity: 1;
	width: 2%;
}

.cd-home-tour-row {
	margin-top: 30px;
}

.cd-home-testi-tour-plan-title {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
}

.cd-home-tour-detail-container {
	margin-bottom: 1px;
}

.cd-home-tour-detail-container:hover {
	text-decoration: none;
}

.cd-home-tour-img-control {
	min-width: 100%;
	max-width: 100%;
}

.cd-home-tour-desc-wrapper {
	background-color: #ecf7f8;
	font-size: 16px;
	color: #444444;
}

.cd-home-tour-desc {
	margin: 0;
}

.cd-home-view-all-event-nav-wrapper {
	padding-top: 30px;
}

.cd-home-view-all-event-nav {
	background-color: #ffffff;
	color: #189d9e;
	border-radius: 30px;
	padding: 13px 40px;
	font-weight: 500;
}

.cd-home-view-all-event-nav:hover {
	text-decoration: none;
	color: #189d9e;
}

.cd-home-ads-banner {
	padding: 30px 0 15px 0;
}

.cd-home-ads-banner img {
	min-width: 100%;
	max-width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.cd-buyer-access-modal .modal-content {
	border: none;
	margin-top: 5rem;
}

.cd-buyer-access-modal .modal-body,
.cd-buyer-access-modal .container-fluid {
	padding: 0;
}

.cd-buyer-access-modal-colose-nav {
	position: absolute;
	top: -32px;
	right: 0;
	color: #ffffff;
	font-size: 38px;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	padding: 0;
	margin: 0;
	line-height: 28px;
	width: 38px;
	z-index: 9;
}

.cd-buyer-access-modal .container-fluid .row {
	margin: 0;
}

.cd-buyer-access-modal-banner-col,
.cd-buyer-access-modal-forms-col {
	padding: 15px 15px 80px 15px;
}

.cd-buyer-access-modal-banner-col {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.cd-buyer-access-modal-forms-col {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	border: 3px solid #189d9e;
}

.cd-buyer-access-pass-wrapper {
	margin-bottom: 0;
}

.cd-buyer-access-fp-nav {
	color: #686868;
	cursor: pointer;
}

.cd-buyer-access-form-switch-nav-wrapper {
	position: absolute;
	left: 0;
	margin-top: 30px;
	bottom: 10px;
	width: 100%;
}

.cd-buyer-access-form-switch-nav:not(.cd-buyer-access-fp-nav) {
	cursor: pointer;
	color: #189d9e;
	font-size: 18px;
	font-weight: 500;
}
/*home over*/


/*all products*/

.cd-breadcrumb-container-ap .cd-breadcrumb-nav {
	font-size: 14px;
}

.cd-ap-breadcrumb-wrapper {
	padding-top: 4px;
}

.cd-ap-view-list.active {
	background-image: url("../img/general/view_list_active.png");
}

.cd-ap-filter-nav {
	margin-left: 10px;
	width: 23px;
}

.cd-ap-filter-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity .15s linear;
	z-index: -1;
}

.cd-ap-filter-container-opacity {
	z-index: 999;
	opacity: 1;
}

.cd-ap-filter-container .cd-box-white {
	height: 92%;
	margin: 0;
	position: relative;
	padding: 0 20px;
}

.cd-ap-filter-wrapper {
	height: calc(100% - 50px);
	overflow: auto;
}

.cd-ap-filter-wrapper .cd-ap-filter-inner-wrapper {
	height: 101%;
}

.cd-ap-filter-parameter-container {
	border-bottom: 1px solid #dedddd;
	padding: 20px 0 13px 0;	
}

.cd-ap-filter-parameter-container:last-child {
	border: none;
}

.cd-ap-filter-parameter-header {
	cursor: pointer;
}

.cd-ap-filter-parameter-container-lock-nav {
	position: absolute;
	top: 7px;
	right: 5px;
}

.cd-ap-filter-parameter-container .cd-ap-filter-parameter-container-lock-nav {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cd-ap-filter-parameter-container.parameter-container-open .cd-ap-filter-parameter-container-lock-nav {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cd-ap-filter-parameter-container .cd-ap-filter-parameter-value-container {
	display: none;
}

.cd-ap-filter-parameter-container.parameter-container-open .cd-ap-filter-parameter-value-container {
	display: block;
}

.cd-ap-filter-custom-control {
	margin: 0;
	padding-bottom: 7px;
}

.cd-ap-filter-container .custom-control .custom-control-input,
.cd-ap-filter-container .custom-control .custom-control-label {
	cursor: pointer;
}

.custom-control {
	padding-left: 1.7rem;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #189d9e;
    background-color: #189d9e;
}

.cd-ap-filter-navs-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	padding: 0 8px;
}

.cd-ap-filter-navs-wrapper button {
	width: 45%;

}

.cd-ap-sp-col {
	color: #686868;
	margin-bottom: 20px;
}

.cd-ap-sp-col:nth-last-child(1),
.cd-ap-sp-col:nth-last-child(2) {
	margin-bottom: 0;
}

.cd-ap-sp-container {
	color: #686868;
}

.cd-ap-sp-name {
	margin-bottom: 12px;
}

.cd-ap-sp-detail-container {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
}

.cd-ap-sp-img-wrapper {
	position: relative;
	overflow: hidden;
	height: 130px;
}

.cd-ap-sp-img-wrapper img {
	width: 95%;
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
}

.cd-ap-sp-detail-wrapper {
	border-top: 1px solid #e8e8e8;
	padding: 5px;
}

.cd-ap-sp-size {
	padding-top: 5px;
}

.cd-ap-sp-action-nav-wrapper {
	line-height: 0;
}

.cd-ap-sp-action-nav {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.cd-ap-sp-action-nav.whish {
	background-image: url("../img/general/wishlist.png");
}

.cd-ap-sp-action-nav.whish.active {
	background-image: url("../img/general/wishlist_selected.png");
}

.cd-ap-sp-action-nav.inq {
	background-image: url("../img/general/chat.png");
	background-size: 22px;
}

.cd-ap-sp-action-nav.inq.active {
	background-image: url("../img/general/chat_selected.png");
	background-size: 22px;
}

.cd-ap-seller-nav {
	padding: 20px 0;
}

.cd-ap-seller-img-wrapper {
	position: relative;
	height: 125px;
}

.cd-ap-seller-img-wrapper img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.cd-ap-seller-name {
	text-align: center;
	font-size: 14px;
	color: #686868;
	margin: 10px 0 0 0;
}

.cd-pagination {
	margin: 0;
	padding: 0;
	max-width: 100%;
	text-align: center;
	overflow: auto;
	list-style-type: none;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

.cd-pagination .cd-page-item {
	padding: 0.21rem 0.75rem;
	margin: 0 1px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}

.cd-pagination .cd-page-item:hover {
	background-color: #f1f3f6;
}

.cd-pagination .cd-page-item.active {
	background-color: #189d9e;
	color: #ffffff;
}
.cd-ap-sp-action-nav-wrapper .cd-buyer-spinner-container .cd-buyer-spinner-svg {
	position: absolute;
	left: -4px;
	top: -6px;
}

.cd-ap-filter-parameter-value-more-container .cd-ap-filter-parameter-value-more-wrapper {
	display: none;
}

.cd-ap-filter-parameter-value-more-container .more-nav-container {
	margin: 0;
	text-align: right;
	font-size: 14px;
}

.cd-ap-filter-parameter-value-more-container .more-nav-container .more-nav {
	color: #4285f4;
	cursor: pointer;
	font-weight: 500;
}
/*all products over*/


/* single product */

.cd-sp-container {
	max-width: 1140px !important;
}

.cd-sp-single-img-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 1px solid #dedddd;
	border-radius: 6px;
	padding: 5px;
}

.cd-sp-single-img-container img {
	max-width: 100%;
	border: 1px solid #dedddd;
	border-radius: 6px;
}

.cd-sp-all-img-container {
	margin-top: 15px;
}

.cd-sp-all-img-container img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border: 1px solid #dedddd;
	border-radius: 3px;
	cursor: pointer;
}

.cd-sp-product-info-container {
	margin-top: 25px;
}

.cd-breadcrumb-container-sp {
	font-size: 14px;
}

.cd-sp-product-name-and-rating-container {
	border-bottom: 1px solid #dedddd;
	padding-bottom: 5px;
}

.cd-sp-product-name {
	width: calc(100% - 100px);
}

.cd-sp-product-rating-container {
	vertical-align: text-top;
	cursor: pointer;
}

.cd-sp-product-rating-container i {
	display: inline-block;
	font-size: 16px;
	width: 16px;
	margin-right: 1px;
}

.cd-star-outline {
	color: #c3c4c5;
}

.cd-star-fill {
	color: #ffc33b;
}

.cd-sp-product-review-container {
	line-height: 0;
}

.cd-sp-product-review-nav-rating {
	font-size: 14px;
	color: #abacad;
	cursor: pointer;
}

.cd-sp-detail-container {
	padding: 10px 0;
	border-bottom: 1px solid #dedddd;
}

.cd-sp-detail-container:last-child {
	border: none;
	padding-bottom: 0;
}

.cd-sp-detail-wrapper:not(:last-child) {
	margin-bottom: 15px;
}

.cd-sp-detail-lbl {
	color: #189d9e;
	margin-bottom: 0;
}

.cd-sp-seller-nav {
	margin-top: 10px;
}

.cd-sp-seller-logo {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.cd-sp-action-btn-col:not(:last-child) {
	margin-bottom: 10px;
}

.cd-buyer-sp-wish-nav.wish-active .material-icons {
	color: #ffc107;
}
/* single product over */


/* seller profile */

.cd-cp-header-fixed {
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	margin: auto;
	z-index: 9;
}
.cd-cp-header-wrapper {
	max-width: 1600px;
	margin: auto;	
}
.cd-cp-cover-container {
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cd-cp-core-detail-container {
	position: relative;
	padding-left: 145px;
	padding-top: 3px;
	min-height: 97px;
}

.cd-cp-header-wrapper .cd-cp-container {
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-moz-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	-ms-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
}

.cd-cp-seller-logo-container {
	position: absolute;
	width: 130px;
	height: 110px;
	border: 1px solid #e5e5e5;
    border-radius: 6px;
	left: 0;
	top: -23px;
	background-color: #ffffff;
}

.cd-cp-seller-logo-wrapper {
	width: 100%;
	height: 100%;
}

.cd-cp-seller-logo {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.cd-cp-header-nm-rtng-wrapper,
.cd-cp-header-action-wrapper {
	float: none;
	width: 100%;
}

.cd-cp-header-action-wrapper {
	margin-top: 10px;
	padding-bottom: 5px;
}

.cd-cp-seller-name {
	color: #189d9e;
	font-size: 20px;
}

.cd-cp-seller-verified {
	margin-left: 5px;
	font-size: 22px;
}

.cd-cp-seller-rating-container i {
	display: inline-block;
	width: 24px;
	font-size: 18px;
}

.cd-cp-seller-rating-wrapper {
	cursor: pointer;
}

.cd-cp-seller-rating-container span {
	color: #686868;
	display: block;
	margin-top: -8px;
	font-size: 12px;
}

.cd-cp-chat-nav, .cd-cp-report-nav {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.cd-cp-navs-container {
	background-color: #f1f3f6;
}

.cd-cp-navs-container .cd-box-white {
	padding: 0;
}

.cd-slr-profile-segment-container {
	/*float: left;
	width: calc(100% - 300px);*/
}

.cd-slr-ads-container {
	/*float: left;
	width: 300px;*/
	text-align: center;
}

.cd-cp-middle-container-fixed .cd-cp-navs-container {
	position: fixed;
	z-index: 8;
	margin: 0;
	top: 135px;
	left: 0;
	width: 100%;
	padding: 0 8px;
}

.cd-cp-middle-container-fixed .cd-slr-ads-container {
	position: fixed;
	z-index: 8;
	margin: 0;
	top: 96px;
	right: 0;
	/*width: 100%;*/
	width: 334px;
	padding: 0 8px;
}

.cd-cp-middle-container-fixed .cd-cp-info-container {
	padding-top: 280px;
}

.cd-cp-navs-indicator {
	cursor: pointer;
	color: #189d9e;
	font-size: 20px;
    font-weight: 500;
    padding: 5px 10px;
}

.cd-cp-navs-indicator img {
	top: 14px;
	right: 8px;
}

.cd-cp-navs-wrapper {
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	-ms-transition: height 0.5s;
}

.cd-cp-navs-wrapper-height {
	height: auto;
}

.cd-cp-nav {
	padding: 0 20px;
	margin: 15px 0;
	cursor: pointer;
	color: #aeaeae !important;
	font-size: 18px;
}

.cd-cp-nav.active,
.cd-cp-nav.active:hover {
	color: #189d9e !important;
}

.cd-cp-nav:hover {
	color: #212529 !important;
}

.cd-cp-segment-info-container {
	padding: 0 !important;
}

.cd-cp-segment-title {
	padding: 15px 20px;
	color: #686868;
	border-bottom: 1px solid #dedddd;
	margin: 0;
	font-size: 18px;
}

.cd-cp-segment-info-wrapper {
	padding: 20px;
}

.cd-cp-segment-bd-item:not(:last-child) {
	margin-bottom: 15px;
}

.cd-cp-segment-bd-item-visible {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cd-cp-segment-bd-item-lbl {
	color: #189d9e;
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.cd-cp-segment-bd-item-lbl span {
	color: #212529;
	font-size: 15px;
	font-weight: normal;
}

.cd-cp-segment-bd-item-val {
	display: block;
	margin: 0;
	font-size: 15px;
}

.cd-cp-catelog-col {
	margin-bottom: 20px;
}

.cd-cp-catelog-col:nth-last-child(1),
.cd-cp-catelog-col:nth-last-child(2),
.cd-cp-catelog-col:nth-last-child(3),
.cd-cp-catelog-col:nth-last-child(4) {
	margin-bottom: 0;
}

.cd-cp-catelog-wrapper {
	position: relative;
}

.cd-cp-catelog-icon {
	max-width: 100%;
}

.cd-cp-catelog-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 5px 5px 5px;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0;
	color: #ffffff;
	max-height: 100%;

}

.cd-cp-certi-col,
.cd-cp-event-col {
	margin-bottom: 15px;
}

.cd-cp-certi-wrapper,
.cd-cp-event-wrapper {
	border: 1px solid #dedddd;
	border-radius: 6px;
}

.cd-cp-certi-img-wrapper,
.cd-cp-event-img-wrapper {
	position: relative;
	height: 180px;
}

.cd-cp-certi-img-wrapper img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.cd-cp-certi-name {
	border-top: 1px solid #dedddd;
	margin: 0;
	padding: 15px 0;
}

.cd-cp-event-img-wrapper {
	margin-bottom: 5px;
}

.cd-cp-event-img-wrapper img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.cd-cp-event-detail-wrapper {
	padding: 0 15px;
	color: #686868;
	font-size: 14px;
}

.cd-cp-event-detail-lbl {
	margin: 0;
	font-weight: 500;
	width: 65px;
}

.cd-cp-segment-info-container.cd-buyer-access-modal-nav {
	cursor: pointer;
}

.cd-cp-segment-info-container.cd-buyer-access-modal-nav .lnav {
	margin: -30px 15px;
}
/* seller profile over */


/* seller all products */

.cd-seller-products-container-fixed {
	padding-top: 332px;
}

.cd-seller-review-list-container {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cd-seller-rater-avatar-wrapper {
	width: 50px;
	padding: 0 5px;
}

.cd-seller-rater-avatar {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.cd-seller-rater-info-container {
	width: calc(100% - 80px);
	padding: 0 5px;
}

.cd-seller-rating-start-container i {
	font-size: 18px;
}

.cd-seller-rating-comment-container {
	padding: 0 15px 15px 0;
}

.cd-buyer-rating-start-wrapper i {
	cursor: pointer;
}

/* seller all products over */


/* scs products */
.cd-scs-product-nav {
	border: 1px solid #e5e5e5;
	padding: 5px;
	border-radius: 6px;
	display: block;
	height: 100%;
}

.cd-scs-products-container {
	height: calc(100% - 20px);
}

.cd-scs-product-wrapper {
	padding: 5px;
	height: 92px;
	min-height: 92px;
	max-height: 92px;
}

.cd-scs-product-wrapper.full-height {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

.cd-scs-product-wrapper-width-50-per {
	width: 50%;
}

.cd-scs-product-wrapper-width-33-per {
	width: 33.333333%;
}

.cd-scs-product-wrapper img {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

.cd-scs-seller-name {
	height: 20px;
	margin: 0;
	margin-top: 1px;
	text-align: center;
	font-size: 14px;
	color: #686868;
}
/* scs products over */


/* buyer account */

.cd-buyer-account-container {
	padding: 0 !important;
}

.cd-account-segment-container {
	border-radius: 0;
}

.cd-account-segment-navs-container {
	margin-bottom: 15px;
}

.cd-account-segment-navs-indicator-btn:after {
	float: right;
    margin: 10px 0 0 0;
}

.cd-account-segment-navs-wrapper {
	margin: -20px 0 0 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	display: none;
	border: 1px solid #189d9e;
	border-top: none;
}

.cd-account-segment-nav {
	display: block;
	padding: 7px 15px;
	cursor: pointer;
}

.cd-account-segment-nav:hover {
	color: #189d9e;
}

.cd-account-segment-nav.active {
	color: #189d9e;
}

.cd-account-segment-detail-container {
	/*min-height: 80px;
	margin-bottom: 30px;*/
}

.cd-account-segment-profile-container .card {
	border-color: #189d9e;
}

.cd-account-segment-profile-container .card-header {
	background-color: #189d9e;
	color: #ffffff;
}

.cd-sp-cd-mobile2-dial-code-lbl {
	border: 1px solid #ced4da;
	width: 100%;
	margin: 0;
	padding: .375rem .75rem;
	height: calc(1.5em + .75rem + 2px);
	border-radius: 20px !important;
}

.cd-account-order-container {
	padding: 0 !important;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	margin-bottom: 15px;
}

.cd-account-order-header {
	background-color: #189d9e;
	padding: 10px 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #ffffff;
}

.cd-account-order-numeber {
	word-break: break-all;
}

.cd-account-order-body {
	padding: 15px;
}

.cd-account-order-product-img-wrapper {
	text-align: center;
	margin-bottom: 10px;
}

.cd-account-order-product-img-wrapper img {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	max-width: 100%;
}

.cd-account-order-date {
	font-size: 12px;
	color: #686868;
	margin-top: -5px;
}

.cd-account-conv-user-navs-wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cd-account-conv-user-nav {
	padding: 15px;
	border-left: 2px solid transparent;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	position: relative;
}

.cd-account-conv-user-nav:hover {
	background-color: #f5f5f5;
}

.cd-account-conv-user-nav.active {
	border-left: 2px solid #189d9e;
}

.cd-account-conv-user-action-nav {
	position: absolute;
	top: 4px;
	right: 4px;
	line-height: 0;
}

.cd-account-conv-user-action-nav i {
	font-size: 20px;
}

.cd-account-conv-user-action-nav button {
	line-height: 1.5;
}

.cd-account-conv-user-action-nav button:active {
	background-color: #189d9e;
}

.cd-account-conv-user-action-nav:hover {

}

.cd-account-conv-user-pic-wrapper {
	height: 55px;
	width: 55px;
	margin-right: 15px;
}

.cd-account-conv-user-pic {
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
}

.cd-account-conv-user-info-wrapper {
	width: calc(100% - 80px);
}

.cd-account-conv-user-name {
	font-size: 14px;
}

.cd-account-conv-user-last-msg {
	font-size: 14px;
	color: #878787;
}

.cd-account-conv-user-conv-container {
	display: none;
}

.cd-account-conv-user-conv-header {
	padding: 8px;
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,.1);
	height: 65px;
}

.user-info-wrapper {
	width: calc(100% - 100px);
	line-height: 0;
}

.user-action-wrapper {
	width: 100px;
	padding: 10px 0 0 0;
	font-size: 24px;
}

.cd-account-conv-user-conv-header-back-icn {
	vertical-align: middle;
	font-size: 22px;
	color: #ffffff;
	margin-right: 10px;
	margin-top: 2px;
}

.cd-account-conv-user-conv-tripper-nav {
	max-width: 100%;
}

.cd-account-conv-user-conv-header-user-pic {
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff;
}

.cd-account-conv-user-conv-header-user-name {
	margin: 0;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 14px;
}

.cd-account-conv-user-conv-body-container {
	height: calc(100% - 145px);
	position: relative;
	overflow: auto;
}

.cd-account-conv-user-conv-body-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 100%;
}

.cd-account-conv-user-conv-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	height: 80px;
	padding: 0 8px 8px 8px;
}

.cd-account-conv-user-conv-footer-attachment-wrapper,
.cd-account-conv-user-conv-footer-send-wrapper {
	color: #ffffff;
	background-color: #229fa1;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	padding-top: 10px;
}

.cd-account-conv-user-conv-footer-msg-input-element-wrapper {
	width: calc(100% - 90px);
	max-height: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.cd-account-conv-user-conv-footer-msg-file-wrapper {
	height: 23px;
	padding: 0 60px;
}

.cd-account-conv-user-conv-footer-msg-file-name-container {
	background-color: #c6c6c6;
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 13px;
	border-radius: 20px;

}

.cd-account-conv-user-conv-footer-msg-file-action i {
	font-size: 18px;
	vertical-align: text-top;
	cursor: pointer;
}

.cd-account-conv-user-conv-footer-msg-input-element-wrapper textarea {
	height: 47px;
	width: 100%;
}

.cd-account-conv-user-conv-footer-send-wrapper {
	padding-left: 5px;
}

.cd-account-conv-user-conv-single-msg-container {
	padding: 0 15px;
}

.cd-account-conv-user-conv-single-msg-wrapper {
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
	max-width: 80%;
	padding: 15px;
	margin: 0;
}

.cd-account-conv-user-conv-single-msg-wrapper.float-left {
	background-color: #f5f5f5;
}

.cd-account-conv-user-conv-single-msg-wrapper.float-right {
	background-color: #ffedc7;
}

.cd-account-conv-user-conv-single-msg-file-nav {
	width: 100px;
}

.cd-account-conv-user-conv-single-msg-file-nav img {
	max-width: 100%;
}

.user-action-wrapper i {
	cursor: pointer;
}

.cd-account-segment-requirements-container {
	padding: 15px;
}

.cd-account-segment-requirements-form-wrapper {
	margin-bottom: 15px;
}

.cd-account-segment-requirements-tbl th {
	border: none;
}

.cd-account-segment-requirements-tbl th:last-child,
.cd-account-segment-requirements-tbl td:last-child {
	min-width: 150px;
	text-align: center;
}

.cd-account-segment-req-product-name {
	margin: 0;
}

.cd-account-segment-req-datetime {
	font-size: 12px;
    color: #686868;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
/* buyer account over */


/* static pages start */

.cd-aetp-tabs .nav-item .nav-link {
	color: #212529;
}

/*.cd-aetp-tabs .nav-item .nav-link:hover {
	border: none;
}*/

.cd-aetp-tabs .nav-item .nav-link.active {
	border: none;
	border-bottom: 2px solid #189d9e;
}

.cd-carrer-opening-for {
	color: #189d9e;
	margin: 15px 0;
}

.cd-pp-header {
	margin-bottom: 20px;
}

.cd-pp-cnt {
	float:left;
	padding: 0 15px;
	text-align:justify;
	word-wrap: break-word;
	width:95%;
}

.cd-about-header {
	height: 150px;
	line-height: 150px;
	font-size: 36px;
	background-color: #e8e8e8;
}

.cd-testimonials-user {
	font-weight: 500;
	font-size: 18px;
}

.cd-testimonials-col {
	border-bottom: 1px dashed #189d9e;
}

.cd-font-size-20 {
	font-size: 20px;
}

.cd-blog-cnt-container {
	width: 100%;
}

.cd-blog-navs-container {
	width: 100%;
}

.cd-blog-navs-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cd-blog-navs-container ul li a {
	display: block;
	border-bottom: 1px solid #e8e7e7;
	color: #212529;
}

.cd-carrer-form-wrapper {
	background-color: #f1f3f6;
}

/*.cd-mk-logo-desc-wrapper {
	width: 300px;
	margin: auto;
}

.cd-mk-logo-wrapper {
	float: left;
	width: 100px;
	text-align: center;
}

.cd-mk-logo-wrapper img {
	max-width: 100%;
}

.cd-mk-desc-wrapper {
	float: left;
	width: calc(100% - 100px);
}*/

.cd-mk-psd-png-wrapper {
	background-color: #f1f3f6;
	text-align: center;
	height: 170px;
	line-height: 170px;
}

.cd-mk-brand-clrs-wrapper {
	border-radius: 6px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}

.cd-mk-brand-clrs-wrapper.dark-blue {
	background-color: #1b4369;
}

.cd-mk-brand-clrs-wrapper.gold {
	background-color: #d5ba59;
	color: #212529;
}

.cd-mk-brand-clrs-wrapper.aqua {
	background-color: #189d9e;
}

.cd-faq-item-container {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #eaeaea;
	border-radius: 6px;
}

.cd-faq-item-wrapper {
	padding: 20px;
	border-bottom: 1px solid #eaeaea;
}

.cd-faq-item-indicater {
	cursor: pointer;
}

.cd-faq-item-indicater .cd-faq-item-indicater-img {
	width: 16px;
}

.cd-faq-item-indicater.cd-close .cd-faq-item-indicater-img {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cd-faq-item-header {
	font-size: 24px;
}
/* static pages over */


/* footer */
.cd-footer-container {
	border-top: 1px #dedddd solid;
}
.cd-footer-belt-zero {
	background-color: #ffffff;
}

.cd-footer-belt-zero-col {
	padding-top: 60px;
	padding-bottom: 60px;
	border-right: 1px #dedddd solid;
}

.cd-footer-belt-zero-col:first-child {
	border-left: 1px #dedddd solid;
	border-bottom: 1px #dedddd solid;
}

.cd-footer-belt-zero-col:nth-child(2) {
	border-bottom: 1px #dedddd solid;
}

.cd-footer-belt-zero-col img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.cd-footer-belt-one {
	background: url("../img/general/footer_bg.png");
}

.cd-footer-col {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cd-footer-navs-wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cd-footer-nav-header {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 10px;
}

.cd-footer-nav {
	margin-bottom: 6px;
}

.cd-footer-nav a {
	font-size: 14px;
	color: #bfc5cd;
	text-decoration: none;
}

.cd-footer-nav a:hover {
	color: #bfc5cd !important;
}

.cd-footer-subscribe-col {
	background-color: #189d9e;
}

.cd-footer-subscribe-control-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.cd-footer-subscribe-control {
	padding-right: 35px;
}

.cd-footer-subscribe-btn {
	position: absolute;
	top: 7px;
	right: 10px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.cd-footer-subscribe-btn .cd-buyer-spinner-container.cd-footer-subscribe .cd-buyer-spinner-svg {
	margin-right: -9px;
	margin-bottom: 0px;
}

.cd-footer-download-wrapper {
	background: #2ab5b7;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.cd-footer-belt-second {
	background-color: #ffffff;
	padding: 20px 0 5px 0;
}

.cd-footer-keyword-wrapper {
	margin-bottom: 15px;
}

.cd-footer-keyword-main {
	color: #878787;
	font-weight: 500;
	vertical-align: top;
	padding: 0 15px 15px 0;
	width: 150px;
}

.cd-footer-keyword-detail {
	color: #878787;
	padding: 0 0 15px 0;
}

.cd-footer-keyword-detail a {
	color: #878787;
}

.cd-footer-copy-rights {
	padding: 20px 8px;
	margin: 0;
	color: #878787;
}
/* footer over */

@media(min-width: 576px){}

@media (min-width: 768px) {
	.cd-home-tour-detail-container {
		display: flex;
	}
	.cd-home-tour-img-wrapper{
		width: 50%;
	}
	.cd-home-tour-desc-wrapper {
		width: 50%;
		font-size: 22px;
		display: flex;
		align-items: center!important;
		justify-content: center!important;
	}
	.cd-home-tour-detail-container:nth-child(even) .cd-home-tour-img-wrapper {
		order: 2;
	}
	.cd-home-tour-detail-container:nth-child(even) .cd-home-tour-desc-wrapper {
		order: 1;
	}
	.cd-home-tour-detail-container:nth-child(odd) .cd-home-tour-img-wrapper {
		order: 1;
	}
	.cd-home-tour-detail-container:nth-child(odd) .cd-home-tour-desc-wrapper {
		order: 2;
	}
	.cd-ap-sp-img-wrapper {
		height: 170px;
	}
	.cd-ap-sp-col {
		margin-bottom: 25px;
	}
	.cd-ap-sp-col:nth-last-child(3),
	.cd-ap-sp-col:nth-last-child(4) {
		margin-bottom: 0;
	}
	.cd-sp-action-btn-col {
		margin-bottom: 0 !important;
	}
	.cd-cp-middle-container-fixed .cd-cp-navs-container {
		top: 105px;
	}
	/*.cd-cp-middle-container-fixed .cd-slr-ads-container {
		position: relative;
		width: 100%;
	}*/
	.cd-cp-segment-bd-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.cd-cp-segment-bd-item-visible {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cd-cp-catelog-name {
		line-height: 1.5;
	}
}

@media (min-width: 992px) {
	
	.cd-container-new {
		max-width: 1340px;
		/*max-width: 1280px;*/
		padding: 0 15px;		
	}		
	.cd-container {
		max-width: 1600px;
		/*max-width: 1280px;*/
		padding: 0 15px;		
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	[class^="col-"] {
		/*padding-right: 15px;
		padding-left: 15px;*/
	}
	.cd-header-first {
		height: 40px;
		padding: 8px 0;
	}
	.cd-header-first-access-nav-wrapper {
		vertical-align: middle;
	}
	.cd-header-second {
		background-color: #ffffff;
		padding: 20px 0;
		box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
		-moz-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
		-webkit-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
		-ms-box-shadow: 0px 2px 4px 0px rgba(57, 57, 57, 0.08);
	}
	.cd-header-second-belt-second {
		padding-top: 14px;
		position: static;
		background-color: #ffffff;
		display: block;
		left: unset;
		top: unset;
		width: 100%;

	}
	.cd-header-second-belt-second-navs-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		/*width: 90%;*/
		width: 75%;
		margin: auto;
	}
	.cd-header-second-belt-second-nav {
		text-align: center !important;
	}
	.cd-header-second-belt-second-nav .nav-links {
		display: inline;
		padding: 0;
	}


	.cd-home-banner .carousel-control-prev,
	.cd-home-banner .carousel-control-next {
		padding: 45px 8px;
	}
	.cd-home-banner .carousel-control-next-icon,
	.cd-home-banner .carousel-control-prev-icon {
		background-size: 10px;
	}
	.cd-box-white {
		padding: 30px;
		margin: 30px 0;
	}
	.cd-home-box-white-title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.cd-home-product-view-more-nav {
		border: 2px #259299 solid;
		width: 100px;
		height: 34px;
		font-size: 14px;		
		padding: 4px 0;
	}
	.cd-box-white .owl-nav button.owl-prev {
		left: -30px;
	}

	.cd-box-white .owl-nav button.owl-next {
		right: -30px;
	}

	.cd-box-white .owl-nav button.owl-prev,
	.cd-box-white .owl-nav button.owl-next {
		padding: 38px 18px !important;
	}
	.cd-home-digital-wall-tiles-deal-wrapper {
		padding-top: 55px; 
		padding-left: 25px; 
	}
	.cd-home-full-banner-first-wrapper {
		padding: 60px 0;
	}
	.cd-home-full-banner-first-title {
		font-size: 26px;
	}
	.cd-home-full-banner-first-img-wrapper {
		margin-top: 35px;
	}
	.cd-home-partner-container {
		padding: 30px 0;
	}
	.cd-home-partner-logo-wrapper {
		margin-top: 0;
		height: 80px;
	}
	.cd-home-tour-testi-plan-container {
		padding: 90px 0;
	}
	.cd-home-tour-row {
		margin-top: 70px;
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	.cd-home-testi-tour-plan-title {
		color: #ffffff;
		font-size: 2.5rem;
	}
	.cd-home-tour-detail-container {
		width: 50%;
		float: left;
	}
	.cd-home-tour-img-control {
		min-height: 180px;
	}
	.cd-home-tour-detail-container:nth-child(even) .cd-home-tour-img-wrapper,
	.cd-home-tour-detail-container:nth-child(even) .cd-home-tour-desc-wrapper,
	.cd-home-tour-detail-container:nth-child(odd) .cd-home-tour-img-wrapper,
	.cd-home-tour-detail-container:nth-child(odd) .cd-home-tour-desc-wrapper {
		order: unset;
	}
	.cd-home-view-all-event-nav-wrapper {
		padding-top: 60px;
	}
	.cd-home-view-all-event-nav {
		border-radius: 30px;
		padding: 13px 40px;
	}
	.cd-home-ads-banner {
		padding: 70px 0 55px 0;
	}
	.cd-buyer-access-modal-colose-nav {
		top: 0;
		right: -50px;
	}
	.cd-buyer-access-modal-banner-col,
	.cd-buyer-access-modal-forms-col {
		padding: 40px 30px 20px 30px;
		border: none;
	}
	.cd-buyer-access-modal-banner-col {
		background-color: #189d9e;
		color: #ffffff;
	}
	.cd-buyer-access-modal-banner-desc {
		font-size: 18px;
		min-height: 55px;
	}
	.cd-buyer-access-modal-banner-col img {
		max-width: 100%;
		margin-top: 100px;
	}
	.cd-buyer-access-form-switch-nav-wrapper {
		bottom: 20px;
	}

	.cd-breadcrumb-container-ap {
		padding: 15px 30px;
	}
	.cd-ap-filter-container {
		position: relative;
		width: 280px;
		margin-right: 30px;
		float: left;
		padding: 0;
		background: none;
		height: auto;
		opacity: 1;
		z-index: 1;
	}
	.cd-ap-filter-container .cd-box-white {
		margin: 30px 0;
	}
	.cd-ap-info-container {
		width: calc(100% - 310px);
		position: relative;
		float: left;
	}
	.cd-ap-sp-img-wrapper {
		height: 200px;
	}
	.cd-ap-sp-detail-wrapper {
		padding: 10px;
	}
	.cd-ap-sp-col {
		margin-bottom: 25px;
	}

	.cd-sp-single-img-container {
		min-height: 200px;
	}
	.cd-sp-all-img-container img {
		width: 80px;
		height: 80px;
	}
	.cd-sp-product-info-container {
		margin-top: 0;
	}
	.cd-sp-product-name-and-rating-container {
		padding-bottom: 15px;
	}
	.cd-sp-product-rating-and-review-container {
		width: 100px;
	}
	.cd-sp-detail-container {
		padding: 20px 0;
	}

	.cd-cp-header-fixed {
		top: -230px;
	}

	.cd-cp-cover-container {
		height: 220px;
	}
	.cd-cp-container {
		padding: 0 120px;
	}
	.cd-cp-seller-logo-container {
		width: 155px;
		height: 155px;
		top: -55px;
	}
	.cd-cp-core-detail-container {
		padding-left: 165px;
		padding-top: 15px;
		min-height: 110px;
	}
	.cd-cp-header-nm-rtng-wrapper,
	.cd-cp-header-action-wrapper {
		float: left;
		margin: 0;
	}
	.cd-cp-header-nm-rtng-wrapper {
		width: calc(100% - 160px);
	}
	.cd-cp-header-action-wrapper {
		text-align: right;
		width: 160px;
	}
	.cd-slr-profile-segment-container {
		float: left;
		width: calc(100% - 300px);
	}

	.cd-slr-ads-container {
		float: left;
		width: 300px;
	}
	.cd-cp-navs-container {
		width: 280px;
		margin-right: 30px;
		float: left;
	}
	.cd-cp-middle-container {
		margin-top: 5px;
	}
	.cd-cp-middle-container-fixed .cd-cp-navs-container {
		width: 280px;
		left: unset;
		padding: 0;
	}
	.cd-cp-navs-wrapper {
		height: auto;
	}
	.cd-cp-info-container {
		float: left;
		width: calc(100% - 620px);
	}
	.cd-cp-middle-container-fixed .cd-cp-info-container {
		margin-left: 310px;
		padding-top: 332px;
	}
	.cd-cp-navs-container .cd-box-white {
		margin-bottom: 0;
	}
	.cd-cp-segment-bd-item-visible {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.cd-cp-catelog-col:nth-last-child(5),
	.cd-cp-catelog-col:nth-last-child(6) {
		margin-bottom: 0;
	}
	.cd-cp-certi-img-wrapper {
		height: 220px;
	}

	.cd-account-segment-container {
		padding: 0;
		margin: 10px;
	}
	.cd-account-segment-navs-container {
		float: left;
		width: 180px;
		margin-bottom: 0;
	}
	.cd-account-segment-navs-wrapper {
		display: block;
		border: none;
		margin: 0;
		padding: 0;
	}
	.cd-account-segment-nav.active {
		background-color: #189d9e;
		color: #ffffff;
	}
	.cd-account-segment-detail-container {
		float: left;
		width: calc(100% - 180px);
		border-left: 1px solid #e8e8e8;
	}
	.cd-account-segment-orders-container,
	.cd-account-segment-whishlist-container,
	.cd-account-segment-profile-container {
		padding: 15px;
	}
	.cd-account-order-body {
		padding: 30px 15px;
	}
	.cd-account-order-product-img-wrapper {
		width: 140px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.cd-account-order-info-wrapper {
		width: calc(100% - 160px);
	}
	.cd-account-order-date {
		margin-top: 0;
	}
	.cd-account-conv-user-list-container {
		float: left;
		width: 300px;
		border-right: 1px solid #e8e8e8;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		overflow: auto;
	}

	.cd-account-conv-user-conv-container {
		float: left;
		width: calc(100% - 300px);
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		display: block;
	}

	.cd-account-conv-user-conv-wrapper {
		position: relative;
		height: 100%;
	}

	.cd-blog-cnt-container {
		width: calc(100% - 280px);
		float: left;
		padding-right: 30px;
	}

	.cd-blog-navs-container {
		width: 280px;
		float: left;
	}

	.cd-footer-belt-zero-col {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.cd-footer-belt-zero-col:first-child,
	.cd-footer-belt-zero-col:nth-child(2) {
		border-bottom: none;
	}
	.cd-footer-col {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cd-footer-navs-wrapper-first,
	.cd-footer-navs-wrapper-second {
		padding-left: 40px;
	}
	.cd-footer-nav-header {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.cd-footer-nav {
		margin-bottom: 10px;
	}
	.cd-footer-nav a {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {}

@media(min-width: 1500px) {
	.cd-header-second-belt-second-navs-wrapper {
		width: 80%;
	}
}