.error-message{
    color: #ed1f24;
    font-size: 13px;
}
.ui-datepicker .ui-datepicker-title select{
    padding: 2px !important;
}

.badge {
	padding:8px 12px;
}

.badge-secondary{
	background-color:#F28C38;
	color:#F8F4EF;
}

.shop-page-wrapper p{
	font-size:18px;
	color:#6B6B6B;
	line-height:1.5;
}

.shop-page-wrapper a,
.chk-out-pages a{
	color:#1A3C6E;
	font-weight:600;
	text-decoration:underline
}

.shop-page-wrapper a:hover,
.chk-out-pages a:hover{
	text-decoration:none;
}

.shop-page-wrapper *,
.chk-out-pages *{
	font-family: "Open Sans", Sans-serif;
}

.shop-page-wrapper h3, .shop-page-wrapper h4, .shop-page-wrapper h5, .shop-page-wrapper h6,
.chk-out-pages h3, .chk-out-pages h4, .chk-out-pages h5, .chk-out-pages h6 {
	font-weight:600
}

.pcc-black {
	color:#2E2E2E;
}

.pcc-cream {
	color:#F8F4EF !important;
}

.pcc-green {
	color:#3C8D82;
}

/* Loader Animation */
.rp-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.rp-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3C8D82;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Product Page */
.subscription-info .btn.dropdown-toggle,
.kit-group .btn.dropdown-toggle {
    background-color: #fff;
    color: #2D3748;
    height: 48px;
    font-size: 15px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
    border: 1px solid #D8D8D8;
	padding-left: 16px;
	padding-right: 16px;
	border-radius:50px !important;
}

.subscription-info .btn.dropdown-toggle .plan-price,
.subscription-item.dropdown-item .plan-price{
    color: #2D3748;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
}
.subscription-info .btn.dropdown-toggle .plan-price{
    line-height: 52px !important;
}


.list-plans > li,
.list-options > li {
    position: relative;
    display: block;
}
.list-plans > li > a,
.list-options > li > a {
    display: block;
    padding: 1rem 1.2rem 0.8rem 1.2rem;
	color:#2e2e2e;
	text-decoration:none;
	font-weight:400;
}
.list-plans .subscription-method,
.list-options .radio-styled {
    opacity: 0;
    position: absolute;
}


#dropdownSubscription.dropdown-toggle::after,
#dropdownOptions.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.8em;
}

#dropdownSubscription .dropdown-item:hover,
#dropdownOptions .dropdown-item:hover {
  background-color: #D9ECF1 !important;
}

.card {
	background: rgb(60 141 130 / 15%);
	border-radius: 20px;
	border-color: transparent;
}

.card-title {
	color: #1A3C6E;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom:1rem;
}

.card-body {
	padding:32px
}

.card hr {
	border-color: #D8D8D8;
}

.addon-item p {
    font-weight: 400;
    font-size: 15px;
    color: #58595B
}
.addon-img {
    width: 100px;
    height: auto;
}
.addon-item .input-group {
    height: 48px;
    border: none;
    display: inline-flex;
    width: 150px;
    margin: 1.5rem 0 0 0;
}
.addon-item .form-control {
    height: 48px;
    border: none;
    display: flex;
    width: 100%;
}
.addon-item .number-input {
    height: 48px;
    border: none;
    display: flex;
    width: 50px;
}
.addon-item .input-group .btn {
    height: 48px;
    background: #D5EDF2;
    border-radius: 0;
    border: none;
    display: flex;
    width: 48px;
    text-align: center;
    font-family: monospace;
    font-size: 25px;
}


