/*$font-secondary: 'Rubik', sans-serif;*/

/*
   Reset.scss
   v2.0 | 20110126
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======= Global ======= */

body {
    font-family: "Roboto", sans-serif;
    background: #ffffff;
    line-height: 1.4;
    font-size: 16px;
    color: #000000;
}

body.open {
    overflow: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    /*overflow: hidden;*/
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input,
a,
button,
select,
textarea {
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.border-top {
    border-top: 1px solid #D6D6D6;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 25px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-32 {
    padding-top: 32px !important;
}

.pt-4 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 25px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-5 {
    padding-bottom: 25px;
}

/* ======= Typography ======= */

strong,
b {
    font-weight: bold;
}

em {
    font-style: italic;
}

.fa-phone {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

hr {
    opacity: 0.4;
    margin-top: 35px;
    margin-bottom: 35px;
}

p {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

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

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

.font-bold {
    font-weight: 600;
}

.font-bolder {
    font-weight: 700;
}

.text-justify {
    text-align: justify;
}

.font-small {
    font-size: 16px;
    line-height: 1;
}

.font-medium {
    font-size: 21px;
    line-height: 1;
}

.font-large {
    font-size: 42px;
    line-height: 1;
}

.fz-29px {
    font-size: 29px;
}

.mobile-visible {
    display: none !important;
}

.desktop-visible {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

/* ======= ICON ======= */

.stars-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stars-rating .star {
    background: url("../img/svg/star-raiting.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 34px;
    height: 34px;
}

/* ======= DROPDOWN ======= */

.dropdown-toggle {
    background: #fff;
    padding-right: 40px;
    border: 1px solid #D6D6D6;
}

.dropdown-toggle:after {
    content: '';
    background: url("../../img/svg/chevron-down.svg") no-repeat;
    margin: auto;
    position: absolute;
    right: 20px;
    width: 16px;
    height: 14px;
    border: none;
}

.dropdown-toggle + .dropdown-menu {
    min-width: 100px;
    width: 100%;
}

.dropdown-toggle + .dropdown-menu li {
    padding: 0 12px;
}

.dropdown-toggle + .dropdown-menu li:hover {
    background: #DCDCE7;
}

.dropdown-toggle + .dropdown-menu li a:hover {
    text-decoration: none;
}

.zm-btn {
    background: #e31836;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    /*padding: 14px 24px;*/
    padding: 10px;
    line-height: 1;
}

.zm-btn:hover {
    background: #e31836c4;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

/* ======= Header ======= */

.header {
    background: #fff;
    padding: 16px 10px;
    z-index: 9;
    /*position: fixed;*/
    position: sticky;
    width: 100%;
    top: 0;
}

.header .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
}

.header .container-fluid .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
}

.header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo a img {
    max-width: 220px;
    width: 100%;
    object-fit: contain;
}

.header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.header nav ul.list {
    height: 50px;
}

.header nav ul li {
    padding: 0 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header nav ul li:not(:last-child):after {
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    content: '';
    width: 1px;
    background: #000;
}

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

.header nav ul li ul.sub-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 245px;
    height: auto;
    top: 49px;
    left: 0;
    padding: 10px 0;
    z-index: 99;
    -webkit-border-radius: 3px;
    border-radius: 0;
    background: #3ab5e5;
    /*     &:after {
              content: '';
              display: block;
              position: absolute;
              left: 140px;
              bottom: 100%;
              width: 0;
              height: 0;
              border-bottom: 10px solid #3ab5e5;
              //border-bottom: 10px solid #3ab5e5;
              border-top: 10px solid transparent;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;

              @include media-break-point-tablet {
                left: 70px;
                bottom: 100%;
              }
            }*/
}

.header nav ul li ul.sub-list li {
    padding: 7px 15px;
}

.header nav ul li ul.sub-list li:last-child {
    margin-bottom: 0;
}

.header nav ul li ul.sub-list li a {
    font-size: 16px;
    white-space: nowrap;
    color: #3e3e3e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header nav ul li ul.sub-list li:after {
    display: none;
}

.header nav ul li ul.sub-list li:hover {
    background: #F3F3F5;
}

.header nav ul li ul.sub-list li:hover a {
    color: #3e3e3e;
}

.header nav ul li.menu-has-children:hover {
    background: #3ab5e5;
}

.header nav ul li.menu-has-children:hover:before {
    content: '';
    background-color: #fff;
    height: 100%;
    position: absolute;
    width: 3px;
    left: -3px;
}

.header nav ul li.menu-has-children:hover a {
    color: #fff;
}

.header nav ul li.menu-has-children:hover ul.sub-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header nav ul li.menu-has-children:hover:after {
    display: none;
}

.header .search-page.search-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header .search-page.search-block .search-block--item {
    padding: 0;
}

.header .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #908e8f;
    cursor: pointer;
}

.header .mobile-menu span {
    width: 100%;
    height: 3px;
    background: #908e8f;
    margin-bottom: 4px;
}

.header .mobile-menu span:last-child {
    margin-bottom: 0;
}

/* ======= Footer ======= */
.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 20px;
    background: #221f20;
    color: #fff;
}

.footer-col-follow {
    min-height: 380px;
}

.footer .contact-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
}

.footer .contact-us p {
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.footer .contact-us p:nth-child(1) {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.footer .contact-us p:nth-child(2),
.footer .contact-us p:nth-child(3) {
    font-size: 21px;
}

.footer .contact-us p:nth-child(2) a,
.footer .contact-us p:nth-child(3) a {
    color: #fff;
}

.footer .contact-us .text-btn {
    background: #A0A0A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    height: 45px;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 40px auto 40px;
}

.footer .contact-us .text-btn p {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
}

.footer .contact-us .text-btn img {
    height: 32px;
    width: 38px;
    margin-right: 5px;
    margin-left: -10px;
}

.footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer-nav .footer-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer-nav .footer-col .footer-col--item {
    margin-bottom: 15px;
}

.footer .footer-nav .footer-col .footer-col--item.heading {
    color: #11bef6;
}

.footer .footer-nav .footer-col .footer-col--item a {
    color: #fff;
}

.footer .footer-nav .footer-col .footer-col--item img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ======= Home Page ======= */
.content {
}

.content img {
    width: 100%;
    object-fit: contain;
}

.hero-slider {
    margin-bottom: 10px;
}

.hero-slider-item,
.school-page .school-jacket-bg {
    background: #6ba7d9;
    background: -moz-linear-gradient(top, #ffffff 0%, #64a0d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #64a0d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #64a0d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#64a0d6', GradientType=0); /* IE6-9 */
    position: relative;
    padding-top: 24px;

}

.hero-slider-item img {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-slider-item .hero-heading,
.school-page .school-name {
    font-size: 90px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 0.8;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: auto;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
}

.hero-slider-item .sub-heading {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    cursor: auto;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
}

.hero-slider-item .sub-heading .x-mas-offer {
    background: #e31836;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
    padding: 8px 16px;
    line-height: 1;
}

.custom-notice {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #e31836;
    cursor: auto;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
}

.product-page .custom-notice {
    margin-top: 15px;
}

.content .golden-delimiter {
    height: 94px;
    background: #af9e52;
    background: -webkit-gradient(left top, right top, color-stop(0%, #776c38), color-stop(50%, #fff195), color-stop(100%, #776c38));
    background: -webkit-linear-gradient(left, #776c38 0%, #fff195 50%, #776c38 100%);
    background: -o-linear-gradient(left, #776c38 0%, #fff195 50%, #776c38 100%);
    background: -webkit-gradient(linear, left top, right top, from(#776c38), color-stop(50%, #fff195), to(#776c38));
    background: linear-gradient(to right, #776c38 0%, #fff195 50%, #776c38 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.content .golden-delimiter .black-frame {
    height: 84PX;
    text-align: justify;
    text-transform: uppercase;
    border: 3px solid #000;
    padding: 0 3px;
}

.content .golden-delimiter .black-frame p {
    margin-bottom: 0;
    margin-top: 1px;
    font-size: 31px;
    line-height: 31px;
}

.content .golden-delimiter .black-frame span {
    font-size: 49px;
    font-weight: 700;
    line-height: 1;
}

#testimonials-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content .features-block {
    margin-bottom: 10px;
}

.content .features-block .col-md-6 {
    position: relative;
}

.content .features-block .col-md-6 .inner {
    padding-bottom: 35px;
    background: #F3F3F5;
}

.content .features-block .col-md-6:nth-child(1) {
    padding-left: 0;
    padding-right: 5px;
}

.content .features-block .col-md-6:nth-child(3) {
    padding-right: 0;
    padding-left: 5px;
}

.content .features-block .img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F5;
    height: 400px;
}

.content .features-block .img-wrapper.pt20 {
    padding-top: 20px;
}

.content .features-block .img-wrapper.pt-20 {
    padding-top: 20px;
}

.content .features-block .heading {
    background: #F3F3F5;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 19px 0 10px;
    color: #000;
}

.content .features-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.content .testimonials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content .testimonials-block {
    background: #f3f3f4;
    padding: 11px 75px 0;
}

.content .testimonials-block .heading {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
}

.content .testimonials-block .sub-heading {
    font-size: 16px;
    color: #7f7f86;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content .testimonials-block .testimonials-item {
    max-width: 48%;
    margin-bottom: 25px;
}

.content .testimonials-block .testimonials-item .stars-rating {
    margin-bottom: 20px;
}

.content .testimonials-block .testimonials-item .stars-rating .star {
    margin-right: 10px;
}

.content .testimonials-block .testimonials-item .feedback {
    color: #909096;
    font-size: 16px;
    margin-bottom: 10px;
}

.content .testimonials-block .testimonials-item .name {
    font-weight: bold;
    font-size: 16px;
}

.content .video-block {
    padding: 24px 0 42px;
}

.content .video-block .heading {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.content .video-block .iframe-wrapper {
    margin: 0 auto 42px;
}

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

.content .video-block .zm-btn {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

.fade-block {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b5;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fade-block.open {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* ======= School Page ======= */
.school-page {
    background: #fff;
}

/*.school-page .school-jacket-bg {*/
/*padding: 130px 0 0;*/
/*background: #6ba7d9;*/
/*background: -moz-linear-gradient(top, #ffffff 0%, #64a0d6 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top, #ffffff 0%, #64a0d6 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom, #ffffff 0%, #64a0d6 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#64a0d6', GradientType=0); !* IE6-9 *!*/
/*position: relative;*/
/*}*/

.school-page .container-fluid .description-block {
    max-width: 1565px;
    width: 100%;
    margin: auto;
    padding-top: 18px;
}

.school-page .container-fluid .description-block p {
    max-width: 1073px;
    margin: 0 auto 32px;
}

.school-page .school-jacket-bg img {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.school-page h3 {
    font-size: 42px;
    text-align: center;
    color: #004712;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.school-page h1.school-title {
    font-size: 42px;
    text-align: center;
    color: #004712;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.school-page p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 24px;
}

.school-page p a {
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.school-page p a:hover {
    text-decoration: underline !important;
}

.school-page .zm-btn {
    margin: 0 auto 32px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

.school-page p.school-name-city {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
}

.school-page .features-block {
    background: #f3f3f4;
}

.school-page .features-block .zm-btn {
    margin: 30px auto 42px;
}

.school-page .golden-delimiter {
    width: 100%;
    margin-bottom: 10px;
}

.school-page .school-jacket-example {
    margin: 32px auto;
}

.school-page .school-jacket-example .heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    text-transform: capitalize;

}


.school-page .school-jacket-example .heading i {
    text-transform: lowercase;
}

.school-page .school-jacket-example .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 50px;
}

.school-page .school-jacket-example .row .col-md-6 {
    padding: 0 16px;
}

/* ======= Free Sizing Samples ======= */

.how-to-order.free-sizing-samples {
    margin-bottom: 0;
}

.free-sizing-samples .sizing-samples {
    padding: 32px;
    margin-bottom: 32px;
}

.content h1, 
.free-sizing-samples .sizing-samples h1, 
.free-sizing-samples .sizing-samples h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1;
    text-align: center;
}

.free-sizing-samples .sizing-samples p {
    /*font-size: 21px;*/
    font-size: 16px;
    font-weight: 400;
    /*margin-bottom: 12px;*/
    margin-bottom: 8px;

    text-align: center;
    line-height: 1;
}

.free-sizing-samples h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.free-sizing-samples p {
    font-size: 16px;
}

.free-sizing-samples ol {
    list-style: decimal;
    padding-left: 40px;
}

.free-sizing-samples p,
.free-sizing-samples ol li {
    margin-bottom: 12px;
}

.free-sizing-samples p, .free-sizing-samples ol li:last-child,
.free-sizing-samples ul li:last-child {
    margin-bottom: 0;
    line-height: 1.3;
}

.free-sizing-samples ul li {
    margin-bottom: 5px;
}

.free-sizing-samples ul li p {
    margin-bottom: 0;
}

.how-to-order {
    margin-bottom: 32px;
}

.size-chart .container {
    display: flex;
    flex-direction: column;
}

.size-chart .bg-grey .text-center {
    margin-bottom: 8px;
}

.size-chart .container .how-to-order {
    width: fit-content;
    margin: 0 auto;
}

.how-to-order li a {
    color: #11bef6;
}

.free-sizing-samples .zm-btn {
    margin: 42px auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

/* ======= Product Page ======= */
.product-page .heading-block {
    padding: 32px;
    margin-bottom: 32px;
}

.product-page .inner-container {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
}

.product-page h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1;
    text-align: center;
}

.product-page .heading-block ul {
    margin-bottom: 32px;
}

.product-page .heading-block ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
}

.product-page .heading-block .price-example p {
    line-height: 21px;
}

.dropdown .dropdown-menu .color-sample {
    display: block;
    background: red;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #b7b7b7;
}

.product-page .sub-section {
    margin-bottom: 50px;
}

.product-page .sub-section h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1;
}

.product-page .sub-section .form-group {
    margin-bottom: 18px;
}

.product-page .sub-section .form-group input {
    width: 100%;
    background: #F3F3F5;
    border-radius: 4px;
    height: 42px;
    border: none;
}

.product-page .sub-section .form-group .lettersCount {
    font-size: 16px;
    color: #000;
    text-align: right;
}

.product-page .sub-section .form-group textarea {
    background: #F3F3F5;
    height: 218px;
    width: 100%;
    resize: none;
    border: none;
}

textarea {
    border: none;
}

.product-page form .green-btn {
    display: block;
    height: 62px;
    width: 152px;
    margin: 0 auto;
    background: #15A04A;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 74px;
    border: none;
}

.product-page form .green-btn:hover {
    opacity: 0.8;
}

.product-page .sub-section .estimated-price {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

/* ======= Custom dropdown ======= */
.dropdown {
    padding: 8px 11px;
    background: #F3F3F5;
    font-size: 16px;
    border-radius: 4px 4px 0px 0px;
}

.dropdown .dropdown-toggle {
    background: #F3F3F5;
    border: none;
    color: #B7B7B7;
}

.dropdown .dropdown-toggle .carret-icon {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.dropdown-toggle + .dropdown-menu {
    top: 5px !important;
    left: -12px !important;
    padding: 0;
    box-sizing: content-box;
}

.dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 8px;
}

.dropdown .dropdown-item:nth-child(odd) {
    background: #F3F3F5;
}

.dropdown .dropdown-item span {
    margin-right: 8px;
}

.dropdown.show,
.dropdown-menu.show {
    border: 1px solid #000;
}

/* ======= Dropdowns Sample's Colors ======= */
.dropdown .dropdown-menu .color-sample.color-white {
    background: #fff;
}

.dropdown .dropdown-menu .color-sample.color-black {
    background: #000;
}

.dropdown .dropdown-menu .color-sample.color-heather-grey {
    background: #6B6B65;
}

.dropdown .dropdown-menu .color-sample.color-maroon {
    background: #511E26;
}

.dropdown .dropdown-menu .color-sample.color-burgundy {
    background: #5A0711;
}

.dropdown .dropdown-menu .color-sample.color-scarlet {
    background: #CE1126;
}

/* ======= FAQ page ======= */
.content h1, .content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    text-align: center;
}

.money-back h1{
    margin-top: 8px;
    margin-bottom: 9px;
}

.faq-page h1, .faq-page h2 {
    margin-top: 32px;
    text-align: center;
}

.faq-page h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.faq-page.content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.faq-page .question-block {
    margin-bottom: 32px;
    padding: 0 15px;
}

.faq-page .zm-btn {
    margin: 42px auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

.faq-page .questions-list .questions-list--item {
    margin-bottom: 12px;
}

.faq-page .questions-list a,
.faq-page .answer-list a {
    font-size: 16px;
    color: #11BEF6;
}

.faq-page .questions-list a:hover,
.faq-page .answer-list a:hover {
    text-decoration: underline;
}

.faq-page .video-block {
    padding: 0;
    margin-bottom: 32px;
}

.faq-page .video-block .iframe-wrapper {
    margin-bottom: 0;
}

.faq-page .video-block .heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
}

.faq-page .answer-block {
    padding: 0 15px;
}

.faq-page .answer-block h3 {
    margin-bottom: 18px;
}

.faq-page .answer-block .answer-list .answer-list--item {
    margin-bottom: 18px;
}

.faq-page .answer-block .answer-list .answer-list--item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.faq-page .answer-block .answer-list .answer-list--item > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.faq-page .answer-block .answer-list .answer-list--item .answer {

}

.faq-page .answer-block .answer-list .answer-list--item .answer ul li {
    margin-bottom: 12px;
}

.faq-page .answer-block .answer-list .answer-list--item .answer ul.no-margin li {
    margin-bottom: 0px;
}

.faq-page .answer-block .answer-list .answer-list--item .answer ul li.text-left {
    margin: 18px 0;
}

/* ======= Jacket Reviews Page ======= */

.jacket-reviews .bg-grey {
    padding: 32px 0 42px;
}

.jacket-reviews h1, .jacket-reviews h2 {
    text-align: center;
    margin-bottom: 32px;
}

.jacket-reviews .video-block {
    padding: 0;
}

.jacket-reviews .video-block .iframe-wrapper {
    margin-bottom: 0;
}

.jacket-reviews .video-block .heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
}

.jacket-reviews .partnership-block {
    max-width: 900px;
    margin: 0 auto;
    padding: 18px 15px 0;
}

.content.jacket-reviews .partnership-block h2 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 32px;
}

.jacket-reviews .partnership-block img {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 32px;
}

.jacket-reviews .partnership-block .img-text {
    display: block;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
}

.jacket-reviews a {
    color: #11BEF6;
}

.review-list {
}

.review-list .review-list--item {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
}

.review-list .review-list--item:last-child {
    border: none;
    margin-bottom: 42px;
}

.review-list .review-list--item .text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}

.review-list .review-list--item .customer {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;

}

/* ======= Contact Us ======= */
.content.contact-us h2 {
    margin-bottom: 18px;
}

.content.contact-us {
    padding-top: 32px;
    padding-bottom: 42px;
}

.content.contact-us.group-discount {
    padding-top: 0;
}

.content.contact-us .contact-item {
    margin-bottom: 18px;
}

.content.contact-us .contact-item:last-child {
    margin-bottom: 0;
}

.content.contact-us .contact-item .heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.content.contact-us .contact-item a {
    color: #11BEF6;
}

.content.contact-us .contact-item .green-bg {
    display: flex;
    align-items: center;
    width: 72px;
    height: 34px;
    padding: 7px 10px;
    margin-top: 15px;
    margin-bottom: 24px;
    background: #129F49;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.content.contact-us .contact-item .green-bg .msg-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/svg/msg-icon.svg") no-repeat;
    background-size: contain;
    margin-right: 6px;
}

/* ======= Custom Varsity Jackets ======= */
.custom-varsity .bg-grey {
    padding-top: 32px;
    padding-bottom: 32px;
}

.custom-varsity h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.custom-varsity .jacket-views {
    padding: 18px 15px 32px;
}

.custom-varsity .jacket-views .view-img--wrapper {
    max-width: 100%;
}

.custom-varsity .jacket-views .view-img--wrapper img {
    width: 100%;
    object-fit: contain;
}

.custom-varsity .jacket-views .view-img--side {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.custom-varsity .order-info .heading {
    font-weight: 700;
    font-size: 32px;
    padding: 0 7px;
    text-align: center;
    margin-bottom: 12px;
}

.custom-varsity .order-info .col-md-6:nth-child(1) .heading {
    background: #E1E1E1;
}

.custom-varsity .order-info .col-md-6:nth-child(2) .heading {
    background: #BABCBE;
}

.custom-varsity .order-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.custom-varsity .order-info .col-md-6 {
    padding: 0 12px;
}

.custom-varsity .order-info .color-breakdown .row {
    align-items: center;
    display: flex;
    margin: 0;
    height: 58px;
}

.custom-varsity .order-info .color-breakdown .row:nth-child(odd) {
    background: #929396;
}

.custom-varsity .order-info .color-breakdown .row:nth-child(even) {
    background: #BABCBE;
}

.custom-varsity .order-info .color-breakdown .row .col-md-6:nth-child(1) {
    padding: 14px 0 14px 18px;
}

.custom-varsity .order-info .color-breakdown .row .col-md-6:nth-child(2) {
    padding: 14px 18px 14px 0;
}

.custom-varsity .order-info .part-name {
    font-weight: 700;
    font-size: 16px;
}

.custom-varsity .order-info .color-block {
    display: flex;
    align-items: center;
}

.custom-varsity .order-info .color-block .color-example {
    width: 56px;
    height: 32px;
    border: 1px solid #000000;
    margin-right: 12px;
}

/*Patch Details Block*/
.custom-varsity .patch-details .heading {
    background: #E1E1E1;
    margin-bottom: 24px;
}

.custom-varsity .patch-details .patch-details-item {
    padding: 12px;
    background: #F3F3F4;
    border: 4px solid #D2D2D2;
    height: 100%;
}

.custom-varsity .patch-details .row,
.custom-varsity .patch-details .patch-details-item .row {
    margin: 0;
}

.custom-varsity .patch-details .row {
    margin-bottom: 6px;
}

.custom-varsity .patch-details .col-md-6 {
    padding: 0;
}

.custom-varsity .patch-details .col-md-6:nth-child(1) {
    padding-right: 3px;
}

.custom-varsity .patch-details .col-md-6:nth-child(2) {
    padding-left: 3px;
}

.custom-varsity .patch-details .patch-details-item .list-number {
    font-size: 24px;
    margin-right: 11px;
}

.custom-varsity .patch-details .details-item--wrapper-img {
    max-width: 220px;
    width: 100%;
    margin-right: 8px;
}

.custom-varsity .patch-details .details-item--img {
    background: #ccc;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.custom-varsity .patch-details .details-item--img img {
    object-fit: contain;
}

.custom-varsity .patch-details .details-item--wrapper-img .text-font {
    font-size: 24px;
    text-transform: capitalize;
}

.custom-varsity .patch-details .color-block {
    display: flex;
    flex-direction: column;
}

.custom-varsity .patch-details .color-block .color-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.custom-varsity .patch-details .color-block .part-color-name {
    width: 55px;
    margin-right: 15px;
}

.custom-varsity .patch-details .color-block .part-color-example {
    max-width: 55px;
    margin-right: 14px;
}

.custom-varsity .patch-details .details-size {
    font-size: 24px;
    margin-left: 84px;
}

/* ======= Letterman Jacket Size Chart ======= */
.size-chart {
    /*margin-bottom: 42px;*/
    margin-bottom: 0;
}

.size-chart .steps-list .steps-item h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 14px;
}

.size-chart .table-wrapper table {
    width: 100%;
}

.size-chart .table-wrapper table thead tr td,
.size-chart .table-wrapper table tbody tr td {
    padding: 9px 14px;
    border: 1px solid #000;
}

.size-chart .table-wrapper table thead tr td:nth-child(even),
.size-chart .table-wrapper table tbody tr td:nth-child(even) {
    background: #D8D8D8;
}

.size-chart .table-wrapper table thead tr td {
    font-size: 24px;
    font-weight: 700;
}

.size-chart .table-wrapper table tbody tr td {
    font-size: 18px;
}

.size-chart .find-btn {
    display: block;
    width: fit-content;
    padding: 12px 24px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #15A04A;
    border-radius: 5px;
}

.size-chart .find-btn:hover {
    opacity: 0.9;
}

/* ======= Color Palettes Page ======= */
.color-palettes {
}

.color-palettes ul li a {
    text-decoration: underline;
    color: #11BEF6;
}

.color-palettes .bg-grey {
    padding-top: 32px;
    padding-bottom: 68px;
}

/* ======= Samples List ======= */
.samples-list--item {
    margin-bottom: 20px;
    padding: 0 10px;
    object-fit: contain;
    position: relative;
}

.sample-label {
    position: absolute;
    bottom: 14px;
    right: 27px;
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
}

/* ======= Shop Blank Jackets ======= */
.shop-blank {

}

.shop-blank h1, .shop-blank h2 {
    text-align: center;
    font-size: 42px;
    padding: 22px 15px;
    margin-bottom: 32px;
}

.shop-blank .bg-white {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

.shop-blank .mb-0 {
    margin-bottom: 32px !important;
}

.shop-blank .zm-btn {
    background: #e31836;
    color: #fff;
    margin: 0 auto 32px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
}

/* ======= Find Your School ======= */

.find-your-school h1 {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    padding: 22px 0;
}

.find-your-school table {
    font-size: 16px;
    margin-bottom: 22px;
    background: #fff;
}

.find-your-school table thead h5 {
    font-size: 21px;
    font-weight: 600;
    border: none;
    margin-bottom: 0;
}

.find-your-school table thead tr th {

    background: #F3F3F4;;
}

.find-your-school table thead tr:first-child th {
    padding-bottom: 0;
}

.find-your-school table,
.find-your-school table thead,
.find-your-school table thead tr,
.find-your-school table thead tr th,
.find-your-school table thead tr td {
    border: none;
    font-size: 21px;
}

.find-your-school table tbody tr td {
    padding: 8px 10px;
}

.find-your-school table thead tr th:nth-child(1) {
    padding-left: 0;
    padding-right: 25px;
}

/*.find-your-school table thead tr th:nth-child(2) {*/
/*padding-left: 10px;*/
/**/
/*}*/

.find-your-school table tbody tr td:nth-child(2) {
    width: 30px;
    padding: 0;
}

.find-your-school table thead tr th.pl-10 {
    padding-left: 10px !important;
}

.find-your-school table thead tr th.pl-15 {
    padding-left: 15px !important;
}

.find-your-school table thead tr th:nth-child(2) {
    padding-left: 6px;
}

.find-your-school table thead tr th:nth-child(2),
.find-your-school table tbody tr td:nth-child(2) {

}

.find-your-school table input {
    width: 100%;
    border: 1px solid #3e3e3e;
    height: 32px;
    border-radius: 3px;
    padding-left: 10px;
}

.find-your-school .non-school-order {
    color: #212529;
    background: #CBCACA;
    margin: 0 auto 42px 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;

}

.leather-sample .samples-list--item:nth-child(1) .sample-label,
.leather-sample .samples-list--item:nth-child(7) .sample-label,
.leather-sample .samples-list--item:nth-child(8) .sample-label,
.leather-sample .samples-list--item:nth-child(9) .sample-label,
.leather-sample .samples-list--item:nth-child(17) .sample-label,
.snaps-sample .samples-list--item:nth-child(1) .sample-label,
.snaps-sample .samples-list--item:nth-child(8) .sample-label,
.trim-sample .samples-list--item:nth-child(1) .sample-label,
.trim-sample .samples-list--item:nth-child(8) .sample-label,
.trim-sample .samples-list--item:nth-child(12) .sample-label,
.trim-sample .samples-list--item:nth-child(13) .sample-label,
.trim-sample .samples-list--item:nth-child(14) .sample-label,
.wool-sample .samples-list--item:nth-child(8) .sample-label,
.chenille-sample .samples-list--item:nth-child(1) .sample-label,
.chenille-sample .samples-list--item:nth-child(4) .sample-label,
.chenille-sample .samples-list--item:nth-child(9) .sample-label,
.chenille-sample .samples-list--item:nth-child(17) .sample-label,
.chenille-sample .samples-list--item:nth-child(30) .sample-label,
.felt-sample .samples-list--item:nth-child(1) .sample-label,
.felt-sample .samples-list--item:nth-child(3) .sample-label,
.felt-sample .samples-list--item:nth-child(4) .sample-label,
.felt-sample .samples-list--item:nth-child(9) .sample-label,
.felt-sample .samples-list--item:nth-child(10) .sample-label,
.felt-sample .samples-list--item:nth-child(11) .sample-label,
.felt-sample .samples-list--item:nth-child(12) .sample-label,
.felt-sample .samples-list--item:nth-child(13) .sample-label,
.felt-sample .samples-list--item:nth-child(14) .sample-label,
.felt-sample .samples-list--item:nth-child(15) .sample-label {
    color: #151515;
    font-weight: 500;
}

.samples-list--item img {
    object-fit: cover;
    height: 100%;
}

/* ======= Jacket Images ======= */
.jacket-images .banner-wrapper {
    position: relative;
    background: #000;

    background: #6ba7d9;
    background: -moz-linear-gradient(top, #ffffff 0%, #64a0d6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #64a0d6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #64a0d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#64a0d6', GradientType=0);
}

.jacket-images .banner-wrapper p {
    /*position: absolute;*/
    /*bottom: 8%;*/
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.jacket-images .bg-grey {

}

.jacket-images .headings {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    height: 58px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jacket-images .jackets-preview .col-md-6 {
    padding: 0;
}

.jacket-images .jackets-preview .col-md-6:nth-child(1) {
    padding-right: 11px;
}

.jacket-images .jackets-preview .col-md-6:nth-child(2) {
    padding-left: 11px;
}

.jacket-images img {
    object-fit: contain;
}

.jacket-images .banner-wrapper.mb-2 {
    padding-bottom: 40px;
}

.jacket-images .banner-wrapper.mb-2 img {
    object-fit: contain;
    display: block;
    max-width: 90%;
    margin: 0 auto 40px;
}

/* ======= CHENILLE PRICING ======= */

.chenille-pricing .bg-grey {
    padding: 32px 0;
}

.chenille-pricing h2 {
    margin-bottom: 18px;
    text-align: center;
}

.chenille-pricing h3 {
    color: #11bef6;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.chenille-pricing .heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.chenille-pricing .price-table-wrapper {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    background: #F3F3F4;
}

.chenille-pricing .price-table-wrapper .letters-sample {
    border: 1px solid #000;
    padding: 35px 45px;
    background: #fff;
}

.chenille-pricing .price-table-wrapper table {
    width: 100%;
}

.chenille-pricing .price-table-wrapper table thead tr td,
.chenille-pricing .price-table-wrapper table tbody tr td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
    background: white;
}

.chenille-pricing .price-table-wrapper table thead tr td {
    border-top: 0;
}

.chenille-pricing .price-table-wrapper table thead tr td {
    font-size: 26px;
    font-weight: 700;
    background: #11BEF6;
}

.chenille-pricing .price-table-wrapper table tbody tr td:nth-child(1) {
    background: #11BEF6;
}

.chenille-pricing .why-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}

.chenille-pricing .why-item span {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/png/cheack-mark-blue.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

/* ======= CHENILLE PATCH PHOTOS ======= */

.chenille-patch-photos {
}

.chenille-patch-photos h2 {
    text-align: center;
    margin-bottom: 18px;
}

.chenille-patch-photos .sub-heading {
    /*font-size: 21px;*/
    font-size: 16px;
    text-align: center;
    display: block;
}

.chenille-patch-photos .headings {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    height: 58px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F4;
    margin-bottom: 32px;
}

.chenille-patch-photos .sample-row {
    margin-bottom: 64px;
}

.chenille-patch-photos .sample-row img {
    width: 100%;
    height: 295px;
    object-fit: contain;
}

.school-mask .bg-grey h2 {
    text-align: center;
}

.school-mask .bg-grey p {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.school-mask .mask-boy {
    display: block;
    margin: 0 auto;
    max-width: 490px;
    height: auto;
}

.school-mask table {
    width: 100%;
}

.school-mask table thead tr td,
.school-mask table tbody tr td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background: white;
}

.school-mask table thead tr td {
    font-size: 24px;
    font-weight: 700;
    background: #11BEF6;
}

.school-mask table tbody tr td:nth-child(1) {
    background: #11BEF6;
}

.school-mask .why-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}

.school-mask h2.why-item-head {
    text-align: center;
    font-size: 42px;
}

.school-mask .why-item span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/png/cheack-mark-blue.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

/*Color Example Palette*/
.hunter-green {
    background: #0E4D1C;
}

.cream-leather {
    background: #EFDC91;
}

.black-leather {
    background: #3C332B;
}

.yellow-gold {
    background: #FBD115;
}

.yellow-bright {
    background: #FFFF36;
}

.medium-skin {
    background: #AE886F;
}

.bg-black {
    background: #000;
}

.bg-white {
    background: #fff;
}

.custom-varsity .order-info.oder-details ul li {

}

.content-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    width: 100%;
}

/* Background */
.bg-grey {
    background: #F3F3F4;
}

.text-red {
    color: #e41736;
}

.text-grey {
    color: #b7b7b7;
}

.m-auto {
    margin: auto;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-52 {
    margin-bottom: 52px !important;
}

.pb-42 {
    padding-bottom: 42px;
}

.pt-42 {
    padding-top: 42px;
}

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

    .hero-slider-item,
    .school-page .school-jacket-bg {
        padding-top: 20px;
    }

    .hero-slider-item .sub-heading {
        margin-bottom: 30px;
    }

    .hero-slider-item .hero-heading,
    .school-page .school-name {
        margin-bottom: 25px;
    }

    .header .container-fluid {
        padding: 0 5px;
    }

    .school-page .school-name,
    .hero-slider-item .hero-heading {
        font-size: 75px;

    }

    .school-page .school-jacket-bg img {
        max-width: 1000px;
    }

}

@media screen and (max-width: 1160px) {
    .header nav ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .zm-btn {
        font-size: 18px;

    }

    .header .logo {
        width: 200px;
    }

    .hero-slider-item .hero-heading {
        font-size: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .zm-btn {
        padding: 8px;
        font-size: 16px;
    }

    .header .logo a img {
        max-width: 180px;
    }

    .header nav ul li {
        text-align: center;
        padding: 0 10px;
    }

    .school-page .school-jacket-bg img {
        max-width: 100%;
    }

    .school-page h3 {
        font-size: 42px;
        line-height: 1.3;
    }
}

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

    .chenille-patch-photos .sample-row .content-1200 .col-md-4 {
        padding: 0;
    }

    .chenille-patch-photos .sample-row .content-1200 .row {
        margin: 0;
    }

    .hero-slider-item,
    .school-page .school-jacket-bg {
        padding-top: 10px;
    }

    .hero-slider-item .sub-heading {
        margin-bottom: 15px;
    }

    .zm-btn {
        text-align: center;
    }

    .header nav ul li ul.sub-list {
        top: 53px;
    }

    .header {
        padding: 10px;
    }

    .footer .contact-us p:nth-child(1) {
        font-size: 42px;
    }

    .content .video-block .heading {
        font-size: 32px !important;
    }

    .content .video-block .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 2%;
        width: 96%;
        height: 100%;
    }

    .content .video-block .iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
    }

    .content .features-block .heading,
    .content .testimonials-block .heading,
    .content .video-block .heading,
    .footer .contact-us p:nth-child(1),
    .school-page h3 {
        font-size: 32px !important;
    }

    .footer .contact-us .text-btn p {
        font-size: 30px;
        font-weight: bold;
    }

    .school-page .school-name,
    .hero-slider-item .hero-heading {
        font-size: 50px;
    }

    .school-page p,
    .school-page p a,
    .school-page p.school-name-city {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .school-page .zm-btn {
        font-size: 30px;
    }

    .school-page .school-jacket-example .row {
        padding: 0 10px;
    }

    .hero-slider-item .hero-heading, .school-page .school-name {
        margin-bottom: 20px;
    }

}

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

    .pt-32 {
        padding-top: 22px !important;
    }

    .content.faq-page h2 {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
        margin-top: 0 !important;
    }

    .custom-varsity .jacket-views .view-img--side,
    .custom-varsity .order-info .heading,
    .custom-varsity .order-info h4 {
        font-size: 26px !important;
    }

    .custom-varsity .patch-details .col-md-6:nth-child(1),
    .custom-varsity .patch-details .col-md-6:nth-child(2) {
        padding: 0;
        margin-bottom: 6px;
    }

    .custom-varsity .patch-details .details-item--wrapper-img {
        max-width: 100%;
    }

    .custom-varsity .patch-details .color-block {
        padding: 0;
    }

    .custom-varsity .patch-details .row {
        margin-bottom: 0;
    }

    .content.school-mask .content-1200 .row {
        margin: 0;
    }

    .content .font-size21 {
        font-size: 26px !important;
    }

    .school-mask table thead tr td,
    .school-mask table tbody tr td {
        font-size: 18px;
    }

    .find-your-school .sizing-samples {
        padding-top: 0 !important;
    }

    .find-your-school table {
        margin-bottom: 0;
    }

    .pt-32 {
        font-size: 26px !important;
    }

    .find-your-school table thead tr th.pl-15,
    .find-your-school table thead tr th.pl-10 {
        padding-left: 0 !important;
    }

    .find-your-school table thead tr th:nth-child(2) {
        padding-right: 0;
        padding-left: 10px;
    }

    .find-your-school table thead tr:nth-child(1) th {
        padding-top: 0 !important;
    }

    .content.contact-us h2 {
        padding-top: 22px !important;
    }

    .find-your-school table thead h5 {
        font-size: 16px;
        padding-left: 9px;
    }

    .find-your-school table thead tr th:nth-child(1) input {
        padding-left: 8px;
    }

    .find-your-school table thead tr th:nth-child(2) input {
        padding-left: 7px;
    }

    .find-your-school table thead th:nth-child(2) h5 {
        padding-left: 18px;
    }

    .find-your-school table tbody tr td:nth-child(2) {
        width: 20px;
    }

    .find-your-school table thead tr:nth-child(2) th {
        padding-top: 5px;
    }

    .jacket-images.money-back .headings.auto-headings .col-md-12 {
        padding: 0;
        line-height: 1;
    }

    .find-your-school table thead tr:nth-child(1) th {
        margin-bottom: 5px;
    }

    .find-your-school table thead tr th:nth-child(1) {
        padding-right: 12px;
    }

    .jacket-images .row.bg-grey.headings.mb-32 {
        padding: 12px !important;
    }

    .jacket-images.money-back .row.bg-grey.headings.mb-32 {
        padding: 12px 0 !important;
    }

    .jacket-images .row.bg-grey.headings.mb-32 .font-size21 {
        font-size: 21px;
    }

    .hero-slider-item,
    .school-page .school-jacket-bg {
        padding-top: 0;
    }

    .free-sizing-samples .sizing-samples,
    .bg-grey {
        padding: 22px 5px !important;
    }

    .content.find-your-school.bg-grey,
    .content.find-your-school.bg-grey .sizing-samples {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .custom-varsity .order-info .color-breakdown .row .col-md-6:nth-child(1) {
        padding: 0 0 0 10px;
    }

    .custom-varsity .order-info .color-breakdown .row .col-md-6:nth-child(2) {
        padding: 0 10px 0 0;
    }

    .shop-blank .mb-0.bg-grey {
        padding: 10px 0 !important;
    }

    .shop-blank h2 {
        margin-bottom: 0;
    }

    .content.jacket-reviews .partnership-block h2 {
        font-size: 21px !important;
    }

    .custom-varsity .order-info .color-breakdown .row {
        flex-wrap: wrap;
    }

    .custom-varsity .order-info .color-breakdown .row .col-md-6 {
        max-width: 50%;
    }

    .custom-varsity .patch-details .details-item--img {
        align-items: center;
    }

    .jacket-images .banner-wrapper.mb-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jacket-images .banner-wrapper.mb-2 img {
        margin-bottom: 20px;
        height: auto;
    }

    .school-page h1.school-title {
        font-size: 26px;
    }

    .content.jacket-reviews .video-block .iframe-wrapper {
        margin-bottom: 0;
    }

    .school-page .description-block h3 {
        margin-bottom: 32px;
    }

    .jacket-reviews .video-block {
        padding-top: 0 !important;
    }

    .free-sizing-samples .container-fluid > .container {
        padding: 0;
    }

    .free-sizing-samples ol {
        padding-left: 20px;
        font-size: 16px;
    }

    .footer-col-follow {
        max-height: 150px;
        min-height: 150px;
    }

    .hero-slider-item .hero-heading, .school-page .school-name {
        margin-bottom: 15px;
    }

    .hero-slider-item .sub-heading {
        margin-bottom: 20px;
    }

    .hero-slider-item .sub-heading .x-mas-offer {
        font-size: 18px;
        padding: 6px 10px;
    }

    .content {
        padding-top: 62px !important;
    }

    .approval-page.wrap {
        overflow: hidden;
    }

    h2 {
        font-size: 26px !important;
        padding: 0 10px !important;
        text-align: center;
    }

    h3 {
        font-size: 26px !important;
        padding: 0 10px !important;
        text-align: center;
    }

    #order_review h3 {
        padding: 0 !important;
    }

    p {
        line-height: 1.5;
    }

    .mobile-visible {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .desktop-visible {
        display: none !important;
    }

    .header {
        height: 60px;
        padding: 0 10px;
        position: fixed;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
    }

    .header .logo {
        max-width: 150px;
    }

    .header nav {
        position: absolute;
        right: -100%;
        top: 60px;
        height: 100vh;
        padding: 0 10px;
        width: 270px;
        background: #fff;
        z-index: 9;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-shadow: 1px 16px 3px 8px #00000050;
        box-shadow: 1px 16px 3px 8px #00000050;
    }

    .header nav.open {
        right: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header nav ul.list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .header nav ul.list li {
        text-align: left;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header nav ul.list li:hover {
        background: none;
    }

    .header nav ul.list li:hover a {
        color: #3e3e3e;
    }

    .header nav ul.list li a {
        color: #000;
    }

    .header nav ul.list li ul.sub-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header nav ul.list li ul.sub-list > li {
        padding: 5px 10px;
    }

    .header nav ul.list li ul.sub-list > li a {
        padding-left: 10px;
        color: #000;
    }

    .header nav ul.list li ul.sub-list > li:hover {
        background: #3ab5e5;
    }

    .header nav ul.list li ul.sub-list > li:hover a {
        color: #fff;
    }

    .header nav ul.list li ul.sub-list:after {
        display: none;
    }

    .header nav ul.list li:after {
        display: none;
    }

    .chenille-pricing .heading {
        font-size: 26px;
        line-height: 1;
    }

    .letters-sample .col-md-6 img {
        height: 200px;
    }

    .letters-sample .col-md-6:nth-child(1) {
        margin-bottom: 20px;
    }

    .chenille-pricing .why-item {
        font-size: 26px;
    }

    .chenille-pricing .why-item span {
        width: 25px;
        height: 25px;
    }

    .chenille-patch-photos .content-1200 {
        padding: 0;
    }

    .jacket-reviews .bg-grey {
        padding-bottom: 0 !important;
    }

    .product-page .sub-section {
        padding: 0 10px;
    }

    .product-page form .green-btn {
        font-size: 16px !important;
        padding: 11px 10px !important;
        height: 34px;
        line-height: 1;
    }

    .footer .contact-us p:nth-child(2),
    .footer .contact-us p:nth-child(3) {
        font-size: 16px;
    }

    .footer .contact-us .text-btn p {
        font-size: 30px;
    }

    .footer .contact-us .text-btn img {
        height: 35px;
        width: 40px;
        margin-right: 7px;
        margin-left: -10px;
    }

    .footer .footer-nav .footer-col {
        margin-bottom: 40px;
    }

    .footer .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer-nav .social-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .footer-nav .social-col .footer-col--item {
        margin-right: 15px;
    }

    .content .golden-delimiter {
        width: 100%;
        margin: 10px 0;
    }

    .content .features-block .col-md-6 {
        padding: 0 !important;
    }

    .content .features-block .img-wrapper {
        height: 300px;
    }

    .content .testimonials-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content .testimonials-block .heading {
        font-size: 21px !important;
        margin-bottom: 16px;
    }

    .content .features-block .heading,
    .footer .contact-us p:nth-child(1),
    .school-page h3 {
        font-size: 21px !important;
        margin-bottom: 0;
    }

    .content .features-block .heading {
        padding: 19px 0 10px !important;
    }

    .content .video-block .heading {
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .content .features-block .col-md-6 .inner {
        padding-bottom: 20px;
    }

    /*.content .zm-btn{*/
    /*font-size: 14px !important;*/
    /*padding: 11px 10px !important;*/
    /*height: 34px;*/
    /*line-height: 1;*/
    /*}*/
    .content .zm-btn,
    .find-your-school .non-school-order
        /*.content .video-block .zm-btn,*/
        /*.find-your-school .non-school-order,*/
        /*.school-page .zm-btn,*/
        /*.school-page .features-block .zm-btn*/
    {
        font-size: 16px !important;
        padding: 0 16px !important;
        height: 42px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .faq-page .zm-btn,
    .free-sizing-samples .zm-btn {
        margin: 32px auto;
    }

    .find-your-school .non-school-order {
        margin-bottom: 10px;
    }

    /*.school-page .zm-btn,*/
    /*.school-page .features-block .zm-btn {*/
    /*font-size: 14px !important;*/
    /*padding: 11px 10px !important;*/
    /*height: 34px;*/
    /*line-height: 1;*/
    /*}*/
    .content .testimonials-block .testimonials-item .stars-rating {
        margin-bottom: 10px;
    }

    .content .testimonials-block .testimonials-item .stars-rating .star {
        width: 22px;
        height: 22px;
    }

    .content .testimonials-block .testimonials-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .content .testimonials-block .testimonials-item:last-child {
        margin-bottom: 0;
    }

    .content .testimonials-block {
        padding: 20px 15px 20px;
    }

    .content .video-block .heading {
        font-size: 21px !important;
    }

    .content .video-block .iframe-wrapper {
        margin-bottom: 40px;
    }

    .content.faq-page .video-block .iframe-wrapper {
        margin-bottom: 0;
    }

    .content .video-block {
        padding-top: 24px;
        padding-bottom: 42px;
    }

    .hero-slider-item .hero-heading,
    .school-page .school-name {
        font-size: 42px;

        line-height: 1;
    }

    .school-page .school-name,
    .hero-slider-item .hero-heading {
        margin-bottom: 10px;
    }

    .school-page .features-block .zm-btn {
        margin: 20px auto;
    }

    .school-page .school-jacket-example .heading {
        font-size: 21px;
    }

    .find-your-school h1 {
        font-size: 26px;
        line-height: 1;
    }

    .find-your-school table thead tr th,
    .find-your-school table tbody tr td {
        font-size: 16px;
        vertical-align: middle;
        padding: 6px 8px;
    }

    .school-page .school-jacket-example .row .col-md-6 {
        padding: 0 2px;
    }

    .school-page .school-jacket-example .row .col-md-6:nth-child(1) {
        margin-bottom: 8px;
    }

    .school-page .school-jacket-example {
        margin: 24px auto;
    }

    .chenille-patch-photos .sample-row img {
        display: block;
        width: 80%;
        height: 200px;
        margin: 0 auto 20px;
        font-weight: 700;
    }

    .jacket-images .headings {
        font-size: 26px;
        height: auto;
        margin-bottom: 10px !important;
        line-height: 1;
    }

    .jacket-images .headings.mb-52 {
        margin-bottom: 52px !important;
    }

    .row.bg-grey.headings.mb-32 {
        margin-bottom: 10px !important;
    }

    .jacket-images .jackets-preview .col-md-6 {
        padding: 0 10px !important;
    }

    .jacket-images .banner-wrapper p {
        /*bottom: 0;*/
        font-size: 18px;
        padding: 0 10px;
    }
}

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

    .school-page h1.school-title {
        font-size: 26px !important;
    }

    .content {
        padding-top: 60px !important;
    }

    .header nav {
        top: 60px;
    }

    .hero-slider-item .sub-heading {
        font-size: 16px;
    }

    .hero-slider-item .sub-heading .x-mas-offer {
        font-size: 14px;
        font-weight: inherit;
        padding: 4px;
    }

    .jacket-images img {
        height: 300px;
    }

    .content h2 {
        font-size: 26px !important;
    }

    .chenille-patch-photos .sub-heading {
        font-size: 18px !important;
    }

    .chenille-patch-photos .headings {
        font-size: 26px !important;
    }

    .school-mask .bg-grey p {
        font-size: 26px !important;
        line-height: 1.3;
    }

    .school-mask .col-md-4 img {
        display: block;
        width: 80%;
        margin: 0 auto;
        height: 270px;
    }

    .school-mask .content-1200 {
        padding: 0;
    }

    .school-mask .content-1200 .table-wrapper {
        overflow: auto;
    }

    .school-mask .content-1200 table thead tr td {
        font-size: 16px;
    }

    .school-mask .why-item {
        font-size: 26px !important;
    }

    .school-mask .why-item span {
        width: 25px;
        height: 25px;
    }

    .footer .contact-us p:nth-child(1),
    .footer .contact-us .text-btn p,
    .school-page h3,
    .school-page .features-block .zm-btn {
        font-size: 21px;
    }

    .footer .contact-us .text-btn p {
        line-height: 1;
    }

    .footer .contact-us .text-btn {
        height: 40px;
    }

    .footer .contact-us .text-btn img {
        height: 28px;
        width: 34px;
        margin-right: 6px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 450px) {
    .school-page .school-name,
    .hero-slider-item .hero-heading {
        font-size: 26px;
        margin-top: 7px;
    }

    .chenille-patch-photos .sample-row img {
        display: block;
        width: 80%;
        height: 150px;
        margin: 0 auto 20px;
    }

}

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

    .header {
        height: 50px;
        padding: 0 5px;
    }

    .content {
        padding-top: 54px !important;
    }

    .header .logo,
    .header .logo a img {
        max-width: 130px;
    }

    .header nav {
        top: 50px;
    }

    .zm-btn {
        padding: 6px;
        font-size: 16px;
    }

    .header .mobile-menu {
        width: 32px;
        height: 30px;
    }

    .header .mobile-menu span {
        height: 2px;
    }

}

@media screen and (max-width: 400px) {
    .chenille-pricing .price-table-wrapper table thead tr td {
        font-size: 26px !important;
    }
}

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

    .chenille-pricing .price-table-wrapper table thead tr td {
        font-size: 18px !important;
    }

    .chenille-pricing .bg-grey {
        padding: 15px 10px !important;
    }

    .chenille-pricing .price-table-wrapper table thead tr td {
        font-size: 16px;
        padding: 6px 0;
    }

    .chenille-pricing .price-table-wrapper table tbody tr td {
        font-size: 14px;
    }

}

/* Forms Placeholder*/

.selection-placeholder {
    color: #999;
    line-height: 1.8;
    font-size: 16px;
}

select,
.custom-select__trigger p {
    color: #999;
}

#grad-year.placeholder-color,
#jacket-size.placeholder-color,
#snaps-style.placeholder-color,
#mascot.placeholder-color,
#school-letter.placeholder-color,
#state.placeholder-color,
#schools-list.placeholder-color {
    color: #000;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B7B7B7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B7B7B7;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B7B7B7;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B7B7B7;
}

input::placeholder {
    color: #B7B7B7;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B7B7B7;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B7B7B7;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B7B7B7;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B7B7B7;
}

textarea::placeholder {
    color: #B7B7B7;
}

textarea.form-control {

}

/*form#order_review *,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    font-size: 16px;
}

form#order_review h1,
form#order_review div#customer_contact_info h1,
form#order_review div.woocommerce-billing-fields h1,
form#order_review div.woocommerce-shipping-fields h1 {
    font-size: 42px;
    font-weight: 700;
}

form#order_review h2,
form#order_review div#customer_contact_info h2,
form#order_review div.woocommerce-billing-fields h2,
form#order_review div.woocommerce-shipping-fields h2 {
    font-size: 32px;
    font-weight: 700;
}

form#order_review label {
    font-size: 32px;
}

form#order_review div#customer_contact_info label span {
    font-size: 32px;
}*/

#customer_contact_info span, #customer_contact_info input {
    display: inline-block;
    width: 100%;
}

#place_order {
    padding: 10px 50px;
    display: block;
    height: 62px;
    width: auto;
    margin: 10px auto 20px;
    background: #15A04A;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    border-radius: 5px;
    border: none;
}

#order_review section {
    margin-bottom: 20px;
}

#review-order-section h2 {
    background: #F3F3F4;
    height: 66px;
    padding: 20px 0;
    font-size: 32px;
}

div.payment_box.payment_method_authnet > p {
    display: none;
}

small.shipped_via {
    display: none;
}

.content .font-size32 {
    font-size: 42px;
}

.content .font-size21 {
    font-size: 32px;
    line-height: 1;
}

.content .font-size16 {
    font-size: 16px;
}

.content .font-size16 p {
    font-size: 16px;
}

.faq-page a.zm-btn-faq {
    background: #e31836;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    line-height: 1;
    margin: 0;
}

a.zm-btn-faq:hover {
    text-decoration: none !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.center-left {
    display: inline-block;
    text-align: left;
}

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

.jacket-images ul.line-number {
    padding-left: 15px;
}

.jacket-images ul.line-number li {
    list-style: decimal;
    font-size: 16px;
    margin-bottom: 8px;
}

.headings.auto-headings {
    height: auto;
}

.preloader {
    position: fixed;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -150px;
    display: none;
}

#schools-list tbody {
    display: block;
    max-height: 285px;
    overflow-y: scroll;
}

#schools-list thead, #schools-list tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#schools-list tbody tr {
    cursor: pointer;
}

.slick-slide {
    user-select: none;
    outline: none;
}

.product-page section.sub-section h3 {
    text-align: left;
}

/*Checkout*/

.checkout-page.product-page h2 {
    margin-bottom: 0;
}

.checkout-page.product-page .sub-section .form-group:last-child {
    margin-bottom: 0;
}

.checkout-page.product-page .sub-section {
    margin-bottom: 40px !important;
}

.checkout-page.product-page .top-section {
    margin-bottom: 45px !important;
}

.checkout-page.product-page .contact-section {
    margin-bottom: 52px !important;
}

.checkout-page.product-page .shipping-section {
    margin-bottom: 50px !important;
}

.checkout-page.product-page .payment-section {
    margin-bottom: 25px !important;
}

.woocommerce form .form-row label,
#customer_contact_info span {
    line-height: 1;
    margin-bottom: 3px;
}

.woocommerce #review-order-section table.shop_table {
    max-width: 400px;
    margin: 0 auto;
}

.woocommerce #review-order-section table.shop_table tr td:nth-child(2) {
    width: 90px;
}

#calculate-shipping-btn {
    margin-top: 20px;
}

span.error {
    color: red;
}

#submit-btn-wrapper {
    margin-top: 42px;
    margin-bottom: 32px;
}

#billing-wrapper{
    margin-top: 25px;
}

