/* START.Product Variants */
.product-name span,
.product-name h1 {
	font-family: Quincy-Cf;
	font-size: 25px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;
}
.mbl-product .product-name p {
	font-family: Quincy-Cf;
	font-size: 25px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.1;
	margin-top: 0;
}
.product-name span strong,
.product-name h1 strong,
.product-name p strong {
	font-family: Quincy-Cf;
	font-size: 25px;
	text-transform: none;
	font-weight: normal;
}

.product-name-down {
	font-weight: normal;
}

.product-name .product-name-color {
	font-size: 18px;
}

.product-title {
	margin-bottom: 15px;
}

.product-prices {
	margin: 0;
	text-align: center;
}

.current-price span {
    text-align: center;
}

.current-price span.price-strike{
	color: #fff;
	text-align: center;
}

.product-block {
	padding: 20px 0;
}

.product-block-price {
	padding: 5px 0 10px;
}

.product-reviews-average, .product-reviews-text {
	display: inline-block;
	vertical-align: middle;
}

.product-reviews-text {
	font-size: 23px;
}

.product-reviews-text {
	font-size: 12px;
	padding-top: 5px;
	text-decoration: none;
	font-family: 'GroteskPro-Book';
	font-weight: 700;
}
#recentlyViewedItems .product-reviews-text {
	text-decoration: none;
}

.product-prices div {
	margin-bottom: 0;
}

.attribute-c {
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	margin: 0 5px;
	cursor: pointer;
	border: 1px solid #ccc;
}

.attribute-c.selected {
	border: 1px solid #000;
}

.productsizebox {
	border: 1px solid #000;
    display: inline-block;
    min-width: 39px;
    min-height: 39px;
    /* padding: 7px; */
    cursor: pointer;
    text-align: center;
    margin: 4px 4px 4px 0px;
    font-size: 13px;
    border-radius: 40px;
}

.productsizebox .attribute-text{
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
	display: table-cell;
    vertical-align: middle;
    height: 42px;
    width: 42px;
}

.productsizebox.selected, .productsizebox:hover {
	background: #000;
	color: #fff;
}

