* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto' !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #EDE9E2;
    color: rgb(105, 105, 105);
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}


/*header part*/

.navbar ul {
    display: flex;
    list-style: none;
}

.header-btm a,
.header-btm a:hover,
.header-btm a:focus,
.header-btm a:visited,
.header-btm a:active {
    margin-right: 0;
    padding: 10px 0px 12px 0px !important;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: bold;
    background: transparent !important;
    margin-right: 10px;
}

span.inner-menu-arrow {
    margin-right: 10px;
}

.header-top-right a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-left: 20px;
}

.header-top-right a:hover,
.header-top-right a:focus,
.header-top-right a:active {
    color: #ddd !important;
}

.nav {
    background: transparent;
    line-height: inherit;
    display: inline-block;
    /* width: calc(100% - 165px); */
    text-align: center;
    justify-items: center;
    /* margin-top: 40px; */
    width: auto;
}

.nav li.nav-active>a,
.nav li:hover>a {
    background: transparent;
}

.nav a {
    font-size: 16px;
}

.nav ul {
    background: transparent;
    border-radius: 0;
    /* max-width: 640px; */
    margin: 0 auto;
}

.nav .nav-submenu>a:after {
    position: unset;
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
    margin-top: 3px;
    display: none;
}

span.inner-menu-arrow:before {
    content: "\E005";
    font-family: icon-font;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.fa,
.far,
.fas {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.nav>ul>li.header-btm-right {
    margin-left: 45px;
}

.header-top-right i {
    margin-right: 5px;
}

.header-btm-right i:before {
    color: #fff;
    font-size: 16px;
}

.nav ul ul {
    position: unset;
    display: block;
}

.nav li {
    white-space: unset !important;
    position: unset;
    cursor: unset;
}

.nav>ul>li.mobile-display {
    display: none;
}

.nav .nav-submenu>a,
.nav a {
    padding: 15px 25px !important;
    border-radius: 0;
}

.nav a {
    border-bottom: 2px solid transparent;
}

.logo {
    width: 160px;
    float: left;
    /* padding-top: 29px; */
}


/*.inner-menu {
    background: #E9E5E2;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    width: 780px;
    padding: 30px 20px 0px 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    min-height: 360px;
}*/

.inner-menu .sub-menu-part {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 20px;
    padding-right: 10px;
}

.inner-menu .sub-menu-part-3 {
    width: 33.33%;
}

.inner-menu .sub-menu-part a.category-heading {
    color: rgb(72, 71, 69);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}

.inner-menu .sub-menu-part li {
    border: none;
    min-width: auto;
}

.inner-menu .sub-menu-part li span {
    font-size: 8px;
    vertical-align: top;
}

.inner-menu .sub-menu-part ul {
    background: transparent;
    text-align: left;
}

.inner-menu .sub-menu-part a {
    font-weight: 300;
    padding: 0;
    color: rgb(72, 71, 69);
    margin-bottom: 5px;
    padding: 0 !important;
    display: block;
}

.inner-menu .sub-menu-part a.view-more {
    font-weight: 500;
    color: #6c6c6c;
}

.header-part .nav>ul>li>a:hover,
.header-part .nav>ul>li.nav-active>a {
    box-shadow: 0px 0px 5.82px 0.18px rgb(0 0 0 / 16%);
    border-color: #707070;
    border-radius: 0;
}

.nav li.nav-active>a,
.nav li:hover>a {
    color: #aa2121;
}


/*End-Header-page*/


/*Banner*/

.banner-text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.home-banner img {
    width: 100%;
}

.banner-text h1,
.banner-text h2,
.feature-banner-inner .feature-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    font-family: 'Anton';
    line-height: 80px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 59%);
    letter-spacing: 0.05em;
    margin: 0;
}

a.custom-buttons {
    background: #fff;
    color: #000;
    padding: 15px 50px;
    margin-top: 50px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
}

a.custom-buttons:hover {
    background: #aa2121;
    color: #fff;
    border: 1px solid #aa2121;
}


/*End-Banner*/


/*Home-page*/

.grill-boxes-section {
    padding: 50px 0;
    text-align: center;
}

.custom-row {
    margin: 0 -15px;
}

.grill-boxes-section .grill-boxes {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    padding: 0 45px;
    position: relative;
}

.grill-boxes-section .grill-boxes img {
    box-shadow: 0px 10px 12px rgb(0 0 0 / 16%);
    width: 100%;
}

.grill-boxes-section .grill-boxes a {
    display: block;
    position: relative;
    transition: 0.3s;
}

