/* SCENE7 VIEWER STYLE UPDATES - BRANDING ENHANCEMENTS */

		.product__img-wrapper {
			border: 1px solid #E5E3E1;
		}
		#s7zoomView_photos[cursortype="zoomin"] canvas {
			cursor: zoom-in;
		}
		#s7zoomView_photos[cursortype="reset"] canvas {
			cursor: zoom-out;
		}
		.s7swatches .s7thumb[state="selected"] {
			border: 2px solid #4360AE !important;
		}
		.s7swatches .s7thumb[state="default"], .s7swatches .s7thumb[state="over"] {
			border: 1px solid rgb(235, 240, 244) !important;
		}
		#zoomInBtn_photos.s7zoominbutton[state="up"], #zoomInBtn_photos.s7zoominbutton[state="over"], #zoomInBtn_photos.s7zoominbutton[state="down"], #zoomInBtn_photos.s7zoominbutton[state="disabled"],
		#zoomOutBtn_photos.s7zoomoutbutton[state="up"], #zoomOutBtn_photos.s7zoomoutbutton[state="over"], #zoomOutBtn_photos.s7zoomoutbutton[state="down"], #zoomOutBtn_photos.s7zoomoutbutton[state="disabled"],
		#resetBtn_photos.s7zoomresetbutton[state="up"], #resetBtn_photos.s7zoomresetbutton[state="over"], #resetBtn_photos.s7zoomresetbutton[state="down"], #resetBtn_photos.s7zoomresetbutton[state="disabled"],
		/* Styles for Quick Info */
		.s7zoomoutbutton[state="up"], .s7zoomoutbutton[state="over"], .s7zoomoutbutton[state="down"], .s7zoomoutbutton[state="disabled"],
		.s7zoominbutton[state="up"], .s7zoominbutton[state="over"], .s7zoominbutton[state="down"], .s7zoominbutton[state="disabled"] {
			background-image: none !important;
			background-color: rgb(67,96,174);
			background: linear-gradient(0deg, rgba(67,96,174,1) 0%, rgba(75,116,226,1) 100%) !important;
			border-radius: 7px;
			margin: 0 10px;
			width: 80px;
			box-shadow: 1px 1px 3px 0 rgb(50 70 90 / 40%);
			height: 22px;
		}
		.s7zoominbutton[state="up"]:after, .s7zoominbutton[state="over"]:after, .s7zoominbutton[state="down"]:after, .s7zoominbutton[state="disabled"]:after {content: 'Zoom In +';}
		.s7zoomoutbutton[state="up"]:after, .s7zoomoutbutton[state="over"]:after, .s7zoomoutbutton[state="down"]:after, .s7zoomoutbutton[state="disabled"]:after {content: 'Zoom Out -';}
		.s7zoomresetbutton[state="up"]:after, .s7zoomresetbutton[state="over"]:after, .s7zoomresetbutton[state="down"]:after, .s7zoomresetbutton[state="disabled"]:after {content: 'Reset';}

		.s7zoominbutton[state="up"]:after, .s7zoominbutton[state="over"]:after, .s7zoominbutton[state="down"]:after, .s7zoominbutton[state="disabled"]:after,
		.s7zoomoutbutton[state="up"]:after, .s7zoomoutbutton[state="over"]:after, .s7zoomoutbutton[state="down"]:after, .s7zoomoutbutton[state="disabled"]:after,
		.s7zoomresetbutton[state="up"]:after, .s7zoomresetbutton[state="over"]:after, .s7zoomresetbutton[state="down"]:after, .s7zoomresetbutton[state="disabled"]:after {
			display: block;
			color: #fff;
			font-family: 'Roboto', sans-serif;
			font-weight: 700;
			font-size: 12px;
			line-height: 22px;
			text-shadow: -1px -1px 1px #4360ae, 1px -1px 1px #4360ae, -1px 1px 1px #4360ae, 1px 1px 1px #4360ae;
		}
		.product-image-wrapper img {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

		#s7viewerContainer_s7ViewerDiv {
			border: none !important;
		}
		.s7swatches .s7scrollrightbutton[state="up"], .s7swatches .s7scrollrightbutton[state="over"], .s7swatches .s7scrollrightbutton[state="down"] {
			background-image: url(../img/s7_right_arrow.svg) !important;
			width: 26px !important;
		    height: 54px !important;
		    margin-left: -32px;
		    margin-top: -2px;
		    cursor: pointer;
		}
		.s7swatches .s7scrollleftbutton[state="up"], .s7swatches .s7scrollleftbutton[state="over"], .s7swatches .s7scrollleftbutton[state="down"] {
			background-image: url(../img/s7_left_arrow.svg) !important;
			width: 26px !important;
		    height: 54px !important;
		    margin-left: 54px;
		    margin-top: -2px;
		    cursor: pointer;
		}

		.modal-body .s7swatches .s7scrollleftbutton[state="up"], .modal-body .s7swatches .s7scrollleftbutton[state="over"], .modal-body .s7swatches .s7scrollleftbutton[state="down"] {
			margin-left: 30px;
		}
		.modal-body .s7swatches .s7scrollrightbutton[state="up"], .modal-body .s7swatches .s7scrollrightbutton[state="over"], .modal-body .s7swatches .s7scrollrightbutton[state="down"] {
			margin-left: 0;
		}
		.s7swatches .s7thumb .s7thumboverlay[type="video"] {
				background: url(../img/S7Buttons_video2021.svg) #fff !important;
			    background-size: 100% !important;
				width: calc(100% + 2px) !important;
				margin-left: -1px;
				border: 1px solid #e5e3e1;
				height: calc(100% + 2px) !important;
				margin-top: -1px;
			}
		@media screen and (-webkit-device-pixel-ratio: 2), screen and (-webkit-device-pixel-ratio: 1.5) {
			.s7swatches .s7thumb .s7thumboverlay[type="video"] {
				background: url(../img/S7Buttons_video2021.svg) #fff !important;
			    background-size: 100% !important;
				width: calc(100% + 2px) !important;
				margin-left: -1px;
				border: 1px solid #e5e3e1;
				height: calc(100% + 2px) !important;
				margin-top: -1px;
			}
		}
		@media screen and (max-width: 991px) {
			.product__img-wrapper {width: calc(100% + 2px);}
			.product__img-wrapper #s7viewerContainer_photos.s7container {border: none;}
			#s7swatches_photos.s7swatches {background-color: transparent;margin-bottom: 5px;}
			.s7swatches .s7thumb[state="selected"] {border-left: 1px solid rgb(235, 240, 244) !important;border-top: 1px solid rgb(235, 240, 244) !important;border-right: 1px solid rgb(235, 240, 244) !important;}
			.s7swatches .s7scrollrightbutton[state="up"], .s7swatches .s7scrollrightbutton[state="over"], .s7swatches .s7scrollrightbutton[state="down"]{
				margin-left: -20px !important;
				height: 43px !important;
				background-size: inherit !important;
				top: -2px !important;
				margin-top: 0 !important;
			}
			.s7swatches .s7scrollleftbutton[state="up"], .s7swatches .s7scrollleftbutton[state="over"], .s7swatches .s7scrollleftbutton[state="down"] {
				margin-left: 42px !important;
				height: 43px !important;
				background-size: inherit !important;
				left: -2px !important;
				top: -2px !important;
				margin-top: 0 !important;
			}
		}