.productsizebox span, .productsizebox div {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

.product-attribute {
	text-align: left;
}

.attribute-title {
	font-family: GroteskPro-SemiBold;
    font-size: 14px;
	text-align: left;
}

.productsizebox.disabled {
    cursor: default;
    border: 1px solid #e3e3e3;
    color: #e3e3e3;
    background: url("/themes/cake/assets/images/x-mark.png") no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.tooltiptext {
	display: none;
    visibility: hidden;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -70px;
    margin-top: 5px;
	font-size: 13px;
}

.product-quantity {
	display: block;
}

.product-quantity .control-label {
	text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.product-quantity .qty {
	text-align: center;
	margin: 0 0 25px;
}

.product-quantity .qty .input-group {
	margin: 0 auto;
}

.productsize-tooltip:hover .tooltiptext {
    display: block;
    visibility: visible;
}

.add-container {
	width: 100%;
}

.add-container button span:before {
	content: "Add 1 to bag";
  /*   background-image: url("/themes/cake/assets/images/svg/shopping-bag.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left;
	padding-left: 30px; */
}

.adding.add-container .lightgrey-btn span:before {
	content: "Adding...";
    background-image: url("/themes/cake/assets/images/svg/shopping-bag.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left;
	padding-left: 30px;
}

.bag:hover .dropdown {
	display:block;
}

.bag + .dropdown:hover {
	display:block;
}

.related-desc {
	display: inline-block;
    vertical-align: top;
}

.related-desc .cm-btn {
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.related-name {
    color: #000;
	font-size: 13px;
	height: 60px;
    overflow: hidden;
}

.related-price {
	text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.related-products {
	padding: 30px 0 10px;
	border-top: 1px solid #595a65;
	border-bottom: 1px solid #595a65;
}

.related-article {
	padding: 15px 10px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.related-title {
	font-family: 'Quincy-Cf';
    font-size: 34px;
    letter-spacing: 1px;
	margin-bottom: 30px;
	line-height: 40px;
}

.related-title i {
	font-family: 'Quincy-Cf';
}

.related-thumbnail {
	padding: 10px 5px;
}

.related-thumbnail img {
	width: 90px;
}

.product-features {
	margin: 30px 0 0;
}

.section-features {
	margin-top: 50px;
}

.feat-desc-title {
	font-weight: bold;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.feat-desc-content {
	background-color: #f4f5f6;
    padding: 20px 15px;
    position: relative;
}

.product-description p {
	font-size: 18px;
}

.feat-desc-content .shadow {
    position: absolute;
	top: 0;
}

.product-features ul {
    list-style: none;
}

.product-features li {
	padding-left: 20px;
	font-size: 16px;
}

.product-features li:before {
	position: absolute;
    display: block;
    content: '\2022';
    text-indent: -999999px;
    left: 11px;
    width: 10em;
    height: 10em;
    background-repeat: no-repeat;
    background-image: url("/themes/cake/assets/images/svg/grey-tick.svg");
    background-size: 1.4em 0.8em;
    background-position: 0 0.3em;
}

.description-hide {
	display: none;
}

.err-display {
    display: none;
}

.product-add-to-cart .add-container button span,
.productsizebox.selected span,
.productsizebox:hover span,
.productsizebox.selected div,
.productsizebox:hover div{
	color: #fff;
}

.productsizebox.disabled div {
	color: #000;
	opacity: 0.5;
}
/* END.Product Variants */

.size-chart-cont {
	background: url("/themes/cake/assets/images/svg/view-size-grey.svg") no-repeat center left;
    display: inline-block;
    text-decoration: underline;
    padding-left: 35px;
    cursor: pointer;
    background-size: 23px
}

.size-chart-cont a {
	text-transform: uppercase;
	font-size: 14px;
}

.size-chart-main-cont {
	text-align: right;
	font-size: 12px;
}

.product-add-to-cart .input-group-btn-vertical {
	display: none;
}

.product-add-to-cart #quantity_wanted {
	height: 25px;
    width: 30px;
	text-align: center;
}

.video-review-link, .link-size-chart {
	margin: 10px 0;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.link-size-chart .size-chart-link {
	background: url("/themes/cake/assets/images/svg/view-size-grey.svg") no-repeat center left;
    padding-left: 35px;
    cursor: pointer;
    background-size: 23px;
	font-size: 18px;
	text-decoration: underline;
	display: inline-block;
}

.product-name-sub {
	text-align: center;

}

.product-name-cont {
	padding-left: 30px;
	padding-right: 30px;
}

.p-brand {
	font-family: 'GroteskPro-Bold';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: left;
	margin-top: 5px;
}

.p-brand .pl1-by {
	font-size: 12px;
}

.p-border {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.size-chart-link {
	font-family: GroteskPro-BookItalic;
	font-size: 14px;
	line-height: 14px;
}

.attribute-c.selected .attribute-text, .attribute-c:hover .attribute-text {
	height: 11px;
    width: 11px;
    background: #fff;
    border-radius: 11px;
    margin: 6px auto;
}

.product-add-to-cart {
	padding-top: 30px;
}

.product-discounts, .product-minimal-quantity {
	margin-bottom: 0;
}

.btn-complete {
	font-family: GroteskPro-Italic;
	margin-top: 10px;
}

.product-quantity .add, .product-quantity .qty {
	margin-bottom: 0;
}

.product-description-short p {
    font-family: GroteskPro-light !important;
    font-size: 16px !important;
    line-height: 1.4 !important
}

.productsizebox-sizehide, .productsizebox-cuphide {
	display: none;
}
.select-bandcup {
	float:right;
}
.select-bandcup:nth-child(2){
	padding-right: 10px;
}
.select-bandcup:nth-child(1){
	padding-left: 10px;
}
.select-bandcup  {
    display: inline-block;
}

.select-bandcup select {
	font-size: 13px;
	font-family: GroteskPro-SemiBold;
}

/*.select-cup {
	margin-left: 10px;
}*/
.add-container .product-price {
	display: inline;
}

.side-bar-parent {
    position: relative;
}
.button-nav {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}
.side-bar-thumb-container{
	/* width: 80px; */
	position: relative;
	text-align: center;
	height: 100%;
}
.button-thumb{
	display: none;
	cursor: pointer;
	width: 80px;
    text-align: center;
    opacity: 0.6;
}
.button-up-owl {
    top: 0;
}
.button-down-owl {
    bottom: 0;
}

.side-bar-parent:hover .button-thumb{
	display: block;
}

.main-image-div .pl-seal {
	top: 15px;
	left: 15px;
}

.main-image-div .pl-seal div {
	font-size: 12px;
}

.prod-link-path {
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.prod-link-path a {
	font-family: GroteskPro-SemiBold ;
	font-size: 12px;
	margin-bottom: 15px;
}
.main-image-container {
	padding-left: 0;
	padding-right: 0;
}

.product-name {
	/* margin-top: 30px; */
	display: flex;
	flex-direction: column-reverse;
}

#customNav button {
	background: none;
}

#customNav .owl-prev {
	margin-right: 10px;
}

#customNav .owl-next {
	margin-left: 10px;
}

#prodRelatedItemsSection {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.attribute-text-color {
	font-family: GroteskPro-Book;
	font-size: 14px;
}

.afterpay-container {
	padding: 0;
}

.afterpay-container .afterpay-installments {
	text-align: center;
	margin-top: 35px;
	font-size: 14px;
	font-family: 'GroteskPro-SemiBold' !important;
}

.afterpay-container .afterpay_instalment_breakdown_span {
	font-size: 14px;
}

.prod-thumbnail {
	position:relative;
}
.productlist-image .owl-stage .owl-item {
    max-height: 315px;
    overflow: hidden;
}

#addToCart.disabled {
	background: #ccc;
	border: 1px solid #ccc;
}
#addToCart {
	padding: 12px 0;
}
.add-container .addprod-linkdis {
	display: none;
}

.select-multisize {
	float: left;
	padding: 0;
}
.add-error-box {
	border: #b58069 1px solid;
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
}
.form-group .add-error-box-brd-only {
	border: #b58069 1px solid;
}
.additional-link-div{
	border-bottom: 1px solid;
	font-size: 14px;

}
.pt{
	padding-top: 10px;
}
.image-legend{
	font-family: GroteskPro-Bold;
    font-size: 12px;
	text-align: left;

}
.main-product-img.owl-loaded .owl-lazy{
	display: none;
}

.product-border {
	border-bottom: 1px solid #eee;
}

#productRelatedItems .pl-brand p {
    margin-top: 14px;
    font-family: 'GroteskPro-Book';
	font-size: 14px;
    color: #969696;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    line-height: 17px;
	margin-bottom: 0px;
}

#productRelatedItems .pl-name {
	color: #000000;
    font-size: 14px;
    font-family: 'GroteskPro-Book';
}

#productRelatedItems .pl-name-with {
	margin-bottom: 10px;
	line-height: normal;
}

#productRelatedItems .related-item-price,
#productRelatedItems .related-item-price span {
	font-size: 14px;
    color: #000000;
    font-family: 'GroteskPro-SemiBold';
}
#productRelatedItems .product-reviews {
    display: flex; 
    align-items: center; 
    gap: 8px;
	height: 29px;
}
#productRelatedItems .product-reviews-average img {
    width: 15px;
}
#productRelatedItems .product-reviews-average a {
    display: flex;
    align-items: center;
    gap: 2px;
}
#productRelatedItems .product-reviews-average a img {
    display: inline-block;
}
#productRelatedItems .product-reviews .product-reviews-text a {
    text-decoration: none !important;
	font-family: 'GroteskPro-SemiBold';
}

