@font-face {
	font-family: "Avang";
	font-weight: 300;
	font-style: normal;
	src: url("/assets/fonts/AVANGELI.TTF") format('truetype');
}
@font-face {
	font-family: "Avang";
	font-weight: 400;
	font-style: normal;
	src: url("/assets/fonts/AVANGMI.TTF") format('truetype');
}
@font-face {
	font-family: "Avang";
	font-weight: 500;
	font-style: normal;
	src: url("/assets/fonts/AVANGID.TTF") format('truetype');
}
@font-face {
	font-family: "Avang";
	font-weight: 800;
	font-style: normal;
	src: url("/assets/fonts/AVANGMB.TTF") format('truetype');
}
body {
	font-family: 'Poppins', sans-serif /*{body-font-family}*/;
	font-size: 16px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}

a, .btn-link{
	color: #AE8272 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #000 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Poppins', sans-serif /*{headers-font-family}*/;
	color: #333 /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}

h1, .h1 {
    font-size: 42px /*{header-1-font-size}*/;
    margin-bottom: 40px;
}
h2, .h2 {
	font-size: 36px /*{header-2-font-size}*/;
    margin-bottom: 30px;
}
h3, .h3 {
	font-size: 28px /*{header-3-font-size}*/;
    margin-bottom: 20px;
}
h4, .h4 {
	font-size: 22px /*{header-4-font-size}*/;
    margin-bottom: 15px;
}
h5, .h5 {
	font-size: 18px /*{header-5-font-size}*/;
    margin-bottom: 15px;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #AE8272 /*{buttons | btn-primary-background-colour}*/;
	border-color: #AE8272 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #AE8272 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #AE8272 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #AE8272 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #AE8272  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #AE8272 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #AE8272  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #dd4344 /*{buttons | btn-warning-background-colour}*/;
	border-color: #dd4344 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #dd4344 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #dd4344 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #dd4344 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dd4344 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #dd4344 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #dd4344 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #dd4344 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #dd4344 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #000 /*{buttons | btn-success-background-colour}*/;
	border-color: #000 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #ae8272 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color:  #ae8272 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #ae8272 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #ae8272 /*{buttons | btn-info-background-colour}*/;
	border-color: #ae8272 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #ae8272 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #ae8272 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #ae8272 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #ae8272 /*{buttons | btn-info-border-colour-hover}*/;
}

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

a.btn.btn-success:focus {
    color: #fff;
}

.breadcrumb {
	background-color: #fff /*{breadcrumb-background-colour}*/;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #BDC0C5 /*{breadcrumb-text-colour}*/;
    content: ">";
}

.breadcrumb > .active,
.breadcrumb a {
	color: #BDC0C5 /*{breadcrumb-text-colour}*/;
}

nav[aria-label="breadcrumb"] {
    width: calc(100vw - 10px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 35px;
}

#n_product nav[aria-label="breadcrumb"] {
    margin-bottom: 0;
}

.pagination .page-link{
	color: #006FF5 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #004ca9 /*{pagination-text-colour-hover}*/;
	background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #006FF5 /*{pagination-bg-colour-active}*/;
	border-color: #006FF5 /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006FF5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}

.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #ddd /*{panel-header-border-colour}*/;
}

.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}

/*.wrapper-header .navbar {
	background-color: #f8f9fa !important;
}*/

.wrapper-header .navbar .navbar-nav .nav-link {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #000 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	color: #555 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
    margin: 0;
}

.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}

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

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

a:hover {
    text-decoration: none !important;
}

/********HEADER*********/

.pd-header-announcement {
	background: #DD4343;
    padding: 5px 0;
    text-transform: uppercase;
}

.pd-header-announcement .pd-announcement-text {
	font-size: 13px !important;
	font-family: "Poppins", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 500;
	text-align: center; 
}

.col-lg-4.pd-logo-col {
	flex: 0 0 19%;
    max-width: 19%;
} 
.col-lg-4.pd-search-col {
	flex: 0 0 52%;
    max-width: 52%;
	padding-right: 0;
	padding-left: 5px;
}
.col-lg-4.pd-right-icons-col {
	flex: 0 0 29%;
    max-width: 29%;
}

.pd-header-middle .logo {
	width: 190px;
}

.header-search .form-control {
	height: calc(1.5em + .75rem + 8px);
	border: 1px solid #000;
	border-radius: none !important;

}

.header-search .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #f6f7f9;
    padding-right: 45px;
    border-color: #d8d8d8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #717171;
    box-shadow: none;
    font-family: "Avang";
	font-weight: 400;
}

.header-search .input-group>.form-control:not(:last-child)::-webkit-input-placeholder { /* Edge */
    color: #d8d8d8;
}

.header-search .input-group>.form-control:not(:last-child):-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8d8d8;
}

.header-search .input-group>.form-control:not(:last-child)::placeholder {
    color: #d8d8d8;
}

.header-search .input-group>.form-control:not(:last-child):focus::-webkit-input-placeholder { /* Edge */
    color: #717171;
}

.header-search .input-group>.form-control:not(:last-child):focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #717171;
}

.header-search .input-group>.form-control:not(:last-child):focus::placeholder {
    color: #717171;
}

.pd-search-button {
	margin-left: -44px;
    color: #d8d8d8;
    font-size: 17px;
    z-index: 9 !important;
    box-shadow: none !important;
    outline: 0;
}

.pd-header-middle {
	padding: 25px 0 0;
}

.pd-header-middle .pb-2 {
	padding-bottom: 0;
}

.pd-header-bottom .navbar {
	text-transform: uppercase;
    padding: 0;
    font-size: 13px;
    margin-top: 0 !important;
}

.pd-header-bottom .navbar-expand-md .navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 0;
    font-family: "Avang";
    font-weight: 400;
    font-size: 13px;
}

.pd-mobile-menu-links {
	display: none !important;
}

.pd-navigation .wsmenu {
	background: #000;
}

.pd-navigation .wsmenu>.wsmenu-list {
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
}

.pd-navigation .wsmenu>.wsmenu-list>li>a {
	padding: 0px 25px 0px 25px;
    line-height: 30px;
    font-weight: unset;
    color: #000;
    font-size: 17px;
    font-family: "Avang";
    font-weight: 400;
    text-transform: uppercase;
}

.pd-navigation .wsmenu>.wsmenu-list>li.pd-clearance>a {
    border-right: none;
}

.pd-navigation .wsmenu>.wsmenu-list>li {
	padding: 5px 0;
}

.disable-click > a {
    pointer-events: none;     
}

.pd-navigation .wsmenu>.wsmenu-list>li>a .wsarrow:after {
	top: 13px !important;
}

.pd-navigation .pd-clearance a {
	color: #dd4344 !important;
}

.pd-header-middle .btn-group>.btn {
	padding: 6px 18px 0px;
	font-size: 12px;
	color: rgb(92, 102, 111);  
	font-weight: 500;
    border: none !important;
    box-shadow: none;
}

.link-list h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Avang";
    font-weight: 400;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    font-family: "Avang";
    font-weight: 400;
    font-size: 14px;
}

.pd-header-middle .pd-header-cart {
	padding: 6px 0 0 18px !important;
}

.pd-header-middle .btn-group i{
	font-size: 20px;
}

.pd-header-middle .btn-group span{
	font-size: 13px;
	font-family: "Avang";
    font-weight: 400;
}

.pd-navigation-wrapper {
    display: flex;
}

.pd-navigation-wrapper .pd-navigation {
    width: 100%;
}

.pd-header-bottom-left .nav-item a {
	font-size: 12px;
	color: rgb(92, 102, 111);
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}

.pd-header-bottom {
    padding: 0;
}

.header-bottom {
    position: relative;
    background-color: #000;
    padding: 8px 0;
}

.header-bottom .d-flex p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    padding: 8px 0;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 16px;
}

.header-bottom .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pd-header-bottom-right {
	display: flex;
	align-items: center;
}

.pd-header-bottom-right .trustpilot-widget {
    width: 420px;
    margin-left: auto;
}

.wsmegamenu {
    width: 1200px;
}

.pd-menu-item-container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.pd-menu-item-image img {
	width: 100px;
    height: 100px;
    background: #ddd;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

.pd-menu-item-container .caption {
    width: calc(100% - 115px);
}

.wsmegamenu .lv2-li {
	width: 25%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.row.megadrop {
    padding: 0;
}

#header-cart:hover .dropdown-menu {
    display: block;
}

.pd-right-icons-col .btn-group {
    border: none !important;
    outline: none !important;
}

#header-cart .dropdown-menu {
    right: -14px;
    left: auto;
}

#pd-sticky-header.sticky .pd-navigation-wrapper {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sticky .wsmenu>.wsmenu-list>li>.wsmegamenu {
    display: none;
}

.sticky .wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
    display: block;
}

.pd-header-middle .btn-group>.btn:hover {
    color: #000;
}

#neto-dropdown a {
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

#neto-dropdown {
    width: 300px;
}

.thumb_cart .right {
    width: 220px;
}

#header-phone:hover .dropdown-menu {
    display: block;
}

