@import url('https://fonts.googleapis.com/css?family=Mountains+of+Christmas&display=swap');
.custom_christmas_sweater_page_content{
    background:url("https://images.artistshot.com/assets/images/frontend/special_pages/custom_christmas_sweaters/snow-background.png") ;
    background-position: center;
}
.custom_christmas_sweater_page{
    width: 100% !important;
    overflow: hidden;
}
.custom_christmas_sweater_page .page-header{
    border: 0px;
    font-size: 40px;
    color: #d42426;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 24px #fb424240;
    font-family: 'Mountains of Christmas', cursive;
}
.custom_christmas_sweater_page .section-0 h2{
    text-align: center;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:30px;
}
@media (min-width: 768px) {
    .custom_christmas_sweater_page .section-0 h2{
        font-size: 30px;
    }  
}
.custom_christmas_sweater_page .section-0 h2:after{}
.custom_christmas_sweater_page .section-0 h2 a{
    background: #d42426;
    padding: 10px 23px;
    color: #ffffff;
    font-size: 18px;
    line-height: 14px;
    border-radius: 25px;
    text-decoration: none;
}
@media (min-width: 768px) {
   .custom_christmas_sweater_page .page-header{
        font-size: 40px;
    } 
}
@media (min-width: 992px) {
    .custom_christmas_sweater_page .page-header{
         font-size: 40px;
     } 
 }
.custom_christmas_sweater_page .page-header span{
    color:#d42426;
}
.custom_christmas_sweater_page p{
    color: #353535;
}
.custom_christmas_sweater_page .items{
    margin-top: 10px;
    padding: 0;
}
.custom_christmas_sweater_page .items .item{
    padding:0px;
}
.custom_christmas_sweater_page .items .item .content{
    position: relative;
}
.custom_christmas_sweater_page .items .item .content img{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom_christmas_sweater_page .items .item .content .information{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.custom_christmas_sweater_page .items .item .content .information a {
    padding: 14px 14px;
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #165b33;
    border-radius: 3px;
    font-family: 'Mountains of Christmas', cursive;
    opacity: 0.6;
    text-decoration: none;
}
.custom_christmas_sweater_page .items .item .content .information:hover a{
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
}
.custom_christmas_sweater_page .section-2{
    text-align: center;
    margin-top: 5px;
}
@media (min-width: 768px){
  .custom_christmas_sweater_page .section-2{
        margin-top: 40px;
    }  
}
.custom_christmas_sweater_page .section-2 h2{
    text-align: center;
    padding-left: 0%;
    padding-right: 2%;
    margin-bottom: 30px;
    color:#363636;
    font-weight:bold;
    margin-bottom: 25px;
}
@media (min-width: 768px){
    .custom_christmas_sweater_page .section-2 h2 {
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        margin-bottom: 60px;
    }
}
.custom_christmas_sweater_page .section-2 h2 span{
    color: #d42426;
    font-family: 'Mountains of Christmas', cursive;
    font-size: 40px;
}
.custom_christmas_sweater_page .section-2 h2:after {
    background: left no-repeat #d42426;
    background-size: 22.375rem 1.125rem;
    display: block;
    width: 60px;
    clear: both;
    margin: auto;
}
.custom_christmas_sweater_page .section-2 a{
    padding: 10px 30px;
    background: #165b33;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .custom_christmas_sweater_page .section-2 a {
        visibility: visible; 
        animation-name: none;
    }
}
.custom_christmas_sweater_page .section-2 a:hover{
    background:#0f3d22  ;
}