#custom-jacket-form h1{
    margin-bottom: 32px;
}

.title-search {
    margin-top: 24px;
}

.search-states-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0 30px 0;
    margin: auto;
}

.state-schools-container {
    -webkit-columns: 250px 3;
    -moz-columns: 250px 3;
    columns: 250px 3;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    margin-bottom: 40px;
}

.state-links-container, .school-links-container {
    display: flex;
    flex-direction: column;
}

.school-links-container {
    width: 33%;
}

.state-links-container {
    width: 274px;
    text-indent: 60px;
}

.state-link, .school-link {
    font-size: 20px;
}

.school-link {
    display: block;
}

.school-links-container {
    display: flex;
    flex-direction: column;
}

.schools-by-first-character-container {
    display: flex;
    flex-direction: column;
    break-inside: avoid-column;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    margin-top: 30px;
}

.schools-by-first-character-container .first-character span {
    background-color: #2DBCE7;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    width: 42px;
    display: block;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.schools-by-first-character-container:first-child {
    margin-top: 0;
}

.school-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.school-breadcrumb li:after {
    content: ' / ';
    margin: 0 4px;
    display: inline;
    white-space: nowrap;
}

.school-breadcrumb li:last-child:after {
    content: none;
}

.school-breadcrumb, .school-breadcrumb a {
    color: #2DBCE7;
}

@media screen and (max-width: 960px) {
    .school-links-container {
        width: 100%;
    }
    #wrapper .find-your-school-by-state {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 720px) {
    .school-breadcrumb {
        display: inline-block;
        text-align: center;
    }
    .school-breadcrumb li {
        display: inline-block;
    }
}

@media screen and (max-width: 720px) {
    .school-link, .state-link {
        padding: 10px 0;
    }
    .title-search {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 988px) {
    .hero-slider img, .school-page img {
        height: auto;
    }
}