#header-phone .dropdown-menu {
    padding: 15px 10px;
    left: auto;
    right: 0;
}

#header-phone .dropdown-menu li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(92, 102, 111);
}

#header-phone .dropdown-menu li a span {
    font-size: 14px;
    margin-left: 10px;
}

#header-phone .dropdown-menu li:last-child a {
    margin-bottom: 0;
}

.pd-promo-bar-box, .pd-promo-bar-box a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pd-promo-bar-box img {
    height: 25px;
    margin-right: 10px;
}

.pd-promo-bar-box i {
    margin-right: 10px;
    font-size: 20px;
}

.pd-promo-bar-box.pd-promo-truck i {
    color: #DD4343;
}

.pd-promo-bar-box span {
    color: #fff;
    font-size: 17px;
    font-family: "Avang";
    font-weight: 400;
}

.pd-promo-bar {
    padding: 3px 0;
    position: relative;
}

/********FOOTER*********/

.wrapper-footer.pd-footer {
	background: #000;
	padding-top: 50px;
}

.pd-footer .nav-item h4 {
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
}

.pd-footer .nav-item h4 a {
    color: #fff;
}

.pd-footer .nav-link {
	color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 0px;
}

.pd-footer .logo-second{
	padding-left: 20px;
}

.pd-payment-list {
	float: right;
}

.pd-footer p.small {
	color: #fff;
    font-size: 13px;
	font-weight: 300;
	margin-bottom: 0;
}

.pd-address-divider {
	margin: 0 10px;
}

.pd-privacy-footer {
	border-top: 1px solid #6b747b;
	padding: 10px 0;
	align-items: baseline;
}
.pd-privacy-left span {
	padding-right: 25px;
}
.pd-privacy-left {
	color: #fff;
    font-size: 13px;
	font-weight: 300;
}

.pd-privacy-left h4 {
	color: #fff;
    font-size: 13px !important;
	white-space: nowrap;
	text-transform: unset !important;
	font-weight: unset !important;
}

.pd-privacy-left .col-md-2 {
	padding: 0 10px !important;
}

.pd-footer-badges {
	padding-bottom: 40px;
}

.pd-footer .list-social i {
	color: #fff !important;
}

.pd-footer .list-social {
	padding-top: 30px !important;
	justify-content: flex-start !important;
}

.pd-tb-footer {
	background: #f1f1f1;
	padding: 55px 0 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pd-tb-footer h2 {
	margin-bottom: 30px;
	font-size: 32px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	text-align: center; 
}

.pd-tp-second {
	width: 1300px;
}

/*******NEWSLETTER********/

.pd-newsletter {
	background: #ae8272;
	padding: 50px;
	font-family: 'Poppins', sans-serif;
}
.pd-newsletter .pd-newsletter-wrapper {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.newsletter-holder {
    position: relative;
}

.pd-newsletter .pd-envelope {
	font-size: 50px;
}

.pd-newsletter .pd-welcome-gift {
	margin: 10px 0;
}
.pd-newsletter .pd-welcome-gift span{
	font-size: 32px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	text-align: center; 
}

.pd-newsletter .pd-welcome-gift p{
	font-size: 18px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center; 
}

.pd-newsletter .pd-newsletter-form {
	width: 100%;
	justify-content: center;
	display: flex;
}

.pd-newsletter .pd-newsletter-form .input-group{
	width: 65%;
}

.pd-newsletter .pd-newsletter-form .form-control{
	border-radius: 0;
	padding: 25px;
	border: none;
}

.pd-newsletter .form-control::placeholder {
		font-size: 15px;
		font-family: "Poppins", sans-serif;
		color: rgb(0, 0, 0);
		padding-left: 25px;
		font-weight: 500;
}

.pd-newsletter .input-group::after {
	content: url(/assets/images/newsletterenvelope.png);
    height: 20px;
    width: 28px;
    position: absolute;
    top: 14px;
    left: 12px;
}

.pd-newsletter .pd-newsletter-form .form-control::placeholder {
	color: #000;
}

.pd-newsletter-button {
	background: #000;
	color: #fff;
	padding: 14px 50px;
	border: none;
	border-radius: 0;
	font-size: 15px;
	font-family: "Poppins", sans-serif;  
}

.pd-footer .pd-col-padding {
	padding: 0;
}

.pd-footer .col-md-2.pd-col-2 {
	padding-left: 0 !important;
}

/******* HOME PAGE ********/
.pd-group-banner {
    margin-top: 10px;
}
.pd-group-banner .row {
    margin: 0 -10px;
    min-height: 525px;
}
.pd-group-banner .hero-banner, .pd-group-banner .tile-banners {
    padding: 0 10px;
}
.secondary-tile.tile-1 {
    margin-bottom: 20px;
}
.pd-group-banner a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.pd-group-banner .secondary-tile a {
    padding-bottom: 100%;
    background-position: center;
}
.pd-categories-section h2 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;  
    line-height: 1.091; 
    text-align: left;
    margin-bottom: 35px;
}
.home-cat-col a img {
    border-radius: 50%;
    margin-bottom: 30px;
    width: 100%;
}
.home-cat-col a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: center;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.pd-categories-section {
    padding-top: 40px;
    padding-bottom: 30px;
}

.pd-home-post-img a {
    display: block;
    min-height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pd-top-sellers {
	background: rgb(241, 241, 241);
	padding: 30px 0 40px;
    margin-bottom: 24px;
}

.pd-top-sellers h2 {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.2; 
}

.pd-top-sellers .pd-featured-slider-product {
	height: 100%;
	padding: 0 15px;  
}

.pd-top-sellers .card-title a{
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 19px;
	line-height: 1.2;
	text-align: left; 
    font-weight: 400;
}

.successaddmessage {
    color: #000;
}

#newsletter-popup {
    display: none;
    position: relative;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    height: auto;
    width: 500px!important;
    margin: 0;
    z-index: 10000;
}

#newsletter-popup.newsletter-open {
    display: block;
    color: #000;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}


.pd-top-sellers .card-title a:hover {
    color: #AE8272;
}

.thumbnail.card-body .card-title {
    min-height: auto;
    margin-bottom: 5px;
    min-height: auto;
    margin-bottom: 5px;
    min-height: 52px;
}

.pd-newest-product .thumbnail.card-body .card-title {
    padding-right: 10px;
}

._itmspec_listopt {
    margin-bottom: 5px;
}

._itmspec_opt {
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.thumb-brand-wrapper {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Poppins";
    color: rgb(186, 186, 186);
    line-height: 1.2;
}

.pd-top-sellers .price {
	font-family: "Poppins", sans-serif;
	color: rgb(221, 68, 68);
	font-size: 17px;
	text-align: left;	
    margin-bottom: 5px;
    font-weight: 600;
}

.pd-top-sellers .btn-block {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	padding: 15px 0;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	text-align: center;
    height: auto;
}

.pd-top-sellers .card {
	padding: 0;
	border: none;
	background:  rgb(241, 241, 241);
    height: 100%;
}

.pd-top-sellers .card .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    flex-grow: 1;
}

.pd-top-sellers .fa-chevron-left {
	position: absolute;
    left: -35px;
    top: 200px;
    color: #000;
    font-size: 22px;
}

.pd-top-sellers .fa-chevron-right {
	position: absolute;
    right: -35px;
    top: 200px;
    color: #000;
    font-size: 22px;
}

.pd-top-sellers .savings-container {
	position: absolute;
    top: 8px;
    left: 10px !important;
	text-align: unset !important;
}

.pd-top-sellers .badge {
	background: #f53e3e;
    color: #fff;
    padding: 8px 10px;
    border: none;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform:	uppercase;
}

.pd-shop-exclusive {
	padding: 45px 0 20px;	
}

.pd-se-text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	display: flex;
	flex-direction: column;

}

.pd-se-text h2 {
		font-size: 32px;
		font-family: "Poppins", sans-serif;
		color: rgb(0, 0, 0);
		line-height: 1.2;
		margin: 0;	  
}

.pd-se-text p {
		font-size: 16px;
		font-family: "Poppins", sans-serif;
		color: rgb(0, 0, 0);
		line-height: 1.875; 
		padding-right: 45px; 
		margin: 40px 0 60px;
}

.pd-se-btn a {
		font-size: 14px;
		font-family: "Poppins", sans-serif;
		color: rgb(255, 255, 255);
		background: #000;
		padding: 16px 90px;
		width: fit-content;
}

.pd-newest-products h2 {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	margin-bottom: 45px;
	margin-top: 25px;
}

.pd-newest-products .card {
	padding: 0;
	border: none;
}

.pd-newest-products .pd-featured-slider-product {
	padding: 0 15px;  
}

.pd-newest-products .card-body div {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px;
	background: #f1f1f1;
	align-items: baseline;
}

.pd-newest-products .card-body a.thumbnail-image {
	padding-bottom: 0 !important;
}

.pd-newest-products	.card-title a {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);  
}

.pd-newest-products .price {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	color: rgb(221, 68, 68);	  
}