.grill-boxes-section .grill-boxes a:before {
    content: "";
    transition: 1s;
    background: rgb(0 0 0 / 60%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.grill-boxes-section .grill-boxes a:hover:before {
    background: rgb(0 0 0 / 0);
}

.grill-boxes-section .grill-boxes h3 {
    position: absolute;
    margin: 0;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    /*text-shadow: 3px 3px #000;*/
    text-shadow: 0 3px 6px rgb(0 0 0 / 59%);
    text-transform: uppercase;
}

.grill-boxes-section .container {
    max-width: 1570px;
}

.grill-boxes-section h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.feature-banner .feature-banner-inner:before {
    content: "";
    background: rgb(0 0 0 / 70%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
}

.feature-banner .feature-banner-inner:hover:before {
    transition: 1s;
    background: unset;
}

.feature-banner .feature-banner-inner {
    position: relative;
}

.feature-banner-inner .feature-text {
    position: absolute;
    margin: 0;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 70px;
}

.feature-banner-inner .feature-text p {
    text-shadow: 1px 2px 3px rgb(0 0 0 / 80%);
    color: #fff;
    font-size: 21px;
}

.insta-section {
    background: #fff;
    margin-top: -250px;
    padding: 300px 0 50px 0;
}

.insta-img {
    margin: 50px 0;
}

.insta-section .heading {
    text-align: center;
}

.insta-section .heading h2 {
    font-size: 26px;
    color: #696969;
    margin: 0;
    position: relative;
}

.insta-section .heading h2:before,
.insta-section .heading h2:after {
    content: "";
    border-bottom: 1px solid #E9E5E2;
    position: absolute;
    left: 0;
    width: 540px;
    top: 10px;
}

.insta-section .heading h2:after {
    left: auto;
    right: 0;
}

.insta-section .heading a.custom-buttons {
    margin-top: 30px;
    background: #484745;
    color: #fff;
    border-color: #484745;
    font-weight: bold;
}

.insta-section .heading a.custom-buttons:hover {
    background: #aa2121;
    border-color: #aa2121;
}

.crt-feed-window {
    height: auto !important;
}

.insta-section .crt-widget.crt-widget-branded {
    padding: 40px 0;
    max-width: 65%;
    margin: 0 auto;
}

.insta-section .crt-feed {
    margin: 0 -10px;
}

.insta-section .crt-widget.crt-widget-branded .crt-grid-post {
    margin-bottom: 21px;
}

.insta-section .crt-widget.crt-widget-branded .crt-grid-post .crt-post-c {
    padding: 0 10px;
}

.crt-widget-grid .crt-grid-post:first-child {
    width: 50% !important;
}

.insta-section .crt-widget.crt-widget-branded .crt-logo {
    font-size: 9px;
    color: #696969;
}


/*End-Home-page*/


/*Footer*/

footer {
    padding: 50px 0;
}

footer .f-links {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

footer h3 {
    margin-bottom: 20px;
}

footer a {
    font-size: 16px;
    color: #696969;
    margin-bottom: 20px;
    font-weight: 700;
}

footer a:hover {
    color: rgb(166, 66, 65);
}

footer li {
    margin-bottom: 10px;
}

footer li a {
    font-size: 15px;
    color: #696969;
    font-weight: 300;
}

footer ul.double-line li {
    display: inline-block;
    margin-right: -4px;
    width: 34%;
}


footer .copy-right p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

footer .copy-right p:first-child {
    margin-bottom: 20px;
}

footer .copy-right p a {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

footer .copy-right p a:hover,
footer .copy-right p a:focus {
    color: rgb(166, 66, 65);
}

footer .footer-left {
    display: inline-block;
    width: calc(100% - 233px);
}

footer .footer-right {
    vertical-align: top;
    float: right;
    width: 233px;
    text-align: right;
}

footer .social h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

footer .social li {
    display: inline-block;
    margin: 0 20px;
}

.set-country .modal-content {
    background: #EDE9E2 !important;
}

.set-country {
    max-width: 400px;
}

.set-country .modal-header {
    border: none;
    padding: 25px 0;
}

footer .social li:last-child {
    margin-right: 0;
}

footer .social li:first-child {
    margin-left: 0;
}

/*End-Footer*/


/*Listing-page*/

.listing-image {
    max-width: 200px;
    min-height: 200px;
    margin: 0 auto;
}

.listing-image.Accessories.BBQ-Accessories {
    position: relative;
}

.listing-image.Accessories.BBQ-Accessories img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    object-fit: cover;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.listing-image img {
    width: 200px;
    height: 200px;
    object-fit: initial;
    margin: 0 auto;
}

.inner-banner {
    position: relative;
}

.inner-banner img {
    width: 100%;
}

.banner-text h1 {
    text-transform: uppercase;
}

.main-part {
    background-color: #fff;
}

#breadcrumbs {
    padding: 25px 0;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li .b-active {
    color: #aa2121;
}

#breadcrumbs li a {
    color: #333;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
    color: #aa2121;
}

#breadcrumbs li a:after {
    content: ">";
    margin: 0 5px;
    font-size: 16px;
    vertical-align: middle;
}

#breadcrumbs li.line-link a:after,
#breadcrumbs li.arrow-none a:after {
    display: none;
}

.listing-page .listing-left {
    display: inline-block;
    vertical-align: top;
}

.listing-left .card-header {
    background: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.listing-left .card-header span {
    float: right;
    color: #9f9f9f;
    font-weight: normal;
    margin-top: 11px;
}

.listing-left .card-header span#cf {
    cursor: pointer;
}

.listing-left .card-header a {
    color: #787878;
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
}

.listing-left .card {
    border: none;
}

.card .card-body a {
    text-decoration: underline;
}

.filter-list li {
    margin-bottom: 10px;
}

.listing-video {
    text-align: center;
    position: relative;
    margin: 30px 0 110px 0;
}

.listing-video iframe {
    display: block;
    margin: 0 auto;
}

.listing-video .watch-now {
    background: #696969;
    color: #fff;
    padding: 15px 0;
    display: inline-block;
    border-radius: 15px;
    font-size: 14px;
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    max-width: 140px;
}

.listing-video .watch-now:hover,
.listing-video .watch-now:focus {
    background: #333;
}

.listing-video h4 {
    margin: 45px 0;
    font-size: 18px;
}

.listing-page .custom-heading h2 {
    color: #aa2121;
    font-weight: bold;
}

.listing-page .custom-heading:before,
.listing-page .custom-heading:after {
    top: 20px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    /*border-radius: 50%;*/
    border: 2px solid #666;
}

.custom-radio input:checked~.checkmark {
    border: 2px solid #b22209;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    /*border-radius: 50%;*/
    background: #b22209;
}

.custom-radio {
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    display: inline-block;
}

.filter-list label {
    margin: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.filter-list ul ul {
    margin-top: 10px;
    padding-left: 25px;
}

.listing-right {
    padding-left: 20px;
}

.listing-right .product-inner {
    text-align: center;
    margin-bottom: 70px;
}

.listing-right .product-inner img {
    max-width: 270px;
    height: auto;
}

.listing-right .product-inner h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 30px;
}

.listing-right .product-inner a {
    color: #707070;
}

.listing-right .product-inner a span {
    font-size: 10px;
    vertical-align: top;
}

.filter-list>ul {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.filter-list>ul:last-child {
    border-bottom: none;
}

.listing-right .product-inner .listing-imgs {
    overflow: hidden;
}

.listing-right .product-inner .listing-imgs img {
    object-fit: contain;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
}

.list-details .attachment ul li:before {
    display: none;
}

.list-details .attachment {
    width: 360px;
    border-bottom: 1px solid #ccc;
    margin: 40px 0 30px 0;
}

.list-details .attachment li svg {
    margin-bottom: 7px;
}

.list-details .attachment li strong {
    color: #707070;
    font-size: 16px;
}

.list-details h3 {
    color: #A64241;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.list-details h3 span,
.detail-page h2 span,
.trade-mrk {
    font-size: 14px;
    vertical-align: top;
    margin: 0 0 0 3px;
}

#breadcrumbs li span.trade-mrk,
.detail-top ul li span.trade-mrk {
    font-size: 8px;
    margin-right: 3px;
}

.list-details ul {
    margin: 20px 0;
}

.list-details ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 15px;
}

.list-details ul li:before {
    content: "";
    background: #A64241;
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100px;
}

.canadian-tire-btn {
    background: transparent;
    border: 1px solid #696969;
    border-radius: 5px;
    padding: 10px 25px;
    display: inline-block;
    font-size: 14px;
    color: #A64241;
    box-shadow: 0px 0px 5.82px 0.18px rgb(0 0 0 / 16%);
}

.canadian-tire-btn:hover {
    background: #f5f5f5;
}

.canadian-tire-btn:after {
    content: "";
    background-image: url(../images/canadian-tire-icon.svg);
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-size: 28px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.list-view {
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.list-view:last-child {
    border-bottom: none;
}

.list-view.border-none {
    border: none;
}


/*End-Listing-page*/


/*Contact-us*/

.contact-us-support .custom-heading {
    padding: 25px 0;
}

.contact-us-support .custom-heading:before,
.contact-us-support .custom-heading:after {
    top: 40px;
}

.contact-us-support .custom-heading h1 {
    font-family: 'Roboto' !important;
    font-size: 26px;
}

.cms-page {
    padding-bottom: 100px;
    background: transparent;
}

.cms-page h3 {
    font-size: 22px;
}

.cms-page ul {
    margin: 15px 0;
}

.cms-page ul li {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.cms-page ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #b22209;
    border-radius: 100px;
    top: 6px;
    left: 0;
}

.contact-us-page label {
    font-size: 14px;
    display: inline-block;
    width: 170px;
}

.contact-us-page label span {
    color: #ff0000;
}

.contact-us-page .single-field {
    margin-bottom: 20px;
}

.product-reg p.text-danger,
.contact-us-page .single-field .text-danger {
    padding-left: 172px;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0;
}

.product-reg .product-radio p.text-danger {
    padding: 0;
}

.contact-us-page .single-field.width-full p.text-danger {
    padding: 0;
}

.contact-us-page .single-field span.help-block.text-danger {
    padding: 0;
}

.contact-us-page .single-field span.help-block.text-danger strong {
    font-weight: normal;
    font-size: 13px;
}

.contact-us-page input,
.contact-us-page select,
.contact-us-page textarea {
    height: 40px;
    border: 1px solid #707070;
    padding: 10px;
    width: calc(100% - 180px);
    display: inline-block;
}

.contact-us-page input#attachment,
.contact-us-page input#proof-photo {
    padding: 6px 10px;
    border: none;
    background: #f3f3f3;
}

.date-purchase select {
    width: 110px;
}

.contact-us-support.contact-us-page textarea {
    height: 100px;
    resize: none;
    vertical-align: top;
}

.contact-us-page .width-full label {
    width: 100%;
    display: block;
}

.contact-us-page .width-full textarea {
    width: 100%;
    height: 200px;
}

.contact-us-page input[type="submit"] {
    background: #b22209;
    color: #fff;
    border-color: #b22209;
    font-weight: bold;
    width: auto;
    padding: 10px 40px;
    height: auto;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-us-page input[type="submit"]:focus,
.contact-us-page input[type="submit"]:hover {
    background: #fff;
    color: #b22209;
    transition: 0.3s;
}

.contact-us-page .submit-btn {
    margin-top: 30px;
}


/*End-Contact-us*/


/*Video-page*/

.custom-heading {
    text-align: center;
    position: relative;
}

.custom-heading h1 {
    font-weight: bold;
    font-size: 58px;
    color: #696969;
    font-family: 'Anton';
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0 60px;
}

.custom-heading:before,
.custom-heading:after {
    content: "";
    border-top: 1px solid #707070;
    display: block;
    position: absolute;
    width: 600px;
    top: 35px;
}

.custom-heading:after {
    left: auto;
    right: 0;
}

.video-list {
    margin-bottom: 30px;
}

.video-list h2 {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #696969;
    margin: 20px 0 0 0;
}

.video-list .video-div {
    position: relative;
}


/*.video-list .video-div:before {
    content: "";
    position: absolute;
    background-image: url(../images/video-icon.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-size: 40px;
    background-position: center;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.video-list .video-div img {
    width: 100%;
    /*box-shadow: 0 0 20px rgb(0 0 0 / 10%);*/
}

.video-page .inner-link {
    margin-top: 30px;
}

.video-page .inner-link a {
    color: #333;
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.video-page .inner-link a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.video-page h5 {
    border-top: 1px solid #707070;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}


/*End-Video-page*/


/*Manual-product*/

.manual-list table td {
    padding: 25px 0;
    border-bottom: 1px solid #C9C9C9;
}

.manual-list table td img {
    max-width: 130px;
}

.manual-list table td h3 {
    margin: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

.manual-list table td h3 span {
    display: block;
    text-transform: capitalize;
}

.manual-list table td h3 span.trade-mrk {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.manual-list table td a {
    font-size: 12px;
    margin: 0 30px 0 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.manual-list table td a:hover {
    color: #aa2121;
}

.manual-list table td a svg {
    display: block;
    margin: 0 auto 10px auto;
}

.manual-list table td strong,
.manual-list table td span {
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.manual-list table td svg path {
    fill: #333;
    transition: 0.3s;
}

.manual-list table td a:hover svg path {
    fill: #aa2121;
    transition: 0.3s;
}

.manual-list table tr:last-child td {
    border-bottom: none;
}

.manual-list table td span.manual-img {
    text-align: center;
    display: inline-block;
}

.manual-list table td span.manual-img img {
    max-height: 130px;
    min-height: 100%;
    background-size: cover;
    margin: 0 auto;
}

.product-pg input {
    margin-left: 10px;
    width: 280px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.product-pg a {
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
}

.product-pg a.manul-link {
    text-decoration: underline;
}

.product-pg a.manul-link:hover,
.product-pg a.manul-link:focus {
    color: rgb(166, 66, 65);
}

.add-more {
    text-align: center;
    position: relative;
}

.add-more h2 {
    font-size: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 15px 40px;
    z-index: 9;
    position: relative;
}

.add-more:before {
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
    top: 27px;
    height: 1px;
    width: 100%;
    z-index: 0;
}


/*End-Manual-product*/


/*Product-register*/

.product-reg {
    padding: 0 200px;
}

.product-reg input,
.product-reg select {
    height: 40px;
    border: 1px solid #707070;
    padding: 6px 10px;
}

.product-reg .fields-left input,
.product-reg .fields-left select {
    width: calc(100% - 180px);
}

.product-reg label {
    font-size: 16px;
    color: #696969;
}

.product-reg .fields-left label {
    width: 170px;
}

.product-reg .single-field {
    margin-bottom: 20px;
}

.product-reg .single-field span {
    display: inline-block;
}

.product-reg .single-field.date-fields select {
    width: calc(100% - 470px);
    margin-right: 10px;
}

.product-reg .fields-left.purchase-price input {
    width: calc(100% - 490px);
    margin: 0 5px;
}

.product-reg .single-field.serial-no input {
    width: calc(100% - 260px);
    margin-right: 10px;
}

.product-reg .single-field h4 {
    margin-bottom: 36px;
    font-size: 20px;
}

.product-radio ul li:before {
    display: none;
}

.product-radio ul li {
    padding: 0;
    margin-bottom: 5px;
}

.product-radio ul li label {
    margin: 0 0 0 9px;
    vertical-align: middle;
}

.product-radio ul li input[type="checkbox"],
.product-radio ul li input[type="radio"] {
    height: auto;
    vertical-align: middle;
}

.product-radio ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}

.product-radio h3 {
    min-height: 55px;
    margin: 0;
}

.product-radio .col-md-6:first-child {
    border-right: 1px solid #d3d3d3;
}

.product-radio p {
    margin: 30px 0 30px 0;
}

.submit-btn input:hover,
.submit-btn input:focus {
    background: #fff;
    color: #aa2121;
    transition: 0.3s;
}

.submit-btn {
    position: relative;
    text-align: center;
}

.submit-btn input {
    background: #aa2121;
    border: 1px solid #aa2121;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    transition: 0.3s;
}

.submit-btn:before,
.submit-btn:after {
    content: "";
    border-top: 1px solid #707070;
    display: block;
    position: absolute;
    width: 670px;
    top: 22px;
}

.submit-btn:after {
    left: auto;
    right: 0;
}

.product-radio {
    margin-top: 50px;
}

.product-reg .single-field span.errMsg {
    color: red;
    font-size: 13px;
    padding-left: 170px;
    padding-top: 5px;
}


/*End-Product-register*/


/*Faq-page*/

.card-header {
    background: transparent;
    padding: 0;
    border: none;
}

.card-header button {
    color: #aa2121 !important;
    font-size: 18px;
    padding: 0;
    text-decoration: none !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    border-top: 1px solid #aa2121 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.card {
    border: none;
}

.accordion ul {
    padding-left: 30px;
}

.accordion ul li {
    margin-bottom: 5px;
}

.card:first-child button {
    border: none !important;
}

.card-header button.collapsed:before,
.card-header button:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #aa2121;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-90deg);
    transition: 0.3s;
}

.card-header button:before {
    transform: rotate(0);
    transition: 0.3s;
    content: "";
}


/*End-Faq-page*/


/*Error-page*/

.error-page {
    padding: 0px 0 60px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#breadcrumbs li.color-red {
    color: #aa2121;
    font-weight: bold;
}

.error-page div#breadcrumbs {
    text-align: left;
}

.error-page p {
    font-size: 18px;
}

.error-page h3 {
    margin: 40px 0 20px 0;
    font-size: 35px;
}

.error-page a.custom-buttons {
    background: #aa2121;
    color: #fff;
    border-color: #aa2121;
    margin-top: 20px;
}

.error-page a.custom-buttons:hover,
.error-page a.custom-buttons:focus {
    background: #333;
    border-color: #333;
}


/*End-Error-page*/


/*Track-orders*/

.track-order-page {
    max-width: 1120px;
    margin: 40px auto 0px auto;
}

.track-order-page .order-box {
    border-radius: 20px;
    background: #EDE9E2;
    padding: 40px;
    margin-bottom: 40px;
}

.track-order-page .order-box h3 {
    color: #aa2121;
}

.track-order-page .order-box ul {
    padding-left: 30px;
}

.track-order-page .order-bottom {
    padding: 0 40px;
}

.track-order-page .order-bottom label {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #696969;
}

.track-order-page .order-bottom input {
    height: 40px;
    width: 100%;
    border: 1px solid #707070;
    padding: 0 10px;
}

.track-order-page .order-rields {
    margin-bottom: 30px;
}

.track-order-page input[type="button"] {
    background: #B22209;
    width: auto;
    height: auto;
    color: #fff;
    border: 1px solid;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: 0.3s;
    margin-bottom: 30px;
}

.track-order-page input[type="button"]:hover,
.track-order-page input[type="button"]:focus {
    color: #B22209;
    background: #fff;
    transition: 0.3s;
}

.track-order-page p {
    color: #707070;
    font-size: 16px;
}

.track-order-page .order-bottom p:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
}

.track-order-page .order-bottom p:first-child svg {
    width: 40px;
    float: left;
    margin-right: 20px;
    vertical-align: middle;
}


/*End-Track-orders*/


/*Detail-page*/

.detail-page .mobile-block h2 {
    display: none;
}

.detail-top ul {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.detail-top ul li {
    display: inline-block;
}

.detail-top ul li a {
    color: rgb(105, 105, 105);
}

.detail-top ul li:after {
    content: "|";
    padding: 0 10px;
    margin: 0 10px;
}

.detail-top ul li:last-child:after {
    display: none;
}

.detail-page #thumbcarousel .thumb {
    display: inline-block;
}

.support-page .support-top {
    margin-bottom: 70px;
}

.support-page .support-top h3 {
    text-align: center;
    margin: 20px 0;
    color: #696969;
    font-weight: bold;
}

.support-page .support-top img {
    width: 100%;
    box-shadow: 0px 0px 5.82px 0.18px rgb(0 0 0 / 16%);
}

.support-main-top {
    border-bottom: 1px solid #707070;
}

.support-page .second-br {
    margin-top: 20px;
    background: #ede9e2;
    margin-bottom: 60px;
}

.second-br {
    background: #ede9e2;
    margin: 30px 0;
}

.contact-us-support h3 {
    font-size: 20px;
    color: #aa2121;
}

.cms-page.contact-us-support ul {
    padding-left: 50px;
    margin: 25px 0 50px 0;
}

.detail-page h2 {
    color: #aa2121;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.detail-page ul.details-right {
    margin: 25px 0;
    border-top: 1px solid #b22121;
    border-bottom: 1px solid #b22121;
    padding: 20px 0;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
}

.detail-page ul.details-right li {
    color: #b22121;
    font-size: 16px;
    font-weight: bold;
    border-right: 2px solid #ccc;
    padding: 0 10px 0 0px;
    margin: 0 10px 0 0px;
}

.detail-page ul.details-right li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.detail-page ul.details-right li:last-child:after {
    border: none;
    padding: 0;
    margin: 0;
}

.detail-page p {
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.detail-page .canadian-tire-btn {
    margin: 50px 0;
}

.sec-pro-bar {
    background: #ede9e2;
    position: relative;
    padding: 20px;
    margin-top: 60px;
}

.sec-pro-bar ul li {
    display: inline-block;
    color: #aa2121;
    font-weight: bold;
    font-size: 16px;
}

.sec-pro-bar ul li:after {
    content: "";
    border-right: 1px solid #aa2121;
    padding: 0 40px 0 0px;
    margin: 0 40px 0 0;
}

.sec-pro-bar ul li:last-child:after {
    display: none;
}

.product-second {
    padding: 80px 0;
}

.product-second h3 {
    font-size: 20px;
    color: #b22209;
    font-weight: bold;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
}

.product-second ul {
    margin: 10px 0 20px 0;
}

.product-second ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.attachment {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.attachment ul li {
    display: inline-block;
    margin-right: 30px;
}

.attachment ul {
    margin: 0;
}

.attachment ul li svg {
    display: block;
    margin: 0 auto;
}

.attachment ul li a {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    margin: 0 10px;
    color: #707070;
}

.attachment ul li.video-link a {
    margin-left: 17px;
}

.attachment ul li a:hover {
    color: rgb(166, 66, 65);
}

.attachment ul li a svg path {
    transition: 0.3s;
}

.attachment ul li.video-link a:hover svg,
.attachment ul li.video-link a:focus svg,
.attachment ul li a:hover svg path {
    fill: rgb(166, 66, 65);
    transition: 0.3s;
}

.related-product {
    margin: 50px 0;
}

.related-product h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #b22209;
    position: relative;
}

.related-product h4:before,
.related-product h4:after {
    content: "";
    border-top: 2px solid #DCDDDE;
    position: absolute;
    width: 280px;
    left: 0;
    top: 10px;
}

.related-product h4:after {
    left: auto;
    right: 0;
}

.product-second .carousel-inner {
    text-align: center;
}

.product-second .carousel-indicators {
    position: unset;
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
}

.product-second .carousel-indicators li {
    border: 1px solid #ccc !important;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    position: relative;
    border-radius: 100px;
    display: inline-block;
}

.product-second .carousel-indicators li.active {
    border: 1px solid #aa2121 !important;
}

.product-second .carousel-indicators li.active:after {
    background: #aa2121;
    width: 9px;
    height: 9px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 3px;
    right: 0;
    border-radius: 100px;
    top: 3px;
}

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: rgb(166, 66, 65);
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 525px;
    margin-right: 8px;
    background: transparent;
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
}

.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}


/* Atelierbram edit */

.carousel-main img {
    display: block;
    margin: 0 auto;
}

.related-product .owl-stage-outer {
    margin-top: 60px;
}

.related-product .owl-stage-outer .item img {
    max-width: 250px;
    margin: 0 auto;
}

.related-product .owl-nav,
.featured-img .owl-nav {
    display: block !important;
}

.related-product .owl-nav button,
.featured-img .owl-nav button {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.related-product .owl-nav button span,
.featured-img .owl-nav button span {
    font-size: 60px;
    color: rgb(166, 66, 65);
}

.detail-page .owl-nav button span {
    display: none;
}

.related-product .owl-nav button.owl-next,
.featured-img .owl-nav button.owl-next {
    right: 0;
}

.related-product .owl-stage-outer .item img {
    max-width: 250px;
    margin: 0 auto;
    max-height: 250px;
    object-fit: contain;
}

.detail-page .owl-nav .owl-prev:before,
.detail-page .owl-nav .owl-next:before {
    content: "\f104";
    font-size: 50px;
    color: rgb(166, 66, 65);
    font-family: FontAwesome;
}

.detail-page .owl-nav .owl-next:before {
    content: "\f105";
}

.detail-page .featured-img .owl-dots button {
    width: 20px;
    height: 20px;
    border: 2px solid #C9C9C9 !important;
    border-radius: 100px;
    margin: 0 5px;
}

.detail-page .featured-img .owl-dots button.active {
    border: 2px solid rgb(166, 66, 65) !important;
}

.detail-page .featured-img .owl-dots {
    text-align: center;
}

.detail-page .featured-img .owl-dots button span {
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
}

.detail-page .featured-img .owl-dots button.active span {
    background: rgb(166, 66, 65);
}


/*End-Detail-page*/


/*warranty-page*/

.warrant-page div#horizontalTab {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.warrant-page.cms-page ul li:before {
    display: none;
}

.r-tabs-tab {
    background: #ccc;
    padding: 10px 50px;
    width: 50%;
    margin-right: -3px;
    text-align: center;
}

.r-tabs-tab a {
    color: #333;
    display: block;
    padding: 10px;
}

.r-tabs-tab.r-tabs-state-active {
    background: #aa2121;
}

.r-tabs-tab.r-tabs-state-active a {
    color: #fff;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    padding: 0;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}


/* Accordion responsive breakpoint */

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }

    .r-tabs .r-tabs-accordion-title a {
        color: #fff;
        background: #aa2121;
        display: block;
        padding: 10px;
        border-bottom: 1px solid;
    }

    .r-tabs .r-tabs-accordion-title a:after {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        float: right;
        margin-top: 2px;
        transition: 0.3s;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transition: 0.3s;
        margin-top: 7px;
    }
}

.left-wrannty h3,
.right-wrannty h3 {
    font-weight: bold;
    border-bottom: 1px solid #878787;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #878787;
}

.left-wrannty p {
    margin-bottom: 2px;
}

.cms-page .left-wrannty ul {
    padding-left: 30px;
    margin: 5px 0 20px 0;
}

.cms-page .left-wrannty ul li {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.right-wrannty ol {
    margin: 15px 0;
    padding-left: 17px;
}

.right-wrannty ol li {
    list-style: auto;
    margin-bottom: 10px;
}

.right-wrannty ol[type="a"] li {
    list-style: inherit;
}

.left-wrannty .box {
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

.left-wrannty .box h5 {
    background: #ccc;
    padding: 10px;
    font-size: 15px;
}

.left-wrannty .box strong,
.left-wrannty .box p {
    padding: 0 10px;
}


/*Endwarranty-page*/


/*Troubleshooting-page*/

.troubleshooting-page.cms-page ul.r-tabs-nav li:before,
.faq-pages.cms-page ul.r-tabs-nav li:before {
    display: none;
}

.troubleshooting-page .r-tabs-tab,
.faq-pages .r-tabs-tab {
    background: transparent;
    width: auto;
    margin-right: 15px;
}

.troubleshooting-page .r-tabs-tab a,
.faq-pages .r-tabs-tab a {
    width: auto;
    padding: 0;
    color: #333;
}

.troubleshooting-page .r-tabs-tab.r-tabs-state-active a,
.faq-pages .r-tabs-tab.r-tabs-state-active a {
    color: #aa2121;
}

.troubleshooting-page.cms-page ul.r-tabs-nav li:first-child,
.faq-pages.cms-page ul.r-tabs-nav li:first-child,
.faq-pages.cms-page ul.r-tabs-nav li:nth-child(2) {
    border-right: 1px solid #696969;
    padding-right: 15px;
}


/*End-Troubleshooting-page*/


/*How-to-page*/

.single-list-how {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 10%);
    margin: 20px 0;
    border-radius: 10px;
}

.single-list-how a {
    padding: 15px;
    color: #696969;
    display: block;
}

.single-list-how a h3 {
    font-size: 20px;
}

.single-list-how a:hover,
.single-list-how a:focus {
    color: #aa2121;
}

.how-to-inner .inner-content {
    padding: 0 25px;
}

.how-to-inner .inner-content ul {
    padding-left: 25px;
    margin: 25px 0;
}

.how-to-inner .inner-content ul ul {
    margin-bottom: 30px;
}

.how-to-inner .inner-content h5 {
    margin: 35px 0 10px 0;
}

.how-to-inner .inner-content p,
.how-to-inner .inner-content li {
    font-size: 16px;
}

.how-to-inner .inner-content li {
    margin-bottom: 2px;
}

.how-to-inner ol li {
    list-style: auto;
    margin-bottom: 15px;
}

.how-box {
    border: 1px solid #ede9e2;
}

.how-box h5 {
    background: #ede9e2;
    color: #aa2121;
    padding: 10px;
    font-weight: bold;
    margin: 0;
}

.how-box ul li:before {
    display: none;
}

.how-box ul {
    padding: 0;
    margin: 0;
}

.how-box ul li {
    padding: 0;
    margin: 0;
}

.how-box ul li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    color: #000;
}

.how-box ul li a.active,
.how-box ul li a:hover {
    background: #aa2121;
    color: #fff;
}

ol.pad-left-15 {
    padding-left: 15px;
}

.cms-page strong {
    font-size: 16px;
}

.warning_content {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.warning_content .warning_symbol {
    display: inline-block;
}

.warning_content h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.warning_content p {
    margin: 10px 0 0 0;
}

.paragraphsubhead {
    font-weight: bold;
    margin: 0px;
}

.minimumtemp p.paragraphhead {
    text-align: center;
    padding: 10px;
}

.minimumtemp p {
    text-align: center;
}

.minimumtemp {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 50px 0px 50px;
}

.minimumtemp table.minimumtemptable td {
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.minimumtemp table.minimumtemptable td:last-child {
    border-right: 0;
}

.minimumtemp p.source {
    padding: 10px 10px 0px 10px;
}

table.minimumtemptable {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.support_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.support_table td {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.support_table th {
    background: #f3f3f3;
    padding: 10px;
    font-size: 14px;
}

.leftsupporticon_paragraph {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
    padding-left: 20px;
}

.leftsupporticon {
    width: 100px;
    display: inline-block;
    margin-top: 20px;
}


/*How-to-page*/


/*Thank-you*/

.thank-you-inner h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.thank-you-inner a {
    background: #aa2121;
    color: #fff;
    padding: 15px 50px;
    display: inline-block;
    margin: 50px 0 0 0;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.thank-you-inner a:hover,
.thank-you-inner a:focus {
    background: #333;
}

.thank-you-inner {
    padding: 0px 0 100px 0;
    text-align: center;
}

.thank-you-inner img {
    max-width: 300px;
    margin-top: -1px;
    margin-bottom: 50px;
}

.contact-thank-you h1 {
    margin: 20px 0 10px 0;
}

.contact-thank-you div#mc_embed_signup {
    max-width: 800px;
    font-size: 16px;
}

.contact-thank-you p a {
    color: #b72c28;
}

.contact-thank-you .pro-box {
    border: 1px solid #ccc;
    background: #e7e2da;
    padding: 30px;
    margin-top: 30px;
}

form#mc-embedded-subscribe-form {
    max-width: 880px;
    margin: 0 auto;
}

form#mc-embedded-subscribe-form label {
    display: block;
    text-align: left;
    margin: 0 0 5px 0;
    font-weight: bold;
}

form#mc-embedded-subscribe-form input {
    display: block;
    margin: 0 !important;
    width: 100%;
    height: 40px;
    border-radius: 0;
    max-width: 100%;
}

.contact-thank-you {
    border-top: 1px solid #cccc;
    border-bottom: 1px solid #cccc;
    padding: 10px 0 100px 0;
}

form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
    width: auto;
    padding: 10px 40px;
    height: auto;
}


/*End-Thank-you*/

.product-radio .g-recaptcha {
    margin-top: 30px;
}

.track-order-page div#results_div {
    margin: 0 40px;
}

/* Select Country */
.set-country img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.set-country span {
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
}

.set-country .modal-header {
    display: block;
    text-align: left;
}

.set-country .modal-header h4 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    font-weight: normal;
}

.set-country .modal-header .close {
    padding: 0;
    margin: -60px 10px 0 auto;
}

.country-sub {
    position: relative !important;
}

.header-country img {
    max-width: 45px;
    padding: 18px 13px;
}

.header-country a {
    padding: 0 !important;
    display: block;
}

#cssmenu .country-sub ul {
    max-width: 200px;
    min-height: unset;
    padding: 0;
    top: 55px;
    right: 0 !important;
}

#cssmenu .country-sub ul li a {
    display: block;
    text-transform: uppercase;
    color: rgb(72, 71, 69);
}

#cssmenu .country-sub ul li a img {
    max-width: 20px;
    margin-right: 5px;
}

