@import "../vendor/slick/slick.min.css";
@import "../vendor/slick/slick-theme.min.css";
@import "../vendor/icons/icofont.min.css";
@import "../vendor/bootstrap/css/bootstrap.min.css";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: #f0f2f5;
	line-height: 28px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0,0,0,.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
	box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}
.display-block {
	display: block !important;
}
.display-none {
	display: none !important;
}
.container {
	max-width: 1270px;
}
.schedule .nav-link {
	padding: 18px 8px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	border: none;
	color: #abaeb1 !important;
	position: relative;
}

.schedule .nav-link p.mb-0.font-weight-bold {
	font-size: 13px;
}

.schedule .nav-link.active, .schedule .nav-link:focus {
	color: #28a744 !important;
}

.schedule .nav-tabs {
	border-bottom: 1px solid #e2e4e6;
}

@media (hover: none) {
  a:hover { color: #fc0742 !important; }
}

.category_menu {
	max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.show {
	display: block;
}

.schedule .nav-item {
	margin: 0px;
}

.schedule .nav-link.active:after,
.schedule .nav-link:focus:after,
.schedule .nav-link:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #28a743;
	bottom: -1px;
}

/* Header */
.main-location-drop .small {
	font-size: 11px;
}

.main-header .dropdown-toggle {
	height: 74px;
	display: flex;
	align-items: center;
}

.main-header .dropdown-menu {
	min-width: 260px;
}

.main-location-drop {
	line-height: 16px;
}

.main-location-drop:after, .not-drop:after {
	display: none;
}

.top-profile-drop {
	min-width: auto !important;
}

.p-4.profile.text-center.border-bottom img {
	height: 80px;
}


/* Extra */
.categories-slider .c-it {
	margin: 0 .5rem;
}

.categories-slider, .promo-slider, .trending-slider {
	margin: 0 -4px;
}

.d-none {
	display: none;
}

.dropdown-menu {
	background: #ffffff;
	border-radius: .40rem!important;
	margin: 0;
	padding: 6px;
	border: 1px solid #ffffff;
	box-shadow: 0px 6px 10px rgba(0,0,0,.1)!important;
}

.modal-content {
	border-radius: .40rem!important;
	border: none;
	overflow: hidden;
}

.modal.fade.right-modal {
	display: block;
	opacity: unset;
	right: -400px;
	left: auto;
	width: 400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right-modal.fade .modal-dialog {
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.fade.right-modal.show {
	right: 0px !important;
	opacity: unset;
}

.right-modal .modal-dialog {
	margin: 0 0 0 auto;
	left: auto;
	max-width: 400px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.right-modal .modal-dialog .modal-content {
	border-radius: 0px !important;
	margin: 0px 0px 0px 0px;
}

.right-modal .modal-dialog .modal-content .modal-body {
	height: calc(100vh - 109px);
}

.dropdown:hover .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: .5s ease all;
}

.dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px);
	transition: .5s ease all;
}

.dropdown-menu.show {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: .5s ease all;
}

.dropdown-item {
	padding: 6px 10px;
}

.dropdown .dropdown-menu, .dropdown-item {
	font-size: 13px;
	border-radius: 6px;
	margin: 1px 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
}

.row {
	margin-right: -8px;
	margin-left: -8px;
}

.small, small {
	font-size: 12px;
}

.account-setup video {
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
}

.btn-light {
	color: #212529 !important;
}

.back-page {
	font-size: 19px;
	vertical-align: bottom;
}

div,a {
	outline: none !important;
	text-decoration: none !important;
}
a {
    color: #fc0742;
}
a:hover {
	color: #28a744;
}

.icofont {
	padding: 6px;
	background: black;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}

/* Detail Page */
.list-card-2 .img {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 15px;
}

.pd-f a {
	height: 59px;
}

.rating-stars .icofont-star {
	font-size: 10px;
	background: #000000;
	color: #fff;
	padding: 2px;
	text-shadow: 0px 0px 1px #d2b128;
	border-radius: 5px;
}
.list-card h6 {
	margin-bottom: .2rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3;
}
.list-card h6.price {
    min-height: auto;
}
.list-card .rating-stars, .list-card .label-rating {
	margin-bottom: 5px;
}
.list-card .rating-stars .icofont-star {
	font-size: 14px;
	background: none;
	color: #fff;
	padding: 0;
	text-shadow: none;
	border-radius: 0;
}
.text-gray {
	color: #f0f2f5 !important;
}
.radio .btn {
	border-radius: 23px !important;
	font-size: 12px;
	margin: 0 4px 0 0px;
	border: 1px solid #ff6000;
	color: #ff6000;
	background: transparent;
	padding: 5px 11px;
}

.radio .btn.active {
	background: #ff6000 !important;
	border-color: #ff6000 !important;
}

a.selected {
	color: #fc0742 !important;
}

/* .fixed-bottom-padding {
  padding-bottom: 59px;
} */

.fixed-bottom-auto {
	height: auto !important;
}

.fixed-bottom {
	border-radius: 0px;
	box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
	height: 59px;
}

.fixed-bottom .btn, .fixed-bottom.btn {
	height: 59px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 14px;
	border: none;
}

.fixed-bottom-bar {
	padding-bottom: 58px;
}

.h-auto {
	height: auto;
}

.modal-footer .btn {
	border-radius: 0px;
}

.slick-dots {
	bottom: 20px !important;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA01JREFUeNq82VuI1VUUx/HPnIl5GIOpAfOhgaAJAqnwIZsukN2szKgsYywi70hEBVb0UpEVPUTR7aGLE9EFKzW7aWVaSAWiSHShgggTNIIsaF4G7Da9rAOHP+vUmZn/nvW41jnny//svdfvt/a/a3Bw0DTFCjyEX3HjUdMIHUEXZmGkMQ3Qa/FcQJtxWmnwAryC7kr+25Lgc7EZPZX8GFaXAp+Od9Bbyf+BRdhTAjwb76Gvkv8b1+FDqBt8IrZjZiU/jpXY0kzUCT4+oANJ7Ta82JqoCzwT7+OkpHYPnqom6wD3YStOTWqP4sHsS1MF9+JNnJHU1uPOdl+cCrgHr+P8pPYabopNVSu4OzbL5UltK5bG8VEnuAtPY0lS24XhaBTqBj+M1Ul+L66Klqhu8N24I8l/HX/7aKc/NBHwLXggyf8QKnR4Ik/QKXgpnkjyh3AJfproenUCvhrPV4RcPOGl2D+ZY/F/4Pl4NRHyUVyGbybbBP4LfDbeaiPkV2DfVFpeO/Cc0NRMyBfjk6k2+Ax8coh1JuQ3hAqpG3wCdrYR8jXYVJd4t4JnBTQT8ttjZ6sbfCx2tBHydXisbmPWwNGxbpmQP477StjQBp7EUFJ7AWtLme5GHI9qbA4FGi8Jbqe5RaPR5ohc0zLdFYnu/v7+j3Bhcozm4Bh8UAr8Z6zpwjjLrXFm/Cu7Sq3x77goRL0a95bY3a2b6xdcEOJejUewquSuPhjrfTjZ5c+Egyx2nL4PAzCaeOmXwgAUO8dfhoEbS6aHTZhXCgy7cWViznvxNuaWAguZHE7GkT5swymlwMJ3LU/6dnMmHiwFhpdxa5IfiM42MJnO1eln9+KvOOut0Y+Lo/uNlQDDp5iBcyr543AeNuJIiaEN7sKzSX5u7PbeUuBx3IwNSW1ePHVPCXDTYy/Hu0ltYXS47hLg5lSxBB8nteHo7V0lwM05ahH2JLVVoWq17OosjsSV04LESJyFf7JZq66bvd9iQM+MxP1Z86nzLvPnkNNDbQaDZaXAcCC6WGYkRsK9FgHDd3FFkRmJDbEkSt3Qfx7XT5mR2IKhku8kPouLm8xIrC/9FmY7rk+MxOzpeO/0RjSTViPxVR0NpJP4Inb8EH7Ein8HAFEsoS5GQs3zAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.slick-next, .slick-next:hover, .slick-next:focus {
	background: url("data:image/png;base64,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") no-repeat 50% 50%;
}

.slick-arrow, .slick-arrow:hover, .slick-arrow:focus {
	background-size: 6px;
	width: 34px;
	border-radius: 50px;
	height: 34px;
	margin: 0 8px;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border: 1px solid #e4e7ea;
	z-index: 9;
}

.slick-next:before, .slick-prev:before {
	display: none;
}

.landing-page .zindex {
	right: 0;
	z-index: 9;
}

/* Cart Page */
span.c-number {
	width: 32px;
	border: 1px solid #28a744;
	color: #28a744;
	height: 32px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	margin: 0 14px 0 0px;
}

.sc-logo {
	height: 30px;
}

.sticky_sidebar, .c-t-order, .account {
	position: sticky;
	top: 15px;
}

.cart-item-profile img {
	height: 38px;
}

.index-osahan-logo {
	height: 90px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 17px;
}

.as-osahan-logo {
	width: 40px;
}

.logo {
	height: 35px;
}

.pp-logo {
	height: 30px;
}

.p-osahan-logo {
	height: 34px;
}

.gs-logo {
	height: 100px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 17px;
}

.border-custom-radio ::after {
	display: none;
}

.cart-items .img-fluid {
	width: 92px;
	height: 92px;
	object-fit: scale-down;
	min-width: 92px;
	padding: 7px;
	border-radius: 6px;
}

.cart-items-number .form-control {
	max-width: 20px;
	height: 30px;
	text-align: center;
	padding: 0px;
	border: none !important;
	background: transparent;
	color: #fff;
}

.cart-items-number .btn {
	background: transparent;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0px 8px;
	margin: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none !important;
}

.cart-items-number .input-group-prepend {
	height: 28px;
	width: 28px;
}

.cart-items-number .input-group-append {
	height: 28px;
	width: 28px;
}

.cart-items-number {
	border-radius: 3px;
	background: #fc0742;
}

/* List Page */
.border-custom-radio .custom-control-label::before {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: .25rem!important;
	background: transparent !important;
	box-shadow: none !important;
}

.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
	border-color: #28a744;
	border: 2px solid #28a744;
}
.border-custom-radio .custom-control-input:checked~.custom-control-label .btn-light {
	background: #28a744;
	border-color: #28a744;
	color: #fff !important;
}
.list-card-image .price {
	font-size: 14px;
}