.product-add-to-cart .btn-bg-black span {
	font-family: 'GroteskPro-SemiBold';
}

.product-add-to-cart .btn-bg-black span.price-strike {
	font-family: 'GroteskPro-Book';
}

.product-description-short .current-price span {
	color: #000;
    font-size: 18px;
    font-family: 'GroteskPro-SemiBold';
}

.product-description-short .current-price span.price-strike {
	color: #969696;
	font-family: 'GroteskPro-Book';
}

.main-image-container .category-imgseal-container {
	z-index: 1;
}
/* free or promo modal*/
.prm-header-text {
	font-family: 'Quincy-Cf';
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    max-width: 280px;
    margin: auto;
    margin-bottom: 20px;
}
.prm-offer-label p {
	font-family: 'GroteskPro-Bold';
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px;
    letter-spacing: 2px;
}
.prm-offer-sub-desc p {
	font-family: 'GroteskPro-Book';
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 330px;
    margin:	auto;
    margin-bottom: 10px;
}
.prm-button-accept {
	margin-bottom: 10px;
	margin-top: 20px;
}
.prm-button-accept a span {
	font-family: 'GroteskPro-Book';
}
.prm-button-decline {
	font-family: 'GroteskPro-SemiBold';
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #000000;
    cursor: pointer;
    text-align: left;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}