.footer-country img {
    max-width: 25px;
    text-align: right;
    margin: 0 0 0 15;
}

.copyright-bottom {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.mobile-display {
    display: none;
}

.set-country a {
    color: #000;
}

.set-country a:hover,
.set-country a:focus {
    color: #d80027;
}

.tablet,
.mobile {
    display: none;
}

.hover-img {
    position: relative;
}

.hover-img a {
    position: absolute;
    bottom: 16%;
    background: #fff;
    left: 6.5%;
    padding: 20px 65px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
}

.hover-img a:hover,
.hover-img a:focus,
.hover-img a:active {
    background: #b72c28;
    color: #fff;
}

/* 14-02-2025 */
.new-youtube-video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0px 10px;
}

.home-video video {
    width: 100%;
}

.banner-text button {
    background: #fff;
    padding: 14px 30px;
    font-size: 15px;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.3s;
    display: inline-block;
    border: none;
}

.banner-text button:hover,
.banner-text button:focus,
.banner-text button:active {
    background: #b72c28;
    color: #fff;
    border: none;
    outline: none;
    transition: 0.3s;
}

.home-video {
    position: relative;
}

#youTubeModel .modal-content {
    background: transparent;
    border: none;
}

#youTubeModel .modal-content .modal-header {
    padding: 0;
    border: none;
}