.pd-newest-products .fa-chevron-left {
	position: absolute;
    left: -35px;
    top: 200px;
    color: #000;
    font-size: 22px;
}

.pd-newest-products .fa-chevron-right {
	position: absolute;
    right: -35px;
    top: 200px;
    color: #000;
    font-size: 22px;
}

.pd-latest-blog-section {
	padding: 90px 0 125px;
}

.pd-latest-blog-section .pd-top-blog {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 45px;
}

.pd-top-blog h2 {
	font-size: 32px;
	font-family: "Poppins";
	color: #333333;	  
}

.pd-top-blog a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	font-family: "Poppins";
	color: rgb(6, 7, 7);
	line-height: 1.2;
	text-align: right;  
}

.pd-blog-post {
	padding: 0 20px;
}

.pd-home-post-info a{
		font-size: 21px;
		font-family: "Poppins";
		color: #333333;
		line-height: 1.2;
}

.pd-home-post-info h4 {
	margin-top: 20px;
}

.pd-blog-post:first-of-type {
	padding-left: 15px;
}

.pd-blog-post:last-of-type {
	padding-right: 15px;
}

.pd-about-mc {
	background-image: url('/assets/images/MCsection.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0 35px;
	text-align: center;
}

.pd-about-mc img{
	width: 325px;
}

.pd-about-mc h2 {
	font-size: 32px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0); 
	margin: 30px 0;
}

.pd-about-mc p {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.875;
	text-align: center;
	padding: 0 58px;
}

.pd-bottom-banner {
	padding: 65px 0;
}

.pd-bottom-banner .col-md-6 {
	padding: 0;
}

.pd-bottom-banner .left-bottom-banner {
	background-image: url(/assets/images/bottombanner.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
}

.pd-bottom-banner .right-bottom-banner {
	display: flex;
}

.pd-bottom-banner .pd-bottom-banner-text {
	text-align: center;
	background: #da1a31;
	padding: 40px;
}

.pd-bottom-banner-text h3 {
	font-size: 23px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	font-weight: bold; 
	line-height: 1.565;
	margin: 20px 0 15px;
}

.pd-bottom-banner-text span {
	font-size: 14px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
}

.pd-bottom-banner-text a {
	color: #fff;
	text-decoration: underline;
}

.pd-bottom-banner-width {
	padding: 0 70px;
}

.pd-newest-slider .slick-list {
    padding-left: 0px!important; 
}

.pd-home-template .pd-tp-first {
	background: #fefaf9;
    padding-top: 65px;
}

.pd-categories .col-lg-2 {
	padding: 0 5px;
}

.home-cat-col a {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	text-align: center; 
	font-weight: 500; 
}

.pd-pt-first {
	background: #fefaf9;
	padding: 30px 0 0;
}

.pd-newest-products .savings-container {
	background: none !important;
    padding: 0 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
}

.pd-newest-products .pd-new-badge {
	background: #29b49d;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.pd-top-sellers .pd-new-badge {
	background: #29b49d;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
}

.pd-was-price {
	color: #000;
    text-decoration: line-through;
    margin-left: 5px;
}

.avail_badage {
    position: absolute;
    margin-bottom: 0;
    background: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 10px;
    bottom: 20px;
    right: 5px;
    display: flex;
    flex-direction: column;

}

.avail_black {
    font-size: 11px;
    color: #000;
    line-height: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}

.suitable_badge .avail_black {
    font-size: 14px;
}

.avail_green {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #29b49d;
}

.avail_purple {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #D84D93;
}

.thumbnail-image {
    position: relative;
}

.pd-top-sellers .btn-block:hover {
	background: #AE8272;
}

.pd-se-button:hover {
	background: #AE8272;
}

.pd-se-btn a:hover {
    background: #AE8272;
}

.pd-newsletter-button:hover {
	color: #AE8272;
}

/******* CATEGORY PAGE ********/
.pd-category-banner .row {
    min-height: 160px;
    margin-left: -10px;
    margin-right: -10px;
}
.cat-hero-banner a, .cat-tile-banners a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.cat-tile-banners a {
    background-position: center center;
}
.cat-hero-banner, .cat-tile-banners {
    padding: 0 10px;
}
.pd-category-description {
    margin-bottom: 15px;
}
.pd-category-quick-filters h3 {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.091;
    margin-bottom: 15px;
}
.pd-category-quick-filters .filter-box {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
}
.pd-category-quick-filters .filter-box p {
    font-size: 17px;
    color: rgb(17, 180, 156);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.412;
    margin-bottom: 0;
}
.pd-category-quick-filters .filter-box.filter-box-all p {
    font-weight: 400;
}
.pd-category-quick-filters .filter-box.filter-box-selected, .pd-category-quick-filters .filter-box:hover {
    border-color: rgb(17, 180, 156);
}
.pd-category-quick-filters .filter-selected {
    pointer-events: none;
}
.pd-category-quick-filters a {
    position: relative;
    display: block;
    padding: 0 20px;
}
.pd-category-quick-filters .row {
    margin: 0 !important;
    padding: 15px;
    background: #DCE9E0;
}
.pd-category-quick-filters a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.filter-box img {
    margin-bottom: 15px;
}
.pd-category-quick-filters {
    padding-bottom: 20px;
}
.pd-category-banner {
    padding-bottom: 20px;
}
.pd-top-sellers.default-product-thumb {
    background: #fff;
    padding: 0 10px;
    margin-bottom: 45px;
}
.custom-banner {
    padding: 0 10px !important;
}
.pd-top-sellers.default-product-thumb .card {
    background: #fff;
}
.pd-filters {
    overflow: hidden;
    margin-bottom: 10px;
}
.pd-filters.pd-show-more-active {
    max-height: initial !important;
    overflow: visible;
}
#pd-reset-filters, #pd-reset-filters-bottom {
    display: none;
}
#pd-reset-filters.pd-reset-show, #pd-reset-filters-bottom.pd-reset-show {
    display: block;
}
#filters .list-group-item {
    border: none;
    padding: 0;
    background: none !important;
}
#left-sidebar .card {
    border: none;
    max-width: 270px;
}
#filters .list-group-item h3 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: left;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    display: block;
}
#filters .list-group-item h3::first-letter {
    text-transform: uppercase;
}
#filters .list-group-item span {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 22px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#filters .list-group-item span i {
    color: #d6d6d6;
    font-size: 22px;
    margin-right: 10px;
}
#filters .list-group-item span.badge-secondary {
    background: none;
    color: #d6d6d6;
    font-weight: 400;
    padding: 0;
    margin-left: 5px;
}
.pd-show-more {
    font-size: 14px;
    color: rgb(174, 130, 114) !important;
    line-height: 1.714;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
}
.pd-show-more:hover {
    color: #000 !important;
}
#filters .list-group-item span:hover {
    color: rgb(174, 130, 114) !important;
}
#pd-reset-filters, #pd-reset-filters-bottom {
    font-size: 16px;
    color: rgb(245, 62, 62);
    line-height: 1.5;
    margin-bottom: 20px;
    cursor: pointer;
}
#pd-reset-filters i, #pd-reset-filters-bottom i {
    margin-right: 15px;
}
.right-sidebar .row {
    margin: 0 -10px;
}
.right-sidebar .row.sort_container>.col-12 {
    padding: 0 10px;
}
.right-sidebar .row .col-12 {
    padding: 0 5px;
}
.right-sidebar .row .col-12.pd-sort-select {
    max-width: 300px;
}
#sortby option {
    font-size: 14px;
    color: rgb(0, 0, 0);
}
#sortby option:before {
    content: "Sort By";
}
#sortby {
    max-width: 300px;
    border-width: 2px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
    border-radius: 0px;
    height: 39px;
    color: #000;
}
.pagination .page-link {
    border-width: 1px;
    border-color: rgb(214, 214, 214);
    border-style: solid;
    color: rgb(73, 73, 73);
    background-color: #fff;
    border-radius: 0 !important;
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 14px;
}
.pagination .page-link:hover {
    background-color: rgb(174, 130, 114);
    color: #fff;
    border-color: rgb(174, 130, 114);
}
.pagination .active .page-link, .pagination .active .page-link:hover, .pagination .active .page-link:focus {
    background-color: rgb(174, 130, 114);
    color: #fff;
    border-color: rgb(174, 130, 114);
}
.right-sidebar hr {
    border-top: 1px solid #d6d6d6;
}
.right-sidebar .row.pd-pagination {
    margin-top: 15px;
    margin-bottom: 30px;
}
.pd-results p {
    font-size: 16px;
    color: rgb(73, 73, 73);
    line-height: 1.375;
    margin-bottom: 0;
}
.pagination {
    margin-bottom: 0;
}
.pd-results {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.pd-category-description p {
   font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 16px;
}
.pd-category-description p:last-child {
    margin-bottom: 0;
}
.cat-page-header {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 38px;
}
.filter-colour {
    background-color: #000000;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.pd-sort-select {
    position: relative;
    margin-bottom: 25px;
} 
._itmspec_optpl.pd-sort-select {
    margin-bottom: 0;
}
#sortby {
    -webkit-appearance: none;
    -moz-appearance: none;
}   
.pd-sort-select:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 20px;
    font-size: 19px;
    line-height: 19px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}  
