body{
    top: 0;
    overflow-x: hidden;
    margin: 0;
}
.container{
    width: 100%;
    max-width: 1260px;
}

a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #ff2c54;
}
b, strong {
    font-weight: bold;
}

img {
	max-width:100%;
	height: auto;
}
/*align*/
.alignright {
    float: right;
    margin-left: 40px !important;
	margin-bottom: 10px;
    margin-top: 6px;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin-right: 40px !important;
	margin-bottom: 10px;
    margin-top: 6px;
    max-width: 100%;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.alignnone{
	float: none;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}
figure.wp-block-image figcaption {
	display: table-caption;
	caption-side: bottom;
}
figure.wp-block-image {
    display: table;
    margin-bottom: 20px;
}
.wp-block-image {
    margin: 0;
}
figcaption,
.wp-caption-text {
   font-style: italic;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 0 !important;
}
.wp-caption-text {
   margin-top: 5px;
}
.wp-block-image .aligncenter {
   margin-bottom: 20px;
}
/*align*/
ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
h3{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
h4{
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
h5{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
h6{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #121213;
    margin-bottom: 15px;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #494e51;
margin-bottom: 20px;
}

/* header */
.th-header-wrap{
    position: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 100;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.th-outer-menu .navbar{
    padding: 0;
}
.th-outer-menu ul li{
    position: relative;
    margin-right: 40px;
}
.th-outer-menu{
    padding-top: 11px;
}
.th-outer-menu ul li:last-child{
    margin-right: 0;
}
.th-outer-menu ul li a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #121213;
    font-weight: 600;
    position: relative;
}
.th-outer-menu ul li a::before{
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #121213;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.th-outer-menu ul li a:hover::before{
  width: 100%;
}

.th-header-search{
    text-align: right;
    padding-top: 9px;
    position: relative;
}
.th-header-search a{
    color: #121213;
    font-size: 20px;
}
.th-search-open {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px;
	width: 300px;
	display: inline-block;
	border-radius: 0px;
	z-index: 1000;
	display: none;
}
.th-search-open input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 50px;
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #fff;
	padding: 9px 55px 9px 15px;
	font-size: 15px;
	line-height: 23px;
	color: #797979;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.th-search-open button {
	width: 50px;
	height: 50px;
	color: #ffffff;
	border: 1px solid #ff2c54;
	background-color: #ff2c54;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 0;
    right: 0;
}
.th-home-search-new {
	padding: 0px;
	width: 300px;
	display: inline-block;
	border-radius: 0px;
	z-index: 1000;
}
.th-home-search-new input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 50px;
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #fff;
	padding: 9px 55px 9px 15px;
	font-size: 15px;
	line-height: 23px;
	color: #797979;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.th-home-search-new button {
	width: 50px;
	height: 50px;
	color: #ffffff;
	border: 1px solid #ff2c54;
	background-color: #ff2c54;
	text-align: center;
	font-size: 20px;
    position: absolute;
}
/* header */

/* btns */
.th-purchase-btn{
  width: 162px;
  height: 43px;
  color: #fff !important;
  display: block;
  background-color: #ff2c54;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.th-purchase-btn:hover{
    background-color: #e51b41;
    -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s
}
/* btns */


/* footer */
footer {
	position: relative;
	background-color: #000000;
	padding: 50px 0 43px;
}
.th-footer-top{
    position: relative;
    padding-bottom: 30px;
}
.th-social-media{
    text-align: right;
    padding-top: 8px;
}
.th-social-media ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.th-social-media ul li a{
     display: block;
     width: 32px;
     height: 32px;
     font-size: 14px;
     line-height: 34px;
     color: #fff;
text-align: center;
background-color: #121213;
border-radius: 50%;
}
.th-social-media ul li a:hover {
	color: #fff;
    background-color: #ff2c54;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.th-footer-bottom{
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.8);
}
.th-footer-bottom ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    padding-right: 10px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #fff;
}
.th-footer-bottom ul li a{
    color: #fff;
}
.th-footer-bottom ul li a:hover, .th-copy-right p a:hover{
    color: #ff2c54;
}
.th-footer-bottom ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.th-footer-bottom ul li:last-child::before{
    display: none;
}
.th-footer-bottom ul li::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.th-copy-right p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.th-copy-right p a{
    color: #fff;
}
.th-footer-links{
    text-align: right;
}
/* footer */

/* footer popup */
.th-footer-popup {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #e51b41;
	color: #fff;
	z-index: 20;
	padding: 10px 0;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
	transition: transform 0.25s ease-out;
}
.th-footer-popup p {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 91%;
	margin: 0;
}
.th-footer-popup p a{
    color: #ffffff;
    text-decoration: underline;
}
.th-ok-btn {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e51b41;
	color: #e51b41;
	font-size: 15px;
	padding: 10px 20px;
	background-color: #fff;
	margin-left: 16px;
	float: right;
    font-family: 'Poppins', sans-serif;
}
/* footer popup */