#youTubeModel .modal-content button.btn-close {
    background: transparent;
    color: #fff;
    font-size: 22px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 0 0 auto;
    border: 1px solid #fff;
    line-height: 10px;
    transition: 0.3s;
}

#youTubeModel .modal-content button.btn-close:hover,
#youTubeModel .modal-content button.btn-close:focus {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
    .hover-img a {
        padding: 16px 50px;
        font-size: 14px;
    }

    .home-video img {
        height: unset;
        object-fit: unset;
    }
}

@media only screen and (max-width: 991px) {

    /* .home-video iframe {
        height: 350px;
    } */
    .new-youtube-video {
        grid-template-columns: 1fr 1fr;
    }

    .tablet {
        display: block;
        text-align: center;
    }

    .desktop {
        display: none;
    }

    .hover-img a {
        padding: 10px 35px;
        font-size: 12px;
        bottom: 11%;
        left: 11%;
    }
}

@media only screen and (max-width: 767px) {

    /* .home-video iframe {
        height: 250px;
    } */
    .new-youtube-video {
        grid-template-columns: 1fr;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
        text-align: center;
    }

    .hover-img a {
        left: 8%;
    }

    .mobile img {
        width: 100%;
    }

    #youTubeModel iframe {
        height: calc(100vh - 100px);
    }
}