.prm-close {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	margin: 0;
}
.prm-close-popup{
	-webkit-appearance: none;
    background: none;
    width: 40px;
    padding: 3px;
}
.prm-cls-popup {
	opacity: 1;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 75%);
    border-width: 0px;
    border-color: #000;
    background-color: rgba(255,255,255,0.43);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    text-align: center;
    padding: 3px;
    padding: 8px;
    text-transform: uppercase;

}
.typegv {
    height: 13px;
    width: 13px;
    display: inline-block;
    border: 1px solid;
    border-radius: 15px;
}
.typegv.selected span {
	background-color: #000;
    height: 100%;
    width: 100%;
    max-height: 5px;
    max-width: 5px;
    display: block;
    border-radius: 10px;
    margin: 3px;
}
#gvintemailVoucher, #gvintnameVoucher, .git-amount-class {
	height: 32px;
}
#gvintemailVoucher, #gvintnameVoucher , .gift-msg-txt-area, .git-amount-class {
	width: 100%;
    border-radius: 5px;
    
}
.git-amount-class {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7% 100%;
    background-position: 96.2%;
}

.git-amount-class, .git-amount-class:hover, .git-amount-class:focus {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: initial;
    border-radius: 5px;
    height: 32px;
}
.gift-msg-txt-area {
    background: #fff;
    border: 1px solid #000;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    padding-left: 17px;
}
.gift-msg-txt-area::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.gift-msg-txt-area:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

.gift-msg-txt-area::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}
/* end free or promo modal */
#globalClassModalContainerfree .modal-dialog{
    width:100%;
    margin: 10% auto;
    overflow: hidden;
    padding: 0px 20px;
}
#globalClassModalContainerfree .modal-content{
    min-height: 500px;
    border-radius:0px;
    border:none;
    overflow: hidden;
    padding: 15px;
    position:relative;
}
#globalClassModalContainerfree{
    text-align: center;
}
#globalClassModalContainerfree .close-globalmodal{
   text-align:right;
}
#globalClassModalContainerfree{
    z-index: 100001;
    background:rgba(240,237,232,0.9);
}
#globalClassModalContainerfree.global-videos .modal-content{
    min-height: 280px;
    width:100%;
    max-width:700px;
    margin: 0 auto;
}
#globalClassModalContainerfree.global-videos .video-frame{
    margin:10px 0px;
    min-height: 190px;
}

#globalClassModalContainerfree .close-globalmodal-icon img {
    cursor: pointer;
}
.notify-vemail, .notify-vmsg, .notify-vname {
    font-size: 13px;
    color: #b58069;
}
.attribute-text-cupsize {
	text-transform: uppercase;
}
#wrapper .review-main-container {
    margin-left: auto;
    margin-right: auto;
    max-height: unset;
	padding-left: 30px;
    padding-right: 30px;
    /* margin-top: 30px;
	padding-top: 50px; */
}
.mbl-product{
	display:block;
	margin-top: 0px;
	padding-left: 15px;
}
.mbl-product .product-reviews{
	margin-bottom: 10px;
}
.mbl-product .current-price{
	margin-bottom: 10px;
	font-family: 'GroteskPro-Bold';
}
.dsktp-product{
	display: none;
}
.product-quantity .dsktp-product{
	display: none;
}
.banner-strip #wrapper{
	padding-top: 150px;
}
.product-information {
	padding-top: 30px;
}
.mbl-product .current-price span.price-strike{
	color: #969696;
	text-align: center;
}
.images-container .main-product-img .owl-dots {
	margin-top: 20px;
}
.prod-image-div .main-product-img .owl-dots {
	position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}
.prod-image-div .main-product-img .owl-dots .owl-dot span {
	border: 1px solid #fff;
}
.prod-image-div .main-product-img .owl-dots .owl-dot.active span {
	background: #fff;
}

.low-stock {
	font-size: 11px;
    color: #c17569;
	display: none;
}

.no-size.low-stock {
	display: block;
	font-size: 14px;
}

