@import url("//fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url(variable.css);

body {
    margin: 0;
    padding: 0;
    color: rgba(41, 36, 37, 0.8);
    font-family: var(--font-primary);
    font-size: var(--font-body-lg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

.container {
    @media (min-width: 1200px) {
        max-width: 1040px;
    }
}

.imgmaskwrap {
    position: relative;
}

.imgmaskwrap:before {
    background: url(../images/img-border.png) no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    left: -4px;
    width: 100%;
    height: 100%;
    top: 12px;
}

.imgmask {
    -webkit-mask-image: url(../images/objectimg.png);
    mask-image: url(../images/objectimg.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.topbarbgwrap {
    background: var(--background-snowimage);
    padding: 13px 0 32px 0px;
    position: relative;
}

.topbarbgwrap:after {
    background: url(../images/Union.png) repeat-x center;
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 23px;
}

.contactinfo {
    font-family: var(--font-secondary);
    font-size: var(--font-body-md);
    color: var(--accent-color-first);
}

.contactinfo a {
    color: #E64353;
    text-decoration: none;
}

.toprightcol a,
.toprightcol p {
    color: var(--accent-color-first);
    margin-bottom: 0;
    font-family: var(--font-secondary);
    font-size: var(--font-body-sm);
    font-weight: 500;
    text-decoration: unset;
}

.btnstyleone {
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border: 2px solid #E64353; /* fallback border color */
    padding: 8px 20px;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--font-body-lg);
  background: linear-gradient(180deg, rgba(230, 67, 83, 1) 0%, rgba(181, 22, 43, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;    
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.btnstyleone:hover {
  background: linear-gradient(180deg, rgba(230, 67, 83, 1) 0%, rgba(181, 22, 43, 1) 100%);
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-clip: border-box; /* reset */    
}

.btnstyletwo {
    border-radius: var(--bordert-radius-xl);
    -webkit-border-radius: var(--bordert-radius-xl);
    -moz-border-radius: var(--bordert-radius-xl);
    -ms-border-radius: var(--bordert-radius-xl);
    -o-border-radius: var(--bordert-radius-xl);
    padding: 22px 44px 22px 44px !important;
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 28px;
    color: var(--accent-color-fourth);
    font-size: var(--h6);
    background: var(--accent-color-eleventh);
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: inline-block !important;
    box-shadow: 10px 28px 64px 0px rgba(149, 25, 44, 0.6);
    position: relative;
    z-index: 999;
}

.btnstyletwo:hover {
    background: var(--accent-color-first);
    color: var(--color-primary);
}

.cart-countwrap {
    position: relative;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    font-size: var(--font-body-xs);
    font-weight: 700;
    border-radius: 50%;
    background-color: var(--accent-color-second);
    color: var(--accent-color-first);
    text-align: center;
}

.navbar-wrapper .dropdown{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.navbar {
    padding: 0 0px 0px 0px !important;
/*    z-index: 9999;*/
}

.navbar-nav {
    align-items: center;
}

.navbar-wrapper .dropdown li:first-child {
    display: none;
}

.navbar-wrapper .dropdown a.active,
.nav-item a.active {
    border: var(--border-primary);
    color: var(--color-primary);
    border-radius: var(--bordert-radius-xl) !important;
    -webkit-border-radius: var(--bordert-radius-xl) !important;
    -moz-border-radius: var(--bordert-radius-xl) !important;
    -ms-border-radius: var(--bordert-radius-xl) !important;
    -o-border-radius: var(--bordert-radius-xl) !important;
}


.navbar-wrapper .dropdown a,
.nav-item a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--accent-color-fourth);
    padding: 11px 11px !important;
    border: 1px solid transparent;
    border-radius: var(--bordert-radius-xl);
    -webkit-border-radius: var(--bordert-radius-xl);
    -moz-border-radius: var(--bordert-radius-xl);
    -ms-border-radius: var(--bordert-radius-xl);
    -o-border-radius: var(--bordert-radius-xl);
    text-decoration: none;
    display: block;
}
.navbar-wrapper .dropdown a:hover,
.nav-item a:hover {
    color: var(--color-primary);
}
.navbar-wrapper .dropdown li{
    position: relative;
}
.navbar-wrapper .dropdown li > ul{
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    margin-top: 0;
    margin-left: 10px;
    background-color: #fff;
    padding-left: 0;
    border-top: 1px solid var(--color-primary);
    min-width: 200px;
    z-index: 1;
}
.navbar-wrapper .dropdown li > ul a{
    white-space: nowrap;
    display: block;
    padding: 5px 10px !important;
}
.navbar-wrapper .dropdown li:hover > ul{
    display: block;
}

/* Welcome Section CSS Start */
.welcomewrap {
    background: var(--background-snowimage) repeat-x center top;
    width: 100%;
    position: relative;
    padding-top: 54px;
}

.welcomewrap:before {
    background: url(../images/Union.png) repeat-x center;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 23px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.headerleft h1 {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: var(--h2);
      background: linear-gradient(180deg, rgba(230, 67, 83, 1) 0%, rgba(181, 22, 43, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* for Safari/Chrome */
  background-clip: text; /* for Firefox (partial support) */
  color: transparent;
    line-height: 60px;
    margin-top: 70px;
}

.headerleft h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 26px;
    color: #8521d1;
    line-height: 1.3;
    margin: 32px 0px;
}

.arrowpattern1 {
    position: relative;
}

.arrowpattern1:before {
    position: absolute;
    background: url(../images/star2.png) no-repeat;
    content: "";
    width: 189px;
    height: 100%;
    top: -80px;
    right: 20px;
}

.arrowimg {
    margin-left: 70px;
    margin-top: -60px;
}

.headerright {
    position: relative;
    text-align: center;
}

.headerright:before {
    position: absolute;
    background: url(../images/star1.png) no-repeat top;
    content: "";
    max-width: 485px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* End Welcome CSS*/

.contentwrap {
    position: relative;
    padding-top: 100px;
}

.contentwrap:before {
    background: url(../images/patternbg.png) repeat-x center;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 287px;
    left: 0;
    z-index: 2;
    top: -270px;
}

.imagecolumn {
    position: relative;
}

.arrowimg2 {
    position: absolute;
    top: -65%;
    left: -19%;
    z-index: 3;
}

.imgtextcolright {
    position: relative;
    padding-top: 50px;
}

.balloonsimg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.balloonsimg {
    position: absolute;
    right: 8%;
    top: -100%;
}

.liststyle ul {
    margin: 0px;
    padding: 0px;
}

.liststyle li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;

    margin-bottom: 36px;
}

.tickmark-col {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    color: var(--accent-color-first);
    font-size: 36px;
}

.textcol {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-left: 30px;
}

.textcol h5 {
    font-family: var(--font-secondary);
    font-weight: 600;
    color: var(--accent-color-fourth);
    font-size: var(--h5);
    margin-bottom: 8px;
}

.textcol p {
    font-family: var(--font-primary);
    font-weight: 500;
    color: rgba(41, 36, 37, 0.8);
    line-height: 28px;
    font-size: var(--font-body-lg);
    margin-bottom: 0px;
}

.bgcolor1 {
    background: #931bdf;
}

.bgcolor2 {
    background: #b7182d;
}

.bgcolor3 {
    background: #567da5;
}

.toyimgcol {
    position: absolute;
    right: 0;
    top: 58%;
}

/* Products Categories CSS  Start*/
.prodcatwrap {
    padding-top: 150px;
    max-width: 960px;
    margin: 0px auto;
}

.prodcatwrap .section-title {
    color: var(--accent-color-ninth);
    font-family: var(--heading-font);
    line-height: 48px;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center;
}

.prodcatwrap .prod-info {
    padding: 8px;
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border: 1px solid rgba(12, 11, 10, 0.1);
    margin-bottom: 40px;
    text-decoration: none;
    display: block;
}

.prodcatwrap .prod-info img{
    height: 164px;
    display: block;
    margin: 0 auto;
}

.prodcatwrap .prod-info h6 {
    font-size: var(--font-body-xl);
    color: var(--accent-color-fourth);
    font-weight: 600;
    font-family: var(--font-secondary);
    line-height: 28px;
    text-align: center;
    padding: 16px 0 8px 0;
    margin-bottom: 0;
    height: 80px;
}

/* End CSS Of Products Categories */

/* Let Us Help You  CSS Start */
.bluepatternbg {
    padding: 178px 0px;
    background: url(../images/blue-pattern-bg.png) repeat-x top center;
}

.letushelpyouwrap {
    position: relative;
    text-align: center;
    color: var(--accent-color-first);
}

.letushelpyouwrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.balloonimg2 {
    position: absolute;
    top: -34%;
    left: -9%;
}

.letushelpyouwrap h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    color: var(--accent-color-first);
    margin-bottom: 28px;
}

.letushelpyouwrap h6 {
    font-family: var(--font-primary);
    font-size: var(--font-body-xl);
    font-weight: 400;
    line-height: 28px;
    color: var(--accent-color-first);
    margin-bottom: 0px;
}

.listbtnstyle div {
    background: var(--accent-color-first);
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border-bottom: 2px solid var(--accent-color-fourth);
}

.listbtnstyle a {
    font-size: var(--font-body-xl);
    font-family: var(--font-secondary);
    color: var(--accent-color-fourth);
    line-height: 26px;
}

/* End CSS - Let Us Help You  */

/* Featured Products CSS Start */

.featuredproductswrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.featuredproductswrap .toyimgcol2 {
    position: absolute;
    right: 0;
    top: -14%;
}

.featuredproductswrap .section-title {
    color: var(--accent-color-ninth);
    line-height: 48px;
    font-size: 40px;
}

/*.fea-prod-info {*/
/*    padding: 8px;*/
/*    border: 1px solid rgba(12, 11, 10, 0.1);*/
/*    margin-bottom: 24px;*/
/*    border-radius: var(--bordert-radius-md);*/
/*    -webkit-border-radius: var(--bordert-radius-md);*/
/*    -moz-border-radius: var(--bordert-radius-md);*/
/*    -ms-border-radius: var(--bordert-radius-md);*/
/*    -o-border-radius: var(--bordert-radius-md);*/
/*    text-decoration: none;*/
/*    display: block;*/
/*}*/
/*.fea-prod-info img{*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*}*/
/*.fea-prod-info h6 {*/
/*    font-size: var(--font-body-xl);*/
/*    color: var(--accent-color-fourth);*/
/*    font-weight: 600;*/
/*    font-family: var(--font-secondary);*/
/*    line-height: 28px;*/
/*    text-align: center;*/
/*    padding: 16px 0 8px 0;*/
/*    margin-bottom: 0;*/
/*}*/

/*.fea-prod-info .price {*/
/*    font-size: var(--h6);*/
/*    color: var(--color-primary);*/
/*    font-weight: 600;*/
/*    font-family: var(--font-secondary);*/
/*    line-height: 24px;*/
/*    margin-bottom: 12px;*/
/*}*/

/* End CSS - Featured Products */

/* Operation Hours CSS Start */
.operationhourswrap {
    padding-top: 152px;
    position: relative;
}

.toyimgcol3 {
    position: absolute;
    top: 21%;
    left: 0;
}

.operationhourscol {
    background: var(--bgcolor-opacity);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 40px;
    margin-bottom: 60px;
}

.operationhourscol h2 {
    font-family: var(--font-secondary);
    font-size: 38px;
    color: var(--color-primary);
    margin-bottom: 20px;
    padding-left: 220px;
}

.operationhourscol ul {
    padding-left: 220px;
}

.operationhourscol ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 66, 96, 0.1);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--font-secondary);
    color: var(--accent-color-fourth);
}

span.line {
    width: 22px;
    display: inline-block;
    background: var(--accent-color-fourth);
    height: 1.5px;
    vertical-align: middle;
    margin: 0px 8px;
}

.btnstylethree {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 20px 44px;
    font-size: var(--h6);
    color: var(--accent-color-first);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-secondary);
    display: block;
    width: 260px;
    margin: 0px auto;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    border-radius: var(--bordert-radius-xl);
    -webkit-border-radius: var(--bordert-radius-xl);
    -moz-border-radius: var(--bordert-radius-xl);
    -ms-border-radius: var(--bordert-radius-xl);
    -o-border-radius: var(--bordert-radius-xl);
}

.btnstylethree:hover {
    background: var(--accent-color-first);
    color: var(--color-secondary);
}

/* Operation Hours CSS End */

/* Testimonial CSS Start */
.testinobualwrap {
    padding: 100px 0px;
    background: var(--accent-color-eleventh);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    max-width: 1176px;
    width: 96%;
    margin: 112px auto 100px;
    text-align: center;
}

.testinobualwrap .carousel-item img {
    margin-bottom: 28px;
}

.testinobualwrap .carousel-caption {
    position: inherit;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--accent-color-fourth);
    text-align: center;
    max-width: 578px;
    margin: 0px auto;
}

.carousel-caption .line {
    display: block;
    margin: 28px auto;
    width: 101px;
    height: 1px;
    background: #ffd05c;
}

.carousel-caption h5 {
    font-size: var(--h5);
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 36px;
    color: var(--accent-color-fourth);
}

.carousel-caption p {
    font-size: var(--h6);
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 28px;
    color: rgba(41, 36, 37, 0.7);
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev {
    opacity: 1;
}

/* End Testimonial CSS */

/* Footer CSS Start */

.footernav {
    max-width: 630px;
    margin: 0px auto;
    width: 100%;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.footernav ul li a {
    color: var(--accent-color-first);
    font-size: var(--font-body-sm);
    font-family: var(--font-secondary);
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-body-sm);
    font-family: var(--font-secondary);
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
}

/* End Footer CSS  */