@media only screen and (max-width: 545px) {
    .hover-img a {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 400px) {
    .hover-img a {
        padding: 5px 17px;
    }
}

/* End 14-02-2025 */



/* New */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

/* Dropdown */
.currency-dropdown {
    position: relative;
    width: 180px;
    z-index: 99;
}

.dropdown-btn {
    width: 100%;
    padding: 12px 14px;
    background: #fff;
    border: 1.6px solid #d9d9d9;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
}

.dropdown-btn:hover {
    border-color: #7aa2ff;
    box-shadow: 0 4px 10px rgba(123, 163, 255, 0.25);
}

.flag {
    width: 22px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
}

.label {
    flex: 1;
}

.custom-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: 0.3s ease;
    margin-left: auto;
    margin-top: -4px;
}

.dropdown:hover .arrow {
    transform: rotate(225deg);
    margin-top: 3px;
}

.dropdown-list {
    position: absolute;
    top: 110%;
    width: 100%;
    background: #ffffff;
    border: 1.6px solid #e0e0e0;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: 0.3s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.currency-dropdown:hover .dropdown-list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-6px);
}

.dropdown-item {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background: #f4f7ff;
}

.thank-you-page.finish-later .thankyou-btn a {
    background: #fc5c6f;
    color: #fff;
}