.bed-sheet-cat .col-4 {
    margin-bottom: 15px;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 0 5px;
}
.pd-category-quick-filters.bed-sheet-cat .row {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.pd-category-quick-filters.bed-sheet-cat .filter-box {
    width: calc(100% - 10px);
}
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 16px;
}
.bed-sheet-cat .filter-box img {
    width: 45px;
}
/******* PRODUCT PAGE ********/
.pd-product-main {
    background-color: #F9F9F9;
    padding-top: 55px;
    padding-bottom: 55px;
}
.pd-product-left {
    flex: 0 0 53%;
    max-width: 53%;
}
.pd-product-right {
    flex: 0 0 47%;
    max-width: 47%;
}
.pd-alt-images {
    margin-left: -5px;
    margin-right: -5px;
}
.pd-alt-images .col-lg-2 {
    padding: 0 5px;
    margin-bottom: 10px;
}
.main-image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.main-image .pd-new-badge {
    background: #29b49d;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-image .badge {
    background: #f53e3e;
    color: #fff;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-image .savings-container {
    top: 15px;
    right: auto;
    left: 10px;
}
.pd-product-title-box {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
}
.pd-product-title-box .trustpilot-widget {
    background-color: #f9f9f9;
    padding: 10px 0px;
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pd-product-reviews {
    display: flex;
    align-items: center;
}
.pd-product-title-box .pd-product-reviews .trustpilot-widget {
    background-color: transparent;
    padding: 0px;
    border-top: none;
    margin-top: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pd-product-title-box h1 {
    padding: 30px 30px 0;
    font-weight: 600;
    margin-bottom: 15px;
}
.pd-product-brand {
    margin-bottom: 0;
    padding: 0 30px;
    font-size: 15px;
    padding-bottom: 6px;
}
#promo-button {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
}
.row.product_total {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.product_total a, .pd-single-product-price a {
    color: #212529;
}
.product_total a:hover, .pd-single-product-price a:hover {
    color: #ae8272;
}
.thePricePre {
    text-align: right;
    font-size: 28px;
    font-weight: 600;
    color: #dd4344;
}
.pd-product-main-box {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 15px;
}
.free-shipping-product {
    background-color: #fb6565;
    padding: 10px 0px;
    border-top: 1px solid #d6d6d6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}
.pd-product-main-box-inner {
    padding: 20px;
}
.pd-paying-btns {
    align-items: center;
    margin-top: 10px;
}
hr {
    border-top: 1px solid #d6d6d6;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pd-afterpay a {
    margin-bottom: 0;
    display: block;
    border: 1px solid #d6d6d6;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    height: 60px;
    color: #212529;
}
.pd-afterpay a:hover {
    opacity: 0.8;
}
.pd-afterpay img {
    max-width: 150px;
}
.pd-checkout a {
    height: 60px;
    width: 100%;
    background: #28a745;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.cartTable .rrp-child {
    color: #ABABAB;
}
.free-shipping-product p {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 17px;
}
.pd-paying-btns .col-lg-6 {
    padding: 0 5px;
}
.pd-paying-btns {
    margin: 0 -5px;
    padding-top: 5px;
}
.pd-social-share {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.pd-social-share ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 0;
}
.pd-social-share p {
    margin-bottom: 0;
    color: #adadad;
}
.pd-social-share ul li a i {
    color: #adadad;
    font-size: 18px;
}
.pd-social-share ul li {
    margin-right: 15px;
}
.pd-product-info .tabbable .nav-tabs {
    padding: 0 35px;
    border-bottom: 1px solid #d6d6d6;
}
.pd-product-info .nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 25px 30px;
}
.pd-product-info .nav-tabs .nav-link.active {
    color: #AE8272;
    font-weight: 600;
    border-color: #d6d6d6 #d6d6d6 #fff;
}
.pd-product-info {
    padding: 60px 0;
}
.tabbable .tab-content {
    padding: 30px;
}
.pd-thumb-select ._itmspec_listopt:nth-child(2) {
    display: none !important;
}
.pd-product-related h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.pd-top-sellers.pd-product-related {
    background: #f9f9f9;
    padding: 75px 0 90px;
    border-bottom: 1px solid #d6d6d6;
}
.pd-top-sellers.pd-product-related .card {
    background: #f9f9f9;
}
.productpricetext{
    color: #fb6565;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}
.productrrp{
    display: inline-block;
    font-size: 30px;
    text-decoration: line-through;
}
.wrapper-pricing .productsave{
    display: none;
}
.buying-options .row.btn-stack {
    margin: 0 -5px;
    margin-top: 5px;
}
.pre-order-note {
    padding: 0 5px;
    margin-top: -15px;
}
.pre-order-note p {
    margin-bottom: 2px;
}
.child-pre-order-note {
    color: #AE8272;
    font-size: 13px !important;
}
.pre-order-qty {
    background: #AE8272;
    color: #fff;
}
.pd-checkout {
    padding: 0 5px;
}
.trade-price {
    color: #FB6465;
}
.buying-options .row.btn-stack .col-md-4 {
    padding: 0 5px;
}
#n_product .qty, .buying-options button, .buying-options a  {
    border-radius: 0 !important;
}
.buying-options .pd-buying-btn button, .buying-options .pd-buying-btn a {
    background: #28a745;
    border: 1px solid #28a745;
    font-size: 14px;
    text-transform: uppercase;
    height: 100%;
    line-height: 26px;
}
.buying-options .pd-buying-btn a {
    background: #000;
    border: 1px solid #000;
}
.buying-options .pd-buying-btn button.btn-warning, .thumbnail .buying-options button.btn-warning {
    background: #28a745;
    border: 1px solid #28a745;
}
.buying-options .pd-buying-btn button.btn-warning:hover {
    background: #000;
    border: 1px solid #000;
}
.pd-buying-btn {
    padding: 0 5px;
}
.buying-options .pd-buying-btn button:hover, .pd-checkout a:hover, .buying-options .pd-buying-btn a:hover {
    background: #AE8272;
}
.buying-options .pd-buying-btn button:hover, .buying-options .pd-buying-btn a:hover {
    border-color: #AE8272;
}
.pd-single-product-price .wrapper-pricing {
    text-align: right;
}
#multiitemadd .table td, #multiitemadd .table th {
    border: none;
    padding: 5px 15px;
    vertical-align: middle;
}
#multiitemadd .table tr {
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.childprice {
    width: 155px;
    text-align: right;
}
.child-qty-form {
    width: 100px;
}
.childname {
    width: calc(100% - 255px);
}
.childname p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.child-price.onsale-color {
    color: #dd4344;
    font-weight: 600;
}
.child-price.onsale-color .rrp-child {
    color: #000;
    margin-right: 5px;
    font-weight: 400;
}
.modal-body .image {
    padding-right: 15px;
}
#header-cart, .mobile-cart {
    position: relative;
}
.mobile-cart {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
#header-cart span[rel="a2c_item_count"], .mobile-cart span[rel="a2c_item_count"] {
    position: absolute;
    background: #000;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    top: 0;
    right: -3px;
}
.mobile-cart span[rel="a2c_item_count"] {
    top: -5px;
    right: -5px;
}
.pd-mob-icon a {
    display: block;
    width: 100%;
    height: 100%;
}
/******* STATIC PAGES ********/
.pd-section-page {
    padding: 60px 0;
}
.pd-brands-post {
    border-width: 1px;
    border-color: #e9e9e9;
    border-style: solid;
    background-color: #fff;
}
.pd-brands-img {
    padding: 3px;
}
.pd-brands-img a {
    display: block;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#faq button {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
#faq button.collapsed {
    color: #000 !important;
}
#faq button:hover {
    color: #AE8272;
}
#faq .card-header {
    padding: 10px;
}
.contact-us-h3-span {
    font-size: 18px;
}
.wholesale-green {
    background: #e1efd8;
    padding: 20px 20px 0.5px;
    margin-bottom: 20px;
}
.pd-sg-left {
    background: #e1efd8;
    padding: 20px;
    margin-bottom: 30px;
}
.pd-sg-right {
    background: #fef2cc;
    padding: 20px;
    margin-bottom: 30px;
}
.pd-mattress-size {
    background: #deeaf6;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.pd-ms-left, .pd-ms-right {
    background: #fef2cc;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #000;
    margin-top: 14px;
}
.pd-ms-right {
    border-left: none;
}
.pd-ms-left p, .pd-ms-right p {
    margin-bottom: 0;
}
.pd-mattress-recommended.col-md-6 {
    padding: 0;
}
.pd-mattress-recommended.row {
    margin: 0;
}
.pd-size-tip {
    padding: 20px;
    background: #e1efd8;
    margin-top: 38px;
}
.pd-green-box {
    background: #e1efd8;
    padding: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
#bedlinen-sizing-guide .text-center:not(table), #wholesale h3.text-center {
    text-align: left!important;
}
#bedlinen-sizing-guide table.mb-2 {
    margin-bottom: 20px !important;
}
#faq button {
    padding: 0;
} 
#faq .card-header {
    padding: 10px 15px;
}    
}
/******* BLOG PAGES ********/
.blog-sidebar h3.panel-title {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: left;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    display: block;
}
.blog-sidebar .panel {
    margin-bottom: 30px;
}
.blog-sidebar .panel.sidebar_subscribe {
    margin-bottom: 20px;
}
.search-sidebar input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #f6f7f9;
    padding-right: 45px;
    border-color: #d8d8d8 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #717171 !important;
    box-shadow: none !important;
}
.search-sidebar button {
    margin-left: -40px;
    color: #d8d8d8;
    font-size: 17px;
    height: 35px;
    z-index: 9 !important;
    box-shadow: none !important;
    outline: 0;
    border: none;
    position: absolute;
}
.search-sidebar input::-webkit-input-placeholder { /* Edge */
    color: #d8d8d8;
}