.custom-checkbox{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:28px;-webkit-print-color-adjust:exact;color-adjust:exact;cursor:pointer;margin-bottom:8px}.custom-checkbox .custom-control-label:before{display:block;width:20px;height:20px;top:4px;left:0px;content:"";border:2px solid #d8d8d8;background-color:#fff;border-radius:0.2em}.custom-checkbox .custom-control-label:after{position:absolute;top:4px;left:0px;display:block;width:20px;height:20px;content:"";background-repeat:no-repeat;background-image:none;background-size:12px;background-position:center center}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#1A3C6E;background-color:#1A3C6E}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#1A3C6E;background-color:#1A3C6E}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(53,38,95,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(53,38,95,0.5)}.custom-radio{padding-left:28px;margin-bottom:4px}.custom-radio .custom-control-label:before{content:"";display:block;border-radius:50%;width:20px;height:20px;top:3px;left:0;background-color:#fff;border: solid 2px #d8d8d8}.custom-radio .custom-control-label:after{background-image:none;border-radius:50%;width:10px;height:10px;top:0.5rem;left:0.3rem}.custom-radio .custom-control-input:checked~.custom-control-label:before{color:#ffffff;background-color:#fff;border-color:#1A3C6E;}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:none;background-color:#1A3C6E}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(53,38,95,0.5)}.custom-switch{padding-left:4.3rem;min-height:36px}.custom-switch .custom-control-label{line-height:30px}.custom-switch .custom-control-label:before{left:-4.3rem;top:-1px;width:3.8rem;pointer-events:all;background-color:#E0E0E2;border-color:#E0E0E2;pointer-events:all;border-radius:1.8rem;height:34px}.custom-switch .custom-control-label:after{top:6px;left:calc(-2.3rem - 25px);width:20px;height:20px;background-color:#ffffff;border-radius:50%;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#ffffff;transform:translateX(1.6rem);width:20px;height:20px;top:6px}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(53,38,95,0.5)}
.custom-control-label {
	cursor:pointer;
}


.qty-picker-container .number-input {
    max-width: 80px;
	margin: 0 8px;
}

/* Checkout Page */

/* Progress Bar */
.progress.cart-progress .progress-bar {
  background: #F28C38;
}

.checkout-back-link {
	text-decoration:underline;
}
.checkout-back-link:hover{
	text-decoration:none;
}
.chk-out-pages .card{
    margin-bottom: 25px;
	background-color:#F8F4EF;
}
.card.call-us {
	background-color:rgb(216 216 216 / 30%);
}
.cart-checkout .card {
	background-color:rgb(60 141 130 / 15%);
}
.chk-out-pages .card .card-block {
    padding: 15px;
    background-color: #fbfbfb;
}
.chk-out-pages .cart-checkout li.list-group-item{
    padding: 0.5rem 0rem !important;
	background-color:transparent;
}

.chk-out-pages .card .card-block input,  
.chk-out-pages .card .card-block textarea, 
.chk-out-pages .card .card-block select {
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 6px 12px;
    max-width: 100%;
}

.chk-out-pages .progress.cart-progress{
    height:0.5rem
}
.chk-out-pages .borderRadius25{
    border-radius: 25px !important;
}

.chk-out-pages .checkout-pg-title{
    color: #35265f !important;
}



.gallery .gallery-nav-wrapper {
  top:auto;
  z-index: 10;
  bottom: 25px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 96%;
}
.gallery-nav-wrapper .slider-nav-btn.slider-nav-next {
  position: absolute;
  right: 0px;
  left: auto;
  top:50%;
  margin-top:-15px;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='nav-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2335265f'/%3E%3Cpath d='M9.13 6a1.28 1.28 0 01.72.23l6.75 5a.94.94 0 010 1.54l-6.75 5a1.24 1.24 0 01-1.59-.13.93.93 0 01.14-1.41L14.12 12 8.4 7.77a.93.93 0 01-.14-1.41A1.17 1.17 0 019.13 6z' fill='%23CFFFFE'/%3E%3C/svg%3E");
  background-size: 24px;
}
.gallery-nav-wrapper .slider-nav-btn.slider-nav-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top:-15px;
  height: 24px;width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='nav-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2335265f'/%3E%3Cpath d='M14.87 18a1.28 1.28 0 01-.72-.23l-6.75-5a.94.94 0 010-1.54l6.75-5a1.24 1.24 0 011.59.13.93.93 0 01-.14 1.41L9.88 12l5.72 4.23a.93.93 0 01.14 1.41 1.17 1.17 0 01-.87.36z' fill='%23CFFFFE'/%3E%3C/svg%3E");
  background-size: 24px;
  z-index:999;
}