.thank-you-page.finish-later .thankyou-btn a:hover,
.thank-you-page.finish-later .thankyou-btn a:focus {
    background: #000;
}

.grill-housing-list {
    padding-left: 40px !important;
}

.grill-housing-list li {
    list-style: lower-alpha;
    padding-left: 8px !important;
}

.grill-housing-list li::before {
    display: none;
}

@media (max-width: 767px) {
    .currency-dropdown {
        width: 160px;
    }

    .dropdown-btn {
        padding: 9px;
        border-radius: 7px;
    }
}

@media (max-width: 575px) {

    .add-criminal-row-btn,
    .add-migratory-row-btn {
        text-align: left !important;
    }
}

@media (max-width: 545px) {
    .dropdown-btn {
        padding: 9px;
        font-size: 12px;
        gap: 7px;
    }

    .dropdown-item {
        min-width: auto;
    }

    .plan-details {
        margin-bottom: 5px;
    }

    .thank-you-page .thankyou-btn {
        gap: 5px;
    }
}


@media (max-width: 399px) {
    .currency-dropdown {
        width: 135px;
    }
}




footer .f-links {
    margin-right: 0;
}

.footer-inner-left {
    display: flex;
    gap: 50px;
}

footer .f-links:last-child {
    width: unset;
}