.list-card-image a.btn {
	font-size: 14px;
	border: 1px solid linear-gradient(135deg, #fc0742 0%,#004384 100%);;
	padding: 7px 10px;
	border-radius: 3px;
	line-height: 1;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}

/* Landing Page */
.landing-page .slick-dots {
	bottom: 60px !important;
}

.c-it p {
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-it img {
	height: 40px;
}

.opt {
	font-size: 23px !important;
}

/* Bootstrap custom */
.bg-success {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc0742+0,004384+100 */
	background: #fc0742;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fc0742 0%, #004384 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fc0742 0%,#004384 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fc0742 0%,#004384 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0742', endColorstr='#004384',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
	;
}

.btn-success {
	background: #fc0742;
	border-color: #fc0742;
}
.btn-success:hover {
  color: #fff;
  background-color: #094988;
  border-color: #094988;
}
.btn-lg {
	font-size: 14px !important;
	padding: 10px 14px;
	font-weight: 500;
}

.btn-icon {
	height: 33px;
	width: 33px;
	padding: 6px;
	color: #ced4d9;
	border: 1px solid #eff2f5;
	border-radius: 50px;
}

label {
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #4a4949;
}

.custom-select {
	font-size: 13px;
}

.form-control {
	border: 1px solid #cacdd0;
	font-size: 14px;
	box-shadow: none !important;
}

.form-control:focus {
	border-color: #28a744;
}

.btn {
	font-size: 14px;
}

.btn.focus, .btn:focus {
	box-shadow: none !important;
}

.badge {
	font-size: 11px;
	padding: 7px 9px;
	font-weight: 500;
}

.badge-success {
	color: #fc0742;
	background-color: rgb(40 167 69 / 15%);
}

.badge-warning {
	color: #eab002;
	background-color: rgb(255 193 7 / 15%);
}

.badge-danger {
	color: #ff6000;
	background-color: rgb(255 96 0 / 15%);
}

.badge-info {
	color: #17a2b8;
	background-color: rgb(23 162 184 / 15%);
}

.badge-primary {
	color: #007bff;
	background-color: rgb(0 123 255 / 15%);
}

.badge-dark {
	color: #343a40;
	background-color: rgb(52 58 64 / 15%);
}

.bg-danger {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6000+0,f5bb50+100 */
	background: #ff6000;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff6000 0%, #f5bb50 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ff6000 0%,#f5bb50 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ff6000 0%,#f5bb50 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#f5bb50',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
	;
}

.bg-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17a2b8+0,1a68ce+100 */
	background: #17a2b8;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #17a2b8 0%, #1a68ce 100%);
 /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #17a2b8 0%,#1a68ce 100%);
 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #17a2b8 0%,#1a68ce 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8', endColorstr='#1a68ce',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
	;
}

.modal-body {
	overflow: auto;
}

.rounded {
	border-radius: .40rem!important;
}

/* Filter */
.filter .custom-control-label::before {
	right: 1rem;
	left: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}

.filter .custom-control-label::after {
	left: auto;
	right: 1rem;
	margin: auto;
	top: 0;
	bottom: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #28a744;
	background-color: #28a744;
}

/* logo-size */
.logo-img {
	height: 60px !important;
}

.search-size {
	width: 400px !important;
}

/* footer list padding */
.list-padding li a {
	width: 100%;
	font-size: 15px;
	padding: 5px 0;
	display: inline-block;
	opacity: 0.8;
}

/* accordian card border */
.accor {
	border-bottom: 2px solid #fc0742 !important;
}

/* custom-tabs */
.custom-tabs.nav-tabs .nav-item.show .nav-link, .custom-tabs.nav-tabs .nav-link.active {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 2px solid #4ca746;
}

.c-t-order li {
	border: none !important;
	margin: 5px 4px !important;
}

.c-t-order li a {
	background: #ffffff;
	border-radius: 6px !important;
	padding: 15px 14px !important;
}

.c-t-order li a i {
	background: #fff;
	border: 1px solid #eff2f5;
	padding: 5px 5px;
	border-radius: 50px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	font-size: 18px;
	vertical-align: bottom;
}

.c-t-order li a.active, .c-t-order li a:hover {
	background: #eff2f5 !important;
}

.c-t-order li a.active i {
	background: #f17f39;
	color: #fff !important;
	border-color: transparent;
}

/* header css */
.header-user {
	height: 34px;
}

.main-select-loaction h6 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.main-select-loaction p a {
	font-size: 12px;
	opacity: 0.8;
	width: 100%;
	display: block;
}

.main-notifications {
	line-height: 16px;
	padding: 14px 36px 14px 0px !important;
	border: none !important;
	background: #f8f9fa !important;
	margin: 4px 3px;
	border-radius: 8px;
}

.main-notifications:hover {
	background: #eff2f5 !important;
}

.main-notifications p.small.m-0 {
	font-size: 11px;
	opacity: 0.7;
}

.main-notifications p.small.m-0 i {
	font-size: 9px;
	margin: 0px 5px 0px 0;
}

.main-notifications .position-absolute {
	right: 23px;
}

/* .header icofont size */
.icofont-size {
	font-size: 16px;
}

.bg-color-head {
	background-color: #fc0742 !important;
}

.bg-offer {
	background-color: #004384;
}

/* quantity show */
.qty_show {
	position: absolute;
	right: 16px;
}





.slick-dots li button {
	display: none;
}
.pick_today .col-xl-2 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.upper-header a {
	font-size: 14px;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	line-height: 26px;
	color: #777;
}
.upper-header p {
	margin-bottom: 0;
	font-size: 14px;
}
.upper-header p a {
	color: #fc0742;
}
.upper-header .nav-item {
	padding-left: 5px;
}
.upper-header .nav-item .dropdown-menu.show {
	position: absolute !important;
}
.upper-header .nav-item a {
	display: inline-block;
	float: right;
}
.text-end {
	text-align: right !important;
}
.float-end {
	float: right !important;
}




/* Mobile Media */
@media (max-width: 992px) {
	.main-nav {
		display: none;
	}

	.mobile-nav {
		display: block !important;
	}

	.container, .container-md, .container-sm {
		max-width: 100%;
	}

	footer.section-footer {
		/*display: none;*/
		padding-bottom: 50px;
	}

	.landing-page.shadow-sm.bg-success.col-lg-6 {
		display: none;
	}
}

@media (max-width: 576px) {
	.container, .container-md, .container-sm {
		max-width: 100%;
	}

	.sticky_sidebar, .c-t-order, .account {
		margin-bottom: 15px;
	}

	.landing-page.shadow-sm.bg-success.col-lg-6 {
		display: none;
	}
	.pick_today .col-xl-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}





























.sidebar .widget {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px 0px 20px;
    border-radius: 3px;
}
@media only screen and (min-width: 992px) {
    .sidebar .widget {
        padding: 20px 20px 20px 20px;
        margin-bottom: 30px;
    }
}
.sidebar .widget-wrapper {
    padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .sidebar .widget-wrapper {
        padding-bottom: 0px;
    }
}
.sidebar .widget-title {
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    display: none;
}
@media only screen and (min-width: 992px) {
    .sidebar .widget-title {
        padding-bottom: 8px;
        font-size: 18px;
    }
    .sidebar .widget-title:after {
        display: block;
    }
}
.sidebar .catagory-menu {
    margin: 0;
    padding: 0;
}
.sidebar .catagory-menu > li {
    list-style: none;
    padding: 0;
}
.sidebar .catagory-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 0px;
}
.sidebar .catagory-menu > li:last-child > a {
    border-bottom: none;
}
.sidebar .catagory-submenu {
    padding-top: 10px;
    padding-left: 15px;
	padding-bottom: 5px;
}
.sidebar .catagory-submenu li {
    list-style: none;
	padding: 2px 0;
	text-transform: capitalize;
}
.sidebar .checkbox-item {
    position: relative;
}
.sidebar .checkbox-item input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.sidebar .checkbox-item .checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
	top: 2px;
	display:none;
}
.sidebar .checkbox-item .checkbox:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    width: 60%;
    height: 85%;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(30deg);
    opacity: 0;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox {
    border-color: #878aa0;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
    opacity: 1;
    border-color: #878aa0;
}
.sidebar .checkbox-item .label {
    font-size: 14px;
    color: #464646;
    margin-left: 4px;
}
.sidebar .catagory-menu li > a .plus-minus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 1px;
    background-color: #fff;
    margin-left: -4.5px;
    margin-top: -0.5px;
}
.sidebar .catagory-menu li > a .plus-minus:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 1px;
    background-color: #fff;
    margin-left: -4.5px;
    margin-top: -0.5px;
    transform-origin: middle;
}
.sidebar .catagory-menu > li > a > .plus-minus {
    background-color: #59b828;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    position: relative;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:after {
    background-color: white;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:before {
    transform: rotate(90deg);
    background-color: white;
}
.sidebar .catagory-menu li > a.collapsed .plus-minus {
    width: 21px;
    height: 21px;
    background-image: linear-gradient(to bottom right, #f2f2f2, #f2f2f2);
    border-radius: 3px;
    position: relative;
}
.weight {
	margin-bottom: 6px;
	color: #4b566b;
}
.price del {
	color: #bfbebe;
	margin-left: 3px;
	font-size: 12px;
}
.ml-50 {
	margin-left: 15%;
}
.delivery-info {
	width: 120px;
	overflow-x: hidden;
}
.nav-link {
	display: block;
	padding: .7rem 1.5rem;
	padding-left: 1rem;
}
.login {
	background: #fc0742;
	color: #fff;
	padding: 5px 20px;
	border-radius: .25rem;
	margin-right: 15px;
}
.login:hover {
	color: #fff;
}
.bg-greylight {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 10px 0;
}
.modal.fade.right-modal.cart-modal {
	right: -350px;
	width: 350px;
	padding-right: 0 !important;
}
.modal.fade.right-modal.cart-modal .modal-header {
	border-bottom: none;
}
.modal.fade.right-modal.cart-modal .modal-header h4 {
	margin-bottom: 0;
}
.selected-cart-footer h4 {
	color: #212529;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 14px;
	display: flex;
}
.selected-cart-footer h4 span {
	color: #adb5bd;
	margin-left: auto;
}
.selected-cart-footer h3 {
	color: #212529;
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 16px;
	display: flex;
}
.cart-modal .modal-footer {
	background: #f5f5f5;
	padding: .55rem .65rem;
}
.modal-footer .selected-cart-footer .btn {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px 20px;
}
.selected-cart-footer h3 span {
	color: #fc0742;
	margin-left: auto;
}
.selected-cart-checkout {
	background: #fc0742;
	padding: 8px 20px;
	border-radius: 3px;
	color: #fff;
	width: 48%;
	text-align: center;
	display: inline-block;
}
.selected-cart-checkout.viewcart {
    background:#ffc107;
}
.selected-cart-checkout:hover {
	color: #fff;
}
.right-modal.cart-modal .modal-dialog .modal-content .modal-body {
	height: calc(100vh - 182px);
}
.right-modal.cart-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
	display: none;
}
.right-modal.cart-modal .modal-dialog .modal-content .modal-body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.selected-cart-delete {
	position: absolute;
	right: 10px;
	top: 3px;
	color: #fb193c;
	cursor: pointer;
	z-index: 1;
}
.cart-count {
	background: #fc0742;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	text-align: center;
	font-weight: 600;
	line-height: 18px;
	font-size: 13px;
	right: 10px;
}
.dot-count {
    position: absolute;
    top: 15px;
    right: 0px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
#dropdownMenuNotification {
    margin-right: 6px;
}
.deals {
    padding-bottom: 20px;
}
.mobile-logo img {
	height: 60px;
	text-align: center;
	margin: 10px auto 20px auto;
	display: table;
}
.product_details .slick-slide img {
	background: #fff;
}
.account-sections li {
	padding: 1.2rem 1rem;
}
.landing-page .slick-dots li button {
	display: block;
}
#addaddress .form-group {
	margin-bottom: 7px;
}
#addaddress .address-type label {
	margin: 0 10px 0 0;
}
#addaddress .modal-header, #editAddress .modal-header {
	padding: 8px 1rem;
}
.schedule .w-100 i {
	padding-left: 5px;
	margin-right: 5px;
}
.schedule label {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.schedule input {
	margin-right: 5px;
	margin-left: 5px;
}
.reward-reduce span {
	display: inline-block;
	margin-bottom: 0;
}
#sliderLabel {
	border: 1px solid #a2a2a2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	height: 25px;
	overflow: hidden;
	position: relative;
	width: 80px;
	display: inline-block;
	margin-left: 10px;
	top: 8px;
}
#sliderLabel input {
	display: none;
}
#sliderLabel input:checked + #slider {
	left: 0px;
}
#slider {
	left: -40px;
	position: absolute;
	top: 0px;
	-webkit-transition: left .25s ease-out;
	-moz-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	-ms-transition: left .25s ease-out;
	transition: left .25s ease-out;
}
#sliderOn,
#sliderBlock,
#sliderOff {
	display: block;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 0px;
}
#sliderOn {
	background: #fc0742;
	background: -webkit-linear-gradient(135deg, #fc0742 0%,#004384 100%);
	background: -moz-linear-gradient(135deg, #fc0742 0%,#004384 100%);
	background: -o-linear-gradient(135deg, #fc0742 0%,#004384 100%);
	background: -ms-linear-gradient(135deg, #fc0742 0%,#004384 100%);
	background: linear-gradient(135deg, #fc0742 0%,#004384 100%);
	color: white;
	left: 0px;
	width: 50px;
}
#sliderBlock {
	background: #d9d9d8;
	background: -webkit-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -moz-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	border: 1px solid #a2a2a2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 23px;
	left: 40px;
	width: 40px;
}
#sliderOff {
	background: #f2f3f2;
	background: -webkit-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -moz-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -o-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -ms-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	color: #8b8b8b;
	left: 70px;
	width: 55px;
}
.rewards-info {
    border: 2px dotted #ccc;
    padding: 15px;
    border-radius: 5px;
}
.rewards-info p {
    margin-bottom: 0;
}
.rewards-offer {
    background: #fc0742;
    background: -webkit-linear-gradient(135deg, #fc0742 0%,#004384 100%);
    background: -moz-linear-gradient(135deg, #fc0742 0%,#004384 100%);
    background: -o-linear-gradient(135deg, #fc0742 0%,#004384 100%);
    background: -ms-linear-gradient(135deg, #fc0742 0%,#004384 100%);
    background: linear-gradient(135deg, #fc0742 0%,#004384 100%);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-5 {
    line-height: 25px;
}
#cancelOrder .modal-header, #trackPackage .modal-header, #Delete .modal-header {
    padding: 0.8rem 1rem;
}
#cancelOrder .display-1, #Delete .display-1 {
    font-size: 5rem;
}
#trackPackage .modal-body {
	padding: 0;
}
#cancelSuccess .close {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #dc3545;
}
#cancelSuccess .display-1 {
	font-size: 4rem;
}
.promo-code p {
	display: inline-block;
}
.promo-code .promo-offer {
	background: #fff;
	border-radius: 3px;
	padding: 8px 10px;
	font-size: 16px;
	margin-left: 10px;
}
.promo-code .promo-offer span {
	font-weight: 700;
}
.brand-logo ul {
	padding: 0;
	margin: 0 -10px 0 -10px;
}
.brand-logo ul li {
	list-style: none;
	width: 20%;
	/*padding: 20px;*/
	/*border: 1px solid #ccc;*/
	float: left;
}
.brand-logo ul li a {
	float: left;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin: 10px;
	background: #fff;
}
.brand-logo ul li img {

}
.widget .custom-select {
	border-radius: 0;
	margin-top: 10px;
}
.wishlist {
	position: absolute;
	right: 10px;
	top: 10px;
}
.wishlist i {
	background: #f0f2f5;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.wishlist i.active {
	color: #ff6000;
}
.contact-enquiry, .reach-us {
	background: #fff;
	border-radius: 5px;
	padding: 40px 30px;
}
.contact-details {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.contact-details li {
	display: flex;
	padding: 10px 0;
}
.contact-details li .title {
	width: 90px;
	font-size: 14px;
	color: #363636;
	font-weight: 500;
	display: inline-block;
}
.contact-details li .desc {
	width: calc(100% - 90px);
	font-size: 13px;
	line-height: 20px;
	color: #4b566b;
	display: inline-block;
}
.menu-fotter {
	display: none;
}
.add-basket {
	position: fixed;
	z-index: 3;
	right: 24px;
	bottom: 24px;
	height: 48px;
	border-radius: 2px;
	/*box-shadow: 1px 10px 10px 0 rgba(0,0,0,.12);*/
	transition: all .25s ease-in-out;
	overflow: hidden;
}
.add-basket .add-basket-info {
	transition: all .25s ease-in-out;
	position: relative;
	width: 320px;
	height: 48px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.add-basket .add-basket-info .add-basket-delivery-info {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	transition: left .25s ease-in-out;
	width: 170px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #f1f1f1;
	border-right-color: rgb(241, 241, 241);
	border-right-style: solid;
	border-right-width: 1px;
	border-right: 0;
	padding: 8px 12px;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.33;
	left: 0;
}
.add-basket .add-basket-info .add-basket-price-info {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	right: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 150px;
	cursor: pointer;
	background-color: #2874f0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.add-basket .add-basket-info .add-basket-price-info i {
	font-size: 18px;
	margin-right: 5px;
}
@media (max-width: 576px) {
	.pick_today .p-3 {
		padding: 10px !important;
	}
	.cart-items-number {
		position: relative;
		right: -7px;
	}
	.badge.m-3 {
		margin: 10px !important;
	}
	.wishlist {
		position: absolute;
		right: 6px;
		top: 8px;
	}
	.menu-fotter {
		display: block;
	}
	.deals {
		padding-bottom: 35px;
	}
	.about-content {
		padding-top: 30px;
	}
	.sidebar .widget {
		padding: 10px 20px 10px 20px;
		margin-bottom: 20px;
	}
	.sidebar .widget-title {
		padding-bottom: 0px;
	}
	.list-card-image .price {
		font-size: 12px;
	}
	#myTabContent {
		margin-bottom: 30px;
	}
	.py-5.main-body {
		padding-top: 2rem !important;
	
	}
	.sign.vh-100 {
	    height: auto!important;
	}
	.promo-code .promo-offer {
		padding: 5px 10px;
		font-size: 14px;
		margin-left: 0px;
		display: inline-block;
		margin-top: 5px;
	}
	.promos .col-9 {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	.promos .col-3 {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	.cart-checkout {
		display: block;
		margin-top: 20px;
	}
	.reach-us, .contact-enquiry {
		margin-bottom: 30px;
	}
	.brand-logo ul li {
		width: 50%;
	}
	.brand-logo {
		margin-bottom: 20px;
		float: left;
	}
	.pd-f a {
		height: 45px;
	}
	.trending-slider {
		margin-bottom: 20px;
	}
	.promo {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.signup {
		margin-bottom: 30px;
	}
	.signup .p-3 {
		padding: 0 !important;
	}
	.successful h1 {
		font-size: 1.5rem;
	}
	.successful.p-5 {
		padding: 1rem !important;
	}
	.successful .display-1 {
		font-size: 4rem;
		padding-top: 30px;
		display: block;
	}
	.successful .m-5 {
		margin: 1.5rem !important;
	}
}
.description-review-wrapper {
	border-radius: .40rem !important;
	padding: 0 1.5rem 1.5rem 1.5rem !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.description-review-area {
	background-color: #fff;
}

.description-review-topbar {
	position: relative;
}
.description-review-topbar:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fafafa;
}

.description-review-topbar a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0 90px 0px 0px;
	padding: 18px 0px;
	position: relative;
}
.description-review-topbar a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fafafa;
	z-index: 2;
}
.description-review-topbar a:last-child {
	margin: 0 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
	.description-review-topbar a {
		margin: 0 5px 0px 0;
		padding: 18px 5px;
		font-size: 14px;
	}
}
.description-review-topbar a.active {
	background-color: transparent;
	color: #59b828;
}
.description-review-topbar a.active:after {
	background-color: #59b828;
}

.description-review-bottom {
	padding: 33px 0 0;
}

.description-review-bottom .product-description-wrapper p {
	margin: 0 0 25px;
}

.description-review-bottom .product-description-wrapper p:last-child {
	margin: 0 0 0px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
	color: #333;
	font-size: 14px;
	list-style: outside none none;
	margin: 0 0 13px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
	color: #15273e;
	display: inline-block;
	font-weight: 500;
	margin: 0 26px 0 0;
	min-width: 85px;
}

.description-review-area p {
	margin-bottom: 30px;
}
.description-review-area p:last-child {
	margin-bottom: 0;
}
.description-review-area ul {
	padding-left: 40px;
	margin-bottom: 30px;
}
.description-review-area ul li {
	position: relative;
}
.description-review-area ul li:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	background-color: #59b828;
}

.review-comments-section h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.review-comment-list {
	padding: 30px;
	border: 1px solid #eaeaea;
	margin-bottom: 40px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}

.review-comment-item {
	border-bottom: 1px solid #f2ecec;
	padding: 20px 0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.review-comment-item {
		text-align: left;
	}
}
.review-comment-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.review-comment-item:first-child {
	padding-top: 0px;
}
.review-comment-item .thumb {
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}
.review-comment-item .thumb img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.review-comment-item .thumb {
		display: block;
		margin-bottom: 0;
	}
}
.review-comment-item .content {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.review-comment-item .content {
		padding-left: 20px;
		width: calc(100% - 100px);
		text-align: left;
	}
}
.review-comment-item .content .head {
	margin-bottom: 6px;
}
.review-comment-item .content .head .rating i {
	color: #F5A623;
}
.review-comment-item .content .name {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.review-comment-item .content .post-time {
	font-size: 13px;
	line-height: 22px;
	color: #a6a3a3;
}
.review-comment-item .content .review-body p {
	font-size: 14px;
	line-height: 23px;
}
.review-comment-item .content .review-body p:last-child {
	margin-bottom: 0;
}

.review-form {
	padding: 30px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.review-form .input-item {
	margin-bottom: 15px;
}
.review-form .input-item label {
	font-size: 13px;
	font-weight: 500;
}
.review-form .input-item input {
	width: 100%;
	padding: 6px 15px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.review-form .input-item textarea {
	width: 100%;
	padding: 6px 15px;
	border: 1px solid #eaeaea;
	min-height: 150px;
	border-radius: 3px;
}
.review-form .input-item .rating i {
	color: #F5A623;
}
.review-form .review-submit {
	font-size: 15px;
	font-weight: 600;
	padding: 8px 30px;
	background-color: #59b828;
	color: white;
	border: none;
	border-radius: 3px;
	outline: none;
	transition: all 0.3s ease;
}
.review-form .review-submit:hover {
	background-color: rgba(89, 184, 40, 0.8);
}

.review-form .card-body {
	padding: 0;
}
.review-form .rating {
	border: none;
	margin-right: 0px;
	margin-top: 5px;
}
.review-form .myratings {
	font-size: 48px;
	color: green;
}
.review-form .rating > [id^=star] {
	display: none;
}
.review-form .rating > label:before {
	margin: 5px;
	font-size: 2.25em;
	/*font-family: "Font Awesome 5 Free";*/
	font-family: IcoFont !important;
	display: inline-block;
	content: "\f000";
}
.review-form .rating > .half:before {
	content: "\f000";
	position: absolute;
}
.review-form .rating > label {
	color: #ddd;
	float: right;
}
.review-form .rating > [id^=star]:checked ~ label,
.review-form .rating:not(:checked) > label:hover,
.review-form .rating:not(:checked) > label:hover ~ label {
	color: #FFD700;
}
.review-form .rating > [id^=star]:checked + label:hover,
.review-form .rating > [id^=star]:checked ~ label:hover,
.review-form .rating > label:hover ~ [id^=star]:checked ~ label,
.review-form .rating > [id^=star]:checked ~ label:hover ~ label {
	color: #FFED85;
}
.review-form input.reset-option {
	display: none;
}
.write-review {
	font-size: 14px;
	color: #007bff;
	padding-top: 10px;
	position: relative;
	top: 5px;
}
#writeaReview .review-form {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#writeaReview .review-form .rating > label {
	/*float: left;*/
}
#writeaReview .review-form .rating {
	float: left;
	/*display: block;*/
	/*width: 100%;*/
}
.quest-user {
	font-size: 14px;
	padding: 5px 12px;
	border: 1px solid #f17e3a;
	background: #f17e3a;
	color: #fff;
	border-radius: 3px;
}
.quest-user:hover {
	color: #fff;
}
.terms_conditions ul li {
    list-style:none;
    color: #6c757d;
    font-size: 14px;
}
.terms_conditions p {
    font-size: 14px;
    line-height: 26px;
    color: #6c757d;
}

.c-it p{
  text-transform: capitalize;
}
#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	text-align: left;
}

#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
}

.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}