.search-sidebar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8d8d8;
}

.search-sidebar input::placeholder {
    color: #d8d8d8;
}
.search-sidebar input:focus::-webkit-input-placeholder { /* Edge */
    color: #717171;
}

.search-sidebar input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #717171;
}

.search-sidebar input:focus::placeholder {
    color: #717171;
}
.blog-sidebar .list-group {
    list-style: none;
}
.blog-sidebar .list-group li .list-group-item {
    border: none;
    padding: 0;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 22px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.blog-sidebar .list-group li:last-child .list-group-item {
    margin-bottom: 0;
}
.blog-sidebar .list-group .list-group-item:hover, .blog-sidebar .post_title a:hover, .sidebar_subscribe ul li i:hover, .blog-sidebar .list-group li .post_title a:hover, .post_title a:hover {
    color: #AE8272;
}
.blog-sidebar .list-group li .post_title a {
    display: block;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    min-height: auto;
}
.blog-sidebar .list-group li:last-child .post_title a {
    margin-bottom: 0;
}
.sidebar_subscribe ul li i {
    color: #adadad;
}
.post_title a {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 52px;
}
.post_image a {
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
}
.slide_single_post {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.post_info {
    flex-grow: 1;
}
.recent-sidebar-group .slide_single_post {
    margin-bottom: 0px;
}
.post_btn a {
    color: #AE8272;
    border: none;
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline;
}
.post_btn a:hover {
    color: #000;
}
.blog_list .single_page_header {
    margin-bottom: 45px;
}
.blog_categories {
    margin-bottom: 25px;
    font-size: 22px;
}
.post_image {
    overflow: hidden;
}
.zoom {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.zoom:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
/******* STORE PAGES ********/
.pd-branch-store {
    background-color:#fbfbfb !important;  
    padding:25px; 
    text-align:left !important; 
    text-transform: capitalize;
}
.single-store-left p {
    font-size:20px;
}
.single-store-right p {
    font-size:16px;
}
.single-store-left {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.wrapper-map {
	width: 55.75%;
}
.wrapper-store-hours {
	width: 44.25%;
}
.wrapper-map > div {
	padding-bottom: 396px;
}
.wrapper-store-header img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}
@media(max-width: 1199px) {
.wrapper-map > div {
	padding-bottom: 333px;
}
}
@media(max-width: 991px) {
.wrapper-map > div {
	padding-bottom: 249px;
}
}
@media(max-width: 767px) {
.wrapper-store-map > div, .wrapper-store-hours img {
	width: 100%;
}
.wrapper-map > div {
    padding-bottom: 300px;
}    
}
/******* ACCOUNT PAGES ********/
.pd-account-page {
    margin-top: 40px;
}
/******* TIME TABLE FIX ********/
.time-table {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.time-table-col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.time-table-day {
    width: 100px;
}
.time-table {
    font-size: small;
}
@media only screen and (max-width: 575px) {
.time-table-col {
    width: 100%;
}
.time-table-time {
    width: calc(100% - 100px);
}    
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
input{
  &::-webkit-inner-spin-button{
    opacity:1;
  } 
}
.child-qty-form input {
    padding: 0;
    line-height: 35px;
    text-align: center;
}
.pd-product-main-box-inner .buying-options input {
    padding: 0;
    line-height: 45px;
    text-align: center;
}
.checkout-btn {
    height: 100%;
}
#n_category nav[aria-label="breadcrumb"] {
    margin-bottom: 0;
}
/******* Custom Product Description ********/
.pd-product-custom-description h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 45px;
}
.pd-product-custom-description h3.pd-product-custom-subheading {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}
.custom-product-description h4 {
    text-transform: uppercase;
}
.custom-product-description a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    background: #000;
    padding: 16px 60px;
    width: fit-content;
    text-transform: uppercase;
    display: block;
}
.custom-product-description a:hover {
    background: #AE8272;
}
.custom-product-description .row {
    margin: 0;
}
.custom-product-description .col-12.custom-product-text {
    background: #f9f9f9;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-product-description .col-12.custom-product-img {
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: -30px;
}
.custom-product-description:nth-child(2n+1) .custom-product-img, .custom-product-description:nth-child(2n) .custom-product-text {
    order: 1;
}
.custom-product-description:nth-child(2n+1) .custom-product-text, .custom-product-description:nth-child(2n) .custom-product-img {
    order: 2;
}
.custom-product-description {
    padding-top: 60px;
    padding-bottom: 90px;
}
.pd-product-custom-description .container .custom-product-description:first-child {
    padding-top: 90px;
}
.custom-product-description:nth-child(2n) .custom-product-text {
    background: #EFE6E2;
}
.custom-product-text p:last-child {
    margin-bottom: 0;
}
.pd-form label {
    margin-bottom: 0;
}
.pd-form p {
    margin-bottom: 0;
}
.childname p.out-of-stock-info {
    font-weight: 400;
    font-size: 12px;
    color: #ae8272;
}
/**** Read More/Less CSS only ****/
.read-more-state {
    display: none;
}
.read-more-wrap {
    opacity: 1;
    overflow: hidden;
    max-height: 66px;
    margin-bottom: 10px;
}
.read-more-state:checked ~ .read-more-wrap {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: 'Read more';
}
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Read less';
}
.read-more-trigger {
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    color: rgb(174, 130, 114);
    border: 1px solid rgb(174, 130, 114);
    margin-top: 5px;
    margin-bottom: 5px;
    width: 150px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.read-more-trigger:hover {
    background-color: rgb(174, 130, 114);
    color: #fff;
}

/**** NEW HEADER ****/
.pd-header-top {
    border-top: 2px solid #000;
    border-bottom: 1px solid #d8d8d8;
}
.pd-header-top .navbar-expand-md .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0 15px;
}
.pd-header-top .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.pd-header-trustpilot {
    margin-top: 10px;
}
#n_checkout .wrapper-header {
    border-bottom: none !important;
}
#n_checkout .pd-header-announcement {
    display: block !important;
}
#n_checkout .pd-header-top, #n_checkout .pd-search-col, #n_checkout .pd-right-icons-col, #n_checkout .pd-navigation-wrapper {
    display: none !important;
}
@media only screen and (max-width: 991px) {
#n_checkout .pd-mobile-toggle {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
#n_checkout .pd-navigation-wrapper {
    display: flex !important;    
} 
}
.cart-header .btn-success {
    margin-left: 15px;
    background-color: #28a745;
    border-color: #28a745;
}
.cart-header .btn-success:hover, .checkout-btn:hover {
    background-color: #AE8272;
    border-color: #AE8272;
}
.cart-header {
    margin-bottom: -15px;
}
.cart-checkout-update {
    background-color: #000;
    border-color: #000;
}
.checkout-btn {
    background-color: #28a745;
    border-color: #28a745;
}
.card-box {
    padding: 15px 10%;
    border-radius: .3rem;
}
.card-box h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.card-box p {
    margin-bottom: 10px;
}
.card-box a {
    text-decoration: underline;
}
.returns-box {
    background-color: #2C2C2C;
    color: #fff;
    margin-bottom: 10px;
}
.returns-box h5, .returns-box a {
    color: #fff;
}
.free-box {
    background-color: #eee;
    color: #333;
}
.free-box a {
     color: #333;
}
.cartTable .h4 {
    font-size: 20px;
}
.total-savings {
    color: #1e7e34;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -20px;
}
.single-description a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.static-thumb-advert a {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100%;
    height: 100%;
}
.child-input {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.child-input input {
    padding: 0 20px;
}
/* Chrome, Safari, Edge, Opera */
.child-input input::-webkit-outer-spin-button,
.child-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.child-input input[type=number] {
  -moz-appearance: textfield;
}
.child-input .qtyIncrementer {
    position: absolute;
    right: 0;
    border: 1px solid #ced4da;
    background: #f5f5f5;
    width: 20px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    line-height: 34px;
    text-align: center;
}
.child-input .qtyIncrementer.dec {
    top: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom: none;
}
.child-input .qtyIncrementer.inc {
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom: none;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media only screen and (max-width: 1199px) {
.custom-product-description {
    padding-top: 40px;
    padding-bottom: 70px;
}
.pd-product-custom-description .container .custom-product-description:first-child {
    padding-top: 70px;
}    
}
@media only screen and (max-width: 991px) {
.custom-product-description {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pd-product-custom-description .container .custom-product-description:first-child {
    padding-top: 45px;
}  
.custom-product-description .col-12.custom-product-img {
    margin-bottom: 0;
}    
}
@media only screen and (max-width: 767px) {
.custom-product-description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-product-description .col-12.custom-product-img {
    margin-top: 0;
} 
.custom-product-description:nth-child(2n+1) .custom-product-img, .custom-product-description:nth-child(2n) .custom-product-img {
    order: 1;
}    
}
@media only screen and (max-width: 575px) {
.custom-product-description {
    padding-top: 15px;
    padding-bottom: 15px;
}  
.pd-product-custom-description .container .custom-product-description:first-child {
    padding-top: 30px;
}    
.pd-product-custom-description .container .custom-product-description:last-child {
    padding-bottom: 0px;
}    
.custom-product-description a {
    width: 100%;
    text-align: center;
    padding: 16px 15px;
}    
}
@media only screen and (max-width: 380px) {
.custom-product-description .col-12.custom-product-text {
    padding: 20px !important;
}
}


/****************************************/
/********* Mobile Responsiveness ********/
/****************************************/
@media only screen and (min-width: 768px) {
#left-sidebar .card.sticky-sidebar {
    position: fixed;
    bottom: 0;
}
#left-sidebar .card.sticky-sidebar.sticky-sidebar-top {
    top: 60px;
    bottom: auto;
}     
#left-sidebar .card.fixed-sidebar {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
} 
.pd-filters.pd-brands-filter {
    margin-bottom: 0px;
}    
}
@media only screen and (max-width: 1300px) {
.pd-navigation-wrapper {
    background: #fff;
}    
.pd-navigation-wrapper .pd-navigation {
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px;
}    
.pd-navigation .wsmenu>.wsmenu-list>li>a {
    padding: 0px 19px 0px 19px;
}
.pd-tp-second {
    width: 100%;
    padding: 0 15px;
} 
.pd-featured-section .container {
    max-width: 1100px;
    margin: 0 auto;
}  
.pd-footer .pd-col-padding {
    padding: 0 15px;
}
.pd-footer .col-md-2.pd-col-2 {
    padding: 0 15px !important;
}    
}
/***************************/
/********* < 1200px ********/
/***************************/
@media only screen and (max-width: 1199px) {
.col-lg-4.pd-logo-col {
    flex: 0 0 20%;
    max-width: 20%;
}
.col-lg-4.pd-search-col {
    flex: 0 0 45%;
    max-width: 45%;
}
.col-lg-4.pd-right-icons-col {
    flex: 0 0 35%;
    max-width: 35%;
}    
.pd-header-bottom-right .trustpilot-widget {
    width: 100%;
}
.pd-navigation-wrapper .pd-navigation {
    max-width: 960px;
}
.pd-header-bottom .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    font-size: 11px;
}
.pd-header-bottom-right {
    flex: 0 0 47%;
    max-width: 47%;    
} 
.pd-header-bottom-left {
    flex: 0 0 53%;
    max-width: 53%;    
}      
.pd-navigation .wsmenu>.wsmenu-list>li>a {
    padding: 0px 13px 0px 13px;
    font-size: 13px;
}
.pd-navigation .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    top: 15px;
    right: 10px;
}
.pd-header-announcement .pd-announcement-text {
    font-size: 16px;
}
.pd-group-banner .hero-banner {
    height: 455px;    
}
.pd-group-banner .row {
    min-height: 455px;
}    
.pd-pt-first {
    padding: 55px 0 0;
}
.pd-latest-blog-section {
    padding: 65px 0 80px;
} 
.pd-featured-section .container {
    max-width: 910px;
}
.pd-privacy-left>.row {
    justify-content: center;    
}  
.pd-privacy-left>.row .text-md-left, .text-md-right.pd-col-padding {
    text-align: center !important;    
}    
.pd-privacy-left {
    margin-bottom: 5px;
} 
.link-list .menu-li.lv2-li {
    width: calc(100% / 3) !important;
}  
#left-sidebar .card {
    max-width: 210px;
}    
.breadcrumb {
    max-width: 960px;    
}   
.btn-stack .addtocart {
    white-space: nowrap;
} 
.product-wishlist a {
    white-space: nowrap;
}
.col-lg-6.pd-checkout {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-lg-6.pd-afterpay {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
}
.productpricetext, .productrrp {
    font-size: 25px;    
}
.pd-category-quick-filters .filter-box p {
    font-size: 12px;
}
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 12px;
}
.pd-category-quick-filters.bed-sheet-cat .row {
    padding-left: 5px;
    padding-right: 5px;
}  
.bed-sheet-cat .filter-box img {
    margin-bottom: 10px;
    width: 40px;
}  
.checkout-btn {
    height: 44px;
}    
}
/**************************/
/********* < 992px ********/
/**************************/
@media only screen and (max-width: 991px) {
#header-phone, #header-account {
    display: none;
}    
.pd-header-middle >.container >.row {
    display: flex !important;
}
.pd-mobile-toggle {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;    
}    
.col-lg-4.pd-logo-col {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
}    
.col-lg-4.pd-search-col {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
    padding: 0 15px;
    margin-top: 15px;
} 
.col-lg-4.pd-right-icons-col {
    flex: 0 0 25%;
    max-width: 25%;
    order: 3;
    text-align: right !important;
}
.col-lg-4.pd-logo-col {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    text-align: center !important;
}
.pd-header-announcement .pd-announcement-text {
    font-size: 15px;
}
.pd-header-middle {
    padding: 20px 0 15px;
}
.pd-categories .col-lg-2 {
    padding: 0 15px;
    margin-bottom: 30px;
}   
.pd-featured-section .container {
    max-width: 690px;
}
.pd-pt-first {
    padding: 45px 30px 0;
}
.pd-categories-section {
    padding-top: 40px;
    padding-bottom: 15px;
}
.pd-se-image {
    margin-bottom: 30px;
    text-align: center;
}  
.pd-se-btn, .pd-se-text h2 {
    text-align: center;    
}    
.pd-newest-products .card-title a, .pd-newest-products .price, .pd-home-post-info a {
    font-size: 18px;
}
.pd-home-post-info h4 {
    margin-top: 15px;
}    
.pd-top-sellers .badge {
    font-size: 14px;    
}    
.pd-se-text p {
    padding-right: 0px;
    margin: 25px 0 40px;
    text-align: center;
}    
.pd-home-post {
    margin-bottom: 30px;
}    
.pd-latest-blog-section .pd-top-blog {
    margin-bottom: 30px;
}  
.pd-latest-blog-section {
    padding: 60px 0 45px;
}
.pd-about-mc p {
    padding: 0;
}    
.pd-group-banner .hero-banner {
    height: 335px;
}
.pd-group-banner .row {
    min-height: 355px;
}  
.pd-navigation .wsmenu>.wsmenu-list {
    flex-direction: column;
    padding-bottom: 40px;
    justify-content: flex-start;
} 
.mobile-cart span[rel="a2c_item_count"] {
    font-size: 11px;
}    
.pd-navigation .wsmenu>.wsmenu-list>li>a {
    border: none;
    line-height: 26px;
    font-size: 17px;
    color: #fff !important;
    text-transform: inherit;
}  
.pd-navigation .wsmenu>.wsmenu-list>li.pd-mobile-second>a, .pd-navigation .wsmenu>.wsmenu-list>li.pd-mobile-account>a {
    padding-left: 40px !important;
}    
.pd-footer .col-lg-2.text-md-left {
    margin-bottom: 25px;
} 
.pd-payment-list {
    margin-bottom: 0;
}
.pd-payment-list .payment-icon-container {
    padding: 9px;
}
.pd-newsletter {
    padding: 40px 0;
} 
.pd-newsletter .pd-newsletter-form .input-group {
    width: 100%;
}
.pd-tb-footer {
    padding: 50px 15px;    
}
.pd-bottom-banner-width {
    padding: 0 15px;
}  
.pd-bottom-banner {
    padding: 55px 0;
}   
.pd-category-banner .row {
    min-height: 160px;
}
.pd-header-middle .btn-group>.btn {
    padding: 0 5px;
}
.pd-header-middle .pd-header-cart {
    padding: 0px 0 0 10px !important;    
}
.pd-mobile-top-btn .pd-login-list {
    padding-left: 0;
    display: flex;
}
.pd-mobile-top-btn .pd-login-list .pd-mob-icon {
    width: 25%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ae8272;
    position: relative;
}  
.pd-mobile-top-btn {
    padding: 0 !important;
}   
.wsmenu .wsmenu-list li.pd-mobile-top-btn .pd-login-list a i {
    color: #fff !important;
    font-size: 18px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}    