.gallery .gallery-nav-wrapper { margin-top: 10px; }
.gallery-nav-wrapper .slider-nav-btn.slider-nav-prev { margin-left: 10px; }
.gallery-nav-wrapper .slider-nav-btn.slider-nav-next { margin-right: 10px; }

.gallery .gallery-imgs img.slick-slide{ border-radius: 30px;}


.cart-info-popup{
    position: absolute;
	left: 0;
    right: 15px;
    top: 0px;
    z-index: 10;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
}

.cart-info-popup .order-summary-title{
    line-height: 1;
	font-size:22px;
	color:#F8F4EF;
}
.cart-info-popup .order-summary-subtitle {
	font-weight:normal;
	line-height: 1.2;
    font-size: 18px;
}
.cart-info-popup .cart-info-bg{
    background-color: #1A3C6E;
}
.cart-info-popup .card{
    border: none !important;
}
.cart-info-popup .card .card-block {
    /*padding: 15px;*/
    padding: 3px 15px 0px;
}
.cart-info-popup .list-group-item{
    /*border: 1px solid rgb(255 255 255 / 13%) !important;*/
    border-top: 1px solid rgb(255 255 255 / 13%) !important;
    border-bottom: 1px solid rgb(255 255 255 / 13%) !important;
    background: none !important;
}
.cart-info-popup ul.list-group li:first-child {
    border-top: none !important;
}
.cart-info-popup ul.list-group li:last-child {
    border-bottom: none !important;
}

.cart-info-popup .cart-info-close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.cart-sticky {
    position: fixed;
    top: 0;
    z-index: 100;
}
.cart-content-head{
    cursor: pointer;
}

.cart-content-head *{
	color:#F8F4EF;
}

.cart-content-head .cart-open-btn svg{
    transform: rotate(180deg);
    margin-top: 5px;
}

.btn.btn-secondary.ga-add-cart{
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #35265f !important;
    border-color: #35265f !important;
}

.btn.btn-secondary.decreaseBtn,
.btn.btn-secondary.increaseBtn{
    border-radius: 8px;
    background-color: #1A3C6E;
    border-color: #1A3C6E;
    height: 32px;
    width: 32px;
    font-size: 24px;
    padding: 0;
	line-height: 1;
}

.btn.btn-secondary.closebtnRed{
    background-color: #CD2134 !important;
    border-color: #CD2134 !important;
}
/*continue button change: ashief*/

.btn.btn-ghost{
    background-color:#35265f !important;
    border-color: #35265f !important;
}

.btn.btn-ghost:hover{
    background-color:#35265f !important;
    border-color: #35265f !important;
    color:white !important;
}