.th-pagination {
	text-align: center;
	margin-top: 80px;
}
.th-pagination ul li {
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: none !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px !important;
}
.th-pagination ul .next.page-numbers, .th-pagination ul .prev.page-numbers {
	width: 60px;
	height: 32px;
	line-height: 30px;
	/* background-color: #ff2c54; */
	/* color: #fff;
	border: 1px solid #ff2c54; */
}
.th-pagination ul .page-numbers.current, .th-pagination ul .page-numbers:hover {
	background-color: #ff2c54;
	border: 1px solid #ff2c54;
	color: #fff;
    -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s
}
.th-pagination ul .page-numbers {
	font-size: 12px;
	color: #ff2c54;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	width: 32px;
	height: 32px;
	line-height: 30px;
	display: block;
	border: 1px solid #ff2c54;
	cursor: pointer;
    text-align: center;
}


@media screen and (max-width:1200px){
    p{
        line-height: 26px;
    }
 /* header */
 .th-outer-menu ul li a{
     font-size: 15px;
 }
 .th-outer-menu ul li {
	margin-right: 35px;
}
.th-header-wrap{
    padding: 17px 0;
}
/* .th-search-open{
    top: 67px;
} */
  /* header */

  .th-pagination {
	margin-top: 60px;
}
}
@media screen and (max-width:991px){
    h1{
        font-size: 34px;
line-height: 40px;
    }
    /* header */
.th-header-wrap{
    position: relative;
    padding: 15px 0;
}
.th-header-wrap .col-md-6, .th-header-wrap .col-md-3{
    width: 100%;
}
.th-header-wrap .col-md-6{
    order: 3;
}
.th-header-wrap .th-header-right{
    order: 2;
   }
.th-header-wrap .th-header-left{
 order: 1;
}
.th-outer-menu .navbar-toggler {
	border: none !important;
	outline: none !important;
	background-color: #ff2c54;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	margin: -45px 0 0 auto;
	height: 38px;
	width: 55px;
	border-radius: 0;
}
.th-outer-menu {
	padding-top: 0;
}
.th-outer-menu .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.th-header-search {
	padding-top: 0;
	margin-top: -39px;
	padding-right: 75px;
}
.th-logo-wrap img{
    height: 45px;
    position: relative;
    z-index: 1;
}
.th-outer-menu ul li {
	margin-right: 0;
}
.th-outer-menu .navbar-nav{
    text-align: center;
}
.th-search-open {
top: -8px;
} 
    /* header */

    /* footer popup */
    .th-footer-popup p {
        width: 89%;
    }
     /* footer popup */

     .th-pagination {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px){
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    h2{
        font-size: 30px;
line-height: 38px;
    }
    h3{
        font-size: 26px;
line-height: 32px;
    }
    h4{
        font-size: 24px;
line-height: 30px;
    }
    h5{
        font-size: 22px;
line-height: 28px;
    }
    h6{
        font-size: 20px;
line-height: 26px;
    }
    p{
        font-size: 15px;
line-height: 24px;
    }
  /* footer */
  .th-footer-logo{
      text-align: center;
  }
  .th-social-media{
      text-align: center;
      padding-top: 15px;
  }
  .th-copy-right{
      text-align: center;
  }
  .th-footer-links{
      text-align: center;
  }
  footer {
	padding: 40px 0 33px;
}
.th-social-media ul li:last-child{
    margin-right: 0;
}
.th-footer-bottom {
	padding-top: 20px;
}
.th-footer-top {
	padding-bottom: 27px;
}
  /* footer */

    /* footer popup */
    .th-footer-popup p {
        width: 86%;
        font-size: 15px;
        line-height: 22px;
    }
     /* footer popup */

     .th-pagination ul .next.page-numbers, .th-pagination ul .prev.page-numbers {
        width: 54px;
        height: 30px;
        line-height: 29px;
     }
     .th-pagination ul .page-numbers{
        width: 30px;
        height: 30px;
        line-height: 29px;
     }
     .th-pagination ul li {
        margin-right: 10px !important;
    }
}
@media screen and (max-width:600px){
  /* footer popup */
  .th-footer-popup p {
    width: 83%;
}
 /* footer popup */
}
@media screen and (max-width:500px){
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2{
        font-size: 28px;
line-height: 36px;
    }

    /* header */
    .th-logo-wrap img {
        height: 40px;
    }
    .th-header-search {
        padding-right: 70px;
        margin-top: -37px;
    }
    .th-outer-menu .navbar-toggler {
        margin: -41px 0 0 auto;
    }
    .th-search-open {
        width: 100%;
    }
    /* header */

     /* footer popup */
    .th-footer-popup p {
        width: 78%;
        font-size: 14px;
        line-height: 20px;
    }
     /* footer popup */

     .th-pagination {
        margin-top: 40px;
        margin-bottom: 35px;
    }
    .th-pagination ul li {
        margin-right: 5px !important;
    }
}
@media screen and (max-width:400px){
        /* footer popup */
    .th-ok-btn {
        padding: 8px 15px;
        margin-left: 10px;
    }
    .th-footer-popup p {
        width: 77%;
        font-size: 13px;
        line-height: 18px;
    }
        /* footer popup */

        .th-pagination ul .next.page-numbers, .th-pagination ul .prev.page-numbers {
            width: 45px;
            height: 25px;
            line-height: 24px;
        }
        .th-pagination ul li {
            margin-right: 1px !important;
        }
        .th-pagination ul .page-numbers {
            width: 25px;
            height: 25px;
            line-height: 24px;
            font-size: 11px;
        }
}