.pd-navigation .wsmenu>.wsmenu-list>li {
    padding: 0;
    background: #000;
} 
.pd-navigation .wsmenu {
    background: #fff;
    display: none;
}
.wsactive .pd-navigation .wsmenu {
    display: block;
    z-index: 9999;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
    width: 100%;
    left: 0;
    z-index: 9;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .container {
    width: 100% !important;
    max-width: 100% !important;
    visibility: visible;
    opacity: 1;
    transform: none;
}  
.link-list .menu-li.lv2-li {
    width: 50% !important;
}  
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    white-space: normal;
}  
.wsmenu-list .pd-mobile-second.d-lg-none {
    background-color: #525252 !important; 
    text-transform: uppercase;
} 
.pd-navigation .pd-clearance {
    background: #C7A657 !important;
    text-transform: uppercase;
} 
.pd-navigation .pd-mobile-shop {
    background: #dd4344 !important;
} 
.pd-navigation .wsmenu>.wsmenu-list>li.pd-mobile-shop>a {
    font-size: 24px;
    text-transform: capitalize;
}  
.pd-navigation .wsmenu>.wsmenu-list {
    background-color: #525252;
}
.pd-navigation .pd-mobile-account {
    background: #000 !important;
    text-transform: uppercase;
}      
.filter-box img {
    margin-bottom: 10px;
    width: 45px;
}
.pd-category-quick-filters .filter-box p {
    font-size: 11px;
}
.sticky .pd-header-middle {
    display: block !important;
    padding-bottom: 0;
    padding-top: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}   