#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
}

#external-events p input {
	margin: 0;
	vertical-align: middle;
}

#calendar {
	/* 		float: right; */
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 1px 2px #C3C3C3;
	-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
}
.my_address .profile-title {
   display: inline-block; 
}
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
  color: #000;
}
.my-account-page .tab-content {
	float: left;
	width: 100%;
}
.product_purchase {
	border-radius: .40rem;
	padding: 1rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	border: 1px solid #dee2e6;
	float: left;
	width: 100%;
}
.product_purchase ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.product_purchase ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.product_purchase ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.product_purchase .purchase-img {
	width: 15%;
	float: left;
	padding-right: 10px;
}
.product_purchase .purchase-img img {
	max-width: 100%;
}
.product_purchase .purchase_details {
	width: 85%;
	float: left;
	padding-top: 5px;
}
.product_purchase .purchase_details h5 a {
	font-weight: 700;
	color: #343a40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.product_purchase .purchase_details h5 {
	margin-bottom: 5px;
}
.product_purchase .purchase_details h6 {
	  margin-bottom: 0;
  }
#myOrder .pb-3 {
	width: 100%;
	float: left;
}
.pd-f a {
    color: #fff;
    width: 100%;
}
.details .btn {
    display: inline-block;
    padding: 7px 10px;
}
.details .form-control {
    display:inline-block;
}
.details .cart-items-number {
    margin-right: 10px;
}
.list-card-image .text-muted {
    margin-bottom:0;
}
.cart-list .list-card h6 {
  min-height: auto;
}
.featured {
    position: relative;
    padding: 50px 0 0;
}
.banner-left-icon {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.banner-left-icon:hover .banner-icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.banner-left-icon .banner-icon {
  max-width: 50px;
  margin-right: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.banner-left-icon .banner-text h3 {
  color: #212529;
  font-size: 18px;
  margin-bottom: 5px;
}

.banner-left-icon .banner-text p {
  margin-bottom: 0;
  color: #adadad;
}

.banner-left-icon.style-2 {
  position: relative;
  border: 1px solid #ececec;
  padding: 20px;
}

.banner-left-icon .banner-icon img {
    width: 90%;
}
.main-slider .slick-prev {
  left: 0px;
}
.main-slider .slick-next {
  right: 0px;
}
.menu-fotter .cartCount {
  top: 5px;
  right: 40px;
}
.add-basket .add-basket-info .add-basket-price-info.shopping-cart-total.d-done-mobile {
    display:none;
}
.contine {
    margin-top: 20px;
}
.contine a {
    background: #fc0742;
    color: #fff;
    border-radius: 5px;
    padding:  8px 15px;
}
.search-results {
    text-align: center;
    padding-top: 50px;
}
.search-results img {
    width: 70px;
}
@media (max-width: 576px) {
    .c-it p {
        line-height: 18px;
        height: 42px;
    }
    .h5, h5 {
        font-size: 1.15rem;
    }
    .mobile-logo img {
        height: auto;
        max-width: 100%;
    }
    .hc-offcanvas-nav li:not(.custom-content) a {
        padding: 8px 17px;
    }
    .listing {
        padding-bottom: 70px;
    }
    .add-basket {
      right: 24px;
      bottom: 70px;
    }
    .view-order .d-flex.tra-mobile {
        display: table !important;
    }
    .banner-left-icon {
        margin-bottom: 15px;
    }
    /*.featured {*/
    /*    padding-bottom: 70px;*/
    /*}*/
    .list-card .rating-stars .icofont-star {
      font-size: 10px;
      letter-spacing: -4px;
    }
    .add-basket .add-basket-info .add-basket-price-info.shopping-cart-total {
        display:none;
    }
    .add-basket .add-basket-info .add-basket-price-info.shopping-cart-total.d-done-mobile {
        display:block;
        text-align:center;
        padding-top: 10px;
    }

    .breadcrumblist {
			font-size: 14px !important;
		}
}