footer ul.double-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
}

footer ul.double-line li {
    width: auto;
    display: block;
    margin-right: 0;
}

@media (max-width: 1299px) {
    .footer-inner-left {
        gap: 30px;
    }

    footer ul.double-line {
        gap: 0 20px;
    }
}


@media (max-width: 1024px) {
    footer ul.double-line {
        grid-template-columns: 1fr;
    }

    footer .footer-left {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px !important;
    }

    footer .footer-right {
        float: none !important;
        text-align: left !important;
    }

    footer .social h3 {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .footer-inner-left {
        flex-direction: column;
        gap: 15px;
    }

    footer h3 {
        margin-bottom: 10px;
    }

    footer .footer-left {
        margin-bottom: 0;
    }

    footer ul.double-line {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 649px) {
    footer li a {
        font-size: 14px !important;
    }

    .footer-inner-left {
        gap: 10px;
    }

    .copyright-bottom {
        margin-top: 0;
    }
}

@media (max-width: 439px) {
    footer ul.double-line {
        grid-template-columns: 1fr;
    }
}

.custom-file {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background: #f8f8f8;
    height: 34px;
    font-size: 14px;
    width: 100%;
    max-width: 420px;
    position: relative;
}

.custom-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file-btn {
    padding: 6px 12px;
    border-right: 1px solid #ccc;
    background: #e9e9e9;
    white-space: nowrap;
}

.custom-file-text {
    padding: 6px 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.label-full-width {
    width: unset !important;
    margin: 0 20px 0 0 !important;
    white-space: nowrap;
}

.single-field.d-flex {
    align-items: center;
    width: 100% !important;
}

.input-full-width {
    max-width: 100% !important;
}

.input-full-width input {
    width: 100% !important;
}

/* Detail page */
.detail-page .carousel-nav button {
    width: 30px;
    height: 30px;
}

@media only screen and (min-width: 1281px) and (max-width: 1650px) {
    .main-logo {
        margin-left: 70px;
    }
}