#pd-sticky-header.sticky {
    background: #fff;  
}  
#pd-sticky-header.sticky .col-lg-4.pd-logo-col {
    display: none;    
} 
#pd-sticky-header.sticky .col-lg-4.pd-search-col {
    flex: 0 0 70%;
    max-width: 70%;
    order: 2;
    padding: 0 15px;
    margin-top: 0px;
}  
#pd-sticky-header.sticky .col-lg-4.pd-right-icons-col, #pd-sticky-header.sticky .pd-mobile-toggle {
    flex: 0 0 15%;
    max-width: 15%;
}
#left-sidebar .card {
    max-width: 150px;
}    
.pd-top-sellers.default-product-thumb {
    margin-bottom: 35px;
}  
.breadcrumb {
    max-width: 720px;    
} 
#header-cart span[rel="a2c_item_count"] {
    top: -5px;    
}
.free-shipping-product .fa-truck {
    padding-left: 20px;
}
.free-shipping-product p {
    font-size: 15px;
}

.btn-stack .addtocart {
    font-size: 12px;
    padding: 10px 12px;
}
.product-wishlist {
    height: 100%;
}
.product-wishlist a {
    font-size: 14px;
    height: 100%;
    padding: 10px 12px;
}
.pd-product-info .tabbable .nav-tabs {
    flex-wrap: nowrap;
}
.productdetails p:first-of-type{
    text-align: center !important;
}
.productrrp {
    font-size: 25px;
}
.productsave {
    font-size: 25px;
}
.productpricetext {
    font-size: 25px;
}
.pd-product-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.pd-product-right {
    flex: 0 0 100%;
    max-width: 100%;
}
.pd-social-share {
    margin-bottom: 25px;
    margin-top: 5px;
}
.pd-afterpay {
    margin-top: 10px;
}
.pd-promo-bar-box img {
    height: 20px;
    margin-right: 5px;
}
.pd-promo-bar-box i {
    margin-right: 5px;
    font-size: 16px;
}
.pd-promo-bar-box span {
    font-size: 12px;
}   
.pd-promo-bar {
    padding: 5px 0;
}
.pd-category-quick-filters .row {
    margin: 0 -10px;
} 
.pd-category-quick-filters a {
    padding: 0 10px;
} 
.pd-category-quick-filters .filter-box {
    width: calc(100% - 20px);
}
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 10px;
}   
.bed-sheet-cat .filter-box img {
    margin-bottom: 5px;
    width: 25px;
}
.bed-sheet-cat .col-4 {
    padding: 0 3px;
}  
.pd-category-quick-filters.bed-sheet-cat .filter-box {
    width: calc(100% - 6px);
}  
.checkout-btn {
    height: 60px;
}   
.pd-navigation .link-list {
    display: flex;
    flex-wrap: wrap;    
}  
.pd-navigation .link-list h2 {
    width: 100%;
}    
}
/**************************/
/********* < 768px ********/
/**************************/
@media only screen and (max-width: 767px) {
.pd-group-banner .hero-banner {
    margin-bottom: 20px;
}  
.pd-group-banner .tile-banners {    
    display: flex;
    padding: 0;
}
.pd-group-banner .secondary-tile {
    width: 50%;
    margin-bottom: 0;
    padding: 0 10px;
}  
.pd-payment-list {
    float: none;
    justify-content: center;
    margin-top: 15px;
}
.wrapper-footer.pd-footer {
    padding-top: 40px;
} 
.pd-footer .list-social {
    padding-top: 10px !important;
    justify-content: center !important;
}
.pd-footer-badges {
    padding-bottom: 25px;
    text-align: center;
}   
.pd-bottom-banner .left-bottom-banner {
    padding-bottom: 50%;
}  
.pd-newsletter .pd-welcome-gift p br {
    display: none;
}  
.pd-featured-section .container {
    max-width: 500px;
}  
.cat-page-header {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 5px;
}  
.pd-category-banner .row {
    min-height: auto;
    flex-direction: column;
}
.cat-hero-banner a {
    padding-bottom: 25%;
    margin-bottom: 10px;
    background-size: contain;
}   
.cat-tile-banners a {
    padding-bottom: 100%;
}   
#left-sidebar .card-header {
    border: none !important;
    margin-bottom: 5px;
    position: relative;
    padding-right: 35px;
}   
#left-sidebar .card-header a i {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(180deg);
}   
#left-sidebar .card-header a.collapsed i {
    transform: none;
}
#left-sidebar .card-header h3 {
    font-size: 20px;   
}    
#filters {
    padding: 5px 15px;
}    
#sortby {
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 48px;
}   
.pd-sort-select:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 20px;
    font-size: 19px;
    line-height: 19px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}   
