/*------------------------ HOME PAGE ------------------------*/
.homepage-contant {
    float: left;
    width: 100%;
}
p.sr-page-note {
    float: left;
    width: 100%;
    font-family: Lato-Italic;
    font-size: 21px;
    line-height: 28px;
    margin: 12px 0 35px;
    text-align: center;
}
.block-shop-category {
    float: left;
    width: 100%;
}
h4.shop-category-title {
    float: left;
    width: 100%;
    font-family: Lato-Black;
    background: #d90026;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    margin-top: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 45px;
}
.shop-category-box {
    float: left;
    position: relative;
    width: 1138px;
    height: 335px;
    /*margin-bottom: 50px;*/
    margin-bottom: 75px;
    background: #00004c;
    border: 1px solid #000;
}
.shop-category-box:hover {
    background: #00007d;
}
.shop-category-box a {
    float: left;
}
.shop-category-box img.shop-category-bg {
    position: absolute;
    width: 1141px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 10;
}
.shop-category-box-txt {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    z-index: 15;
}
.shop-category-box-txt h5 {
    font-family: Lato-Italic;
    font-size: 36px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 0;
}
.shop-category-box-txt h4 {
    font-family: Lato-Black;
    font-size: 48px;
    line-height: 38px;
    /*color: #fff;*/
    color: #ffdf00;
    margin-bottom: 22px;
    margin-top: 0;
}
.shop-category-box-txt p {
    font-family: Lato-Italic;
    font-size: 30px;
    line-height: 27px;
    /*color: #ffdf00;*/
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.btn-shop-category {
    float: left;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.btn-sc-txt {
    float: left;
    font-family: Lato-Italic;
    font-size: 28px;
    line-height: 26px;
    color: #fff;
}
.btn-sc-img {
    float: left;
    margin-left: 19px;
}
.btn-sc-img svg {
    fill: #fff;
    height: 30px;
}
.shop-category-box.packaging-fulfillment {
    background-size: 1140px;
    height: 326px;
    cursor: pointer;
}
.shop-category-box.packaging-fulfillment h5 {
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 33px;
    line-height: 38px;
    color: #000;
    margin: 0;
}
.shop-category-box.packaging-fulfillment h4 {
    font-family: Arial;
    font-weight: 900;
    font-size: 55px;
    line-height: 70px;
    color: #2b3761;
    margin: 0;
}
.shop-category-box.packaging-fulfillment .shop-category-box-txt {
    float: left;
    margin-top: 37px;
    padding-left: 30px;
    position: relative;
    z-index: 15;
}
.block-featured-products {
    float: left;
    width: 100%;
}
h4.featured-products-title {
    float: left;
    width: 100%;
    font-family: Lato-Black;
    background: #d90026;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 49px;
}
.featured-products-list {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.fp-row {
    float: left;
    width: 100%;
    align-items: flex-end !important;
    display: flex;
    margin-bottom: 38px;
}
.fp-box {
    float: left;
    width: 263px;
    margin-right: 30px;
	position: relative;
}
.fp-box:last-child {
    margin-right: 0;
}
.fp-box a {
    text-decoration: none;
    color: #000;
}
.fp-box-img {
    float: left;
    width: 250px;
    height: 250px;
    padding: 5px;
    border: 1px solid #828282;
    position: relative;
}
.fp-box-img img {
    width: 100%;
    height: auto;
}
/*.click-details {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: url(../img/img-clickdetails.png);
  width: 83px;
  height: 85px;
} */
.click-info {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    border: none;
    width: 85px;
    height: 85px;
}
.click-info-img {
    position: relative;
    z-index: 20;
    top: -1px;
    left: 1px;
}
.click-info-bg {
    position: absolute;
    top: -86px;
    left: -86px;
    border: none;
    width: 170px;
    height: 170px;
    background: #2b3761;
    border-radius: 85px;
}
.fp-box:hover .click-info-bg {
    background: #00007d;
}
/* .fp-box:hover .click-details {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: url(../img/img-clickdetails-activ.png);
  width: 83px;
  height: 85px;
} */
.fp-box-txt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.fp-box-txt h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Lato-BoldItalic;
    font-size: 27px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 0;
}
.fp-box:hover .fp-box-txt h4 {
    color: #00004b;
    /*color: #203462;*/
}
.fp-box-txt p {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Lato-Italic;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    color: #d90026;
}
.red-nav {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.red-nav ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.red-nav ul li {
    float: left;
    width: 250px;
    margin-right: 45px;
}
.red-nav ul li:last-child {
    display: inline-block;
    margin-right: 0;
}
.red-nav a {
    text-decoration: none;
    color: #000;
}
.red-nav a:hover {
    text-decoration: none;
    color: #000;
}
h4.rednav-name {
    font-family: Lato-Bold;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    text-align: center;
}
.rednav-img {
    background: #d90026;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 32px;
    text-align: center;
}
.red-nav a:hover .rednav-img {
    background: #00004b;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 32px;
    text-align: center;
}
.catalog .rednav-img img {
    width: 190px;
    height: auto;
}
.art-info .rednav-img img {
    width: 156px;
    height: auto;
    margin-top: 15px;
}
.why-us .rednav-img img {
    width: 190px;
    height: auto;
}
.how-order .rednav-img img {
    width: 160px;
    height: auto;
    margin-top: 7px;
}
.banners-box {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.slider-banner {
    display: block;
    float: left;
}
.slider-banner img {
    width: 100%;
    height: auto;
}
.cycle-pager span {
    font-family: arial;
    font-size: 85px;
    line-height: 22px;
    width: 25px;
    height: 22px;
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 1px #09357b;
    cursor: pointer;
    margin-left: 4px;
    opacity: .8;
}
.cycle-pager span.cycle-pager-active {
    color: #09357b;
    -webkit-text-stroke: 1px #fff;
    opacity: 1;
}
.slidernavigator {
    clear: both;
    float: left;
    height: 8px;
    margin: -35px 0 0 10px;
    padding: 0;
    position: relative;
    width: 150px;
    z-index: 100;
}

.dropdown-price {
	position: absolute;
	bottom: -100px;
	z-index: 30;
	display: none;
}
.dropdown-price.right {
	position: absolute;
	right: 0;
}
.dropdown-price.center {
	position: absolute;
	left: -112px;
}
.dropdown-price.center-s {
	position: absolute;
	left: -80px;
}
.sbi-list-row {
	align-items: flex-end !important;
	display: flex;
}
.dropdown-price-body {
	width: 468px;
	float: left;
	background: #fff;
	border: 2px solid #00004b;
	text-align: center;
	border-radius: 5px;
}
.dropdown-price-body-s {
	width: 390px;
	float: left;
	background: #fff;
	border: 2px solid #00004b;
	text-align: center;
	border-radius: 5px;
}
.dropdown-price-table {
	float: left;
}
.dropdown-price-tr {
	float: left;
	color: #01004c;
	border-radius: 0 0 5px 5px;
}
.dropdown-price-tr.line {
	float: left;
	width: 100%;
	background: #dedede;
	border-bottom: 2px dashed #000;
	border-radius: 5px 5px 0 0;
	color: #000;
}
.dropdown-price-td {
	width: 78px;
	float: left;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	font-family: Lato-Regular;
	padding: 10px 0;
}
/* Changes 17.03.24 */
.categorylist {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.shopcategory-box {
	position: relative;
	float: left;
	border: 2px solid #00004b;
	border-radius: 10px;
	background: #121259;
	overflow: hidden;
	margin-right: 14px;
	width: 365px;
}
.shopcategory-box:hover {
	background: #00004b;
}
.shopcategory-box:last-child {
	margin-right: 0;
	float: right;
}
.shopcategory-box .stockshape {
	position: relative;
	background: url(/img/home/sc2024-stockshapes.png) no-repeat;
	width: 369px;
	height: 542px;
}
.shopcategory-box .specialorder {
	position: relative;
	background: url(/img/home/sc2024-specialorder.png) no-repeat;
	width: 369px;
	height: 542px;
}
.shopcategory-box .customshape {
	position: relative;
	background: url(/img/home/sc2024-customshape.png) no-repeat;
	width: 369px;
	height: 542px;
}
.sc-box-packaging-fulfillment {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.packaging {
	float: left;
	position: relative;
	background: url(/img/home/sc2024-packaging.png) no-repeat;
	width: 1141px;
	height: 200px;
}
.sc-box-packaging-txt {
	float: left;
	margin-left: 49px;
	margin-top: 20px;
}
.sc-box-packaging-txt h5 {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	line-height: 38px;
	color: #000;
	margin: 0;
}
.sc-box-packaging-txt h4 {
	font-family: Arial;
	font-weight: 900;
	font-size: 50px;
	line-height: 55px;
	color: #2b3761;
	margin: 0;
}
.shopcategory-box-title {
	position: absolute;
	top: 0;
	padding-left: 15px;
}
.shopcategory-box-title h5 {
	font-family: Lato-Italic;
	color: #fff;
	font-size: 26px;
	margin-top: 19px;
	margin-bottom: 7px;
}
.shopcategory-box-title h4 {
	font-family: Lato-Black;
	font-size: 40px;
	line-height: 38px;
	color: #ffdf00;
	margin-bottom: 16px;
	margin-top: 0;
}
.shopcategory-box-title p {
	font-family: Lato-Italic;
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0;
}
.btn-shopcategory {
	display: block;
	background: #00004b;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-style: italic;
	font-size: 20px;
	position: absolute;
	bottom: 15px;
	padding: 0 44px;
	border-radius: 20px;
	margin: 0 105px;
}