.trust-brand-container {
	margin: 30px auto 0;
    max-width: 290px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.trust-brand {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.shipping-timer {
	display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.free-shipping-us {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.shipping-timer p, .free-shipping-us p {
	margin: 0;
	font-family: 'GroteskPro-Bold';
}
.mbl-product.is-au-us {
	padding-left: 30px;
	padding-top: 15px;
}
.mbl-product.is-au-us .product-name p {
	margin-bottom: 15px;
}
.mbl-product.is-au-us .current-price span {
    font-size: 20px
}
.mbl-product.is-au-us .current-price {
	margin-bottom: 0;
}
.mbl-product.is-au-us .afterpay-container .afterpay-installments {
	text-align: left;
	margin-top: 0;
}
.product-information.is-au-us {
	padding-top: 0;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.product-information.is-au-us .productsizebox{
	min-width: 36px;
	border-radius: 20px;
	min-height: 36px;
}
.product-information.is-au-us .productsizebox .attribute-text {
	height: 35px;
    width: 35px;
}
.shipping-badges-container {
	display: flex;
	flex-direction: column;
	width: 250px;
    margin: 40px auto 0;
	line-height: 17px;
}
.shipping-badge {
	display: flex;
	column-gap: 10px;
}
.shipping-badge-tick {
	width: 22px
}
.shipping-badge p {
	font-family: 'GroteskPro-Bold';
	font-size: 19px;
}
.payment-options-container {
	display: flex;
	justify-content: center;
	column-gap: 12px;
	margin-top: 20px;
}
.payment-options {
	width: 100px;
}
.payment-options:nth-child(3) {
	width: 75px;
}
.comparison-section {
	padding-top: 40px;
	margin-left: -15px;
    margin-right: -15px;
}
.comparison-title{
	font-family: 'Quincy-Cf-Italic';
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 28px;
    padding-left: 30px;
}
.comparison-container {
	display: flex;
}
.comparison-us {
	background-color: #d9d9d5;
	min-width: 50%;
}
.comparison-them {
	background-color: #fcf7ec;
	min-width: 50%;
}
.comparison-header {
	font-family: 'Quincy-Cf';
	font-size: 32px;
	border-radius: 30px;
    border: 1px solid #000;
    margin: 30px;
    text-align: center;
	line-height: 50px;
}
.comparison-container ul {
	padding-left: 45px;
    padding-right: 30px;
}
.comparison-container ul li {
	font-family: 'GroteskPro-Book';
	font-size: 15px;
	list-style-type: disc;
	margin-bottom: 10px;
}
.quantity-container {
	padding: 0;
}
.qty-div {
	display: flex;
}
.qty-div input[type=text] {
	width: 45px;
	border-left: 0;
	border-right: 0;
	text-align: center;
}
.qty-dec, .qty-inc {
	border: 1px solid #000;
	color: #000;
    font-family: 'GroteskPro-Book';
	font-size: 16px;
	height: 40px;
	padding: 8px;
}
.qty-dec {
	border-right: 0;
}
.qty-inc {
	border-left: 0;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.additional-link-div{
		font-size: 16px;

	}
	.productlist-image .owl-stage .owl-item {
	    max-height: 100%;
	    overflow: hidden;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.product-name-cont {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-information {
		padding: 0;
	}

	.product-name {
		margin-bottom: 5px;
		margin-top: 0;
		display: block;
	}

	.product-description {
		padding: 0;
	}

	.product-features {
		padding: 0;
	}
	.might-like {
		padding-left: 50px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.banner-strip #wrapper{
		padding-top: 150px;
	}
	.mbl-product{
		display:none;
	}
	.product-quantity .mbl-product{
		display:none;
	}
	.dsktp-product{
		display: block;
	}
	.product-quantity .dsktp-product{
		display: block;
	}
	.addprod-link .dsktp-product{
		display: inline-block;
	}
	.related-article {
		border: none;
		padding: 0;
	}

	.related-article:nth-child(even) {
		border-left: 1px solid #595a65;
	}

	.product-name-container {
		padding: 0;
	}

	.product-block-price {
		padding: 0 0 10px;
	}

	.related-article:nth-of-type(odd) {
		padding-left: 0;
	}

	.related-article:nth-of-type(even) {
		padding-right: 0;
	}

	.related-thumbnail img {
		width: 67px;
	}

	.product-name-cont {
		margin-bottom: 0;
	}

	.product-name span,
	.product-name h1 {
		font-size: 30px;
	}

	.product-name span strong,
	.product-name h1 strong {
		font-size: 30px;
	}

	.main-template.product-page-container {
		margin-bottom: 70px;
	}

	.related-name {
		height: 38px;
	}

	.related-desc.related-desc-1 {
		padding: 0 10px 0 0;
	}

	.related-desc.related-desc-2 {
		padding: 0;
	}

	.product-description {
		padding: 0 15px;
	}

	.product-description-sub {
		max-width: 482px;
	}

	.product-other-sub {
		max-width: 482px;
	}

	.product-accessories {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-features {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

	.main-image-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.related-title {
		padding-left: 0;
		padding-right: 0;
	}

	#prodRelatedItemsSection {
		padding-top: 110px;
		padding-left: 40px;
		padding-right: 40px;
		margin-top: 0px;
	}
	.select-bandcup {
		max-width: 100px;
	}

	.afterpay-container .afterpay-installments {
		margin-top: 10px;
		font-size: 14px;
	}

	.afterpay-container .afterpay_instalment_breakdown_span {
		font-size: 16px;
	}

	.product-attribute {
		text-align: right;
	}

	.p-brand, .p-brand .pl1-by {
		font-size: 10px;
	}

	.size-chart-link {
		font-size: 14px;
		line-height: 14px;
	}

	.attribute-c {
		height: 20px;
		width: 20px;
		border-radius: 20px;
		margin: 0 2px;
	}

	.attribute-c.selected .attribute-text, .attribute-c:hover .attribute-text {
		height: 6px;
		width: 6px;
		border-radius: 6px;
		margin: 6px auto;
	}

	#prodRelatedItemsSection .row {
		margin: 0;
	}

	.product-attribute-c {
		height: 21px;
	}

	.prod-link-path {
		text-align: left;
		text-transform: capitalize;
	}
	
	.select-multisize {
		float: right;
	}

	.main-image-div{
		padding-left:15px;
	}
	.padding-main-image.adjust-mainimage-grid {
		width: 100%;
	    max-width: 330px;
	}
	.adjust-thumbnail-grid {
		width: 12.66667%;
	}
	#productRelatedItems .indiv-prod-list a, #productRelatedItems .indiv-prod-list span {
		font-size: 11px;
	}
	.main-image-div .category-imgseal-container {
		top: 10px;
		left: 25px;
	}
	.prod-related-padding {
		padding-left: 0;
		padding-right: 0;
	}
	#globalClassModalContainerfree .modal-dialog{
        width:100%;
        max-width:725px;
        margin: 5% auto;
        padding:0px;
        overflow: hidden;
    }
    #globalClassModalContainerfree .modal-content{
        min-height: 500px;
        border-radius:0px;
        border:none;
        overflow: hidden;
    }
    #globalClassModalContainerfree.global-videos .modal-content{
        min-height: 470px;
        width:100%;
        max-width:700px;
        margin: 0 auto;
    }
    #globalClassModalContainerfree.global-videos .video-frame{
        margin:10px 0px;
        min-height: 375px;
    }
	.git-amount-class {
    	-webkit-appearance: none;
	    -moz-appearance: none;
	    background-image: url(/themes/cakematernity/assets/images/svg/icon-filter-arrow.svg);
	    background-repeat: no-repeat;
	    background-size: 12% 100%;
	    background-position: 90.2%;
    }
	.might-like {
		padding-left: 100px;
	}
	/* #wrapper .review-main-container {
        padding-top: 80px;
    } */

	.shipping-timer {
		margin-bottom: -10px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.banner-strip #wrapper{
		padding-top: 140px;
	}
	.main-image-div{
		padding-left:0px;
	}


	.product-title {
		margin-bottom: 0;
	}

	.select-bandcup  {
		width: 100%;
		max-width: 115px;
	}
	.product-reviews-average {
		letter-spacing: -3px;
	}
	.padding-main-image.adjust-mainimage-grid {
		width: 100%;
	    max-width: 430px;
	}
	#productRelatedItems .indiv-prod-list a, #productRelatedItems .indiv-prod-list span {
		font-size: 14px;
	}
	#globalClassModalContainerfree .modal-dialog.prm-modal-dialog {
		max-width: 400px;
	}
	#globalClassModalContainerfree .modal-dialog{
        width:100%;
        max-width:800px;
        margin: 10% auto;
        padding:0px;
        overflow: hidden;
    }
    #globalClassModalContainerfree .modal-content{
        min-height: 500px;
        border-radius:0px;
        border:none;
        overflow: hidden;
    }
	.might-like {
		padding-left: 150px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.padding-main-image.adjust-mainimage-grid {
		width: 100%;
	    max-width: 520px;
	}
	.select-bandcup  {
		width: 100%;
		max-width: 135px;
	}
	.main-image-div .category-imgseal-container {
		top: 10px;
		left: 10px;
	}
	.size-chart-link {
		font-size: 14px;
		line-height: 14px;
	}
	.size-chart-main-cont {
		text-align: left;
	}
	.git-amount-class {
     	background-size: 8% 100%;
    	background-position: 95.2%;
    }
	.might-like {
		padding-left: 250px;
	}
}