.pd-category-quick-filters .filter-box p {
    font-size: 9px;
}
.filter-box img {
    margin-bottom: 5px;
    width: 35px;
}    
.right-sidebar .row .col-12, .right-sidebar .row .col-12.pd-sort-select {
    max-width: 100%;
}  
#pd-sticky-header.sticky .header-search.pt-2 {
    padding-top: 0 !important;    
}  
#header-phone {
    display: none;    
}   
#pd-sticky-header.sticky .col-lg-4.pd-right-icons-col {
    flex: 0 0 77px;
    max-width: 77px;
    padding: 0 10px;
}
#pd-sticky-header.sticky .pd-mobile-toggle {
    flex: 0 0 45px;
    max-width: 45px;
    padding: 0 10px;
}    
#pd-sticky-header.sticky .col-lg-4.pd-search-col {
    flex: 0 0 calc(100% - 132px);
    max-width: calc(100% - 132px);
    padding: 0;
}
#pd-sticky-header.sticky .pd-header-middle .container .row {
    margin: 0 -10px;    
}
#pd-sticky-header.sticky .pd-header-middle .pd-header-cart {
    padding: 0px 0 0 5px !important;
   
} 
#left-sidebar .card {
    max-width: 100%;
}   
.pd-top-sellers.default-product-thumb {
    margin-bottom: 25px;
} 
.breadcrumb {
    max-width: 540px;    
}   
.productrrp {
    font-size: 20px;
    margin-top: 10px;
}
.productsave {
    font-size: 20px;
}
.productpricetext {
    font-size: 20px;
} 
.buying-options .btn-stack .col-md-4 {
    margin-bottom: 10px;
}
.buying-options .btn-stack .col-md-4:last-child {
    margin-bottom: 0;    
} 
.btn-stack .col-12+.col-12 {
    margin-top: 0px;
}
.free-shipping-product p {
    font-size: 13px;
}
.free-shipping-product .fa-truck {
    padding-left: 0px;
}
.pd-product-info {
    padding: 15px 0;
}  
.pd-product-main {
    padding-top: 45px;
    padding-bottom: 30px;
}  
.pd-top-sellers.pd-product-related {
    padding: 45px 0 60px;
}
.pd-product-info button {
    color: #AE8272 !important;
    text-decoration: none !important;
}  
.pd-product-info button.collapsed {
    color: #000 !important;    
}  
.pd-product-info #headingDescription button {
    color: #AE8272 !important;
    pointer-events: none;
}   
#accordionDescription {
    display: block !important;    
}  
.tabbable .tab-content {
    padding: 30px 0;
}    
.pd-group-banner .hero-banner {
    height: 100%;
}   
.pd-group-banner .hero-banner a {
    height: auto;
    padding-bottom: 60%;
}  
.pd-group-banner .secondary-tile a {
    height: auto;
}   
.pd-group-banner .row {
    min-height: auto;
}  
.blog-sidebar {
    margin-top: 30px;
}  
.pd-promo-bar-box span {
    font-size: 13px;
}
.pd-promo-bar-box img {
    height: 25px;
    margin-right: 5px;
}
.pd-promo-bar-box i {
    margin-right: 5px;
    font-size: 20px;
}
.pd-promo-bar i {
    color: #fff;
}  
.pd-promo-bar .slick-arrow.next {
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}  
.pd-promo-bar .slick-arrow.prev {
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}  
.pd-promo-bar {
    padding: 5px 0;
}  
.pd-category-quick-filters .row {
    margin: 0 -5px;
    padding: 10px;
} 
.pd-category-quick-filters a {
    padding: 0 5px;
} 
.pd-category-quick-filters .filter-box {
    width: calc(100% - 10px);
}  
.pd-sort-select {
    margin-bottom: 15px;
} 
.bed-sheet-cat .col-4 {
    margin-bottom: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
}    
.pd-category-quick-filters.bed-sheet-cat .filter-box {
    width: calc(100% - 10px);
}  
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 14px;
} 
.bed-sheet-cat .filter-box img {
    width: 40px;
}   
.pd-promo-bar-box a {
    width: calc(100% - 30px);
} 
.breadcrumb {
    padding: 10px 15px;
    font-size: 15px;
}
.sidebar-subcategories, .sidebar-categories, .sidebar-Scent, .sidebar-brand {
    display: none;    
}
.cartTable p.h4 {
    font-size: 18px;
}  
.post_title a {
    min-height: auto;
}
}
/**************************/
/********* < 576px ********/
/**************************/
@media only screen and (max-width: 575px) {
.pd-newsletter .pd-newsletter-form .input-group {
    display: flex;
    flex-direction: column;
}    
.pd-newsletter .pd-newsletter-form .form-control {
    width: 100%;
    margin-bottom: 15px;
}    
.pd-newsletter .pd-welcome-gift span {
    margin-bottom: 10px;
    display: block;
    line-height: 42px;
}    
.pd-featured-section .container {
    max-width: calc(100% - 75px);
}    
.pd-se-text h2, .pd-se-text p {
    text-align: center;
}
.pd-se-btn a {
    margin: 0 auto;
    display: block;
}
.pd-newest-products h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}   
.pd-latest-blog-section .pd-top-blog {
    margin-bottom: 35px;
    flex-direction: column;
}
.pd-latest-blog-section {
    padding: 40px 0 30px;
}
.pd-about-mc {
    padding: 45px 0 25px;
}
.pd-top-sellers h2 br {
    display: none;
}  
#sortby {
    max-width: 100%;
}
.pd-menu-item-container {
    flex-direction: column;
} 
.pd-menu-item-container .caption {
    width: 100%;
}    
.pd-menu-item-image {
    margin-right: 0px;
}  
.wsmenu-list .row.megadrop {
    justify-content: center;
}  
.link-list h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 10px;
} 
.avail_green, .avail_black {
    font-size: 9px;
}
.avail_badage {
    padding: 5px;    
}    
.thumb-brand-wrapper, .pd-top-sellers .price {
    font-size: 15px;    
}    
.pd-top-sellers .card-title a {
    font-size: 17px;    
}    
.pd-newsletter-button {
    width: 100%;
}
.pd-category-quick-filters {
    padding-bottom: 15px;
}
.pd-category-banner {
    padding-bottom: 15px;
}    
#left-sidebar .card-header {
     margin-bottom: 5px;
}
.pd-category-quick-filters a {
     margin-bottom: 10px;
}    
.pd-category-quick-filters h3 {
    line-height: 1.3;
} 
.pd-header-middle {
    padding: 15px 0 10px;
}
.header-search.pt-2 {
    padding-top: 0 !important;    
}  
.pd-top-sellers .badge {
    font-size: 13px;
}  
.filter-box img {
    margin-bottom: 10px;
    width: 50px;
}
.pd-category-quick-filters .filter-box p {
    font-size: 14px;
}
.breadcrumb {
    max-width: 100%;    
} 
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    margin-right: 0;
    text-align: center;
}  
.pd-product-info {
    padding: 0;
} 
.pd-product-main {
    padding-bottom: 15px;
    padding-top: 30px;
} 
.pd-product-related h3 {
    margin-bottom: 25px;
}    
.pd-top-sellers.pd-product-related {
    padding: 30px 0 45px;
}
.product_total>.col-6, .pd-single-product-price>.col-lg-6 {
    text-align: center;    
}  
.pd-branch-store {
    padding:15px; 
} 
.pd-product-title-box h1 {
    font-size: 30px;
} 
.pd-category-quick-filters .row {
    margin: 0 -10px;
} 
.pd-category-quick-filters a {
    padding: 0 10px;
} 
.pd-category-quick-filters .filter-box {
    width: calc(100% - 20px);
}   
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 12px;
}   
.bed-sheet-cat .filter-box img {
    width: 30px;
} 
.header-search .input-group>.form-control:not(:last-child) {
    font-size: 16px;    
}   
.paypal-col {
    margin-bottom: 10px !important;
    height: 50px;
}
.checkout-btn {
    height: 55px;
} 
.breadcrumb {
    padding: 5px 15px;
    font-size: 14px;
}
.cart-header .d-flex.align-items-center {
     flex-wrap: wrap;   
}  
.cart-header .d-flex.align-items-center .btn-success {
    margin-left: 0;
    margin-bottom: 15px;
    height: 50px;
}  
.breadcrumb {
    font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}
.breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0;
}






}
/**************************/
/********* < 480px ********/
/**************************/
@media only screen and (max-width: 479px) {
.pd-footer p.small {
    display: flex;
    flex-direction: column;
}    
.pd-address-divider {
    display: none;
} 
.pd-newest-products .card-body div {
    padding: 20px 15px;
    flex-direction: column;
}    
.pd-newest-products .price {
    margin-bottom: 0;
}  
.pd-category-quick-filters .filter-box p {
    font-size: 13px;
}
.home-cat-col a {
    font-size: 14px;
}
.home-cat-col a img {
    margin-bottom: 20px;
}   
.pd-top-sellers .badge {
    font-size: 12px;
} 
.buying-options .btn-stack .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
} 
.child-price.onsale-color {
    display: flex;
    flex-direction: column;
}  
.child-price.onsale-color .rrp-child {
    margin-right: 0;    
} 
.childprice {
    width: 80px;
}
.child-qty-form {
    width: 100px;
}   
.childname {
    width: calc(100% - 180px);
}
.childname p {
    font-size: 16px;
}
#multiitemadd .table td, #multiitemadd .table th {
    padding: 5px 10px;
}    
.bed-sheet-cat .col-4 {
    padding: 0 3px;
}    
.pd-category-quick-filters.bed-sheet-cat .filter-box {
    width: calc(100% - 6px);
}    
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 11px;
}    
.bed-sheet-cat .filter-box img {
    width: 25px;
}   
.breadcrumb {
    font-size: 11px;
}    
}
/**************************/
/********* < 420px ********/
/**************************/
@media only screen and (max-width: 419px) {
.filter-box img {
    margin-bottom: 5px;
    width: 30px;
}
.pd-category-quick-filters .filter-box p {
    font-size: 10px;
}    
.cat-page-header {
    font-size: 28px;
}   
.pd-results {
    right: auto;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}    
.pagination {
    justify-content: center;
}   
.col-lg-4.pd-right-icons-col {
    flex: 0 0 30%;
    max-width: 30%;
}
.col-lg-4.pd-logo-col {
    flex: 0 0 45%;
    max-width: 45%;
}
.pd-categories .col-lg-2 {
    padding: 0 5px;
}
.home-cat-col a {
    font-size: 13px;
}
.row.pd-categories {
     margin: 0 -5px;   
}   
.home-cat-col a img {
    margin-bottom: 15px;
}
.pd-header-middle {
    padding: 10px 0 5px;    
}
._itmspec_optpl.pd-sort-select:after {
    right: 10px;
}
.pd-product-main-box-inner {
    padding: 20px 15px;
}
.thePricePre {
    padding-right: 10px;
}  
.childname p {
    font-size: 15px;
}    
}
/**************************/
/********* < 380px ********/
/**************************/
@media only screen and (max-width: 379px) {
.pd-top-sellers h2, .pd-newest-products h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
._itmspec_optpl.pd-sort-select:after {
    right: 5px;
}    
.free-shipping-product {
    padding: 15px 25px;
}  
.childname p {
    font-size: 14px;
}    
#pd-sticky-header.sticky .header-search .input-group>.form-control:not(:last-child)::-webkit-input-placeholder { /* Edge */
    color: transparent;
}

#pd-sticky-header.sticky .header-search .input-group>.form-control:not(:last-child):-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

#pd-sticky-header.sticky .header-search .input-group>.form-control:not(:last-child)::placeholder {
    color: transparent;
}  
.bed-sheet-cat .filter-box img {
    width: 20px;
}
.pd-category-quick-filters.bed-sheet-cat .filter-box p {
    font-size: 9px;
}
.bed-sheet-cat .col-4 {
    padding: 0 2px;
}
.pd-category-quick-filters.bed-sheet-cat .filter-box {
    width: calc(100% - 4px);
}    
.pd-category-quick-filters.bed-sheet-cat .row {
    padding-left: 2px;
    padding-right: 2px;
}    
}