.product-details .sku label {
    margin-bottom: 0;
    font-weight: normal;
    color: #b5b5b5;
}
.product-details .sku span {
    font-weight: 700;
}
.product-details .sku {
    color: #b5b5b5;
}
.product-details .product-name{
	color: #000;
}
.theme-navy-blue .product-price {
    color: #000000;
    font-size: 30px;
    font-weight: 800;
}
.add-to-cart {
    /*background: #ed546e!important;*/
    /*border-color: #ed546e!important;*/
    border-radius: 30px !important;
    display: block !important;
    clear: both;
    /*margin-top: 20px;*/
    margin-left: 0 !important;
}
.product-details .availability{
	margin: 0px;
}
.additional-image{
	margin:0px;
	margin-top:10px;
}
.product-details .availability{
    margin:10px 0px !important;
}

/**************************/
.card-size label {
    display: block;
    margin-top: 10px;
}
.card-size select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.designby{
	/*margin:10px 0px; */
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.designby .like-share .comman-icon-style {
    border: 1px solid #d7d7d7;
    padding: 9px 0;
    font-size: 14px;
    border-radius: 50%;
    color: #ddd;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    box-shadow: -1px 1px 3px 0px #b7b7b7;
    cursor:pointer;
}

.designby .like-share div {
    display: inline-block;
    vertical-align: middle;
}
.designby .like-share form {
    margin: 0;
}
.designby span {
    margin-top: 7px;
    display: inline-block;
}

.designby {
    position: relative;
    padding-right: 80px;
}

.designby .like-share {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 0;
}

.author-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
}
.author-box .author {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
    padding: 0px;
    border: 1px solid #d7d7d7;
}
.author-box .author img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-meta {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.author-box span.author-name {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.author-box span.author-year {
    display: inline-block;
    vertical-align: unset;
}

/*product silder*/
.product-grid-box {
    position: relative;
    margin-bottom: 20px;
}
.product-grid-box span{
    display:none;
}
.product-grid-box span, .product-grid-box form button{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #fff;
    color:#ddd;
    border:none;
    padding: 9px 10px;
    height:35px;
    width:35px;
    border-radius: 50%;
    box-shadow: -1px 1px 3px 0px #b7b7b7;
}

.owl-nav i:hover,.wishlist.comman-icon-style:hover, .product-grid-box span:hover, .product-grid-box form button:hover{
    color: #fff;
    /*background: #ed546e;*/
    background: #E21C21;
}

.product-grid-box span a{
	color: #ddd;
}
.product-grid-box img {
    /*background: #f8f8f8;*/
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    /*box-shadow: 0px 0px 6px 8px #00000012;*/
}
.product-grid-box h4 {
    color: #000;
    min-height: 30px;
}

.product-grid-box .product-prise {
    font-size: 15px;
    font-weight: 400;
}


/*owl */
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 45%;
  color: #cdcbcd;
}

.owl-nav i {
    font-size: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    background:#fff;
    box-shadow: -1px 1px 3px 0px #b7b7b7;
    border-radius: 50%;
    line-height: normal;
}

.owl-nav .owl-prev {
  left: -40px;
}

.owl-nav .owl-next {
  right: -40px;
}



/*login form */
/*			LOGIN AND SIGN UP PAGE CSS START			*/
.login-sec { background:url(../images-nct/cities-bg.png) center bottom no-repeat; width:100%; display:table; height:100%; padding-bottom:20px; background-size:100%; }
.inner-sec.login-box-bottom { height: 100vh; }
.login-sec h1 { margin-top:85px; font-size:26px; color:#000; margin-bottom:30px; font-weight:500; }
/*.login-lft-panel { background:url(https://www.littleyou3d.com/themes/storefront/public/images/back-login-img.jpg) center top no-repeat; background-color:#ffeab9; display:table-cell; vertical-align:bottom; text-align:center; position:relative; width:300px; }*/
.login-lft-panel { vertical-align:bottom; text-align:center; position:relative; width:300px; }
.over-text { position:absolute; left:0; color:#000; top:20px; text-align:center; width:100%; /*font-size:18px;*/ max-width:270px; margin:0px auto; right:0; }
.login-rgt-panel { display:table-cell; vertical-align:top; width:60%; padding:10px 20px; text-align:center; }
.login-right-panel { display:table-cell; vertical-align:top; width:60%; padding:10px 20px; text-align:center;}
.login-box.sign-up-box { margin-bottom:30px; }
.right-box { width:100%; max-width:305px; display:inline-block; vertical-align:top; text-align:left; }
.already-login { position:relative; z-index:1; }
.already-login h3 a { /*color:#ddd;*/ text-decoration:none; margin-left:5px; }
.already-login h3 { text-align:center; position:relative; margin-bottom:50px; color:#000; font-size:16px; }

.login-page .social-page-login button {
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    position: relative;
    padding-left: 70px;
    margin: 0 10px;
}

.login-page .social-page-login .facebook-login-page {
    background: #3c549a;
}

.login-page .social-page-login .google-login-page {
    background: #ed2723;
}

.login-page .social-page-login .classlink-login-page {
    background: #3aa9c5;
}

.login-page .social-page-login .clever-login-page {
    background: #1464ff;
}

.login-page .social-page-login .facebook-login-page:hover {
    background: #2a448d;
}

.login-page .social-page-login .google-login-page:hover {
    background: #c71f1b;
}

.login-page .social-page-login .classlink-login-page:hover {
    background: #258ea8;
}

.login-page .social-page-login .clever-login-page:hover {
    background: #284bad;
}

.login-page .social-page-login .clever-logo {
    font-weight: bold;
    font-size: 20px;
}

.login-page .social-page-login .classlink-logo {
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
}

.login-page .social-page-login button i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-box { width:100%; height:75px; padding:10px; border:1px solid #ddd; position:relative; padding-left:15px; }
.captcha-box { width:100%; height:75px; padding:10px; border:1px solid #ddd; position:relative; padding-left:15px; }
.custom-checkbox.captcha-box label { margin-top:20px; margin-left:10px; }
.captcha-box [type="checkbox"]:not(:checked) + label::before, .custom-checkbox [type="checkbox"]:checked + label::before {
border:1px solid #ddd;
}
.captcha-box [type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
width:25px;
height:25px;
background:none;
color:#ddd;
border-color:#ddd;
left:-5px;
top:-2px;
}
.captcha-box [type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
content:'';
position:absolute;
left:-5px;
border:1px solid #666;
border-radius:3px;
}
.captcha-box [type="checkbox"]:not(:checked) + label::after {
opacity:0;
transform:scale(0);
}
.captcha-box [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
position:relative;
padding-left:25px;
cursor:pointer;
color:#666;
font-weight:500;
}
.captcha-box input { display:none; }
.captcha-box [type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
content:"\f00c";
left:0;
font-family:FontAwesome;
position:absolute;
color:#1c1b18;
transition:all .5s;
}
.captcha-box label { margin-top:15px; }
.captcha-box img { width:65px; position:absolute; top:3px; right:3px; }
.login-form { width:66%; display:table-cell; vertical-align:top; padding:10px 0; text-align:center; }
.login-form form#log-in { width:100%; max-width:305px; display:inline-block; vertical-align:top; text-align:left; }
.login-form a.fp { float:right; }
.login-form .custom-checkbox { float:left; }
.login-form .custom-checkbox label { margin-bottom:0; line-height:1; }
.back-img { position:relative; bottom:0; }
.back-img img { position:absolute; width:100%; right:0; bottom:-10px; }
.login-box { position:relative; background:#fff; max-width:762px; height:auto; margin:0 auto; padding:15px 20px; border-radius:5px; z-index:1; -webkit-box-shadow:0px 0px 10px 0.5px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 0px 10px 0.5px rgba(0, 0, 0, 0.15); box-shadow:0px 0px 10px 0.5px rgba(0, 0, 0, 0.15); display:flex; margin-bottom:30px; display:table; padding:10px; }
.left-box { background:#ffeab7; text-align:center; position:relative; width:100%; float:left; height:100%; }
.social-icons a { display:block; width:100%; height:45px; font-size:20px; color:#fff; text-decoration:none; cursor:pointer; text-align:center; overflow:hidden; line-height:48px; position:relative; transition:all 0.5s; -ms-transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; font-size:24px; border:1px solid; text-align:left; margin-bottom:7px; text-decoration: none;}
.social-icons a.linkedin {/* border:1px solid #0077b5;*/ background-color:#0077b5; }
.social-icons a.twitter { /*border:1px solid #42c5ed; */background-color:#46c6ee; }
.social-icons a small { text-align:center; margin-right:10px; font-size:26px; width:46px; float:left; overflow:hidden; }
.social-icons a i { line-height:48px; }
.social-icons a.fb { background-color:#0e58ac; border:none; }
.social-icons a small.fb-icon { background:#0e58ac; text-shadow:0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278; border-right:1px solid #064a96; border-right:1px solid #064a96; }
.social-icons a:hover { background-color:#fff; border:none; }
.social-icons a:hover small.fb-icon { background-color:#fff; color:#0e58ac }
.social-icons a.twitter:hover { color:#46c6ee; background-color:#fff; border:none; }
.social-icons a.twitter p:hover { color:#46c6ee; }
.social-icons a.twitter:hover p { color:#5aceed; }
.social-icons a.linkedin:hover p { color:#0077b5; background-color:#fff; border:
	none; }
	.social-icons a.linkedin:hover{ color:#0077b5; border: none; }
.social-icons a small.linkedin-icon { background:#0077b5; /* vertical-align:top; */ border-right:1px solid #5aceed; text-shadow:0px 0px #c23122, 1px 1px #5aceed, 2px 2px #2a445d, 3px 3px #2a445d, 4px 4px #2a445d, 5px 5px #2a445d, 6px 6px #2a445d, 7px 7px #2a445d, 8px 8px #2a445d, 9px 9px #2a445d, 10px 10px #2a445d, 11px 11px #2a445d, 12px 12px #2a445d, 13px 13px #2a445d, 14px 14px #2a445d, 15px 15px #2a445d, 16px 16px #2a445d, 17px 17px #2a445d, 18px 18px #2a445d, 19px 19px #2a445d, 20px 20px #2a445d, 21px 21px #2a445d, 22px 22px #2a445d; border-right:1px solid #10a8e1; }


.social-icons { padding:10px 15px; }
.social-icons p { padding:11px; color:#fff; font-size:16px; }
.social-icons a small.twitter-icon { background:#46c6ee; /* vertical-align:top; */ border-right:1px solid #5aceed; text-shadow:0px 0px #c23122, 1px 1px #5aceed, 2px 2px #0e99cd, 3px 3px #0e99cd, 4px 4px #0e99cd, 5px 5px #0e99cd, 6px 6px #0e99cd, 7px 7px #0e99cd, 8px 8px #0e99cd, 9px 9px #0e99cd, 10px 10px #0e99cd, 11px 11px #0e99cd, 12px 12px #0e99cd, 13px 13px #0e99cd, 14px 14px #0e99cd, 15px 15px #0e99cd, 16px 16px #0e99cd, 17px 17px #0e99cd, 18px 18px #0e99cd, 19px 19px #0e99cd, 20px 20px #0e99cd, 21px 21px #0e99cd, 22px 22px #0e99cd; border-right:1px solid #10a8e1; }
.social-icons a:hover small { background-color:#fff; text-shadow:0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4; border-right:1px solid #ddd; }
.social-icons a.fb:hover p { color:#3B579D; }
.social-icons a { background-color:#e41000; border:none; }
.social-icons a small.gplus-icon { background:#e41000; vertical-align:top; border-right:1px solid #b80d00; text-shadow:0px 0px #c23122, 1px 1px #ae0c00, 2px 2px #ae0c00, 3px 3px #ae0c00, 4px 4px #ae0c00, 5px 5px #ae0c00, 6px 6px #ae0c00, 7px 7px #ae0c00, 8px 8px #ae0c00, 9px 9px #ae0c00, 10px 10px #ae0c00, 11px 11px #ae0c00, 12px 12px #ae0c00, 13px 13px #ae0c00, 14px 14px #ae0c00, 15px 15px #ae0c00, 16px 16px #ae0c00, 17px 17px #ae0c00, 18px 18px #ae0c00, 19px 19px #ae0c00, 20px 20px #ae0c00, 21px 21px #ae0c00, 22px 22px #ae0c00; }
.social-icons a.gplus:hover { color:#DD4A3A; }
.social-icons a.gplus p:hover { color:#DD4A3A; }
.social-icons a.gplus:hover p { color:#DD4A3A; }
.social-icons a:hover small.gplus-icon { background-color:#fff; color:#e41000; background-color:#fff; text-shadow:0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4; border-right:1px solid #ddd; }
.social-icons a small.insta-icon { background:#8a3ab9; vertical-align:top; border-right:1px solid #b80d00; text-shadow:0px 0px #c23122, 1px 1px #6d1250, 2px 2px #6d1250, 3px 3px #6d1250, 4px 4px #6d1250, 5px 5px #6d1250, 6px 6px #6d1250, 7px 7px #6d1250, 8px 8px #6d1250, 9px 9px #6d1250, 10px 10px #6d1250, 11px 11px #6d1250, 12px 12px #6d1250, 13px 13px #6d1250, 14px 14px #6d1250, 15px 15px #6d1250, 16px 16px #6d1250, 17px 17px #6d1250, 18px 18px #6d1250, 19px 19px #6d1250, 20px 20px #6d1250, 21px 21px #6d1250, 22px 22px #6d1250; }
.social-icons a.insta:hover { color:#bc2a8d; }
.social-icons a.insta p:hover { color:#bc2a8d; background-color:#fff; }
.social-icons a.insta:hover p { color:#bc2a8d; }
.social-icons a:hover small.insta-icon { background-color:#fff; color:#8a3ab9; background-color:#fff; text-shadow:0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4; border-right:1px solid #ddd; }
.social-icons a.insta {
    background-color: #8a3ab9;
    border: none;
}
.login-box .custom-checkbox { float:left; }
.login-box a.fp { float:right; }
.login-box button { margin-top:20px; }

/*checkbox*/
.custom-checkbox [type="checkbox"]:not(:checked) + label, .custom-checkbox [type="checkbox"]:checked + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 16px;
    font-weight: 500;
}
.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:before, .custom-checkbox [type="checkbox"]:checked + label:before {
    border: 1px solid gray;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 17px;
    border-radius: 3px;
    line-height: 1px;
    background:#fff;
}
.captcha-box [type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: -5px;
    border: 1px solid #666;
    border-radius: 3px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after, .custom-checkbox [type="checkbox"]:checked + label:after {
    color: #fff;
    content: "\f00c";
    font-size: 14px;
    font-family: FontAwesome;
    height: 17px;
    left: 0;
    line-height: 0.9;
    padding: 2px;
    position: absolute;
    top: -1px;
    transition: all 0.2s ease 0s;
    width: 17px;
    background-color: #E21C21;
    border-radius: 3px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}




/*product details slider*/

.product-view-box {
    /* max-width: 500px; */
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 1px solid #d7d7d7;
    display: block;
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gallery {
  overflow: hidden;
}

.gallery__hero {
    height: 400px;
    background: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__hero img {
    flex-shrink: 0; 
    max-height: 100%;
    width: auto;
    height: auto;
    display: block; 
}

.gallery__hero img + img {
    width: auto;
    height: auto;
    object-fit: none;
}

.is-zoomed .gallery__hero {
  cursor: move;
}
.is-zoomed .gallery__hero img {
  max-width: none;
  position: absolute;
  z-index: 0;
  top: -50%;
  left: -50%;
}

.gallery__hero-enlarge {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__hero-enlarge:hover {
  opacity: 1;
}
.gallery__thumbs {
  text-align: center;
  background: #fff;
}
.gallery__thumbs a {
  display: inline-block;
  width: 20%;
  padding: 0.5em;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__thumbs a:hover {
  opacity: 1;
}
.gallery__thumbs a.is-active {
  opacity: 0.2;
}

.gallery__thumbs a img {
    width: 100%;
}

/*product details slider end*/


.social-share li {
    padding: 0 !important;
}

.social-share li a i {
    color: #ed546e;
}

.social-share li a i:hover{
    color: #000;
}


/**********************/
.zoom{
    position: relative;
}
.zoom-fab {
    display: block;
    width: 35px;
    height: 35px;
    padding: 7px 0;
    /* line-height: 40px; */
    border-radius: 50%;
    background-color: #e21c21;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: .2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    cursor: pointer;
    color: #FFF;
    margin-left: auto;
    margin-right: 0;
}
.zoom-fab:hover{
    background-color:#1B9AD6;
    box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
    color:#fff;
}
.zoom-btn-fb{background-color:#3c5998}
.zoom-btn-fb:hover{background-color:#000}
.zoom-btn-goo{background-color:#d04230}
.zoom-btn-goo:hover{background-color:#000}
.zoom-btn-tw{background-color:#000000}
.zoom-btn-tw:hover{background-color:#000}
.zoom-btn-lin{background-color:#3078b5}
.zoom-btn-lin:hover{background-color:#000}
.zoom-menu{position:absolute;text-align: left;z-index:99;}
.zoom-menu li{display:inline-block;/*margin-right:10px*/}

.scale-transition {
    transition: transform .3s cubic-bezier(0.53,0.01,0.36,1.63)!important;
    margin-top: 10px;
}
.scale-transition.scale-out {
    transform: scale(0);
    transition: transform .2s!important;
}


.colorpicker-label {
    display: block;
    width: 100%;

}

.colorbox .color-select.fa.fa-plus.main-selecter {
    height: 30px !important;
    width: 30px !important;
    position: relative;
    /*margin: 0px auto;    */
    padding: 4px !important;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
}

.add-to-cart:hover {
    background: #E21C21 !important;
    border-color: #E21C21 !important;
}

/*ronak*/
.designby {
  display: inline-flex;
}

/*ronak*/



.progressbar {
    position: absolute;
    top: 58%;
    left: 41.5%;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgb(255 255 255 / 28%);
    color:#fff;
}

#text-msg {
    top: 54%;
}

.progressbar progress {
    height: 30px;
    margin: 0 !important;
}
.progressbar span {
    margin: 0;
    margin-left: 10px;
    padding: 2px;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    margin-top: 3px;

}

.clear-box {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}
.clear-box i {
    padding-top: 6px;
}
.register {
  padding: 30px;
}
.footer-menu-list, .bg-blue {
    display: none;
}

/***menu***/
.responsive{
    display:none;
}
.loginurl {
    padding-top: 5px;
}

@media screen and (min-width:769px) {
    .login-page-panel-display {
        display: flex;
    }
    .login-page-divider {
        width: 1px;
        background-color: #555;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 17px;
    }
    .login-right-panel {
        padding-right: 0px;
    }
}

@media screen and (max-width:768px){
    .social-icon ul li img {
        width: 25px;
    }
    .social-icon{
        padding-top: 18px !important;
    }

    /***menu***/
   .footer-tab{
       display:none;
   }
    .responsive{
    display:block;
    }
    ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
    }
    li {
    	padding:0;
    	margin:0;
    }
    nav {
    	/*width:100%;*/
    	position:relative;
    	height:auto;
    	overflow:hidden;
    	background:none;
    }
    nav ul {
    	text-align:center;
    }
    nav ul li {
    	display:inline-block;
    }
    nav ul li a {
    	color:#333;
    	display:inline-block;
    	padding:1em 3em;
    	text-decoration:none;
    	border-bottom:2px solid #fff;
    	transition-property:all .2s linear 0s;
    	-moz-transition:all .2s linear 0s;
    	-webkit-transition:all .2s linear 0s;
    	-o-transition:all .2s linear 0s;
    	font-size:16px;
    }
    nav ul li a:hover {
    	color: #000;
    }
    /*styling open close button*/
    .buttons {
    	display:inline;
    	/*position:absolute;
    	right:50px;
    	top:6px;
    	z-index:999;*/
    	font-size:30px;
    }
    .buttons a {
    	text-decoration:none;
    }
    .btn-open:after {
    	color:#333;
    	content:"\f0c9";
    	font-family:"FontAwesome";
    	transition-property:all .2s linear 0s;
    	-moz-transition:all .2s linear 0s;
    	-webkit-transition:all .2s linear 0s;
    	-o-transition:all .2s linear 0s;
    }
    .btn-open:hover:after {
    	color:#000;
    }
    .btn-closes {
        font-weight: 400;
        font-size: 25px !important;
        line-height: 15px;
        position: absolute;
        right: 10px;
        top: 25px !important;
        display: inline-block;
        color: #626060;
        padding: 0;
        background: transparent;
        border: none;
        outline: 0;
        text-shadow: none;
        opacity:1 !important;
        z-index: 999;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        left: 15px !important;
    }
    .btn-closes:after {
    	color:#000;
    	content:"\f00d";
    	font-family:"FontAwesome";

        	transition-property:all .2s linear 0s;
        	-moz-transition:all .2s linear 0s;
        	-webkit-transition:all .2s linear 0s;
        	-o-transition:all .2s linear 0s;
    }
    .btn-closes:hover:after {
    	color: #000;
    }
    /*overlay*/
    .overlay {
    	display:none;
    	position:fixed;
    	top:0;
    	height:100%;
    	width:100%;
    	background:#ffdd17;
    	overflow:auto;
    	z-index:99;
    	left:0;
    }
    .wrap {
    	color:#e9e9e9;
    	text-align:center;
    	max-width:90%;
    	margin:0 auto;

    }
    /*.wrap ul.wrap-nav {

    	text-transform:capitalize;
    	padding:150px 0px 100px;
    }*/
    .wrap ul.wrap-nav li {
    	font-size:23px;
    	line-height:1.5;
        font-weight: 500;
    	display:inline-block;
    	vertical-align:top;
    	width:24%;
    	position:relative;
    }
    .wrap ul.wrap-nav li a {
    	color:#000;
        letter-spacing: 2px;
    	display:block;
    	font-size:37px;
    	line-height:3;
    	padding:6px 20px;
    	text-decoration:none;
    	transition-property:all .2s linear 0s;
    	-moz-transition:all .2s linear 0s;
    	-webkit-transition:all .2s linear 0s;
    	-o-transition:all .2s linear 0s;
    }
    .wrap ul.wrap-nav li.active a{
        color: #269dcd;
    }
    .wrap ul.wrap-nav li a:hover {
    	color:#269dcd;
    }
    /*.wrap ul.wrap-nav ul {
    	padding:20px 0;
    }*/
    .wrap ul.wrap-nav ul li {
    	display:block;
    	font-size:13px;
    	width:100%;
    	color:#e9e9e9;
    }
    .wrap ul.wrap-nav ul li a {
    	color:#f0f0f0;
    }
    .wrap ul.wrap-nav ul li a:hover {
    	color:#34B484;
    }
    .wrap ul.wrap-nav>li::after{
        content: "";
        display: block;
        margin: 0 auto;
        width: 80%;
        border-bottom: 1px solid #e2e2e0;
    }
    .wrap ul.wrap-nav>li:last-child::after{
         border-bottom:unset;
    }
    .theme-navy-blue .header-wrapper {
            background: none !important;
    }
@media screen and (max-width:48em) {
	.wrap ul.wrap-nav>li {
		width:100%;


	}
	.wrap ul.wrap-nav {
		padding-top:80px;
        padding-bottom: 20px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
}

    /****end***/

    .login-box{
        display:block;
    }
    .login-lft-panel{
        display:block;
        width:100%;
    }
    .login-rgt-panel{
        display:block;
        width:100%;
    }
    .login-right-panel{
        display:block;
        width:100%;
    }
    .footer-tab {
        /*display: none;*/
    }
    .p-tb-50 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .form-wrapper {
        width: 100% !important;
    }
    .header-wrapper+.content-wrapper {
        margin-top: 100px !important;
    }
    .new-class-add .category-list.col-md-2.new-button-class {
        margin-top: 0 !important;
        width: 100%;
    }
    .new-class-add .element , .new-class-add .character, .new-class-add .new-extramenu{
        width: 100% !important;
        padding: 0 10px;
    }
    .slick-vertical .slick-slide {
        width: 100% !important;
    }
    .content-wrapper .col-md-12{
        padding:0px !important;
    }
    .col-md-2.col-md-2-5 {
        width: 40px !important;
        margin: 3px 0 !important;
        float: left;
    }
    .close-element .col-lg-3 img {
        height: 25px !important;
    }
    .color-select {
        border: none !important;
    }
    .colorbox {
        margin: 0 auto !important;
    }
    .history-color .cb.active .colorbox {
        margin-top: 2px !important;
    }
    .cb.active {
        margin: -4px auto !important;
    }
    .my-color .row {
        margin: 0;
        display: none;
    }
    /*.close-element .col-lg-3 img {*/
    /*    width: 100% !important;*/
    /*    left: 0 !important;*/
    /*    right: 0 !important;*/
    /*    margin: 10px auto;*/
    /*}*/
    .contact-information .col-md-6.text-right {
        text-align: left;
        margin-top: 0px;
    }
    .product-list-header{
        margin-top:0px !important;
    }
    .form-group {
        width: 100%;
    }
    .g-search {
        float: inherit !important;
        margin-top: 10px;
    }
    .g-search .form-control{
        width: 100% !important;
    }
    .container-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .new-footer-class .footer-top {
        padding-top: 20px !important;
    }
    button.ganeral-button-type-4.new-header-btn {
        padding: 0px;
        height: 50px !important;
        width: 50px !important;
        display: inline-block;
        text-align: center;
    }
    section.header-wrapper .header-inner .website-logo {
        height: inherit !important;
        padding-left:0px;
        width: 80px !important;
    }
    .new-user-cart {
        /*display: inline-block !important;*/
    }
    .main-img-class {
        display: flex !important;
        width:100%;
    }
    .left-side-new-logo {
        width: auto;
        display: inline-block !important;
    }
    .dropdown.userdd, .user-login{
        margin:0 10px !important;
    }
    .user-cart .user-cart-inner {
        padding: 0 5px !important;
    }
    .new-user-cart button.ganeral-button-type-4.new-header-btn {
        width: 50px !important;
        height: 50px !important;
        font-size: 13px !important;
    }
    .user-cart{
        margin-top:0px !important;
    }
    .main-img-class .user-cart .user-cart-inner>i {
        font-size: 26px !important;
    }
    .user-cart>.dropdown>.dropdown-menu {
        /*min-width: auto !important;*/
        margin-top:20px;
    }
    .user-cart .mini-cart-buttons .btn-view-cart, a.btn.btn-primary.btn-checkout {
        padding: 10px;
    }
    .user-cart-inner.dropdown-toggle a {
        display: none;
    }
    .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-nav .owl-next {
        right: 0px;
    }

    .theme-navy-blue .header-wrapper {
        position: inherit;
    }
    .author-box .author {
        width: 40px;
        height: 40px;
    }
    .gallery__hero {
        padding-left: 0;
        height: 200px;
    }
    .designby .like-share {
        display: block;
        position: inherit;
        text-align: left;
        margin: 0;
    }
    .designby {
        display: block;
        padding: 0;
    }
    .userdd img, .user-login img{
        margin-top:0px !important;
    }
    .zoom-fab, .designby .like-share .comman-icon-style {
        padding: 10px 0;
    }
    .product-grid-box img {
        height: 150px;
    }
    .product-details .btn-primary {
        margin-top: 0px !important;
    }
    .product-card .image-holder, .product-card .image-placeholder {
        height: 130px !important;
    }
    .grid-products .product-card{
        margin-top:0px !important;
        margin-bottom:10px;
    }
    .loginurl {
        display: none;
    }
}
@media screen and (max-width:650px){
    /**menu**/
    .wrap ul.wrap-nav li a {
    color: #000;
    letter-spacing: 2px;
    display: block;
    font-size: 20px;
    line-height: 2;
    padding: 6px 20px;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

    /******toggler
    .footer-tab {
        display:none;
    }
    .bg-blue {
        display: block;
    }
     .navbar-toggler{
        height: 30px;
        width: 30px;
        position: relative;
        margin-left: auto;
        padding: 2.25rem .75rem;
        float: right;
    }
    .navbar-toggler span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 5px;
        top: 50%;
        transition: all .1s;
        transform-origin: center;
        left: 50%;
        display: block;
        margin-top: -1px;
    }
    .navbar-toggler .icon-bar:nth-child(1){
        transform: translate(-50%,-10px) rotate(0deg);
    }
    .navbar-toggler .icon-bar:nth-child(2){
        transform: translate(-50%,0) rotate(0deg);
    }
    .navbar-toggler .icon-bar:nth-child(3){
        transform: translate(-50%,10px) rotate(0deg);
    }
    .footer-menu-list {
        position: absolute !important;
        top: 100%;
        background: yellow;
        width: 100% !important;
        left: 0;
        z-index: 99999;
        padding: 15px;
        display: none;
    }
    .footer-menu {
        list-style: none;
        text-align: center;
    }
    .menu-link {
        line-height: 4;
    }
    .mobile-menu {
        border-bottom: 1px solid white;
    }
    .mobile-menu:last-child {
        border-bottom:unset;
    }
    /**/
    .product-list-header .search-result-right {
        float: inherit !important;
        width: 100%;
    }
    .product-details {
        margin-top: 0px !important;
    }
}

@media screen and (max-width:500px){
    .product-list-result .grid-products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .recent-products .grid-products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (max-width:340px){
    .product-details .btn-primary {
        margin-top: 35px !important;
    }
}

.product-details-wrapper >.row >.col-lg-5 >.product-details > .section-description,
.product-details-wrapper >.row >.col-lg-5 >.product-details > .model-price {
    margin-top:10px;
}
.product-details-wrapper >.row >.col-lg-5 >.product-details > .clearfix> .product-variants >.card-size select {
    margin-bottom:0px;
}
.header-wrapper >.header-inner >.container {
    width:100%;
}
.designby > h1.product-name {
    font-size: 24px;
}



/***Hast Patel(21-Aug)***/
@media(max-width:1024px){
    .littleyou-images{
        width:20% !important;
    }
    .msg-box-responsive{
        width:60% !important;
    }
    /*.full-tutorial-box{
        width:45% !important;
    }*/
    .responsive-modal{
        height:100%;
    }
}

@media screen and (max-width:1135px){
    .new-class-add .category-list.col-md-2.new-button-class {
        margin-top: 0 !important;
        width: 100%;
    }
    .my-color .row {
        margin: 0;
        display: none;
    }
    .new-class-add .element, .new-class-add .character, .new-class-add .new-extramenu {
        width: 100% !important;
        padding: 0 10px;
    }
    .new-class-add .element, .new-class-add .character, .new-class-add .new-extramenu {
        width: 100% !important;
        padding: 0 10px;
    }
    .col-md-2.col-md-2-5 {
        width: 40px !important;
        margin: 3px 0 !important;
        float: left;
    }
}
