@font-face {
    font-family: "Georgia Bold Italic";
    src: url(../fonts/Georgia-Bold-Italic.ttf);
}
@font-face {
    font-family: "Georgia Bold";
    src: url(../fonts/Georgia-Bold.ttf);
}
@font-face {
    font-family: "Georgia Regular";
    src: url(../fonts/Georgia-Regular.ttf);
}
@font-face {
    font-family: "Georgia Italic";
    src: url(../fonts/Georgia-Italic.ttf);
}
.customLeftDate{
    font-family: 'Open Sans', sans-serif;
}
body *{
    font-family: "Georgia Regular";
}
.bigTitle{
    font-family: "Georgia Italic";
}
body{
    background: #f2f3f4 !important;
}
.logoSmallText{
    font-size: 14px;
    font-family: "Georgia Regular";
    line-height: 1;
    color: #b80f53;
    font-weight: normal;
}
.smallTitle{
    font-family: 'Open Sans', sans-serif;
}
#logo{
    max-height: 40px;
}
.logoBigText {
    line-height: 1;
    font-size: 18px;
    font-family: "Georgia Bold Italic";
    color: #b80f53;
}

.navbar-brand{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
}
.logoTextWrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 5px;
}
body .bg-dark{
    color: #33425b;
}
.bg-light-custom{
    background: #f2f3f4;
}
.customTopPadding{
    padding-top: 64px;
}
.customLeftDate{
    position: absolute;
    left: 0;
    top: -15px;
}
.customLeftDateWrapper{
    position: relative;
}
.bigTitle{
    padding-top: 10px;
    text-align: left;
    font-size: 44px;
}
.mediumTitle{
    text-align: left;
    font-size: 32px;
}
.smallTitle{
    text-align: left;
    font-size: 18px;
}
.bg-primary{
    background-color: #f2f3f4 !important;
}
header.bg-primary{
   background-color: #f2f3f4 !important;
}
.starRating{

}
.rowBoxShadow{
    box-shadow: 2px 3px 10px 0px rgba(18, 17, 19, 0.17);
    text-shadow: 2px 3px 10px rgba(18, 17, 19, 0.17);
    border-radius: 15px;
}
.itemsList{
    box-shadow: 2px 3px 10px 0px rgba(18, 17, 19, 0.17);
    text-shadow: 2px 3px 10px rgba(18, 17, 19, 0.17);
    border-radius: 15px;
    background: #f2f3f4;
}
.itemDescription{
    max-width: 60%;
}
.productRowWrapper{
    position: relative;
    background: #fff;
}
.productRowWrapper:hover{
	-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.75);
	-moz-box-shadow:1px 1px 5px 0 rgba(0,0,0,.75);
	box-shadow:1px 1px 5px 0 rgba(0,0,0,.75)
}
.productRowIndex{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    border-radius: 50%;
    border: solid 4px #f2f3f4;
    color: #b7b7b7;
    background: #f2f3f4;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productLabel{
    position: absolute;
    padding-left: 15px;
    padding-right: 10px;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    color: #f2f3f4;
    left: 0px;
    border-top-left-radius: 10px;
    margin-left: 0;
    background: #b80f53;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.productLabel.blueLabel{
    background: #b80f53;
}
.productImageContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	position: relative;
}
.productImageWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	
}
.productImageContainer img{
    max-width: 100%;
    max-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.productDescriptionInner{
    display: flex;
    justify-content: center;
    flex-direction: column;
	margin-top:15px;
    width: 65%;
    float: left;
}
.productDescriptionText{
    padding-left: 30px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: bold;
}
.reviewText{
	font-family: "Georgia Regular";
	font-size: 25px;	
}
a.removeARules.removeReboot{
    text-decoration: none;
    color: inherit;
}
.productDescriptionTextSmall{
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 5px;
}
span.viewDealButton{
    color: #f2f3f4;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border-radius: 25px;
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border: solid 2px #b80f53;
    background: #b80f53;
	margin-bottom:30px;
}
.blueBackground{
    background: #33425b;
}
span.viewDealButton:hover{
    border: solid 2px #b80f53;
}
.ratingWrapperInner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ratingNumber{
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
	font-weight: bold;
}

.productActions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    float: right;
    margin-top: 15px;
}
.ratingText{
    color: #f2f3f4;
    font-size: 12px;
    text-align: center;
}
.chooseUsImg{
    max-width: 100%;
    max-height: 100%;
}
.viewDealButton:hover{
    color: #b80f53;
    border: solid 2px #b80f53;
    background: #f2f3f4;
}
.actionsWrapper{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
}
body .navbar-dark .navbar-nav .nav-link{
    color: #b80f53;
}
body .navbar-dark .navbar-nav .nav-link:hover{
    color: #b80f53;
}
.nav-item{
    margin-left: 30px;
}
.productLocation{
    color: #33425b;
}
.showMore{
    cursor: pointer;
}
.showMore .fa-chevron-up{
    display: none;
}
.header_wrapper{
    background: #636b78;
    background: -moz-radial-gradient(center, ellipse cover,  #294a66 0%, #33425b 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #294a66 0%,#33425b 100%);
    background: radial-gradient(ellipse at center,  #294a66 0%,#33425b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636b78', endColorstr='#33425b',GradientType=1 );


}
.productDescriptionText, .moreDetailsTitle{
    font-family: "Georgia Regular";
}
.moreDetailsTitle{
    font-size: 18px;
}
.productDescriptionTextSmall{
    font-family: 'Open Sans', sans-serif;
}

.left{
    float: left;
}
div.productDescriptionList{
    list-style: square;
	margin-left:10px;
    text-align: justify;
    margin-right: 20px;
}
div.productDescriptionList span  {
    align-items: center;
}
div.productDescriptionList span.listItem{
    background: #b80f53;
    width: 12px;
    height: 12px;
    margin-right: 5px;
	margin-top: 6px;
}
ul.highlightsList li span {
    color: #b80f53;
    font-family: "Georgia Bold";
}
.moreDetails .price{
    font-size: 26px;
    font-family: "Georgia Bold";
    color: #b80f53;
}
.title{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.footerDescription, .footerLink{
    font-family: 'Open Sans', sans-serif;
}
.secondTitle{
    font-size: 48px;
    font-family: "Georgia Italic";
}
.imageWrapper img{
    max-width: 225px;
}
a.goToProduct, a.viewItemDeal{
    background: #b80f53;
    color: #fff;
    font-family: "Georgia Bold";
    text-decoration: none;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
    text-align: center;
    border: solid 2px #fff;
}
a.goToProduct:hover, a.viewItemDeal:hover{
     color: #b80f53;
     border: solid 2px #b80f53;
     background: #fff;
 }
.moreDetails{
    display: none;
}
.whyChooseUsWrapper{
    border-radius: 15px;
    background: #2295d1;
}
.whyChooseUsWrapperTitle{
    color: #fff;
    font-size: 20px;
    font-family: "Georgia Bold";
}
.whyChooseUsDescription{
    color: #fff;
}
.separatorTitle{
    max-width: 50%;
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-family: "Georgia Italic";
}
.separatorTitleSmall{
    max-width: 50%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.itemPrice{
    font-size: 20px;
    color: #b80f53;
    text-align: center;
    font-family: "Georgia Bold";
}
a.viewItemDeal{
    width: 100%;
}
footer{
    background: #33425b;
}
footer .logoFooter{
    padding-right: 15px;
}
.spanFooter{
    color: #ef417f;
    font-size: 16px;
    padding-right: 5px;
    position: relative;
}
.footerDescription{
    font-size: 14px;
    max-width: 70%;
}
.spanFooterDating{
    color: #ef417f;
    font-family: "Georgia Bold Italic";
    font-size: 16px;
    position: relative;
}
div.mobile{
    display: none !important;
}
.footerLink{
    margin-right: 15px;
    color: #fff;
}
.footerLink a{
    color: #fff;
    text-decoration: none;
}
.footerLink a:hover{
    color: #fff;
}
.customRowMobile{
    display: none;
}
.coupleImage{
    height: 251px;
	position:absolute;
	bottom:0px;
	right:10px;
}
.productDescription{
	margin-bottom: 15px;
}
.privacy{
	padding: 30px;
}
.privacy1{
	text-align: justify !important;
}
.customTopPadding1{
	padding-top: 65px;
}
div.productImageContainer{
    min-height: 251px;
}
.row{
	position:relative;
}
.imagearticol{
	width: 30%;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}
.productRowWrapper1 {
  position: relative;
  background: #f2f3f4;
}
.secondTitle1 {
  font-size: 36px;
  font-family: "Georgia Italic";
  margin-left: auto;
  margin-right: auto;
  max-width:30%;
  font-weight: bold;
  margin-bottom: 20px;
}
.container1{
	max-width:60%;
	margin-left: auto;
	margin-right: auto;
}
.product1-coupon a,.product2-coupon a
{
	text-decoration:none;
	display:-webkit-box;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column
}
.product1-coupon .title1,.product2-coupon .title1
{
	font-size:80px;
	color:#b80f53;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
}
.product1-coupon .close-button,.product2-coupon .close-button
{
	position:absolute;
	top:30px;
	right:30px;
	font-size:12px;
	color:#7c818e;
	text-decoration:underline;
	cursor:pointer
}
.product1-coupon .subtitle,.product2-coupon .subtitle1
{
	font-size:40px;
	color:#5f5f5f;
	text-align:center;
	font-weight:600
}
.product1-coupon .timer-block .timer,.product2-coupon .timer-block .timer
{
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
	text-align:center;
	margin-top:15px
}
.product1-coupon .timer-block .timer span,.product2-coupon .timer-block .timer span
{
	font-size:25px;
	color:#b80f53;
	line-height:32px;
	min-width:50px;
	display:block
}
.product1-coupon .timer-block .timer .bottom-text,.product2-coupon .timer-block .timer .bottom-text
{
	font-size:12px;
	color:#5f5f5f;
	margin-top:15px
}
.product1-coupon .middle-part .dashed-line-wrapper,.product2-coupon .middle-part .dashed-line-wrapper
{
	position:relative;
	height:4px;
	margin-left:5px;
	margin-right:5px;
	width:100%
}
.product1-coupon .middle-part .dashed-line-wrapper .dashed-line,.product2-coupon .middle-part .dashed-line-wrapper .dashed-line
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:-webkit-gradient(linear,left top,right top,color-stop(40%,transparent),color-stop(40%,#e8e8e8));
	background-image:radial-gradient(ellipse at center, #636b78 0%,#33425b 100%);
	background-size:23px 100%
}
.product1-coupon .bottom-part,.product2-coupon .bottom-part
{
	background-color:#fff;
	padding:20px 30px 30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	text-align:center
}
.product1-coupon .close-button,.product2-coupon .close-button
{
	position:absolute;
	top:30px;
	right:30px;
	font-size:12px;
	color:#7c818e;
	text-decoration:underline;
	cursor:pointer
}
.product1-coupon .bottom-part div.popup-button,.product2-coupon .bottom-part div.popup-button
{
	height:70px;
	line-height:70px;
	margin:auto;
	margin-bottom:10px;
	display:inline-block;
	text-align:center;
	padding:0 50px;
	box-sizing:border-box;
	border-radius:2px;
	background-color:#b80f53;
	color:#fff;
	box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	font-size:20px;
	font-weight:600;
	border:none;
	letter-spacing:.3px
}
.modal a,.modal div,.modal span
{
	text-align:center!important
}
.modal
{
	height:auto;
	font-size:22px;
	background:0 0
}
.separator1
{
	height:auto;
	font-size:22px;
	background:0 0
}
.subtitle_modal
{
	margin-bottom:14px!important
}
.product1-coupon .top-part,.product2-coupon .top-part
{
	background-color:#fff;
	padding:30px 30px 0;
	border-top-left-radius:30px;
	border-top-right-radius:30px
}
.product1-coupon .bottom-part,.product2-coupon .bottom-part
{
	background-color:#fff;
	padding:20px 30px 30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	text-align:center
}
.product1-coupon .modal-content,.product2-coupon .modal-content
{
	background-color:transparent;
	box-shadow:none;
	border:none
}
.product1-coupon .modal-dialog,.product2-coupon .modal-dialog
{
	width:90vw;
	margin:auto;
	border:0;
	min-width:300px;
	max-width:560px;
	top:50%;
	transform:translateY(-50%)
}
.color-black
{
	color:#5f5f5f!important
}
.product1-coupon .middle-part,.product2-coupon .middle-part
{
	height:40px;
	position:relative;
	margin-left:0;
	margin-right:0;
	background-color:#fff;
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center
}
.modal.title1
{
	float:left;
	width:100%
}
.modal
{
	background:rgba(0,0,0,.3)
}
.modal
{
	text-align:left!important;
	float:none!important
}
.fa-close
{
	color:#b80f53;
	font-size:30px!important
}
.bigTitle1 {
  font-size: 40px;
  color: #333c4e;
}
.smallTitle1 {
  font-size: 18px;
  color: #333c4e;
  padding-bottom:20px;
}
.smallTitle2 {
  font-size: 18px;
  color: #333c4e;
}

@media only screen and (max-width: 1366px) {
	.bigTitle{
		font-size: 44px;
		padding-right: 200px;
	}
	.mediumTitle{
		font-size: 34px;
		padding-right: 200px;
	}
	.smallTitle{
		display: none;
	}
	.coupleImage {
	height: 221px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	}
	.productDescriptionText {
	padding-left: 30px;
	font-size: 30px;
	line-height: 1.1;
    font-weight: bold;
	}
	.productDescriptionInner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 5px;
	}
}
@media only screen and (min-width: 992px) {
	.onlymobile{
		display: none;
	}
	.logodesktop{
		max-width:50% !important;
		position: absolute;
		top:35px;
		margin-left: auto;
		margin-right: auto;
	}
	.logoimagedesktop{
		max-width: 90% !important;
		vertical-align: middle;
		position: absolute;
		top: 90px;
		left: 25px;
	}
	.logodesktop1{
		max-width:50% !important;
		position: absolute;
		top:5px;
		margin-left: auto;
		margin-right: auto;
	}
	.logoimagedesktop1{
		max-width: 90% !important;
		vertical-align: middle;
		position: absolute;
		top: 65px;
		left: 25px;
	}
} 

@media only screen and (max-width: 991px) {
	.onlydesktop{
		display: none;
	}
	.navbar-toggler {
        border: 0 !important;
    }
    .imageWrapper img {
        max-width: 175px;
    }
    div.desktop{
        display: none !important;
    }
    div.mobile{
        display: flex!important;
    }
    .coupleImage{
        width: 137px;
        height: 170px;
    
    }
    .bigTitle{
        font-size: 34px;
		padding-right: 0px;
    }
    .mediumTitle{
        font-size: 22px;
		padding-right: 0px;
    }
    .smallTitle{
        display: none;
    }

    .secondTitle{
    font-size: 36px;
    font-family: "Georgia Italic";
    }
	.productActions {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    body .navbar-toggler-icon {
        color: #b80f53;
        background: #b80f53;
        height: 4px;
        width: 25px;
        margin-bottom: 4px;
        margin-top: 4px;
        display: flex;
        border-radius: 5px;
    }
	    .productDescriptionList {
    }
    .secondDescriptionmobile{
        display: none;
    }
	.ratingWrapper{
		position: absolute;
		width: 40%;
		bottom: 3px;
		left: 0px;
	}
	span.viewDealButton {
		color: #f2f3f4;
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
		border-radius: 25px;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		border: solid 2px #b80f53;
		background: #b80f53;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-top: 14px;
		position: relative;
		bottom: 0px;
		right: 15px;
 	}
	.ratingStars img {
		max-width: 20px;
	}
	.productDescriptionInner{
	margin-top:10px;
    width: 100%;
	}
	.productDescription{
	margin-bottom: 10px;
	position: relative;
	}
	.productDescriptionText {
	padding-left: 20px;
	font-size: 25px;
	line-height: 1.1;
    font-weight: bold;
	}
	.productDescriptionTextSmall {
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
	}
    div.productImageContainer{
        min-height: 180px;
    }
    .separatorTitle {
        max-width: 75%;
        font-size: 36px;
        color: #fff;
        text-align: center;
        font-family: "Georgia Italic";
    }
	.productLabel{
    position: absolute;
    padding-left: 15px;
    padding-right: 10px;
    top: 0;
    font-family: 'Open Sans', sans-serif;
    color: #f2f3f4;
    left: 0px;
    border-top-left-radius: 10px;
    margin-left: 0;
    background: #b80f53;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	.secondTitle1 {
	font-size: 30px;
	font-family: "Georgia Italic";
	margin-left: auto;
	margin-right: auto;
	max-width:50%;
	}
	.container1 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	}
}

@media only screen and (max-width: 600px) {
    button:focus:not(:focus-visible) {
        outline: 0;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: flex !important;
    }
    .productDescriptionList{
        
    }
    .secondDescriptionmobile{
        display: none;
    }
    div.productDescriptionList{
    list-style: square;
	margin-left:10px;
    margin-right:10px;
    text-align: justify;
    } 
    .productDescriptionText{
        margin: 10 !important;
        width: 100% !important;
        display: none;
    }
    .productDescriptionText{
        padding-left: 1px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
    }
     .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
      }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
      }
      .coupleImage{
        width: 97px;
        height: 120px;
		right: 0px;
    }
    .bigTitle{
        display: block;
        margin-right: auto;
        font-size: 22px;
        margin-top: 10px;
		padding-right: 160px;
    }
    .mediumTitle{
        font-size:14px;
		padding-right: 140px;
    }
    .smallTitle{
        display: none;
    }
    .imageWrapper img {
        max-width: 100px;
    }

    .customRowMobile {
        display: flex;
    }

    body .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border: 0 !important;
    }

    body .navbar-toggler-icon {
        color: #b80f53;
        background: #b80f53;
        height: 4px;
        width: 25px;
        margin-bottom: 4px;
        margin-top: 4px;
        display: flex;
        border-radius: 5px;
    }

    .separatorTitle {
        max-width: 95%;
        font-size: 24px;
        color: #fff;
        text-align: center;
        font-family: "Georgia Italic";
    }
    .separatorTitleSmall{
        max-width: 90%;
    }
    .itemPrice {
        font-size: 20px;
        color: #b80f53;
        text-align: center;
        font-family: "Georgia Bold";
    }

    a.viewItemDeal {
        width: 100%;
    }

    footer {
        background: #33425b;
    }

    footer .logoFooter {
        padding-right: 5px;
        max-width: 45px;
        max-height: 45px;
        margin-left: 0px;
    }
    .footerDescription{
        text-align: left;
        max-width: 100% !important;
    }
    .mobileCustomMargin{
        margin-bottom: 15px !important;
    }
    .spanFooter {
        color: #ef417f;
        padding-right: 5px;
        position: relative;
    }
    p.footerDescription{
        margin-top: 15px !important;
    }
    .font-size-10 {
        font-size: 10px;
    }

    .footerLink {
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .footerLink a {
        color: #fff;
        text-decoration: none;
    }

    .footerLink a:hover {
        color: #fff;
    }

    a.goToProduct, a.viewItemDeal {
        background: #b80f53;
        color: #fff;
        font-family: "Georgia Bold";
        text-decoration: none;
        border-radius: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        border: solid 2px #fff;
    }

    .chooseUsImg {
        max-width: 100%;
    }

    a.goToProduct:hover, a.viewItemDeal:hover {
        color: #b80f53;
        border: solid 2px #b80f53;
        background: #fff;
    }

    .moreDetails {
        display: none;
    }

    .whyChooseUsWrapper {
        background: #b80f53;
    }

    .whyChooseUsWrapperTitle {
        color: #fff;
        font-size: 20px;
        font-family: "Georgia Bold";
    }

    .whyChooseUsDescription {
        color: #fff;
    }

    body .navbar-toggler-icon {
        color: #b80f53;
        background: #b80f53;
        height: 4px;
        width: 25px;
        margin-bottom: 4px;
        margin-top: 4px;
        display: flex;
        border-radius: 5px;
    }

    body .navbar {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    body .navbar-toggler:focus {
        box-shadow: none;
    }

    .logoSmallText {
        font-size: 14px;
        font-family: "Georgia Regular";
        line-height: 1;
        font-weight: normal;
    }

    .logoBigText {
        line-height: 1;
        font-size: 18px;
        font-family: "Georgia Bold Italic";
    }

    .navbar-brand {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row;
    }

    .logoTextWrapper {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-left: 5px;
    }

    body .bg-dark {
        color: #33425b;
    }

    .navbar.navbar-dark.bg-dark.fixed-top {
        border-bottom: solid 8px #b80f53;
    }

    .customTopPadding {
        padding-top: 64px;
    }

    .customLeftDate {
        position: absolute;
        left: 0;
        top: 0;
		font-size: 12px;
    }

    .customLeftDateWrapper {
        position: relative;
    }

    .bigTitle {
        padding-top: 10px;
    }

    .bg-primary {
        background-color: #33425b !important;
    }

    header.bg-primary {
        background-color: #33425b !important;
    }

    .starRating {

    }

    .rowBoxShadow {
        box-shadow: 2px 3px 10px 0px rgba(18, 17, 19, 0.17);
        text-shadow: 2px 3px 10px rgba(18, 17, 19, 0.17);
        border-radius: 15px;
    }

    .itemsList {
        box-shadow: 2px 3px 10px 0px rgba(18, 17, 19, 0.17);
        text-shadow: 2px 3px 10px rgba(18, 17, 19, 0.17);
        border-radius: 15px;
        background: #fff;
    }

    .itemDescription {
        max-width: 95%;
        text-align: center;
    }

    .productRowWrapper {
        position: relative;
        background: #fff;
    }

    .productRowIndex {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 0;
        border-radius: 50%;
        border: solid 4px #f2f3f4;
        color: #b7b7b7;
        background: #fff;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productLabel {
        position: absolute;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        top: 0;
        color: #fff;
		min-width: 129px;
		margin-left: 0;
        font-size: 12px;
    }

    .productLabel.blueLabel {
        background: #b80f53;
    }
	
    .productImageContainer .productImageWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .productImageContainer img {
        max-width: 80%;
        max-height: 80%;
    }

    .productDescriptionText {
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 100%;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }
    .productDescriptionTextSmall{
        padding-left: 1px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    div.productImageContainer{
        padding-top: 0px !important;
		padding-right: 0px;
        min-height: 110px;
        margin-left: -10px;
    }
    span.viewDealButton {
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        border: solid 2px #fff;
        display: block;
        width: 100%;
		margin-bottom:15px;
		margin-left:0px;
		margin-top: 15px;
		position: relative;
		bottom: 0px;
		right: 0px;
    }

    .ratingNumber {
        font-size: 20px;
        text-align: center;
        line-height: 1.1;
		width: 25%;
    }


    .productActions {
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .productRow {
        position: static !important;
    }
    .ratingText{
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    span.viewDealButton:hover{
        color: #b80f53;
        border: solid 2px #b80f53;
        background: #fff;
    }
    .actionsWrapper{
        display: flex;
        height: 100%;
        align-items: flex-end;
        justify-content: space-between;
    }
    .nav-item{
        margin-left: 30px;
    }
    .showMore{
        cursor: pointer;
    }
    .showMore .fa-chevron-up{
        display: none;
    }
    .moreDetailsTitle{
        font-size: 18px;
    }
    .productRowWrapper .moreDetails{
        background: #fff;
    }
    div.whyChooseUsWrapper{
        flex-direction: column !important;
    }
    .chooseUsImg{
        margin-top: 30px;
    }
    .whyChooseUsDescription{
        text-align: center;
    }
    .whyChooseUsWrapperTitle {
        text-align: center;
    }
    div.whyChooseUsWrapper{
        padding: 45px 15px !important;
    }
    div.itemsList{
        padding-bottom: 15px !important;
    }
    a.goToProduct{
        width: 50%;
    }
    .font-size-10{
        font-size: 10px !important;
    }
    footer.mobilePaddingCustom{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    p.text-mobile-left{
        text-align: left !important;
    }
    div.customMarginMobile{
        margin-top: 15px;
    }
	.ratingStars{
		width: 75%;
		margin-left: 4px;
    }
    .ratingStars img{
        max-width: 10px;
    }
    .ratingWrapper{
		position: absolute;
		width: 45%;
		bottom: 7px;
		left: 12px;
	}
	.ratingWrapperInner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	}
	.productDescriptionInner{
	margin-top:5px;
    width: 100%;
	}
	.productDescription{
	margin-bottom: 0px;
	position: relative;
	}
    .secondTitle{
        font-size: 24px;
    }
	.secondTitle1 {
	font-size: 24px;
	font-family: "Georgia Italic";
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	}
	.imagearticol{
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	}
	.container1 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
}

@media only screen and (max-width: 414px) {
    .bigTitle{
        display: block;
        margin-right: auto;
        font-size: 22px;
        margin-top: 10px;
		padding-right: 139px;
    }
    .mediumTitle{
        font-size:14px;
		padding-right: 130px;
    }
	.container1 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	.productLabel{
	min-width: 120px;
	}
}

@media only screen and (max-width: 375px) {
    .footerLink{
        font-size: 10px;
    }
	.productLabel{
		min-width: 118px;
	}
    .bigTitle{
        font-size: 22px;
		display: block;
		margin-right: auto;
		margin-top: 10px;
		padding-right: 100px;
    }
	.mediumTitle{
		padding-right: 100px;
	}
    .smallTitle{
        font-size: 16px;
    }
    .imageWrapper img{
        max-width: 75px;
    }
    .secondTitle{
        font-size: 24px;
    }
    .ratingNumber{
        font-size: 20px;
        margin-left: 4px;
    }
    .ratingStars{
		width: 75%;
		margin-left: 7px;
    }
    .ratingStars img{
        max-width: 10px;
    }
    div.productDescriptionList{
        list-style: square;
        margin-left:10px;
        margin-right:10px;
        text-align: justify;
        } 
    .productDescriptionText{
        padding-top: 5px;
		padding-left: 5px;
        font-weight: bold;
    }
	.productDescriptionTextSmall{
		
	}
    .productImageWrapper{
        width: 100% !important;
    }
	.productImageContainer img{
		margin-left: 0px;
	}
	    span.viewDealButton {
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        border: solid 2px #fff;
        display: block;
        width: 100%;
		margin-bottom:15px;
		margin-left:0px;
		margin-top: 15px;
		position: relative;
		bottom: 0px;
		right: 0px;
    }
	div.productImageContainer{
        padding-top: 0px !important;
		padding-right: 0px;
        min-height: 105px;
    }
	.productDescriptionInner{
	margin-top:0px;
    width: 100%;
	}
	.productDescription{
	margin-bottom: 0px;
	position: relative;
	}
	.ratingWrapper{
		position: absolute;
		width: 45%;
		bottom: 7px;
		left: 12px;
	}
	.container1 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
}

@media only screen and (max-width: 360px) {
	.productDescriptionText {
		padding-top: 1px;
		padding-left: 10px;
        font-weight: bold;
	}
	.productDescriptionTextSmall {
		
	}
    .ratingNumber {
        font-size: 20px;
        margin-left: 8px;
    }
	.ratingStars {
	    width: 75%;
	    margin-left: 5px;
	}
	.ratingStars img {
		max-width: 10px;
	}
	    span.viewDealButton {
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        border: solid 2px #fff;
        display: block;
        width: 100%;
		margin-bottom:15px;
		margin-left:0px;
		margin-top: 15px;
		position: relative;
		bottom: 0px;
		right: 0px;
    }
	div.productImageContainer{
        padding-top: 0px !important;
		padding-right: 0px;
        min-height: 100px;
    }
	.productDescription{
	margin-bottom: 0px;
	position: relative;
	}
	.ratingWrapper{
		position: absolute;
		width: 45%;
		bottom: 7px;
		left: 12px;
	}
	.container1 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
}

@media only screen and (max-width: 357px) {
	.ratingStars {
        display: none;
	}

    .productLabel{
		min-width: 110px;
        font-size: 10px;
    }
}