.cart-product h1{
    color: #1A3C6E;
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.cart-product h5 {
	color: #2E2E2E;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
.addon-sub-title,
.addon-sub-title b{
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #35265f !important;
}

/* Modify B 02/02/2024 */
.addon-sub-title {
	margin-right: 30px;
	padding-top: 15px;
}

.custom-modal-zindex{
    z-index: 100000001;
	background: rgba(26, 60, 110, 0.7) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(7.8px) !important;
    -webkit-backdrop-filter: blur(7.8px) !important;
}
.custom-modal-bg{
    position: relative;
    background-color: #F8F4EF;
    padding: 24px;
	border-radius:20px;
}
.custom-modal-bg .custom-modal-title{
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #ffffff !important;
}
.custom-modal-bg .modal-body p:last-child {
    margin-bottom: 0px !important;
}
.custom-modal-bg button.close{
    position: absolute;
    top: 0;
    right: 0;
	background-color:transparent;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #2E2E2E;
    text-align: center;
}

/* Features/Specifications/Product page styles : Boris*/
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.feature-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 20px;
}

.feature-icon {
  width: 50px; 
  height: auto;
  margin-right: 10px;
}

.feature-text {
  display: inline;
}

.simple-table {
  border-collapse: collapse;
  margin-top: 20px;
}

.simple-table th,
.simple-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

/* Thank you pages */
.btn-card {
    font-size: 15px;
    background-image: linear-gradient(to right, #2d4a74, #323f52);
    color: white !important;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-card:hover {
    background-image: linear-gradient(to right, #323f52, #2d4a74);
    cursor: pointer;
    color:white !important;
    text-decoration: none;
}

.card-care {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-text-content {
    flex-grow: 1;
}

.logo-container {
    display: flex;
    align-items: center; 
    margin-left: 20px;
}

.logo-container img {
    max-width: 150px;
    height: auto;
}

/*--- Written by Abbas ---*/

hr {
	border-color:#D8D8D8;
	border-width:1px;
}

.l-h-1-3 {
	line-height: 1.3
}

.border-radius-6 {
	border-radius:6px;
}

.border-radius-20 {
	border-radius:20px;
}

.text-muted a {
	color: inherit;
	text-decoration: underline;
}

.btn{
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 24px 16px 24px;
	border:0;
	text-decoration:none !important;
}

.btn-primary {
	background-color: #1A3C6E !important;
	color: #F8F4EF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active{
	background-color: #3C8D82 !important;
}

.fw-r {
	font-weight: 400;
}

.fw-sb {
	font-weight:600
}

.fw-b {
	font-weight:700
}

.fs-14 {
	font-size: 14px
}

.fs-16 {
	font-size: 16px
}

.fs-18 {
	font-size: 18px
}

.fs-20 {
	font-size: 20px
}

.form-control {
	padding: 0 1rem !important;
	border-radius: 50px !important;
	border-width: 2px !important;
	border-color: #d8d8d8 !important;
	color: #181819 !important;
	height: 48px;
}

select.form-control:not([size]):not([multiple]) {
	height: 48px;
}

.form-control[readonly] {
	background-color:rgba(255,255,255,0.5);
}

.feature-box {
	background-color: white;
	box-shadow: 0px 3px 32px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	padding:16px 8px;
	height:100%;
	border:solid 1px #D8D8D8;
}

.feature-box-icon {
	display: inline-block;
}

.feature-box-title {
	line-height:1.3rem;
	margin-top:8px;
	font-size: 14px
}

/*.features-wrapper p{
	display:none
}*/

.features-explanatory hr{
	border-color:rgba(55, 37, 94, 0.1);
}

.prod-specs-reviews {
	margin-top:32px !important;
}

.prod-specs-reviews .tab-content{
	background-color: #F8F4EF;
    padding: 8px;
    margin-top: -4px;
	border-radius:20px;
}

.prod-specs-reviews .nav-tabs .nav-link:focus,
.prod-specs-reviews .nav-tabs .nav-link:hover {
	border-color:transparent;
}

.prod-specs-reviews .nav-tabs {
	justify-content: center !important;
	border-color: transparent;
}

.prod-specs-reviews .nav-tabs .nav-link {
	text-decoration:none;
	margin-bottom:-1px;
	border-bottom:0;
	border-radius: 10px 10px 0 0;
    padding: 8px 24px;
	font-size:18px;
	color:#6B6B6B;
	font-weight:400;
}

.prod-specs-reviews .nav-tabs .nav-link.active {
	font-weight:600;
	background-color:#F8F4EF;
	border-color:transparent;
	color:#2E2E2E;
}

.specifications-table th {
	background-color:#fff;
	font-weight: 600
}

.specifications-table th,
.specifications-table td {
  border: 1px solid #D8D8D8;
  padding: 8px 16px;
  text-align: left;
}

.features-explanatory-box {
	overflow: hidden;
    border-radius: 20px;
    background-color: white;
	box-shadow: 0px 3px 32px 1px rgba(0, 0, 0, 0.1);
	height: 100%;
	border:solid 1px #d8d8d8;
}

.features-explanatory-box .fe-image{
	max-height:340px;
	overflow:hidden;
}

.features-explanatory-content {
	padding: 24px;
}

.features-explanatory-title {
	color: #2E2E2E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom:12px;
}

.features-explanatory-box p{
	margin-bottom: 0
}

.addon-sub-title {
	margin:0;
	padding:0
}

.dropdown-item.active,.dropdown-item:active {
    color: #35265F;
    text-decoration: none;
    background-color: #E6F4F7;
}

.dropdown-menu .list-group-item {
	border-color: rgba(55, 37, 94, 0.1)
}

.prod-details-mobile .card {
	border: solid 1px #d8d8d8;
	overflow: hidden
}

.prod-details-mobile .card-header {
	font-weight: 700;
	box-shadow:none;
	border:0;
	background-color:#F8F4EF;
}

.prod-details-mobile .card-body {
	background-color: #F8F4EF;
	border-top: solid 1px #d8d8d8;
}

.prod-details-mobile .card-header .toggler {
	font-weight: 700
}

.prod-details-mobile .card-header .toggler.collapsed {
	font-weight: 600
}

.prod-details-mobile .card-header .toggler .arrow-icon {
	rotate: -90deg
}

.prod-details-mobile .card-header .toggler.collapsed .arrow-icon {
	rotate: 90deg
}


.whats-included h3{
	color: #2E2E2E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom:8px;
}


/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  top: 20px;
  right: calc(-1*var(--f));
  padding-inline: 1em;
  line-height: 1.3;
  background: #F28C38;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
}

/*---- ----*/

@media (max-width: 991px) {
	.prod-specs-reviews .nav-tabs .nav-link {
		font-size:14px;
		padding: 4px 8px;
	}
}

@media (max-width: 767px) { /* Tablet/Mobile */
	
	.cart-info-popup{
        width: 100% !important;
        position: fixed !important;
        top: auto !important;
        bottom: 0px !important;
        right: 0px;
        border-radius: 0px !important;
    }
	
    .cart-content-head .cart-open-btn svg{
        transform: rotate(0deg);
        margin-top: 5px;
    }
	
	/*--- Written by Abbas ---*/
	
	.specifications-table th, .specifications-table td {
		font-size: 14px
	}
	
	.features-explanatory-content p{
		font-size: 14px
	}
	
	.features-explanatory-title {
		font-size: 16px
	}
	
	.features-explanatory-content {
		padding: 16px;
	}
	
	.card-body {
		padding: 24px
	}
	
	.logo-container {
    display: none;
  }
	
  	.feature-item {
    width: 100%; 
  	}
	
	/* "What's include" Landline Product Page */
	.landline-include-1 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/2-11.jpg');
	}
	.landline-include-2 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/3-16.jpg');
	}
	.landline-include-3 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/4-1.jpg');
	}
	
	/* "What's include" LTE Product Page */
	.lte-include-1 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/1-11.jpg');
	}
	.lte-include-2 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/3-16.jpg');
	}
	.lte-include-3 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/4-1.jpg');
	}
	
	/* "What's include" Pendant Product Page */
	.pendant-include-1 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/1-10.jpg');
	}
	
	.pendant-include-2 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/3-15.jpg');
	}
	
	.pendant-include-3 {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/2-10.jpg');
	}
	
	/* "What's include" Watch Product Page */
	
	.watch-include {
		content: url('https://seniorprotection.ca/wp-content/uploads/2024/01/Watch-mobile-whats-included-.jpg');
	}
}


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