/* END SCENE7 STYLE UPDATES */

/* BEGIN BRANDING ENHANCEMENT STYLE UPDATES */

	/* TABLE STYLE UPDATES */
		.table-wrapper table th {
		    border-right: 1px solid #435FAE;
		    background-image: -webkit-gradient(linear, left top, left bottom, from(#7A92D6), to(#435FAE));
		    background-image: -webkit-linear-gradient(top, #7A92D6 0%, #435FAE 100%);
		    background-image: -moz- oldlinear-gradient(top, #7A92D6 0%, #435FAE 100%);
		    background-image: -o-linear-gradient(top, #7A92D6 0%, #435FAE 100%);
		    background-image: linear-gradient(to bottom, #7A92D6 0%, #435FAE 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7A92D6', endColorstr='#435FAE', GradientType=0 );
		    -webkit-box-shadow: 0 2px 1px -1px #435FAE;
		    -moz-box-shadow: 0 2px 1px -1px #435FAE;
		    box-shadow: 0 2px 1px -1px #435FAE;
		}
		.table-wrapper:before{
		    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E3E1), to(#fff));
		    background-image: -webkit-linear-gradient(top, #E5E3E1 0%, #fff 100%);
		    background-image: -moz- oldlinear-gradient(top, #E5E3E1 0%, #fff 100%);
		    background-image: -o-linear-gradient(top, #E5E3E1 0%, #fff 100%);
		    background-image: linear-gradient(to bottom, #E5E3E1 0%, #fff 100%);
		    border-top: 1px solid #4360AE;
		}
		.table-wrapper table th, .table-wrapper table td {
			border: 1px solid #4360AE;
		}
		.shipping-modal__table td:nth-of-type(2n+1) {
			background-color: #F1F0EF;
		}

		#mainColumn .customer-faq table th {background: #4360AE;}
		#mainColumn .customer-faq table td {border: 1px solid #4360AE;}
		#mainColumn .customer-faq table {border-bottom: 2px solid #4360ae;}

	/* NO-RISK MODAL UPDATES */
		#noriskModalLabel.modal-title {color: #686664;}
		.modal-body .iconGraphic p {
			font-family: 'cronos-pro-display';
			color: #4360AE;
			font-size: 18px;
			height: 35px;
			width: 129px;
			font-weight: 800;
			line-height: 1;
			background: #fff;
			margin: 0 auto;
		}
		.modal-body .iconGraphic.returns {
			background: url(../../images/Modal-Icons-Returns-US.png) center 0 no-repeat;
			padding-top: 66px;
		}
		.modal-body .iconGraphic.installments{
			background: url(../../images/Modal-Icons-Installments-US.png) center 0 no-repeat;
			padding-top: 66px;
		}
		.modal-body .iconGraphic.personalization {
			background: url(../../images/Modal-Icons-Personaization-US.png) center 0 no-repeat;
			padding-top: 66px;
		}


	/* PERSONALIZATION FIELD UPDATES */

		div.dd .ddTitle {
			background: 
			linear-gradient(to bottom, #7A92D6 0%, #435FAE 100%) no-repeat, 
			linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
			background-size: 30px 100%, 100%;
			background-position: 100%, 100%;
			height: 100%;
		}
		div input[type=radio].css-checkbox:checked + label.css-label,
		div input[type=radio].css-checkbox + label.css-label {
			background-image: none;
			position: relative;
		}
		div input[type=radio].css-checkbox:checked + label.css-label:after,
		div input[type=radio].css-checkbox + label.css-label:after {
			content: '';
			display: inline;
		    width: 22px;
		    height: 22px;
		    background-color: #fff;
		    border: 2px solid #e5e3e1;
		    border-radius: 22px;
		    position: absolute;
		    left: 0;
		    top: 0;
		}
		div input[type=radio].css-checkbox:checked + label.css-label:before {
		    content: '';
		    display: inline-block;
		    position: absolute;
		    width: 14px;
		    height: 14px;
		    background-color: #4360ae;
		    border-radius: 15px;
		    top: 4px;
		    left: 4px;
		    z-index: 1;
		}

	/* BUTTON COLOR UPDATES */

		/* Continue/Proceed to Next Step: Update from Orange to Green */
		.btn-success {
			text-shadow: -1px -1px 1px #42691D, 1px -1px 1px #42691D, -1px 1px 1px #42691D, 1px 1px 1px #42691D;
			background: rgb(66,133,16);
			background: -moz-linear-gradient(0deg, rgba(66,133,16,1) 0%, rgba(129,192,64,1) 100%);
			background: -webkit-linear-gradient(0deg, rgba(66,133,16,1) 0%, rgba(129,192,64,1) 100%);
			background: linear-gradient(0deg, rgba(66,133,16,1) 0%, rgba(129,192,64,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#428510",endColorstr="#81c040",GradientType=1);
			box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			text-decoration: none !important;
		}

		/* Actions not directly tied to Purchasing: Update from old blue to new blue */
		.btn-primary, 
		.close-icon:before,
		.triangle-in-circle:before,
		.circle-gradient:before {
			text-shadow: -1px -1px 1px #4360ae, 1px -1px 1px #4360ae, -1px 1px 1px #4360ae, 1px 1px 1px #4360ae;
			background: rgb(67,96,174);
			background: -moz-linear-gradient(0deg, rgba(67,96,174,1) 0%, rgba(75,116,226,1) 100%);
			background: -webkit-linear-gradient(0deg, rgba(67,96,174,1) 0%, rgba(75,116,226,1) 100%);
			background: linear-gradient(0deg, rgba(67,96,174,1) 0%, rgba(75,116,226,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4360ae",endColorstr="#4b74e2",GradientType=1);
			box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			text-decoration: none !important;
		}			

		/* Purchase Related: Update from Red to Orange */
		.btn-secondary {
			text-shadow: -1px -1px 1px #A54D1E, 1px -1px 1px #A54D1E, -1px 1px 1px #A54D1E, 1px 1px 1px #A54D1E;
			background: rgb(230,96,27);
			background: -moz-linear-gradient(0deg, rgba(230,96,27,1) 0%, rgba(247,123,58,1) 100%);
			background: -webkit-linear-gradient(0deg, rgba(230,96,27,1) 0%, rgba(247,123,58,1) 100%);
			background: linear-gradient(0deg, rgba(230,96,27,1) 0%, rgba(247,123,58,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6601b",endColorstr="#f77b3a",GradientType=1);
			box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
			text-decoration: none !important;
		}
		.btn-secondary.disabled, .btn-secondary:disabled,
		.btn-success.disabled, .btn-success:disabled,
		.btn-primary.disabled, .btn-primary:disabled {
			text-shadow: none;
		}

		/* Adjustments for Add to Cart sizing on desktop/mobile */
		.product .buy-block__add-to-cart.btn.btn-secondary {font-size: 16px; padding: 7px 30px;}
		.buy-block__express-ship {color: #4360AE !important;}
		.product .buy-block__add-to-cart.btn.btn-secondary{
				margin-bottom: 0px !important;
			}
			.buy-block__help-text.options-page{
				margin-top: 10px !important;
			}
		@media screen and (max-width: 991px) {
			.buy-block__column.pr-2 {
				display: block;
			}
				.buy-block__column.pr-2 .monetate__price {
					float: left;
					width: 50%;
				}
					.buy-block__column.pr-2 .monetate__price .buy-block__delivery {margin-top: 3px;}
					.buy-block__column.pr-2 .monetate__price .buy-block__delivery span.installments {display: none !important;}
				.buy-block__column.pr-2 .buy-block__availability {
					display: block !important;
					width: 50%;
					float: right;
					margin-top: 0;
				}
				.buy-block__column.pr-2 .express-ship-avail-mobile {
				}


			.buy-block {flex-wrap: wrap;}
			.buy-block__column {width: 100% !important;}
			.buy-block__add-to-cart.btn.btn-secondary {
				margin: 15px 0 0;
				width: 100%;
			}
			.buy-block__help-text {
				width: 100%;
				text-align: center;
				margin-top: 15px;
			}
			.buy-block__help-text br {
				display: none;
			}
			.buy-block__help-text span:nth-child(1) {
				font-weight: 700;
			}
			.buy-block .buy_collection {
				width: 100%;
				text-align: center;
			}

		}

	/* INSTALLMENT COLOR UPDATES */
		.buy-block__availability,
		.cart-table__availability,
		.buy-block__availability:hover {
			color: #BA3F00;
		}
		