@font-face {
    font-family: r;
    src: url(../fonts/ARLRDBD.TTF);
}

@font-face {
    font-family: baloo;
    src: url(../fonts/Baloo-Regular.ttf);
}

body{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: r;
}
ol, ul {
	padding: 0 !important;
	margin: 0px;
}
a:hover{
    text-decoration: none;
}

.row{
	margin: 0;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

#contact_form1 .has-success .form-control {
    border:none;
           border-bottom: 3px solid #c84a26;
           -webkit-box-shadow: none;
    box-shadow: none;
}

@keyframes wrap {
		from {background: transparent;}
		to {background: rgba(5,5,5,0.5);}
}

@keyframes fall {
	0% {margin-top: -10%;background: transparent;}
	10% {margin-top: 0%;background: transparent;}
	25% {margin-top: 5%;background: transparent;}
	350% {margin-top: 15%;background: transparent;}
	75% {margin-top: 14%;background: rgba(50,50,50,0.4);}
	90% {margin-top: 13%;background: rgba(150,150,150,0.6);}
	100% {margin-top: 10%;background: white;}
}


.pagination > .active > a{
	font-size: 24px !important;
    padding: 16.7px 24px !important;
}

#wrap {
			position: fixed;
			width: 100%;
			height: 100%;
			background: rgba(237, 237, 237, 0.54);
			display: none;
			animation: wrap 1s 1;
      		z-index: 100000;
      		overflow: hidden;
      		top: 0;
		}
		#container {
			width: 50%;
			background: white;
			margin: 4% auto 0 auto;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: relative;
			animation: fall 0.5s 1;
			display: none;
			border: 10px solid #d9d9d9 !important;
			text-align: center;
		}
		#container:after {
			position: absolute; 
			top: 5px; right: 5px;
			background: rgba(0,0,0,0.8);
			color: darkgray;
			padding: 2px;
			border-radius: 5px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
			cursor: pointer;
			/*z-index: 0;*/

		}
		#container p {
			margin-top: 35px;
			font-size: 18px;
			text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
		}
		#container iframe {
			border-radius: 5px;
			margin-bottom: 5px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
		}
		#container div.Izadji {
			position: absolute;
			width: 40px;
			height: 40px;
			background: transparent;
			top: 13px;
			right: 15px;
			cursor: pointer;
			z-index: 1;
		}
.fm6 {
	text-align: center;
	width: 100%;
}		
.fm6 .form-control {

    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #e8e8e8;
    height: 65px;
    color: #000;
    font-size: 18px;
    padding: 0 40px;
}
.fm6 label{
	color: #58595b;
	font-weight: 400;
	padding: 17px 0px;
	margin-bottom: 0;
	font-size: 23px;
}
.fm6 .form-group {
    margin-bottom: 10px !important;
}
.submit_btn1 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    background-color: #00c2ad;
    color: #e3e3e3;
    text-align: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
}
.h4_4{
	color: #1a62aa;
padding: 84px 0;
text-align: right;
}
.header {
    position: fixed;
	top: 0;
	z-index: 1000;
    width:100%
}
.header header{
	height: 115px;
	background-color: #efe9c7;
	background-image: url(../images/wood-page-background.png);
	background-size: contain;
	padding: 0px 20px;
	
	width: 100%;
}
.wname {
    margin-top: 42px;font-size: 17px;
}
.wname p{
    padding-right: 9px;font-size: 15px;
}
.wsname {
        font-size: 17px;
    padding: 8px;
    position:relative;
    top:3px;
   
}
.wsname:hover
{
	background: #2525221f;
	transform: none !important;
	cursor: pointer;
    /* border-bottom: 1px solid #ccc;
    border-left: 1px outset #ccc; */
}
.wsname a
{
	font-size: 15px;
	color: #000
}
.wsname ul
{
	display: none;
	position: absolute;
	width: 100%;
	background-color: #f0efd9;
    padding: 4px !important;
    left: 0;
}
.wsname:hover ul
{
display: block;
background-color: #f0efd9;
}
.bg_gray .wsname ul
{
	    background-color: #e6e6e6;
}
.bg_green .wsname ul
{
	    background-color: #00a744;
}
.bg_claret .wsname ul
{
	    background-color: #31ecd4;
}
    .wtname img, .wname img, .wsname img {
        width:22px;
        vertical-align: top;
    }
.wtname {
    background-color:#f0efd9;
        border-bottom: 1px solid #ccc;
    border-left: 1px outset #ccc;
    padding: 0
}
.wtname a
{
	color: #000
}
.wtname ul
{
	    position: absolute;
    width: 100%;
    display: none;
    background-color: #f0efd9;
    list-style: non
}
.wtname:hover ul
{
	display: block;
}

.logo_lit_text{
	text-align: center;
	color: #000;
	font-size: 15px;
	margin: 5px 0;
}
.social_icon{
	margin-top: 30px;
}
.social_icon li{
	display: inline-block;
	list-style: none;
	margin-left: 5px;
    	text-align: center;

}
.social_icon li:hover {
    transform: scale(1.1);
}
.social_icon li p{
	color: #000;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 4px;
}
.fb img{
	width: 30px;
}
.tw img{
	width: 40px;
}
.pin img{
	width: 25px;
}
.insta img{
	width: 26px;
}
.sr img{
	width: 28px;
}
.login img{
	width: 37px;
    margin-left: 7px;
}
nav{
	background-color: white;
	margin-top: 115px;
}
.menus{
	width: 66%;
	margin: 0 auto !important;	
}
.menus li{
	display: inline-block;
}
.menus li a{
	font-size: 15px;
	color: #000;
	padding: 15px 24px;
	display: inline-block;
}
.menus li a:hover {
    color: #1769b3;
}
.banner1{
	/*background-color: #20d2f8;*/
	margin-top: 165px;
}
.carousel-control.right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(255, 255, 255, 0.5) 100%));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
	background-repeat: repeat-x;
} 
.carousel-control.left{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001) 100%));
	background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
}
.padding_left0{
	padding-left: 0px;
}
.paddingR7{
	padding-right: 7px;
}
.padding_right0{
	padding-right: 0px;
}
.paddingL7{
	padding-left: 7px;
}
.section2, .section3, .section4, .footer, .add_word_sec, 
.choose_img, .add_details1, .add_details2, .section5, .look_up_word_sec{
	margin-top: 15px;
}
.add_a_word, .look_up_a_word, .gift-ify, .order_today{
	cursor: pointer;
}
#intro
{
	font-size: 19px;
    padding: 10px 20px 17px;
background-image: url(../images/wood-page-background.png);
    background-size: contain;
    background-color: #efe9c7;
    /*background-color: #cccccc;*/
}
.bheader, .bimage {
  
    
}
    .bheader h3 {
        margin:0
    }
.bheader {
    margin-bottom:15px;
        padding:20px 0
}
.bimage {
    /*padding:10px 0*/
}
    .bimage img {
        max-width:100%;
        margin:auto
    }
.footer{
	background-color: #f7f1e1;
}
.footer-logo{
	height: 100px;
	background-color: #efe9c7;
	background-image: url(../images/wood-page-background.png);
	background-size: cover;
	padding: 30px 20px;
}
.logo_text_foot{
	margin: 0 0;
}
.logo_text_foot a{
	text-transform: uppercase;
	font-size: 33px;
	color: #0074bd;
}
.social_icon_foot{
    margin-top: 30px !important;
    display: inline-block;
}
.social_icon_foot span{
	margin: 0 35px;
	font-size: 16px;
}
.social_icon_foot li{
	display: inline-block;
	list-style: none;
}
.social_icon_foot .fb img {
    width: 40px;
}
.social_icon_foot .tw img {
    width: 45px;
}
.social_icon_foot .pin img {
    width: 30px;
}
.social_icon_foot .insta img {
    width: 40px;
}
.padding15{
	padding: 38px;
}
.padding15 p{
	color: #818181;
	font-size: 13px
}
.footer_li{
	text-align: center;
	padding: 0 5px !important;
}
.footer_li li:first-child{
	padding-top: 30px;
}
.footer_li li{
	list-style: none;
	border-bottom: 2px solid #81aac8;
	padding: 20px 0px;
}
.footer_li li a{
	color: #818181;
	font-size: 16px;
}
    .footer_li li a:hover {
            color: #1769b3;
    }
.copyright_{
	color: #1769b3;
	padding: 10px 0 20px;
	font-size: 14px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
.copyright_ i{
	font-size: 13px;
}
.item{
	cursor: pointer;
}
.logo_img{
	width: 62%;
	/*margin: 8px 122px 0;*/
    margin-top:23px
}
.footer_logo{
	width: 89%;
	margin-left: 22px;
}
.logo_sm{
	position: absolute;
	top: 0px;
	left: -20px;
	width: 65px;
}
.header_1{
 	padding: 0px 20px;
	position: fixed;
	width: 100%;
	z-index: 100000;
	top: 0;
}
.bg_green{
	background-color: #31ebd4;
}
.bg_gray{
	background-color: #e6e6e6;
}
.margintop10{
	margin-top: 11px;
}
.logo_text{
	margin: 17px 0;
	font-size: 25px;
}
.cart img{
	width: 27px;
}
.menu_icon,.menu_icon:hover,.menu_icon:active,.menu_icon:visited {
    color:#000
}
.menu_icon img{
	width: 22px;
	margin: 0 0 0 7px;
}
.menu_icon_li{
	padding-left: 15px;
}
.menu_icon p, .cart p{
    color: #000;
    text-align: center;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 4px;
}
.cart_menu_ul{
	margin-left: 50px;
	margin-top: 8px;
}
.cart_menu_ul li{
	display: inline-block;
	list-style: none;
}
    .cart_menu_ul li:hover {
        transform:scale(1.1)
    }
.menus1{
	width: 66%;
	margin: 0 auto !important;	
}
.menus1 li{
	display: inline-block;
}
.menus1 li a{
	font-size: 15px;
	color: #000;
	padding: 21px 26px;
	display: inline-block;
}
.menus1 li a:hover {
    color: #1769b3;
}
#panel {
    display: none;
}
.add_word_sec{
	background-color: #fedb00;
	margin-top: 77px;
}
.fm {
	padding: 11px 0 50px;
}
.fm , .fm1, .fm2{
    width: 60%;
    margin: 0 auto; 
}
.fm label{
    color: #bf9700;
    font-size: 18px;
    padding-top: 33px;
	margin: 0;
	font-weight: normal;
}
.fm input{
	box-shadow: none ;
	border: none;
	border-bottom: 3px solid #bf9700;
    color: #bf9700;
	background-color: transparent;
	border-radius: 0;
	font-size: 18px;
	margin-top: 20px;
}
.form-control:focus {
	box-shadow: none ;
	border: none;
}
.fm .form-control:focus {
	border-bottom: 3px solid #bf9700;
}

.fm .form-control::placeholder {
    color: #bf9700;
    opacity: 0.5; /* Firefox */
}

.fm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bf9700;
}

.fm .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #bf9700;
}

.cal_inp{
	display: inline-block;
	width: 89%;
}
.cal_img img{
	margin-top: -7px;
	margin-right: 4px;
}
.add_img{
	background-color: #d5d5d5;
	padding: 54px 0;
}
.add_img, .add_details1, .add_details2{
	height: 250px;
}
.add_img_in{
	background-color: #31ecd4;
	height: 140px;
	margin: 0 auto;
	width: 60%;
   cursor: pointer;
}
.add_img_in h4{
	font-size: 25px;
	color: #156157;
	text-align: center;
	vertical-align: middle;
	padding: 56px 0;
	margin: 0;
}
.add_img_in h4 img{
	margin-left: 5px;
}
.choose_img input[name=illustration] {
   background: none;
border: none;
}
.choose_img .carousel{
	display: none;
	cursor: default;
	background-color: #d5d5d5;
}
.choose_img .carousel-control {
	width: 6%;
}
.image_slider_ul li{
	display: inline-block;
	list-style: none;
	width: 232px;
	height: 232px;
	margin: 6px 1px 0;
	cursor: pointer;
	background-color: white;
	text-align: center;
    
 transform: scale(1);
transition: transform 0.5s;
}
.image_slider_ul li span{
	color: #b0b0b0;
	margin: 10px 0 0;
	font-size: 16px;
	display: block;
}
.choose_img .carousel-inner{
    width: 947px !important;
	margin: 15px auto !important;
}
.image_slider_ul li img{
	width: 85%;
        margin-top: 16px;
}
.image_slider_ul li:hover{
     	
 /*-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;*/
 transform: scale(1.05);
transition: transform 0.5s;
}
.sectionC .image_slider_ul li:hover{
        transform:scale(1.1);
    transition:all 0.3s
}
.choose_img .carousel-inner .item{ 
	padding: 5px 0 11px;
	cursor: default;
}
.next_img img{
	top: 50%;
	width: 50px;
	position: absolute;
	right: 23px;
}
.prev_img img{
	top: 50%;
	width: 50px;
	position: absolute;
	left: 23px;
	transform: rotate(180deg);
}
.remove_img{
	background-color: #31ecd4;
	height: 70px;
	margin: 0 auto;
	width: 60%;
   position: relative;
   margin-top: 35px;
   display: none;
}
.remove_img h4{
	font-size: 25px;
	color: #156157;
	margin: 0;
	padding: 20px 25px;
}
.remove_img h4 span{
	cursor: pointer;
}
.remove_img h4 img{
	margin-left: 5px;
}
.selected_img{
	position: absolute;
	left: 34%;
	top: -35px;
	width: 230px;
	border: 4px solid #31ecd4;
	background-color: white;
	height: 140px;
	text-align: center;
}
.selected_img p{
	margin: 0;
	color: #b0b0b0;
}
.selected_img img{
	height: 85%;
    margin:5% 0
}
.add_details1{
	background-color: #ffd600;
}
.add_details2{
	background-color: #00ffe3;
}
.fm1{
	position: relative;
	padding: 35px 0;
}
.fm1 input {
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #bf9700;
    color: #bf9700;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    margin-top: 20px;
}
.fm1 label {
    color: #bf9700;
    font-size: 18px;
    padding-top: 33px;
    margin: 0;
    text-align: center;
    display: block;
}

.fm1 h4{
	color: #bf9700;
	font-size: 20px;
    margin: 15px 0px;
}

.monkey{
	position: absolute;
	right: 45%;
	top: 67px;
	width: 90px;
}
.fm2 label{
    font-size: 18px;
    padding-top: 33px;
    margin: 0;
    text-align: center;
    display: block;
    color:#00c1ac;
}
.fm2 input {
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #00c1ac;
    color: #00c1ac;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    margin-top: 20px;
}

.fm2 h4{
	color: #00c1ac;
	font-size: 20px;
    margin: 15px 0px;
}
.fm2{
	padding: 35px 0;
}
.gift_r{
	width: 90%;
	margin: 0 auto;
}
.paddingR5{
	padding-right: 5px 
}
.paddingL5{
	padding-left: 5px 
}
.save_btn, .giftify_btn{
	background-color: #ffd500;
	height: 100px;
	cursor: pointer;
}
.save_btn, .giftify_btn{
	text-align: center;
	margin: 0;
	font-size: 30px;
	color: #bf9700;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.save_btn button, .giftify_btn button{
	height: 100%;
	width: 100%;
	background: transparent;
	border: none;
}
.help-block {color: #a94442;}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
small.help-block {
    font-size: 16px !important;
    text-align: center;
}
small.help-block.invalid {
    font-size: 21px !important;
}
small.help-block.green {
    color: green !important;
}
.has-error .form-control:focus {
   -webkit-box-shadow: none;
    box-shadow: none;
}
.giftify_btn button span{
	margin: 0 25px;
}
.look_up_head{
	width: 50%;
	margin: 0px auto;
	margin-top: 15px;
}
.look_up_word_sec_bg{
	background-image: url(../images/look_up_bg.jpg);
	background-size: cover;
	width: 90%;
	margin: 0 auto;
	height: 917px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.padding100{
	padding: 20px 100px;
	height: 100%;
	overflow: hidden;
}
.no-word {
        padding: 50px 6%;
           font-size: 23px;
}

    .no-word a {
         color:#a94442;
         text-decoration:none
    }

._for span{
	font-size: 14px;
	margin: 0 5px;
	display: inline-block;
}
._for{
	font-size: 65px;
	margin: 34px 0 0;
	font-weight: bold;
}
._for._for1{
	font-size: 37px;
	margin: 54px 0 0;
}
.word_pg {
    position:relative
}

#first.word_pg img{
    position: absolute;
    top: -122px;
    right: -24px;
    max-width: 28%;
    max-height: 112px
}

#third.word_pg img{
position: absolute;

max-width: 22%;

top: -127px;

left: -93px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -81px;
top: -40px;
}


.word_pg:first-child{
	padding-top: 15px;
}
.word_pg h4{
	position: relative;
	font-size: 15px;
	margin: 15px 0 2px;
	color: #000;
}
.word_pg h4:after{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #595351;
	border-radius: 50%;
	left: 0;
	top: 9px;
	position: absolute;
}
.word_pg h4 span{
	color: #595351;
	/*font-size: 17px;
	text-transform: capitalize;*/
}
.word_pg p{
   color: #595351;
}

/*-------------pagination---------------------*/
.page-navigation{
	width: 80%;
	margin: 20px auto;
}
.pagination {
	margin: 0px 0;
	width: 100%;
	font-size: 0;
}
.pagination > li > a, .pagination > li > span {
	background-color: #e0e0e0;
}
.page-item-prev a, .page-item-next a{
	padding: 20px 20px !important;
	font-size: 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #00bba4 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	width: 153px !important;
	text-align: center !important;
}
.page-item-prev.disable a, .page-item-next.disable a
{
color: #989898 !important
}
/*  #profile .pagination .page-item-prev a:hover, #profile .pagination .page-item-next a:hover{
	padding: 20px 20px !important;
	font-size: 20px !important;
	
} */

.page-item-prev{
	
	margin-right: 17px !important;
}

.page-navigation .pagination{
text-align: center;
}

#profile .page-item-prev {
        margin-right: 17px !important;
}

.page-item-next{
	margin-left: 17px !important;
}

.pagination>li{
	display: inline-block; 
}

#profile .page-item-next{
	margin-left: 17px !important;
}

.page-item li a{
   background: transparent !important;
}
.pg_num a{
	padding: 20px 24px !important;
	font-size: 19px !important;
	border: 0px !important;
	color: #aa9f9c !important;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover,
.pagination > li > a:hover {
    z-index: 3;
    color: #000 !important;
    cursor: default;
    background-color: #e0e0e0;
    border-color: #337ab7;
	position: relative;
}

.pagination > li > a:hover {
color: #000;
cursor:pointer
}

.pagination > li > a:focus {
    background-color:#e0e0e0
}

.pagination > li.disable > a,.alpha_navigation > li.disable > a {
     pointer-events: none;
 cursor: default;
}

.pagination > .active > a:after{
	content: '';
	background-color: #aa9f9c;
	width: 7px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 3px;
}
.pagination > .active > a:before{
	content: '';
	background-color: #aa9f9c;
	width: 7px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 3px;
}

button:focus{
	outline: none;
}

input:focus{
	outline: none;
}

a:focus{
	outline: none;
}

/* #profile .pagination > li > a:hover {
    padding: 20px 24px !important;
    font-size: 19px !important;
} */
/* #profile .pagination > li.active > a:hover {
     font-size: 22px !important;
    padding: 18px 33px !important;
} */


.pg_num a i{
	transform: translateY(3px) !important;
}

.alphabetic-navigation{
	background-color: #ededed;
	text-align: center;
}

.alpha_navigation li{
	display: inline-block;
	list-style: none;
}

.alpha_navigation li a{
	color: #989898;
	padding: 10px 13px 20px;
	display: inline-block;
	font-size: 13px;
}

.alpha_navigation li:first-child a, .alpha_navigation li:last-child a{
   font-size: 25px;
   transform: translateY(3px);
}

.alpha_navigation li.active a {
	color: #00c1ad;
	font-size: 30px;
	position: relative;
}

.alpha_navigation li.active a:after {
	content: '';
	background-color: #00c1ad;
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 18px;
	left: 43.9%;
	border-radius: 50%;
}

    .alpha_navigation li a:hover {
 
         transform: scale(2)
    }

    .alpha_navigation li.active a:hover {
         transform: none
    }

/*-----------------popup------------*/
#myModal .modal-dialog {
    width: 420px;
    margin: 6em auto;
}

#myModal .modal-content{
	height: 415px;
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 12px solid #d9d9da;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wordm#myModal .modal-content {
    height: auto !important;
}
#myModal  .modal-header {
    border-bottom: 0;
}

#myModal .modal-header .close {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 13px;
}

#myModal .close {
    font-size: 50px;
}

.popup_img img{
	width: 70%;
}

.ext .popup_img img{
	width: unset;
	max-width: 70%;
	max-height: 200px
}

#myModal .modal-body {
    padding: 10px;
}

.dwn_btn, .gtf_btn, .prt_btn{
	width: 49%;
	font-size: 15px;
	border: 0;
	border-radius: 0px;
	background-color: #00c1ac;
	color: white !important;
	padding: 8px 0;
	margin-bottom: 7px;
	display: inline-block;
}
.dwn_btn:hover, .dwn_btn:focus{
	text-decoration: none;
}
#myModal .modal-body h2{
	text-align: center;
	color: #df6846;
	position: relative;
	display: inline-block;
	font-size: 25px;
}
#myModal .modal-body h2:before{
	/*content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #df6846;
	left: -10px;
	top: 50%;
	border-radius: 50%;*/
}
#myModal .modal-body h2 span{
	font-family: r;
	font-style: italic;
    color: #595351;
}
#myModal .modal-body p{
	color: #b5b5b5;
	font-style: italic;
}
#myModal .modal-body p span{
	color: #df6846;
}

/*-------------image_popup--------------*/
#myModal.choose_img_popup .modal-dialog {
	width: 90% !important;
	margin: 4em auto !important;
	background-color: #e8e8e8 !important;
}
#myModal.choose_img_popup .modal-content {
    height: auto !important;
    background-color: #e8e8e8 !important;

}
#myModal.choose_img_popup .modal-header{
	position: absolute;
	width: 100%;
	z-index: 10000;
}

.choose_img_popup .image_slider_ul li.active{
	border: 2px solid #31ecd4;
}

.choose_img_popup .image_slider_ul li.active span{
	color: #31ecd4;
}


/*----------gift-ify page-----------*/

.select_img, .gift-ify-word, .choose_yr_gift, .choose_gift{
	margin-top: 15px;
}
.gift-ify-word{
	padding: 143px 0;
	margin-top: 63px;
}
.g_img{
    width: 85%;
    margin: 0px auto;
    position: relative;
    background-color: #efefef;
    height: 80px;
}
.g_img_in{
	width: 24%;
	position: absolute;
	left: 36%;
	text-align: center;
	height: 255px;
	top: -133px;
}
.nm{
    text-align: center;
    color: #df6846;
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin:0;
    max-height: 85px;
overflow-y: hidden;
text-overflow: ellipsis;
padding: 0px 4px;
}
.nm:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #df6846;
    left: -10px;
    top: 50%;
    border-radius: 50%;
}
.nm span:last-child{
    font-family: r;
    font-style: italic;
    color: #595351;
}
.select_img{
	background-color: #e0ddeb;
	padding: 10px 0;
}
.select_img #myCarousel,.select_img #myCarousel2,.select_img #cheader{
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	border: 7px solid #eceaf2;
}
#cheader {
    font-size: 18px;
    text-align:center;
    padding: 20px 0;
    color:#be479c
}
.select_img .prev_img img {
    top: 44%;
    width: 20px;
    position: absolute;
    left: 20px;
    transform: rotate(180deg);
}
.select_img .next_img img {
    top: 44%;
    width: 20px;
    position: absolute;
    right: 20px;

}
.select_img_alpha li{
	list-style: none;
	display: inline-block;
}

.select_img	.image_slider_ul li {
	width: 250px;
	height: 250px;
	margin: 0 15px;
	text-align: center;
}
.select_img	.image_slider_ul li img{
	width: 75%;
    margin-top:31px
}
.select_img	.image_slider_ul li a p{
	color: #b0b0b0;
	margin: 15px 0 0;
	font-size: 16px;
}
.select_img .carousel-control {
	width: 5%;
}
.select_img_alpha{
	width: 60%;
	margin: 0 auto;
}
.select_img_alpha li a{
	color: #b0b0b0;
	font-size: 20px;
	padding: 10px 5px;
	display: inline-block;
}
.select_img_alpha li.active a{
    color: #a3a3a3;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
}
.select_img_alpha li.active a:after{
	background-color: #a3a3a3;
	width: 4px;
	height: 4px;
	content: '';
	position: absolute;
	bottom: 8px;
	right: 41%;
	border-radius: 50%;
}
.choose_yr_gift_btn{
    background-color: #be479c;
    height: 80px;
    cursor: pointer;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    padding-left: 180px;
}
.choose_yr_gift_btn span{
	font-size: 18px;
margin-right: 60px;
position:relative;
top:4px
}
.n_img{
	 width:15px;
	 margin-left: 10px;
}
.choose_gift_in{
	width: 55%;
	margin: 30px auto;
}
.choose_gift_img{
	border: 12px solid #f0f0f0;
	padding: 15px 0;
	margin: 20px 5px;
	cursor: pointer;
}
.choose_gift_img.active{
	border: 12px solid #12e7d3;
}
.choose_gift_img img{
	width: 100%;
	padding: 15px;
}
.choose_gift_img p{
	font-size: 18px;
}
.choose_merchandise{
background-color: #12e7d3;
    height: 80px;
    cursor: pointer;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    color: #fff;
}
.choose_merchandise_btn span{
	font-size: 25px;
	margin-top: 22px;
	display: inline-block;
}
.cart{
	position: relative;
	display: inline-block;
}
.crt_sp{
	position: absolute;
    color: #1769b1;
    background-color: #fff;
    border: 2px solid #1769b1;
    padding-top: 1px;
    top: -6px;
    text-align: center;
    right: -9px;
    border-radius: 50%;
    font-size: 7px;
    width: 17px;
    height: 17px;
}
.choose_gift {
    margin-top: 90px;
}
.sectionA{
	width: 85%;
	margin: 78px auto 0 auto;
}
.product_preview{
	position: relative;
	height: 420px;
	margin: 0 0;
	padding-top: 10px;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
    .product_preview canvas {
        /*max-width:30%*/
    }
.g{
	height: 80px;
	background-color: /*#d0d0d0*/ #ededed; 
    margin-top: -100px;
}
.g1{
	position: absolute;
	width: 40%;
	bottom: 0;
    left: 30%;
}
.g1 img:first-child{
    position: relative;
}
.yr_image{
	position: absolute;
	top: 46%;
	left: 46.5%;
	width: 8%;
}

    .yr_image img {
        width:100%
    }

.seperater{
	border-top: 15px solid #ededed;
}
.sectionC .image_slider_ul li {
    width: 250px;
    height: auto;
    margin-left: 15px;
}
.sectionC .image_slider_ul li a p{
	color: #000;
	font-size: 18px;
}
.sectionC .image_slider_ul li:first-child {
    margin-left: 0px;
}
.sectionC .prev_img img {
    top: 43%;
    width: 20px;
}
.sectionC .next_img img {
	top: 43%;
    width: 20px;
}
.p_detail{
	color: #000;
}
.p_detail h4{
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
.p_detail p{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 22px;
}
.p_detail h4:first-child{
	margin-top: 0px;
	/*margin-bottom: 20px;*/
}
#disclaimer {
    width: 75%;
}
.mguide .col-sm-4
{
	padding-right: 0
}
.size_info ul li{
	list-style: none;
	    font-size: 14px;
    padding: 8px 0;
}
.size_info ul>li:first-child{
	font-size: 18px;
   
}
.desc1 {
    width: 75%;
}
.size_info {
	background-color: #e8e8e8;
	/*width: 80%;*/
	padding: 10px;
	margin-bottom: 15px;
}
.sectionB{
	margin: 35px 0;
}
.fm4{
	width: 85%;
	float: right;
}
.fm4 .form-group{
	background-color: #e8e8e8;
	padding: 10px 0;
	position: relative;
}
.section_cart .fm4 .form-group{
        margin-bottom: 15px;
}
 
.fm4 .form-control. .control-group .select{
	height: 45px;
	border: 0;
	border-radius: 0;
	padding: 0;

}
.fm4 label{
	font-weight: 400;
	font-size: 17px;
	margin-top: 15px;
}

#gf3 label{
	margin-top: 11px;
}

.rf20{
	padding-right: 50px;
}
.lf20{
	/*padding-left: 50px;*/
}
.fm4 .form-control{
	height: 56px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 5px;
	background: transparent;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
#gf3 .form-control {
    height: 45px;
}
.fm4 .color {
    	height: 52px;
}
#image_nm {
    width:47px
}
 #oh_image_nm {
    width: 54px;
}
.section_cart .fm4  .form-control{
	

	font-size: 17px;
}
span.form-control{
	cursor: pointer;
}
.edit_btn{
	position: absolute;
	width: 24px;
	right: 24px;
	top: 8px;
}
#gf3 .edit_btn {
	top: 7px;
}
.edit_btn img{
	width: 100%;
}
.fc1{
	background: #fde9ab !important;
}
.fc2{
	background: #fff !important;
}
.fc3{
	background: #000 !important;
}
.fc4{
	background: #b2b2b2 !important;
}
.forgot_pwd p{
   font-size: 16px;
   color: #7c7c7c;
   margin: 15px 0 0;
}
.forgot_pwd p a{
   color: #1b60ab;
}
.new_user p{
   font-size: 20px;
   color: #7c7c7c;
   margin: 15px 0 30px;
}
.new_user p a{
   color: #1b60ab;
}
.inline_fg1{
	padding-left: 0;
	padding-right: 5px;
}
.inline_fg2{
	padding-left: 5px;
	padding-right: 0;
}
.md6{
	padding: 0;
}

.qty_inp{
    background-color: transparent;
}
.inline_fg1 .form-control{
	margin-bottom: 0px;
}
.prc{
   width: 50%;
	float: right;
	padding: 23px 15px !important;
}
#gf3 .prc {
    padding: 20.5px 15px !important;
}
.prc label{
	margin: 0 0;
}

#gf3 .prc label{
	margin: 0 0;
}
.tax_info{
	text-align: left;
	float: right;
	width: 50%;
	font-weight: 400;
	font-size: 18px;
	/*margin-bottom: 10px;*/
    padding: 18px 12px;
}

    .tax_info span {
        display:none
    } 

.fship {
    font-weight: 400;
	font-size: 18px;
    padding:0 15px
}

.rf20 .tax_info {
    padding: 0 12px;
}
.shp_img {
    position:relative;
}
.shp_img img {
    position:absolute;
    width:44%;
        z-index: 1;
           top: -24px;
    left: 10px;
}
.shp_img>div {
        padding: 10px 0;
    background-color:#99d354;
    font-size:21px;
    margin-top: 31px;
}
    .shp_img p {
        margin:0
    }
.size_info ul li{
	/*height: 40px;*/
}
.size_info ul li a{
	font-size: 19px
}
.size_info ul li a i{
	vertical-align: top
}
.color_box p{
	padding: 27px 0;
	font-size: 18px;
	margin: 0;
}
.color_box{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #e8e8e8;
	z-index: 1;
	font-size: 18px;
	padding: 0px 0 24px 0;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.33);
	display: none
}
.color_box ul li{
    list-style: none;
    padding: 25px 0;
    margin: 15px 0;
    position: relative;
}

.color_box_ul li input {
	position: absolute;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
}
.control__indicator1 {
	position: absolute;
	top: 15px;
	left: 8px;
	height: 20px;
	width: 20px;
	background: transparent;
	border: 4px solid #d1d1d1;
}
.control__indicator1 {
  border-radius: 50%;
}
.color_box_ul li:hover input ~ .control__indicator1{
  background: #d1d1d1;
}
.color_box_ul li input:checked ~ .control__indicator1 {
  background: transparent;
}
.control__indicator1:after {
  content: '';
  position: absolute;
  display: none;
}
.color_box_ul li input:checked ~ .control__indicator1:after {
  display: block;
}
.control__indicator1:after {
	left: 2px;
	top: 2px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #00c0ff;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/*.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background-color: #818181
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar
{     
       background-color: #12e7d3;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d0d0d0

}*/
/*---------------contact us page-------------*/

.sectionD{
    width: 70%;
	margin: 0 auto;
}
.headingH4{
	text-align: center;
	color: #1a62aa;
	font-size: 30px;
	margin: 30px 0;
}
.fm5 label{
	color: #58595b;
	font-weight: 400;
	padding: 25px 0px;
	margin-bottom: 0;
	font-size: 16px;
}
.fm5 .form-control{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #e8e8e8;
    height: 70px;
    color: #000;
    font-size: 18px;
    padding: 0 40px;
}
.fm5 textarea.form-control {
    height:300px;
}
textarea.form-control{
width:100%;
height:300px;
resize:vertical
}
.fm5 .form-group{
	margin-bottom: 10px !important;
}
.submit_btn{
	width: 100%;
	height: 90px;
	font-size: 25px;
	background-color: #ffd600;
	color: #bf9700;
	text-align: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 10px;
}
.address_P{
	background-color: #e8e8e8;
	height: 70px;
}
.address_P p{
	margin: 0;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.address_P p a{
   color: #000;
}
.address_P1{
	background-color: #e8e8e8;
	padding: 20px 0;
	margin-bottom: 40px;
}
.address_P1 p{
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	
}
.fw{
	color: white;
	margin-top: 20px;
}
.thank_msg{
	text-align: center;
}
.thank_msg h4 span{
	color: #61bc17;
}

.thank_msg h4 {
	font-size: 30px;
	margin: 0 0 5px 0 
}

.thank_msg_in{
	padding: 50px 0;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.fw1{
	margin: 20px 0;
}

.control {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid lightgray;
padding: 7px 10px !important;
transform: translateY(20px)
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #1a62aa;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
	top: 2px;
	width: 6px;
	height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bbr{
	display: inline-block;
}
.sectionE{
	width: 80%;
	margin: 0 auto;
}

/*-------------------------------*/
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display: block;
	padding: 20px 15px 20px 100px;
	color: #000;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
}
.panel-heading  a .img2{
   width: 27px;
	float: right;
	transition: all 0.5s;
	margin-top: -3px;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #e8e8e8;
    border-color: transparent;
    border-radius: 0;
}
.panel-group .panel {
    margin-bottom: 20px !important;
    border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.panel-body {
    padding: 0px 100px;
	font-size: 21px;
	color: #585858;
	font-weight: lighter;
	letter-spacing: 1px;
}
.panel-body h4{
	font-size: 21px;
color: #000;
}
.rw1 img{
	border: 5px solid #e8e8e8;
}
.panel-default {
    border-color: transparent;
}
.panel {
	box-shadow: none;
}
.rw1{
	margin-top: 50px;
}
#collapseOne{
    margin: 30px 0px;
}
#collapseTwo{
	margin-bottom: 30px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    margin: 0 auto;
}
.ab_carousel .carousel-inner > .item {
	padding: 50px 0px;
}
.headingH41 {
    text-align: center;
    color: #1a62aa;
    font-size: 30px;
    margin: 20px 0;
}
.crt_sp1{
	color: #036a60;
}
.cart_btn_1{
	cursor: default;
}
.section_cart{
	width: 85%;
	margin: 15px auto;
}
.steps{
	width: 85%;
    margin: 77px auto 15px;
}
.steps_ul li{
	display: inline-block;
	list-style: none;
	background: #e8e8e8;
	width: 24%;
	margin-right: 1%;
	font-size: 20px;
	padding: 10px 0px;
	text-align: center;
	color: #cbcbcb;
}
.steps_ul li.active{
	background: #12e7d3;
	color: #036a60; 
}
.steps_ul li:last-child{
    margin-right: 0;
}
.cart_img{
	background: #e8e8e8;
}
.cart_img img{
    position: relative;
    max-width: 100%;
}
    .cart_img .text-center {
    height: 420px;
    }

    .cart_img.ocimg .text-center {
        height: 298px;
    }
.float_none{
	float: none !important;
}
.close_1{
 display: inline-block;
 background: #e8e8e8;
 padding: 6px 10px 0px !important;
}
.close_1 img{
   width: 23px;
}
.sp1{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	display: inline-block;
	font-size: 18px;
    border: 13px solid #fff;
        border-top: 0;
    border-left: 0;
}
.sp2{
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
.bg_gray1{
	background: #e8e8e8;
}
.total_price_ul li{
	height: 75px;
	list-style: none;
    margin-bottom: 15px;
}
.ul_in_order_history.total_price_ul li{
	height: 65px;
}
.bg_lightgreen{
	background: #c5e803;
}
.bg_lightblue{
	background: #12e7d3;
}
.bach_to_big_btn{
	cursor: pointer;
	color: #000;
	font-size: 18px;
	margin-bottom: 0 !important;
	padding: 22px 0;
}
.pro_ship_btn{
	cursor: pointer;
	color: #036a60;
	font-size: 20px;
	margin-bottom: 0 !important;
	padding: 24px 0;
}
.total_price_ul li p{
	margin: 0;
	font-size: 22px;
	padding: 21px 0;
}
.sp_green{
	color: #c5e803; 
}
.secure_pay_li p{
	padding: 0px 0 !important;
	color: #484848;
}
.secure_pay_li{
	padding: 10px 60px !important;
	position: relative;
}
.secure_pay_li p:first-child{
    font-size: 20px;
}
.secure_pay_li p:last-child{
    font-size: 18px;
    margin: 0;
}
.lock_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

/*Styling Selectbox*/
.dropdown {
  background-color: transparent;
  transition: all .5s ease;
  position: relative;
  height: 100%;
  color: #06ad9d;
  font-size: 22px;
  float: left;
  width: 100%;
  padding: 21px 25px 22px 50px;
}
.dropdown .select {
    cursor: pointer;
    display: flex;
    padding: 0;
    z-index: 100000;
    /*width:70%;*/
    height:52px
}
   #gf3 .dropdown .select {
       height:46px;
       padding:0 5px
    }
    .dropdown .select span {
        margin:auto 0
    }

    .div_2_1 .dropdown .select span {
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 77%;
    }
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:active {
    background-color: #ebebeb;
}
.dropdown.active:hover,
.dropdown.active {
    background-color: #ebebeb;
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #e8e8e8;
	z-index: 100;
	font-size: 18px;
	padding: 0;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.33);
    display: none;
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
/*--------------------*/
.dropdown.form-control{
	background-color: #e8e8e8;
	height: 72px;
	padding: 10px 0;
}
#gf3 .dropdown.form-control {
    height: 67px;
}
.inline_fg2 .dropdown.form-control {
        height: 76px;
}
.dropdown.form-control .select{
	/*padding: 12px 0;
    height:48px*/
}
.dropdown.form-control .dropdown-menu{
	overflow: hidden;
    max-height: 180px;
    overflow-y: auto;
}

.float_left{
	float: left !important;
}


/*--------------------*/
.add_address{
	width: 84%;
	float: left;
	margin-right: 10px;
	height: 80px;
}
.add_address p{
	margin: 0;
	color: #06ad9d;
	font-size: 22px;
	padding: 22px 50px;
}
.add_address_btn{
	display: inline-block;
	width: 14%;
	padding: 15px 15px;
	height: 80px;
}
.add_address_btn img{
	width: 50px;
}
.bg_lightgreen1{
	background: #daf800;
    position:relative
}
.div_2{
    width: 84%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
.div_1{
	margin-bottom: 15px;
}
.bg_lightgray1{
	background: #ebebeb;
}
.div_2_1{
	height: 80px;
	position: relative;
	cursor: pointer;
}
.div_2_1 p{
	margin: 0;
	color: #06ad9d;
	font-size: 22px;
	float: left;
	width: 80%;
} 
.div_2_1 .select_add{
	width: 40px;
	position: absolute;
	top: 21px;
	right: 32px;
    font-size:26px
}

.div_2_2{
	padding: 40px 50px;
	position: relative;
}
.div_2_2 p{
	font-size: 22px;
	margin: 0;
}
.edit_address img{
	width: 25px;
	position: absolute;
	top: 34px;
	right: 34px;
}
.product_in_your_cart{
	height: 80px;
	background: #e8e8e8;
	color: #06ad9d;
	font-size: 22px;
	padding: 25px 0;
	margin-bottom: 15px;
}
.product_li{
	background: #e8e8e8;
	position: relative;
    height:236px
}
.product_li img{
	width: 100%;
}
.remove_product{
	position: absolute;
	padding: 7px 9px 3px;
	border: 5px solid white;
	top: 0;
	right: 0;
	border-top: 0;
	border-right: 0;
}
.remove_product img{
	width: 20px;
}
.edit_product{
	position: absolute;
	padding: 2px 7px;
	border: 5px solid white;
	bottom: 0;
	right: 0;
	border-bottom: 0;
	border-right: 0;
}
.edit_product img{
	width: 25px;
}
.product_in_your_cart_out{
	margin-bottom: 15px;
}
.bg_red{
	background: #d81302;
	color: #fff;
}
.num_i{
	color: #000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	padding: 11px 14px 15px 14px;
	display: inline-block;
	cursor: default;
}
.num_i:hover, .num_i:focus{
	color: #000;
}
.width100{
    width: 100% !important;
}
.citem_img{
	width: 81% !important;
}
.pd10{
	padding: 13px 5px !important;
}
.numb_o{
	font-size: 25px;
	color: #fff;
	width: 50%;
	height: 70px;
	float: right;
	padding: 22px 0;
	margin-bottom: 15px;
	position: relative;
}
.numb_o span{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.email_invoice{
	font-size: 18px;
	color: #fff;
	height: 65px;
	padding: 22px 0;
	margin-bottom: 15px;
	border: 0;
	width: 100%;
	box-shadow: none;
}
.bg_blue{
	background: #1475b9;
}

.bg_yellow{
	background: #f5b22f;
}

.bg_green{
	background: #00a744;
}
.bg_claret
{
	background: #31ecd4;
}
.status_c{
	color:  #00a744 !important;
}
.paddingL7 .sp1{
	padding: 10px 15px !important;
}
.profile_section{
	width: 85%;
	margin: 0 auto;
}
.fm7 label {
    color: #58595b;
    font-weight: 400;
    padding: 25px 0px;
    margin-bottom: 0;
    font-size: 16px;
}
.fm7 .change_pwd_dp6 label, .fm7 #change_pwd_dp5 label {
     padding: 15px 0px;
}
.fm7 .form-control {
    border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 60px;
	color: #000;
	font-size: 18px;
	padding: 18px 40px 0 5px;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	z-index: 1;
	border-bottom: 2px solid #949494;
}
.fm7 .change_pwd_dp6 .form-control, .fm7 #change_pwd_dp5 .form-control {
    height: 46px;
}
.fm7 i.form-control {
    padding-top: 31px;
}
.fm7 .form-group{
	background-color: #e8e8e8;
	margin-bottom: 10px !important;
	position: relative;
}

.fm7 .input-group-addon {
    background-color:transparent;
    border:none;
    border-radius:4px !important;
        font-size: 22px;
        position:relative;
        right:44px;
        z-index:1
}

.width58{
	width: 58% !important;
}

.margintop90{
	margin-top: 90px !important;
}
.edit_btn1 {
	position: absolute;
	width: 24px;
	right: 24px;
	top: 20px;
	cursor: pointer;
}
.edit_addr {
    top: 10px;
}
.delete_btn1 {
position: absolute;
width: 38px;
right: 70px;
top: 7px;
cursor: pointer;
}

.add_img1 {
	height: 73px;
	display: inline-block;
	margin-left: 7px;
	padding: 17px 13px;
	cursor: pointer;
}
.add_img1 img{
    width: 40px;
}
.home_add1_head{
   	    background-color: #12e7d3;
    height: 57px;
}
.hm_p{
	font-size: 20px;
	color: #000;
	position: relative;
	margin: 0 0;
	padding: 15px 15px;
}
.home_add1_in{
	padding: 15px 18px;
    overflow:hidden;
    margin-bottom: 20px
}
.home_add1_in label{
	font-size: 19px;
	font-weight: normal;
	color: #00bba4;
}
.home_add1_in p{
	font-size: 22px;
	margin: 0;
}
.ypur_word1 {
    margin:40px 0
}
.ypur_word1_btn{
	background-color: #e8e8e8;
	height: 73px;
	padding: 0 18px;
	width: 92%;
	position: relative;
	float: left;
}
.ypur_word1_in{
	background-image: url(../images/yr_p_bg.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0 10px 25px 10px;
}

.ypur_word1_btn label{
	color: #58595b;
	font-weight: 400;
	padding: 25px 0px;
	margin-bottom: 0;
	font-size: 16px;
}
.order_history_link {
    margin:40px 0
}
.order_history_link_btn{
	background-color: #e8e8e8;
	height: 73px;
	padding: 0 18px;
	margin-bottom: 15px;
}
.order_history_link_btn span{
	color: #58595b;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
	display: inline-block;
}
    .order_history_link_btn a {
        display:block;
	padding: 25px 0px
    }
.order_history_link_btn a .img2 {
    width: 27px;
    float: right;
    transition: all 0.5s;
    margin-top: -6px;
}
.dt{
	padding: 20px 18px 0;
	font-size: 19px;
	display: inline-block;
}
.tl{
	float: right;
	padding: 20px 18px 0;
	font-size: 19px;
	display: inline-block;
}
.dt p, .tl p{
    margin: 0;
}
.dt label, .tl label{
	font-weight: normal;
	color: #00bba4;
}
.home_add1_btn{
	height: 55px;
	background: #12e7d3;
	padding: 12px 10px;
	text-align: center;
	color: #006c63;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}
.order_history_link .col-md-6:last-of-type .home_add1_btn {
  margin-bottom: 0;
}
.change_pwd_dp{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #e8e8e8;
	z-index: 101;
	font-size: 18px;
	padding: 0;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.33);
	display: none;
}
.change_pwd_dp input{
   padding: 0 0!important
}
.save_pwd_btn{
    background: #12e7d3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    width: 100%;
	border: 0;
	box-shadow: none;
}
.ps{
	padding-left: 18px !important; 
}
.remove_product1 {
	position: absolute;
	padding: 7px 9px 3px;
	border: 6px solid white;
	top: 0;
	right: 0;
	border-top: 0;
	border-right: 0;
	z-index: 100;
	background: #e8e8e8;
}
.change_pwd_dp_in{
	position: relative;
}
.remove_product1 img {
   width: 30px;
}
.change_pwd_dp textarea{
	padding: 0 0 !important;
	border-bottom: 1px solid aliceblue !important;
}
.circle-loader {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-left-color: #12e7d3;
	animation: loader-spin 1.2s infinite linear;
	position: absolute;
	display: none;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	top: 23px;
	right: 56px;
}

.address_1 .circle-loader {
    top: 14px;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #12e7d3;
  transition: border 500ms ease-out;
}

.circle-loader.load-complete {
    border-color: #000;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
	opacity: 1;
	height: 17px;
	width: 9px;
	transform-origin: left top;
	border-right: 3px solid #23e7d5;
	border-top: 3px solid #23e7d5;
	content: '';
	left: 4px;
	top: 14px;
	position: absolute;
}
.address_1 .checkmark:after {
	
	
	border-right: 3px solid #000;
	border-top: 3px solid #000;
	
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 9px;
    opacity: 1;
  }
  40% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
  100% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
}

.disclaimer{
	width: 80%;
	margin: 37px auto;
	text-align: center;
	color: #545454;
	font-size: 18px;
}
#html-content-holder{
	margin-top: -70px;
	padding-bottom: 10px;
}
#html-content-holder.ext
{
	margin-top: 0;
}
.popup_img img {
	margin: 0px auto 0 auto;
}

.no-margin {
    margin:0 !important
}

.visible {
    display:block !important
}

.loader_div {
    background-color: #fff;
    z-index: 100000000;
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    height: 100%;
}

.inner_load {
    position: relative;
    height: 100%;
}

.inner_load img {

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: translateY(-50%);
    width: 250px;
    animation-duration: 2s;
    animation-name: beating;
    animation-iteration-count: infinite;

}

@-webkit-keyframes beating {
   0%, 20%, 100% { transform: scale(0.8);
     opacity: 1;
   }

   25% {
     transform: scale(1.2);
     opacity: 1;
   }
   35% {
     transform: scale(0.8);
   }
   40% { 
     transform: scale(1.1);
     opacity: 1;
   } 
}



::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


.row.state {
    z-index:1
}

.fm7 .dropdown_tb {
      width: 100%;
    display: inline-block;
    border-bottom: 2px solid #949494;
    transition: all .5s ease;
    position: relative;
    font-size: 18px;
    color: #000;
    height: 60px;
    text-align: left;
    background-color: transparent;
    outline: none;
    width:85%
}

.fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb
{
 height:46px;
 font-size: 18px;
}


.fm7 .dropdown_tb.form-control {
    padding:0;
    height:auto !important
}


.fm7 .dropdown_tb .select {
    cursor: pointer;
    display: block;
    padding: 5px 0 10px;
    outline: none;
    margin-top:6px;
        overflow: hidden;
    height: 80%;
    text-overflow: ellipsis;
}
.section_cart .fm7 .dropdown_tb {
    height:58px
}
.section_cart .fm7 .dropdown_tb .select {
    margin-top: 11px;
}

.fm7 .change_pwd_dp6 .dropdown_tb select, .fm7 #change_pwd_dp5 .dropdown_tb select {
    margin-top:0
}

    .fm7 .dropdown_tb .select i{
        /*float:right*/
            position: absolute;
    right: 0;
    top: 17px;
    }

.fm7 .dropdown_tb .dropdown-menu_tb {

    position: absolute;
    background-color: #e8e8e8;
    width: 100%;
    left: 0;
    margin-top: 1px;
    display: none;
    height: 166px;
    overflow-y: auto;
    z-index: 9;
    outline: none;

}

::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
element {

    display: none;

}
.fm7 .dropdown_tb .dropdown-menu_tb {

    padding: 0;
    list-style: none;
}

.fm7 .dropdown_tb .dropdown-menu_tb li {

    padding-bottom: 10px;
        padding-right: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    outline: none;
    height:auto;
     cursor: pointer;

}

.fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
        height:46px;
}


.fm7 .change_pwd_dp6 .dropdown_tb  .dropdown-menu_tb li, .fm7 #change_pwd_dp5 .dropdown_tb  .dropdown-menu_tb li {
     height:auto;
}

    .fm7 .dropdown_tb .dropdown-menu_tb li:hover {
        background-color: #f2efef;
    }

#address_sec {
    margin:40px 0
}

.mCSB_inside > .mCSB_container {
    margin-right:0
}
#dsc {
    padding: 11px 0;
}
#dsc ul{
    padding: 0 16px !important;
}
#dsc ul li{
        padding: 5px 0;
}
@media print {
   #html-content-holder {
    display: block;
  }
  .screen {
    display: none;
  }
  #myModal .modal-content {
  	border: 0px solid #d9d9da;
  }
}

@media screen {

  .screen {
    display: block
  }
  #html-content-holder {
    display: block;
  }
}

.change_pwd_dp9, .change_pwd_dp11 {
	top: 82px;
    display:none
}
.div_2_2 {
    display:none
}
#ld8, #ld10{
	right: 115px;
}
#ld9, #ld11{
	right: 80px;
	top: 25px;
}
#nav2{
	margin-top: 60px;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
}
.hm_nav{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}
.look_up_header{
	position: relative;
	margin-top: 60px;
	z-index: 100;
}
.citem{
	margin-bottom: 15px;
}
.ab_carousel{
	margin-top: 63px;
}
/*------------------search box------------*/
.search-container{
	position: absolute;
	background-color: #e8e8e8;
	border: 1px solid #aaa;
	right: 0;
	top: 98px;
	width: 100%;
	display: none;
}
.sr{
	position: relative;
}
.search-container input{
	border: 0;
	box-shadow: none;
	background: transparent;
	color: #000;
	height: 65px;
	width: 80%;
	text-align: left;
	font-size: 16px;
}
.search-container form{
		position: relative;
}
.search-container button{
	border: 0;
	background: transparent;
	height: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 0 15px;
}
.search-container form::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 12px solid #e8e8e8;
	top: -10px;
	right: 63px;
	position: absolute;
}

.search-container form::before{
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #aaa;
	top: -12px;
	right: 62px;
	position: absolute;
}
#sr_box{
	top: 56px;
}
.add_details3{
	background-color: #d5d5d5;
	margin-top: 15px;
}
.fm3 h4{
	color: #939393;
	font-size: 20px;
	margin: 15px 0px;
}
.fm3 label {
    font-size: 18px;
    padding-top: 33px;
    margin: 0;
    text-align: center;
    display: block;
    color: #939393;
}
.fm3 input {
    box-shadow: none;
    border: none;
	border-bottom: 3px solid #939393;
	color: #939393;
	background-color: transparent;
	border-radius: 0;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.fm3 {
    width: 60%;
    margin: 0 auto;
    padding: 35px 0;
}

.fm1 input, .fm2 input{
	text-align: center;
}
.fm1 input:focus{
	border-bottom: 3px solid #bf9700;
}
.fm2 input:focus{
	border-bottom: 3px solid #00c1ac;
}
.fm3 input:focus{
	border-bottom: 3px solid #939393;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.modal-open .header_1 {

    z-index: 1000;
}

#success_message{ display: none;}
.pos_rel{
	position: relative;
}

/*-------------css foe sm xs devices--------------*/
.menu_icon_sm{
	width: 40px;
	float: right;
	transition: .5s all;
}
.menu_icon_sm:after{
   clear: both;
}
.toggle-nav{
	text-align: center;
	margin-top: 95px;
    position: fixed;
    z-index: 1000;
    top: -4px;
    width: 100%;
}
.toggle-menu  {
	background-image: url(../images/BGPage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  	display: none;
	padding: 30px 0px !important;
}
.toggle-menu li{
   list-style: none;
}
.toggle-menu li a{
	font-size: 18px;
	color: #000;
	padding: 10px 0px;
	display: inline-block;
}
.slide_up_btn{
	color: #fff !important;
	background: #ff16ae !important;
	border-radius: 50% !important;
	padding: 8px 15px !important;
	font-size: 16px !important;
	margin-top: 22px;
}
.rotate_1{
	transform: rotate(90deg);
	transition: .5s all;
}
.search_icon_sm{
	width: 41px;
	float: left;
	transition: .5s all;
	margin-top: 27px;
}
.menu_icon_sm:after{
   clear: both;
}
/*::placeholder {
    color: #b55531;
    opacity: 0.5;
}

:-ms-input-placeholder {
   color: #b55531;
}

::-ms-input-placeholder {
   color: #b55531;
}
*/

/*------------------search box------------*/
.search-container1{
	position: absolute;
	background-color: #e8e8e8;
	border: 1px solid #aaa;
	right: 0;
	top: 63px;
	width: 100%;
	display: none;
    z-index:1
}
.sr1{
	position: relative;
}
.search-container1 input{
	border: 0;
	box-shadow: none;
	background: transparent;
	color: #000;
	height: 65px;
	width: 80%;
	text-align: left;
	font-size: 16px;
	padding: 0 10px;
}
.search-container1 form{
		position: relative;
}
.search-container1 button{
	border: 0;
	background: transparent;
	height: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 0 15px;
}
.search-container1 form::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 12px solid #e8e8e8;
	top: -11px;
	left: 29px;
	position: absolute;
}

.search-container1 form::before{
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #aaa;
	top: -12px;
	left: 28px;
	position: absolute;
}
.yr_word{
	color: #df6846;
}
.yr_image.img_on_mug {
    position: absolute !important;
    top: 26% !important;
    left: 28% !important;
    width: 35% !important;
}
.yr_image.img_on_mug p{
    font-size: 16px;
}
.yr_image.img_on_badges {
    top: 56%;
    left: 47%;
    width: 27%;
}
.yr_image.img_on_frame {
    top: 27%;
    left: 33%;
    width: 33%;
}
.fm5 textarea{
	padding: 30px 40px !important;
}
.ul_in_order_history li p{
	font-size: 18px !important; 
}
.change_pwd_dp_in .fm7 .form-control:first-child {
	width: 85%;
}

.alert_msg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.61);
}
.alert_msg .msg_in{
	width: 34%;
	height: 200px;
	margin: 14em auto;
	background: white;
	border: 12px solid #d9d9da;
	position: relative;
}
#proceed .msg_in {
    width: 48%;
    height: 245px;
}

.alert_msg .msg_in p{
	vertical-align: middle;
	font-size: 21px;
	color: #df6846;
	text-align: center;
	margin-top: 55px;
}

#proceed .msg_in p {
        margin-top: 46px;
}

#proceed .msg_in #text {
            font-size: 18px;
    margin: 23px 0;
}

.alert_msg .msg_in a{
	position: absolute;
	top: 10px;
	right: 10px;
}
.alert_msg .msg_in a img{ 
	width: 25px;
}
.ok_btn {
    text-align: center;
    background: #00c1ac;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 6px 13px;
    text-transform: uppercase;
    margin-top: 25px;
}
#proceed .ok_btn {
     margin-top: 7px;
         font-size: 17px;
         padding: 6px 20px;
         background:#e8e8e8;
         color: #000;
}
#delete.ok_btn {
    background: green;
}

#proceed #delete.ok_btn {
    background: #c5e803;
}

.unsubscribe_p{
	padding: 38px 15px;
	font-size: 17px;
	text-align: center;
}

/*------------media query----------------*/



@media (min-height: 320px) and (max-height: 479px){
	.toggle-menu {
		height: 240px;
		overflow-y: scroll;
	}
	.slide_up_btn {
		margin-bottom: 30px;
	}
}
@media (min-width: 320px) and (max-width: 767px){

	#intro
	{
		    font-size: 12px;
		        padding: 0px 20px 2px;
		        background-size: cover;
	}
	#intro div
	{
		    padding-top: 21px;
	}
	#ld9, #ld11{
	right: 53px !important;
}
.bheader
{
	margin-bottom: 4px;
}
	.pagination>li {
    /*display: inline;*/
   
}
#profile .page-item-prev {
    margin-right:6px !important;
}


 .fm .col-md-8{
	padding-right: 0;
}
.fm2 label {
	padding-top: 17px;
}
.fm1 label {
	padding-top: 25px;
}
.header header {
    height: 70px !important;
    background-size: cover;
    padding: 0px 10px;
}
.logo_img {
    margin: 20px 0px 0 4px;
	width: 72%;
}
.menu_icon_sm {
	width: 30px;
	margin-top: 19px;
}
.banner1 {
	margin-top: 70px;
}
.paddingR7 {
    padding-right: 0;
}
.paddingL7 {
    padding-left: 0;
}
.look_up_a_word{
   margin-top: 15px;
}
.footer-logo {
    text-align: center;
    height: 70px;
    padding: 20px 20px;
}
.footer_logo {
    width: 60%;
    margin: 0 auto;
}
.padding15 {
   padding: 38px 40px 0px;
}
.footer_li {
    padding: 0 40px !important;
}
.footer {
    background-color: #fff;
}
.social_icon_foot {
    display: block;
    padding: 0 39px !important;
}
.social_icon_foot li {
	width: 30%;
	text-align: center;
	background: #e6e6e6;
	padding: 10px 0;
	margin-left: 8px;
}
.social_icon_foot li.fb{
	margin-left: 0px !important;
}
.social_icon_foot .tw img, .social_icon_foot .fb img, .social_icon_foot .pin img, .social_icon_foot .insta img {
    width: 30px !important;
} 
.copyright_ {
    padding: 15px 0 15px;
    font-size: 12px;
	width: 77%;
    margin: 50px auto 15px;
    background: #e6e6e6;
    border-radius: 15px;
    color: #8b8b8b;
}
.footer-last-li {
   border-bottom: none !important;
}
#container {
    width: 97%;
    margin: 28% auto 0 auto;
}
.headingH41 {
	font-size: 25px;
}
#container div.Izadji {
    width: 30px;
    height: 30px;
}
.fm6 label {
	padding: 0px 0px 17px;
}
#container div.Izadji img{
    width: 35px;
}
.fm6 label {
    font-size: 20px;
}
.h4_4 {
    padding: 24px 0;
	font-size: 22px;
}
.fm6 .form-control {height: 60px;
	font-size: 16px;
	padding: 0 20px;
}
.toggle-nav {
	margin-top: 74px;
}
.carousel-indicators .active {
    width: 7px;
    height: 7px;
}
.carousel-indicators li{
    width: 7px;
    height: 7px;
}
.section2, .section3, .section4, .footer, .add_word_sec, .choose_img, 
.add_details1, .add_details2, .section5, .look_up_word_sec, .look_up_a_word {
    margin-top: 8px;
}
.footer .col-md-3.padding_left0{
	padding: 0;
}
.footer .col-md-9.padding_right0 {
    padding-right: 15px;
}
.footer_li li:first-child {
    padding-top: 25px;
}
.footer_li li {
	padding: 20px 0px;
}
.footer_li li a {
    font-size: 15px;
}
.search_icon_sm {
    width: 30px;
	margin-top: 19px;
}
/*---------add word page---------*/
.add_word_sec {
    text-align: center;
    margin-top: 63px;
}
.cal_inp {
    width: 79%;
}
.cal_img img {
    width: 35px;
}
.add_img_in {
	width: 85%;
	height: 100px;
}
.remove_img {
	width: 90%;
	margin-top: 12px;
}
.remove_img h4 {
    font-size: 18px;
    padding: 24px 3px;
}
.add_img_in h4 {
	padding: 35px 0;
}
.remove_img h4 img {
    margin-left: 0;
    width: 25px;
}
.selected_img p {
	font-size: 12px;
}
.selected_img img {
    height: 80%;
        margin: 8% 0;
}
.selected_img {
	left: 23%;
	top: -27px;
	width: 155px;
	height: 130px;
}
.add_details1, .add_details2 {
    height: 370px;
}
.add_img{
    height: 243px;
}
.add_img {
	padding: 70px 0;
}
.monkey {
	right: 84%;
	top: 50%;
}
.col-md-6.paddingL5{
	padding: 0;
}
.col-md-6.paddingR5{
	padding: 0;
}
.giftify_btn {
	margin-top: 8px;
}
.save_btn, .giftify_btn {
	font-size: 25px;
	height: 70px;
}
.giftify_btn img:first-child{
	width: 70px;
}
.giftify_btn img:last-child{
	width: 40px;
}
.giftify_btn button span {
    margin: 0 5px;
}
.add_details3 {
	margin-top: 8px;
}
.image_slider_ul li {
	width: 97px;
	height: 110px;
}
.prev_img img {
	width: 25px;
	left: 4px;
}
.next_img img {
	width: 25px;
	right: 4px;
}
.choose_img .carousel-inner {
    width: 85% !important;
}
.image_slider_ul li span {
	margin: 5px 0 0;
	font-size: 13px;
}
/*----------look up a word page---------*/

#first.word_pg img{
       position: absolute;
       top: -78px;
    right: -30px;
    max-width: 31%;
        max-height: 75px;
}

#third.word_pg img{
         position: absolute;
    max-width: 20%;
    top: -128px;
    left: -52px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}
.word_pg h4 {
	margin: 20px 0 2px;
}
.look_up_word_sec {
    margin-top: 79px;
}
.look_up_word_sec_bg {
    background-image: url(../images/look_up_bg_sm.jpg);
    width: 95%;
    height: 635px;
}
.look_up_word_sec_bg.wd
{
	    margin-top: 106px;
}
.padding100 {
    padding: 20px 63px;
    height: 95%;
    overflow: hidden;
}
._for {
	margin: -23px 0 0;
}
._for._for1 {
    font-size: 23px;
    margin: 14px 0 0;
}
.no-word {
    padding: 31px 3%;
    font-size: 17px;
}
.page-navigation {
    width: 95%;
    margin: 10px auto 6px;
}
#profile .page-item-next {
    margin-left: 6px !important;
}

.page-item-prev a, .page-item-next a {
	width: 82px !important;
    padding: 25.7px 3px !important;
    font-size: 12px !important;
}

.page-item-prev {
    margin-right: 9px !important;
    /*float: left;*/
}

.page-navigation .pagination {
    /*text-align: left;*/
}

.page-item-next {
    margin-left: 9px !important;
        display: inline-block !important;
}
.pg_num a {
    padding: 24px 9px !important;
    font-size: 14px !important;
}
#profile .pg_num a {
    padding: 21.6px 9px !important;
    font-size: 14px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover {
	font-size: 18px !important;
    padding: 21.5px 19px !important;
}
.alphabetic-navigation {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.visible-sm .alphabetic-navigation
{
	    margin-top: 0px;
}
.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
    font-size: 33px;
    transform: translateY(0px);
    background: #00bba4;
	color: #fff;
	padding: 12px 21px;
}
.alpha_navigation li:first-child{
	float: left;
	border-right: 7px solid #fff; 
}
.alpha_navigation li:last-child{
	float: right;
	border-left: 7px solid #fff; 
}
.alpha_navigation li.active a {
	font-size: 25px;
}
.alpha_navigation li.active a::after {
	bottom: 19px;
	left: 43%;
}
#myModal .modal-dialog {
    width: 97%;
    margin: 8em auto;
}
#myModal .modal-content {
    height: 360px;
}
.alpha_navigation li:last-child a::after {
	clear: both;
}
.alpha_navigation li a {
	padding: 18px 4px;
}
.sch li a {
	padding: 26px 4.5px;
}
.dol_{
   padding-left: 13px !important;
}
/*-----------giftify 1----------*/
.gift-ify-word {
	margin-top: 68px;
        padding-bottom: 196px;
}
.g_img {
    width: 95%;
}
.g_img_in {
    width: 70%;
	left: 14%;
    height: 255px;
    top: -84px;
}
.select_img #myCarousel {
    width: 97%;
}
    #cheader {
        padding: 7px 0;
    }
.select_img .image_slider_ul li {
    width: 69px;
	height: 75px;
}
    .select_img .image_slider_ul li img {
            margin-top: 13px;
    }
.select_img .prev_img img {
	width: 15px;
	left: 5px;
}
.select_img .next_img img {
	width: 15px;
	right: 5px;
}
.select_img .image_slider_ul li a p {
	margin: 10px 0 0;
	font-size: 14px;
}
.select_img_alpha {
    width: 95%;
}
.select_img_alpha li.active a {
	font-size: 12px;
}
.select_img_alpha li a {
	font-size: 12px;
	padding: 10px 1px;
}
.choose_yr_gift_btn {
	width: 96%;
	height: 61px;
}
    #cheader {
        width:100%
    }
.choose_yr_gift_btn {
	padding-left: 15px;
}
.choose_yr_gift_btn span {
	margin-right: 20px;
}
.choose_yr_gift {
    margin-top: 9px;
}
.img_s{
	width: 61px;
}
.img_m{
	width: 40px;
}
/*-----------giftify 2----------------*/
.choose_gift{
	margin-top: 93px;
}
.choose_gift_in {
    width: 80%;
}
.choose_merchandise {
	width: 95%;
}
/*--------------giftify 3-------------*/
.sectionA {
	margin: 85px auto 0 auto;
	width: 95%;
}
.g1 {
    width: 85%;
	left: 8%;
}
.g {
    height: 65px;
        margin-top: -80px;
}
.product_preview, .cart_img .text-center {
    height: 298px;
	/*padding-top: 233px;*/
}
    .product_preview canvas {
        max-width:100%
    }
.sectionB {
    margin: 15px 0;
}
.seperater {
	margin-top: 15px;
	margin-bottom: 15px;
}
.fm4 {
    width: 100%;
}
.fm4 .form-control, .fm4 label, .tax_info, .color_box p, .fship {
	font-size: 15px;    
}
    .fm4 label {
    margin-top: 17px;
    }
    .edit_btn.qty {
        right:6px
    }
    .prc label {
    margin: 0 0;
}
.rf20 {
    padding-right: 0;
    padding-left: 0;
}
    .dropdown .select {
        height: 55px;
    }
.p_detail h4 {
	font-size: 18px;
	padding-left: 50px;
}
.p_detail p {
    font-size: 18px;
	/*padding-left: 5px;*/
	line-height: 26px;
}
.p_detail h4:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 0
}
.desc1 {
    width: 100%;
}
.size_info {
    background-color: #e8e8e8;
    width: 100%;
    padding: 10px 0;
}
.lf20 {
    padding: 0;
}
.dropdown .dropdown-menu {
    font-size: 16px;
}
.sectionC .image_slider_ul li {
    width: 90px;
}
.sectionC .select_img_alpha {
    width: 92%;
}
.sectionC .image_slider_ul li a p {
    color: #000;
    font-size: 12px;
}
.sectionC .prev_img img {
    width: 15px;
}
.sectionC .next_img img {
    width: 15px;
}
#myModal.choose_img_popup .modal-dialog {
    width: 95% !important;
    margin: 12em auto !important;
}
/*------------your cart-------------*/
.steps {
    margin: 80px auto 15px;
    width: 95%;
}
.margin-right0{
   margin-right: 0 !important;
}
.steps_ul li {
	width: 48%;
	margin-right: 8px;
	font-size: 18px;
}
.section_cart {
	width: 95%;
}
.steps_ul li:first-child{
	margin-bottom: 12px;
}
.steps_ul li.margin-right0{
	margin-bottom: 12px;
}
.sp1 {
	padding: 9px 20px;
	font-size: 20px;
}
.sp2 {
	padding: 9px 20px;
	font-size: 20px;
}
.close_1{
	position: absolute;
	top: 0;
	right: 0;
	border: 7px solid #fff;
	width: 57px;
	border-top: 0;
	border-right: 0;
}
.lock_img {
	width: 40px;
}
.secure_pay_li p:last-child {
	font-size: 12px;
}
.close_1 img {
    width: 30px;
}
.secure_pay_li {
    padding: 10px 45px 10px 0px !important;
}
.total_price_ul li p {
	font-size: 18px;
	padding: 20px 0;
}
.cart_img {
	margin-bottom: 15px;
}
.prc {
	margin-bottom: 0;
}
    #gf3 .prc {
            padding: 22px 15px !important;
    }
 .tax_info {
    margin-top: 10px;
}
.shp_img {
    margin-bottom: 20px;
}

    .shp_img img {    
    width: auto;
    top: -33px;
    left: 10px;
}
    .shp_img>div {
  
    font-size: 28px;
    margin-top: 31px;
}
.bg_lightgreen_sm{
	background: #c5e803;
}
.pro_ship_btn{
	margin-bottom: 15px !important;
}
/*----------------shipping page---------*/
.div_2 {
	float: none;
	width: 100%;
}
.paddingR71{
	padding-right: 15px;
}
.paddingR71:last-child{
	padding-right: 15px;
}
    .product_in_your_cart_out > .row > .paddingR71:nth-child(even) {
        padding-left:7.5px;
        padding-right:0
    }
    .product_in_your_cart_out > .row > .paddingR71:nth-child(odd) {
         padding-right:7.5px
    }
.add_address {
    width: 80%;
	height: 75px;
}
.add_address p {
	font-size: 22px;
	padding: 22px 20px;
}
.add_address_btn {
	width: 17%;
	padding: 12px 5px;
	height: 75px;
}
.div_2_1 {
    height: 75px;
}
.dropdown {
	padding: 21px 10px 22px 20px;
}
.div_2_2 {
    padding: 30px 20px;
}
.div_2_2 p {
    font-size: 18px;
}
.edit_address img {
	width: 22px;
	top: 27px;
	right: 3px;
}
.fm7 label {
    font-size: 15px;
}
.fm7 .form-control {
	font-size: 16px;
}
    .fm7 .change_pwd_dp6 .form-control, .fm7 #change_pwd_dp5 .form-control {
        height:20px
    }
    
    .fm7 .change_pwd_dp6 .form-control.add2, .fm7 #change_pwd_dp5 .form-control.add2 {
        height: auto;
    padding: 10px 0 0 !important;
    }
    .section_cart .change_pwd_dp_in .fm7 .form-control:first-child {
        width:94%;
        height:37px
    }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
        font-size:16px
    }
    .section_cart .fm7 .dropdown_tb {
        width:94%
    }
    .section_cart .fm7 .dropdown_tb .select {
            height: 64%;
    }
    .fm7 .dropdown_tb .select i {
        top:18px
    }
    .fm7 .save_pwd_btn {
            margin-top: 25px;
    }
.div_2_1 .select_add {
    width: 34px;
    right: 12px;
        font-size: 22px;
    top: 24px;
}
#ld8, #ld10 {
    right: 85px;
}
.remove_product {
	padding: 5px 6px 0px;
	border: 4px solid white;
	border-top: 0;
	border-right: 0;
}
.edit_product img {
    width: 22px;
}
.edit_product {
    padding: 2px 5px;
    border: 4px solid white;
    border-bottom: 0;
    border-right: 0;
}
.total_price_ul .col-xs-4{
	padding-left: 0;
}
/*------------about us -------------*/
.ab_carousel {
    margin-top: 69px;
}
.ab_carousel .carousel-inner > .item {
    padding: 30px 0px;
}
.sectionE {
    width: 95%;
}
.panel-heading a .img2 {
    width: 20px;
}
.panel-title > a, .panel-title > a:active {
	padding: 20px 15px 20px 15px;
	font-size: 18px;
}
.panel-body {
    padding: 0px 15px;
	font-size: 14px;
}
.rw1 {
    margin-top: 35px;
}
.rw1 .col-xs-4{
	padding: 0;
}

.panel-body h4 {
    font-size: 15px;
	margin-top: 0;
}
/*------------------contact us------------*/
.sectionD {
    width: 100%;
    margin: 87px auto 40px;
}
.headingH4 {
	font-size: 20px;
}
.fm5 .form-control {
	font-size: 15px;
	padding: 0px 14px;
}
.fm5 textarea.form-control
{
	    padding: 30px 9px !important;
}
.fm5 label {
	font-size: 15px;
}
.submit_btn {
	height: 75px;font-size: 23px;
}
.address_P {
	height: 70px;
    width: 92%;
    margin: 0 auto;
}
.address_P1 {
	width: 92%;
	margin: 0 auto;
}

/*--------------------thank you pg-----*/
.thank_msg_in {
    padding: 20px 15px;
}
.thank_msg h4 {
    font-size: 19px;
    margin: 0 0 10px 0;
}
.txt_h4{
	margin: 15px 0 !important;
	padding: 0px 15px;
}
.forgot_pwd p {
    font-size: 16px;
}
/*----------your profile--------------*/
.width58{
	width: 100% !important;
}
.sectionD.margintop90{
	margin: 83px auto 40px !important;
	width: 95%;
}
.sectionD.margintop90 .page-navigation {
    width: 100%;
}
.your_add_sm {
    width: 78%;
    float: left;
    background: #e6f93a !important;
}
.your_add_sm label{    
    color: #66b4a6 !important;
    font-size: 18px;
}
.add_img1 {
    margin-left: 8px;
	padding: 17px 13px;
	height: 75px;
}
.ypur_word1_btn {
	width: 78%;
	height: 75px;
}
.ypur_word1_in {
	padding: 0 25px 25px 25px;
}
.padding0_sm{
	padding: 0 !important;
}
.change_pwd_dp label{
	color: #58595b !important;
	font-size: 15px !important;
    padding-bottom:0
}
.new_adresses.fmbr{
    width: 100%;
}
.home_add1_in p {
    font-size: 17px;
}
.dt {
    font-size: 17px;
}
.tl {
    font-size: 17px;
}
.hm_p {
    font-size: 18px;
    padding: 16px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}
.num_i {
	padding: 11px 14px 15px 9px;
}
.choose_merchandise_btn span {
    font-size: 19px;
    margin-top: 28px;
}
.heading_sm{
	text-align: center;
	font-size: 24px;
	margin: 95px 0 35px;
}
.section_cart.steps .fm4{
	float: none;
}
.social_icon {
    margin-top: 0;
}
.email_invoice {
	margin-top: 15px;
}
.fm, .fm1, .fm2 {
    width: 70%;
}
small.help-block,small.help-block.invalid {
    font-size: 20px !important;
}
.div_2_2{
	/*display: block;*/
}
.alert_msg .msg_in {
    width: 98%;
    margin: 13em auto;
}
    #proceed .msg_in {
        width: 98%;
    margin: 8em auto;
    }
.fm7 input[type=email]{
    padding-right: 0 !important;
    font-size: 14px;
}
.mguide .col-sm-4
{
	padding:0 
}
.size_info ul li
{
	padding-left: 8px;
	font-size: 12px;
}
.size_info ul>li:first-child
{
	font-size: 17px;
}
}
@media (min-width: 375px) and (max-width: 799px){
/* 	.pg_num a {
    padding: 25px 13px !important;
} */
	.alpha_navigation li a {
    	padding: 18px 4.5px;
	}
    
    .sch li a {
    	padding: 26.5px 5px;
	}
    
    #choose_item {
                padding: 30px 20px 0;
    }
}
@media (min-width: 414px) and (max-width: 799px){

	.image_slider_ul li {
	    width: 112px;
	    height: 121px;
	}

	.pg_num a {
	    padding: 24px 15px !important;
	}

	.select_img .image_slider_ul li {
	    width: 80px;
	    height: 90px;
	}

	.add_address_btn {
	    padding: 12px 9px;
	}

	.your_add_sm {
	    width: 81%;
	}

	.ypur_word1_btn {
	    width: 81%;
	}
}


@media (min-width: 480px) and (max-width: 799px){

   .padding100 {
	    padding: 20px 89px;
	}

	._for {
	    margin: 16px 7px 0;
	}
    ._for._for1 {
    font-size: 29px;
    margin: 52px 0 0;
}
#first.word_pg img{
          position: absolute;
    top: -115px;
    right: -30px;
    max-width: 28%;
}

#third.word_pg img{
          position: absolute;
    max-width: 21%;
    top: -127px;
    left: -85px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}
    .no-word {
    padding: 50px 12%;
}
	.pg_num a {
	    padding: 23.5px 23px !important;
	}

	#profile .pg_num a {
	    padding: 24px 23px !important;
	}

	.alpha_navigation li a {
	    padding: 18px 9px;
	    font-size: 14px;
	}

	.image_slider_ul li {
	    width: 131px;
	    height: 136px;
	}

	.popup_img img {
	    width: 52%;
	}

	#myModal .modal-content {
	    height: 340px;
	}

    .wordm#myModal .modal-content {
    height: 306px;
}
	#myModal .modal-dialog {
		margin: 1em auto;
	}

	#container {
	    width: 97%;
	    margin: 1% auto 0 auto;
	}

	.g_img_in {
	    width: 57%;
	    left: 20%;
	    height: 255px;
	    top: -106px;
	}
	.select_img .image_slider_ul li {
	    width: 133px;
	    height: 133px;
	}
        .select_img .image_slider_ul li img {
                margin-top: 17px;
        }
	.select_img_alpha li a {
	    font-size: 12px;
	    padding: 10px 3px;
	}
	.g1 {
	    width: 68%;
	    left: 16%;
	}
	.add_address_btn {
		padding: 12px 14px;
	}
	.your_add_sm {
	    width: 83%;
	}
	.ypur_word1_btn {
	    width: 83%;
	}
	
}
@media (min-width: 568px) and (max-width: 799px){
	.logo_img {
	    margin: 17px 0px 0 67px;
	    width: 65%;
	}
	.image_slider_ul li {
	    width: 156px;
	    height: 158px;
	}
}
@media (min-width: 600px) and (max-width: 799px){
	.logo_img {
	    margin: 13px 0px 0 14px;
	    width: 61%;
	} 
}

@media (min-width: 640px) and (max-width: 799px){
	.padding100 {
	    padding: 20px 105px;
	}
	._for {
	    margin: 31px 0 0;
	}
	.pg_num a {
	    padding: 25px 31px !important;
	}
	.page-item-prev a, .page-item-next a {
	    width: 133px !important;
	}
	.look_up_word_sec_bg {
		height: 973px;
	}
	.alpha_navigation li a {
	    padding: 18px 16px;
	    font-size: 15px;
	}
	.image_slider_ul li {
	    width: 177px;
	    height: 178px;
	}
	.popup_img img {
	    width: 37%;
	}
	.g_img_in {
	    width: 43%;
	    left: 28%;
	}
	.select_img .image_slider_ul li {
	    width: 192px;
	    height: 192px;
	}
	.select_img_alpha li a {
	    font-size: 14px;
	    padding: 10px 5px;
	}
	.footer-logo {
	    padding: 7px 20px;
	}
	.sectionC .image_slider_ul li {
	    width: 145px;
	}
	.add_address_btn {
	    padding: 12px 26px;
	}
	.your_add_sm {
	    width: 87%;
	}
	.ypur_word1_btn {
	    width: 87%;
	}
}

@media (min-width: 667px) and (max-width: 799px){
	.page-item-prev a, .page-item-next a {
	    width: 158px !important;
	}
	.pg_num a {
	    padding: 25px 35px !important;
	}
	.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
		padding: 12px 25px;
	}
}
@media (min-width: 736px) and (max-width: 799px){
	.logo_img {
	    margin: 13px 0px 0 137px;
	    width: 55%;
	}
	.image_slider_ul li {
	    width: 204px;
	    height: 204px;
	}
	.popup_img img {
	    width: 32%;
	}
	#myModal .modal-dialog {
	    margin: 3em auto;
	}
	.g_img_in {
	    width: 37%;
	    left: 31%;
	}
	.select_img .image_slider_ul li {
	    width: 223px;
	    height: 223px;
	}
	.select_img_alpha li a {
	    font-size: 13px;
	    padding: 10px 7px;
	}
	.g1 {
	    width: 46%;
	    left: 27%;
	}
	.sectionC .image_slider_ul li {
	    width: 160px;
	}
	.add_address_btn {
	    padding: 12px 34px;
	}
}
@media (min-width: 768px) and (max-width: 799px){
 
.wtname img, .wname img, .wsname img {
    width: 17px;
}
 .page-item-next {
    margin-left: 8px !important;
}
 .product_li {
    height: 264px;
}
.header header {
    height: 93px !important;
}
.logo_img {
   margin: 22px 0px 8px 31px;
}
.menu_icon_sm {
	width: 40px;
    margin-top: 24px;
}
.banner1 {
	margin-top: 94px;
}
#intro
{
	background-size: cover;
}
.paddingR7 {
    padding-right: 0;
}
.paddingL7 {
    padding-left: 0;
}
.look_up_a_word{
   margin-top: 15px;
}
.footer-logo {
    text-align: center;
}
.footer_logo {
    width: 45%;
    margin: 0 auto;
}
.padding15 {
   padding: 38px 80px 15px;
}
.footer_li {
    padding: 0 80px !important;
}
.footer {
    background-color: #fff;
}
.social_icon_foot {
    display: block;
    padding: 0 30px !important;
}
.social_icon_foot li {
	width: 31%;
	text-align: center;
	background: #e6e6e6;
    padding: 15px 0;
    margin-left: 20px;
}
.social_icon_foot li.fb{
	margin-left: 0px !important;
}
.social_icon_foot .tw img, .social_icon_foot .fb img, .social_icon_foot .pin img {
    width: 40px !important;
} 
.copyright_ {
    padding: 15px 0 15px;
    font-size: 14px;
    width: 75%;
    margin: 50px auto 15px;
    background: #e6e6e6;
    border-radius: 15px;
    color: #8b8b8b;
}
.footer-last-li {
   border-bottom: none !important;
}
#container {
    width: 75%;
    margin: 25% auto 0 auto;
}
.headingH41 {
	font-size: 25px;
}
#container div.Izadji {
    width: 35px;
    height: 35px;
}
#container div.Izadji img{
    width: 35px;
}
.fm6 label {
    font-size: 20px;
}
.h4_4 {
    padding: 80px 0;
    font-size: 32px;
}
/*---------add word page---------*/
.add_word_sec {
    text-align: center;
    margin-top: 93px;
}
.cal_inp {
    width: 88%;
}
.add_img_in {
	width: 85%;
}
.remove_img {
	width: 85%;
}
.selected_img {
	left: 33%;
	top: -37px;
	width: 195px;
	height: 143px;
}
.add_img, .add_details1, .add_details2 {
    height: 370px;
}
.add_img {
	padding: 114px 0;
}
.monkey {
	right: 89%;
	top: 50%;
}
.col-md-6.paddingL5{
	padding: 0;
}
.col-md-6.paddingR5{
	padding: 0;
}
.giftify_btn {
	margin-top: 14px;
}

.image_slider_ul li {
	width: 207px;
	height: 207px;
}
.prev_img img {
	width: 40px;
	left: 13px;
}
.next_img img {
	width: 40px;
	right: 13px;
}
.choose_img .carousel-inner {
    width: 85% !important;
}
/*----------look up a word page---------*/
.look_up_word_sec {
    margin-top: 110px;
}
.look_up_word_sec_bg {
    background-image: url(../images/look_up_bg_sm.jpg);
    width: 95%;
}
.look_up_word_sec_bg.wd
{
	    margin-top: 122px;
}
.padding100 {
    padding: 20px 121px;
}
._for {
	margin: 42px 0 0;
}
._for._for1 {
    font-size: 33px;
    margin: 75px 0 0;
}
#first.word_pg img{
       position: absolute;
    top: -145px;
    right: -30px;
    max-width: 30%;
        max-height: 140px;
}

#third.word_pg img{
      position: absolute;
    max-width: 23%;
    top: -127px;
    left: -115px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}
.no-word {
    padding: 71px 16%;
}
.page-navigation {
    width: 95%;
}
    .page-item-prev {
       margin-right: 8px !important;

    }
    #profile .page-item-prev {
    margin-right: 7px !important;
}
    #profile .page-item-next {
    margin-left: 7px !important;
}
.page-item-prev a, .page-item-next a {
	width: 106px !important;
	padding: 27px 0 !important;
	font-size: 13px !important;
}

#profile .page-item-prev a, #profile .page-item-next a {
	width: 151px !important;
	
}
.pg_num a {
    padding: 25px 14px !important;
	font-size: 16px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover {
	font-size: 21px !important;
	padding: 21px 27px !important;
}
/*     #profile .pagination > li > a:hover {
    padding: 22.5px 13px !important;
}
#profile .pagination > li.active > a:hover {
padding: 21px 27px !important;
} */
.alphabetic-navigation {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

.visible-sm .alphabetic-navigation
{
	    margin-top: 126px;
}

.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
    font-size: 33px;
    transform: translateY(0px);
    background: #00bba4;
	color: #fff;
	padding: 20px 15px;
}
.alpha_navigation li:first-child{
	float: left;
	border-right: 12px solid #fff; 
}
.alpha_navigation li:last-child{
	float: right;
	border-left: 12px solid #fff; 
}
.alpha_navigation li:last-child a::after {
	clear: both;
}
.alpha_navigation li a {
	padding: 22px 21px;
}
.sch li a {
	padding: 33px 21px;
}
    .alpha_navigation li.active a:after {
        left:49%
    }
.dol_{
   padding-left: 13px !important;
}
/*-----------giftify 1----------*/
.gift-ify-word {
	margin-top: 89px;
}
.g_img_in {
    width: 36%;
    left: 32%;
    height: 255px;
    top: -84px;
}
.select_img #myCarousel {
    width: 93%;
}
.select_img .image_slider_ul li {
    width: 180px;
    height: 160px;
}
    .select_img .image_slider_ul li img {
        width:65%
    }
.select_img_alpha {
    width: 75%;
}
.select_img_alpha li.active a {
	font-size: 22px;
}
.select_img_alpha li a {
	font-size: 18px;
	padding: 10px 3px;
}
.choose_yr_gift_btn {
	width: 93%;
}
.choose_yr_gift_btn {
	padding-left: 70px;
}
/*--------------giftify 3-------------*/
.sectionA {
	margin: 104px auto 0 auto;
}
.g1 {
    width: 60%;
    left: 20%;
}
.product_preview, .cart_image .text_center {
    height: 390px;
    /*padding-top: 310px;*/
}
    .g {
            margin-top: -68px;
    }
.fm4 {
    width: 100%;
}
.rf20 {
    padding-right: 0;
    padding-left: 0;
}
.p_detail h4 {
	font-size: 20px;
	/*padding-left: 120px;*/
}
.p_detail p {
    font-size: 20px;
	line-height: 26px;
	/*padding-left: 120px;*/
}
.p_detail h4:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
}
.desc1 {
    width: 100%;
}
.size_info {
    background-color: #e8e8e8;
    width: 100%;
    padding: 30px 60px;
}
.lf20 {
    padding-left: 0;
}
.sectionC .image_slider_ul li {
    width: 185px;
}
.sectionC .select_img_alpha {
    width: 80%;
}

/*------------your cart-------------*/
.steps {
    margin: 107px auto 15px;
}
.margin-right0{
   margin-right: 0 !important;
}
.steps_ul li {
	width: 49%;
	margin-right: 8px;
}
.steps_ul li:first-child{
	margin-bottom: 14px;
}
.steps_ul li.margin-right0{
	margin-bottom: 14px;
}
.sp1 {
	padding: 7px 20px;
	font-size: 23px;
}
.sp2 {
	padding: 7px;
	font-size: 23px;
}
.close_1{
	position: absolute;
	top: 0;
	right: 0;
	border: 7px solid #fff;
	width: 65px;
	border-top: 0;
	border-right: 0;
}
.close_1 img {
    width: 35px;
}
.cart_img {
	margin-bottom: 15px;
}
.prc {
	margin-bottom: 0;
} 
 .tax_info {
    margin-top: 10px;
        font-size: 16px;
}
 
    .fship {
       font-size: 16px;
    }
.shp_img {
    margin-bottom: 20px;
}

    .shp_img img {    
    width: auto;
    top: -33px;
    left: 10px;
}
    .shp_img>div {
  
    font-size: 28px;
    margin-top: 31px;
}
.bg_lightgreen_sm{
	background: #c5e803;
}
.pro_ship_btn{
	margin-bottom: 15px !important;
}
/*----------------shipping page---------*/
.div_2 {
	float: none;
}
.paddingR71{
	padding-right: 15px;
}
.paddingR71:last-child{
	padding-right: 15px;
}
/*------------about us -------------*/
.ab_carousel {
    margin-top: 90px;
}
.sectionE {
    width: 85%;
}
.panel-title > a, .panel-title > a:active {
	padding: 20px 15px 20px 50px;
}
.panel-body {
    padding: 0px 50px;
    font-size: 18px;
}
.panel-body h4 {
    font-size: 18px;
	margin-top: 0;
}
/*------------------contact us------------*/
.sectionD {
    width: 90%;
	margin: 118px auto 40px;
}
.headingH4 {
	font-size: 27px;
}
/*--------------------thank you pg-----*/
.txt_h4 {
	margin-bottom: 65px !important; 
}
.thank_msg h4 {
 	font-size: 25px;
}
/*----------your profile--------------*/
.width58{
	width: 100% !important;
}
.sectionD.margintop90{
	margin: 118px auto 40px !important;
	width: 95%;
}
.sectionD.margintop90 .page-navigation {
    width: 100%;
}
.your_add_sm {
    width: 89%;
    float: left;
    background: #e6f93a !important;
}
.your_add_sm label{    
    color: #66b4a6 !important;
}
.add_img1 {
    margin-left: 7px;
    padding: 17px 15px;
}
.ypur_word1_btn {
	width: 89%;
}
.ypur_word1_in {
	padding: 0 45px 25px 45px;
}
.order_history_link .paddingR7 {
    padding-right: 7px;
}
.change_pwd_dp label{
	color: #58595b !important;
}
.new_adresses.fmbr{
    width: 89%;
}
.home_add1_in p {
    font-size: 18px;
}
.dt {
    font-size: 18px;
}
.tl {
    font-size: 18px;
}
.heading_sm{
	text-align: center;
	font-size: 24px;
	margin: 125px 0 35px;
}
.section_cart.steps .fm4{
	float: none;
}
.social_icon {
    margin-top: 0;
}
.search-container1 {
	top: 80px;
	width: 100%;
}
.search-container1 input {
	width: 92%;
}
.alert_msg .msg_in {
	width: 55%;
}
#proceed .msg_in {
    width: 79%;
    height: 223px;
}
#proceed .msg_in p {
    margin-top: 34px;
    font-size: 23px;
}
    #proceed .msg_in #text {
            font-size: 17px;
    }
    #proceed .ok_btn {
            font-size: 16px;
    }
    
    .fm7 .save_pwd_btn {
            margin-top: 25px;
    }
}

@media (min-width: 800px) and (max-width: 991px){
	.wtname img, .wname img, .wsname img {
    width: 17px;
}
.search-container1 {
	top: 80px;
	width: 100%;
}
.search-container1 input {
	width: 92%;
}
#intro
	{
		    font-size: 18px;
		    background-size: cover;
	}
.product_li {
    height: 276px;
}
.social_icon {
    margin-top: 0;
} 
.header header {
    height: 93px !important;
}
.logo_img {
    width: 52%;
        margin: 21px 0px 8px 26px;
}
.menu_icon_sm {
	width: 40px;
    margin-top: 24px;
}
.banner1 {
	margin-top: 93px;
}
.paddingR7 {
    padding-right: 0;
}
.paddingL7 {
    padding-left: 0;
}
.look_up_a_word{
   margin-top: 15px;
}
.footer-logo {
    text-align: center;
}
.footer_logo {
    width: 45%;
    margin: 0 auto;
}
.padding15 {
   padding: 38px 80px 15px;
}
.footer_li {
    padding: 0 80px !important;
}
.footer {
    background-color: #fff;
}
.social_icon_foot {
    display: block;
    padding: 0 30px !important;
}
.social_icon_foot li {
	width: 31%;
	text-align: center;
	background: #e6e6e6;
    padding: 15px 0;
    margin-left: 20px;
}
.social_icon_foot li.fb{
	margin-left: 0px !important;
}
.social_icon_foot .tw img, .social_icon_foot .fb img, .social_icon_foot .pin img, .social_icon_foot .insta img {
    width: 40px !important;
} 
.copyright_ {
    padding: 15px 0 15px;
    font-size: 14px;
    width: 75%;
    margin: 50px auto 15px;
    background: #e6e6e6;
    border-radius: 15px;
    color: #8b8b8b;
}
.footer-last-li {
   border-bottom: none !important;
}
#container {
    width: 75%;
    margin: 25% auto 0 auto;
}
.headingH41 {
	font-size: 25px;
}
#container div.Izadji {
    width: 35px;
    height: 35px;
}
#container div.Izadji img{
    width: 35px;
}
.fm6 label {
    font-size: 20px;
}
.h4_4 {
    padding: 80px 0;
    font-size: 32px;
}
/*---------add word page---------*/
.add_word_sec {
    text-align: center;
    margin-top: 93px;
}
.cal_inp {
    width: 88%;
}
.add_img_in {
	width: 85%;
}
.remove_img {
	width: 85%;
}
.selected_img {
	left: 33%;
	top: -37px;
	width: 195px;
	height: 143px;
}
.add_img, .add_details1, .add_details2 {
    height: 370px;
}
.add_img {
	padding: 114px 0;
}
.monkey {
	right: 89%;
	top: 50%;
}
.col-md-6.paddingL5{
	padding: 0;
}
.col-md-6.paddingR5{
	padding: 0;
}
.giftify_btn {
	margin-top: 14px;
}

.image_slider_ul li {
	width: 215px;
	height: 215px;
}
.prev_img img {
	width: 40px;
	left: 13px;
}
.next_img img {
	width: 40px;
	right: 13px;
}
.choose_img .carousel-inner {
    width: 85% !important;
}
/*----------look up a word page---------*/
.look_up_word_sec {
    margin-top: 110px;
}
.look_up_word_sec_bg {
    background-image: url(../images/look_up_bg_sm.jpg);
    width: 95%;
}
.look_up_word_sec_bg.wd
{
	    margin-top: 122px;
}
.padding100 {
    padding: 20px 121px;
}
._for {
	margin: 50px 0 0;
}
._for._for1 {
    font-size: 33px;
    margin: 77px 0 0;
}
#first.word_pg img{
    position: absolute;
    top: -159px;
    right: -30px;
    max-width: 31%;
        max-height: 152px;
}

#third.word_pg img{
    position: absolute;
    max-width: 23%;
    top: -127px;
    left: -114px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}
.no-word {
    padding: 60px 16%;
}
.page-navigation {
    width: 95%;
}
    .page-item-prev {
            margin-right: 19px !important;
    }
    #profile .page-item-prev {
    margin-right: 8px !important;
}
    #profile  .page-item-next {
    margin-left: 7px !important;
}
.page-item-prev a, .page-item-next a {
	width: 97px !important;
	padding: 27px 0px !important;
	font-size: 13px !important;
}
#profile .page-item-prev a, #profile .page-item-next a {
	width: 143px !important;
    padding: 25px 0px !important;
    font-size: 15px !important;
}
.pg_num a {
    padding: 25px 16px !important;
	font-size: 15px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover {
	font-size: 19px !important;
	padding: 22px 35px !important;
}
#profile .pagination > li > a:hover {
    padding: 22px 15px !important;
    font-size: 19px !important;
    cursor: pointer;
}
#profile .pagination > li.active > a:hover {
    padding: 22px 35px !important;
}
.alphabetic-navigation {
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.visible-sm .alphabetic-navigation
{
	    margin-top: 126px;
}
.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
    font-size: 33px;
    transform: translateY(0px);
    background: #00bba4;
	color: #fff;
	padding: 20px 25px;
}
.alpha_navigation li:first-child{
	float: left;
	border-right: 12px solid #fff; 
}
.alpha_navigation li:last-child{
	float: right;
	border-left: 12px solid #fff; 
}
.alpha_navigation li:last-child a::after {
	clear: both;
}
.alpha_navigation li a {
	padding: 22px 21px;
	font-size: 15px;
}
.sch li a {
	padding: 33px 21px;
	font-size: 15px;
}
    .alpha_navigation li.active a:after {
            left: 42.9%;
    }
.dol_{
   padding-left: 13px !important;
}
.gift-ify-word {
	margin-top: 89px;
    padding-bottom: 200px;
}
.g_img_in {
    width: 36%;
    left: 32%;
    height: 255px;
    top: -84px;
}
.select_img #myCarousel, .select_img #myCarousel2, .select_img #cheader {
    width: 93%;
}

.select_img .image_slider_ul li {
    width: 203px;
    height: 203px;
}
.select_img_alpha {
    width: 75%;
}
.select_img_alpha li.active a {
	font-size: 22px;
}
.select_img_alpha li a {
	font-size: 18px;
	padding: 10px 3px;
}
.choose_yr_gift_btn {
	width: 93%;
}
.choose_yr_gift_btn {
	padding-left: 70px;
}
/*--------------giftify 3-------------*/
.sectionA {
	margin: 106px auto 0 auto;
}
.g1 {
    width: 60%;
    left: 20%;
}
.product_preview, .cart_image .text_center {
    height: 390px;
    /*padding-top: 310px;*/
}
.fm4 {
    width: 100%;
}
.rf20 {
    padding-right: 0;
    padding-left: 0;
}
.p_detail h4 {
	font-size: 20px;
	/*padding-left: 120px;*/
}
.p_detail p {
    font-size: 20px;
	line-height: 26px;
	/*padding-left: 120px;*/
}
.p_detail h4:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
}
.desc1 {
    width: 100%;
}
.size_info {
    background-color: #e8e8e8;
    width: 100%;
    padding: 30px 60px;
}
.lf20 {
    padding-left: 0;
}
.sectionC .image_slider_ul li {
    width: 185px;
}
.sectionC .select_img_alpha {
    width: 80%;
}
/*------------your cart-------------*/
.steps {
    margin: 107px auto 15px;
}
.margin-right0{
   margin-right: 0 !important;
}
.steps_ul li {
	width: 49%;
	margin-right: 8px;
}
.steps_ul li:first-child{
	margin-bottom: 14px;
}
.steps_ul li.margin-right0{
	margin-bottom: 14px;
}
.sp1 {
	padding: 7px 20px;
	font-size: 23px;
}
.sp2 {
	padding: 7px;
	font-size: 23px;
}
.close_1{
	position: absolute;
	top: 0;
	right: 0;
	border: 7px solid #fff;
	width: 65px;
	border-top: 0;
	border-right: 0;
}
.close_1 img {
    width: 35px;
}
.cart_img {
	margin-bottom: 15px;
}
.prc {
	margin-bottom: 0;
}
    .tax_info {
        margin-top: 10px;
            font-size: 16px;
    }
    
    .fship {
       font-size: 16px;
    }
    .shp_img {
    margin-bottom: 20px;
}

    .shp_img img {    
    width: auto;
    top: -33px;
    left: 10px;
}
    .shp_img>div {
  
    font-size: 28px;
    margin-top: 31px;
}
.bg_lightgreen_sm{
	background: #c5e803;
}
.pro_ship_btn{
	margin-bottom: 15px !important;
}
/*----------------shipping page---------*/
.div_2 {
	float: none;
}
.paddingR71{
	padding-right: 15px;
}
.paddingR71:last-child{
	padding-right: 15px;
}
/*------------about us -------------*/
.ab_carousel {
    margin-top: 90px;
}
.sectionE {
    width: 85%;
}
.panel-title > a, .panel-title > a:active {
	padding: 20px 15px 20px 50px;
}
.panel-body {
    padding: 0px 50px;
    font-size: 18px;
}
.panel-body h4 {
    font-size: 18px;
	margin-top: 0;
}
/*------------------contact us------------*/
.sectionD {
    width: 90%;
	margin: 118px auto 40px;
}
.headingH4 {
	font-size: 27px;
}
/*--------------------thank you pg-----*/
.txt_h4 {
	margin-bottom: 65px !important; 
}
.thank_msg h4 {
 	font-size: 25px;
}
/*----------your profile--------------*/
.width58{
	width: 100% !important;
}
.sectionD.margintop90{
	margin: 118px auto 40px !important;
	width: 95%;
}
.sectionD.margintop90 .page-navigation {
    width: 100%;
}
.your_add_sm {
    width: 89%;
    float: left;
    background: #e6f93a !important;
}
.your_add_sm label{    
    color: #66b4a6 !important;
}
.add_img1 {
    margin-left: 10px;
    padding: 17px 15px;
}
.ypur_word1_btn {
	width: 89%;
}
.ypur_word1_in {
	padding: 0 45px 25px 45px;
}
.order_history_link .paddingR7 {
    padding-right: 7px;
}
.change_pwd_dp label{
	color: #58595b !important;
}
.new_adresses.fmbr{
    width: 89%;
}
.home_add1_in p {
    font-size: 18px;
}
.dt {
    font-size: 18px;
}
.tl {
    font-size: 18px;
}
.heading_sm{
	text-align: center;
	font-size: 24px;
	margin: 125px 0 35px;
}
.section_cart.steps .fm4{
	float: none;
}
.alert_msg .msg_in {
	width: 55%;
}
#proceed .msg_in {
    width: 71%;
    height: 220px;
}
    #proceed .msg_in p {
        font-size: 23px;
            margin-top: 33px;
    }
    #proceed .msg_in #text {
    font-size: 16px;
}
    #proceed .ok_btn {
    font-size: 14px;
    padding: 6px 20px;
}

    #choose_item {
                padding: 50px 20px 0;
    }
    
    .fm7 .save_pwd_btn {
            margin-top: 25px;
    }
}

/*--------------for desktop-------------*/
@media (min-width: 992px) {
   .new_adresses .home_add1_in, .order_history_link .home_add1_in {
        height:255px
    }
}
@media (min-width: 992px) and (max-width: 1259px){
	.choose_gift_in
	{
		width: 61%;
	}
	.alert_msg .msg_in {
	    width: 38%;
	}
    .product_li {
    height: 167px;
}
    #proceed .msg_in {
    width: 55%;
    height: 223px;
}
	.alert_msg .msg_in p {
		font-size: 18px;
	}
    #proceed .msg_in p {
            margin-top: 39px;
            font-size: 22px;
    }
    #proceed .msg_in #text {
            font-size: 15px;
    }
    #proceed .ok_btn {
    font-size: 15px;
}
	.logo_img {
	    margin: 24px 66px 8px;
	}
    .margintop10 {
    margin-top: 18px;
}
	.social_icon li {
	    margin-left: 4px;
	}
    .wsname {
        font-size: 14px;
    }

.wsname a
{
	font-size: 12px
}
    .sr img {
    width: 20px;
}
    .login img {
        width: 23px;
    }
    .fb img {
    width: 20px;
}
    .tw img {
    width: 23px;
}
    .insta img {
    width: 20px;
}
	.menus{
	    width: 90%;
	}
	.menus1 {
		width: 80%;
	}
	.menus1 li a{
		padding: 14px 18px;
	}
	.footer_logo {
	    width: 90%;
	    margin-left: 0;
	}
	.padding15 {
	    padding: 10px;
	}
	.fm, .fm1, .fm2 {
	    width: 70%;
	}
	.add_img_in {
	    width: 70%;
	}
    .choose_img .carousel-inner {
    width: 695px !important;
}
	.image_slider_ul li {
	    width: 169px;
	    height: 169px;
	}
	.look_up_head {
		padding: 9px 0;
	}
	._for {
		margin: 5px 0 0;
	}
._for._for1{
	font-size: 31px;
	margin: 36px 0 0;
}
	.look_up_word_sec_bg {
		width: 97%;
	}
	.padding100 {
	    padding: 20px 80px;
		height: 95%;
		overflow: hidden;
	}
	.look_up_word_sec_bg {
		height: 718px;
	}
    
#first.word_pg img{
position: absolute;
    top: -105px;
    right: -37px;
    max-width: 32%;
        max-height: 98px;
}

#third.word_pg img{
position: absolute;
    max-width: 22%;
    top: -127px;
    left: -74px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}
	.word_pg p {
	    font-size: 12px;
	}
	.page-navigation {
	    width: 90%;
	}
	.page-item-prev a, .page-item-next a {
		font-size: 19px !important;
	}
	.pg_num a {
	    padding: 20px 15px !important;
	}
	.page-item-prev {
	    margin-right: 21px !important;
	}
    #profile .page-item-prev {
	        margin-right: 15px !important;
	}
    #profile .pagination > li > a:hover {
    padding: 20px 15px !important;
}
      #profile .pagination > li.active > a:hover {
    padding: 18px 33px !important;
}
	.alpha_navigation li a {
	    padding: 10px 10px 20px;
	}
    .alpha_navigation li.active a:after {
        left:43.9%
    }
	#container {
	    width: 60%;
	}
	.select_img .image_slider_ul li {
	    width: 171px;
	    height: 171px;
	}
        .select_img .image_slider_ul li img {
             width:65%
        }
	.select_img_alpha {
	    width: 72%;
	}
	.select_img_alpha li.active a {
	    font-size: 20px;
	}
	.select_img_alpha li a {
	    font-size: 18px;
	}
	.logo_text {
		margin: 20px 0;
	    font-size: 20px;
	}
	.g_img_in {
		top: -78px;
	}
	.panel-title > a, .panel-title > a:active {
	    display: block;
	    padding: 20px 15px 20px 60px;
	}
	.panel-body {
	    padding: 0px 60px;
	    font-size: 19px;
	}
	.product_preview, .cart_image .text_center {
	    height: 350px;
		/*padding-top: 270px;*/
	}
	.fm4 {
	    width: 100%;
	}
	.sectionA {
	    width: 95%;
	}

	.size_info,.desc1 {
	    width: 88%;
	}
        .size_info ul li {
            font-size:11px
        }
        .size_info ul > li:first-child {
            font-size:16px
        }
        .size_info ul li a {
    font-size: 17px;
}
	.steps_ul li {
		margin-right: 7px;
	}
	.fm4 label {
		font-size: 15px;
        margin-top: 13px;
	}
    .prc label {
        margin:0
    }
    .tax_info {
        font-size: 15px;
    }
    
    .fship {
       font-size: 15px;
    }
	.close_1 img {
	    width: 22px;
	}
	.fm4 .form-group {
	    padding: 6px 0;
	    margin-bottom: 10px;
	}
	.fm4 .form-control {
		height: 48px;
		padding: 0 5px;
		font-size: 14px;
	}
    .fm4 .color {
    height: 47px;
}
        .edit_btn {
            top:5px
        }
            .edit_btn.qty {
                right:14px
            }
        #image_nm {
    width: 45px;
}
         #oh_image_nm {
    width: 50px;
}
	.dropdown.form-control {
	    height: 60px;
	    padding: 6px 0;
	}
    .rf20 .inline_fg2 .dropdown.form-control {
        height:60px
    }
    .dropdown .select {
        height:47px
    }
	.dropdown .dropdown-menu {
	    font-size: 16px;
	}
	.total_price_ul li p {
	    margin: 0;
	    font-size: 20px;
            padding: 23px 0;
	}
    .ul_in_order_history li p {
    font-size: 16px !important;
}
    .bach_to_big_btn {
          font-size: 16px
    }
    .email_invoice {
        font-size: 16px
    }
	.secure_pay_li {
	    padding: 10px 44px 10px 0px !important;
	}
	.secure_pay_li p:last-child {
	    font-size: 16px;

	}
	.lock_img {
	    width: 40px;
	}
	.add_address {
	    width: 80%;
	}
	.add_address_btn {
	    width: 17%;
	    padding: 15px 10px;
	}
	.div_2 {
	    width: 80%;
	}
	.numb_o {
		height: 60px;
		padding: 17px 0;
	}
	.sp1, .sp2{
		font-size: 16px;
	}
    
	.cart_img.ocimg .text-center {
	    height: 246px;
	    /*padding-top: 365px;*/
	}
	.fm4.width100 .form-control {
	    height: 63px;
	}
    .section_cart .fm4 .form-group {
            margin-bottom: 14px;
    }
    .section_cart .inline_fg2 .dropdown.form-control {
    height: 60px;
}
    .section_cart  .fm4.width100 .form-control {
	   font-size: 16px;
           height: 49.5px;
	}
	.fm4.width100 .qty_lb{
		margin-top: 19px !important;
	}
    .section_cart .fm4.width100 .qty_lb {
    margin-top: 13px !important;
}
	.sz{
		margin-top: 19px !important;
	}
     .section_cart .sz{
		margin-top: 13px !important;
	}
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		font-size: 22px !important;
		padding: 17.8px 33px !important;
	}
	.citem_img {
	      width: 96% !important;
	}
	.fm7 .form-control {
		font-size: 16px;
	}
	.fm7 label {
		font-size: 15px;
	}
    .fm7 .dropdown_tb .dropdown-menu_tb {
        height:180px
    }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
    font-size: 16px;
}
    .fm7 .dropdown_tb .select i {
        top:12px
    }
    
.section_cart .fm7 .dropdown_tb {
    font-size: 16px;
}
    .section_cart .fm7 .dropdown_tb .select i {
            top: 19px;
    }
	.home_add1_in p {
	    font-size: 19px;
	}
	.ypur_word1_btn {
		width: 89%;
	}
    .new_adresses .home_add1_in, .order_history_link .home_add1_in {
    height: 231px;
}
	.margintop90 {
	    width: 80%;
	}
	.prev_img img {
		left: 7px;
	}
	.next_img img {
	    right: 7px;
	}
	.cal_inp {
	    width: 88%;
	}
	.image_slider_ul li img {
	    width: 80%;
	}
	.selected_img {
	    left: 33%;
		width: 205px;
	}
	/*.choose_gift_in {
	    width: 65%;
	}*/
	.ttu
	{
		padding: 0
	}
	.wtname img, .wname img, .wsname img {
    width: 17px;
}
}

@media (min-width: 1024px) and (max-width: 1259px){
	#intro
	{
		    font-size: 16px;
	}
    .choose_img .carousel-inner {
    width: 719px !important;
}

.pg_num a{
	font-size: 17px;
}
.page-item-prev a, .page-item-next a {
    font-size: 17px !important;
}
.page-navigation {
    width: 92%;
}
	.image_slider_ul li {
	    width: 175px;
	    height: 175px;
	}
	.look_up_word_sec_bg {
	    width: 94%;
	}
	._for {
		margin: 11px 0 0;
	}
._for._for1{
	font-size: 31px;
	margin: 35px 0 0;
}
    .no-word {
    padding: 31px 5%;
    font-size: 20px;
}
	/* .pg_num a {
	    padding: 20px 16px !important;
	} */
	.page-item-prev {
	    margin-right: 26px !important;
	}
    #profile .page-item-prev {
    margin-right: 19px !important;
}
	.select_img .image_slider_ul li {
	    width: 177px;
	    height: 177px;
	}
	.select_img_alpha {
	    width: 72%;
	}
	.select_img_alpha li.active a {
	    font-size: 20px;
	}
	.select_img_alpha li a {
	    font-size: 18px;
	}
	.menus1 {
	    width: 77%;
	}
	.choose_gift_in {
	    width: 60%;
	}
	.color_box p {
	    font-size: 16px;
	}
}
@media (min-width: 1260px) and (max-width: 1345px){
	.menus,.menus1 {
	    width: 67%;
	}
        .menus1 li a {
            padding: 15px 23px;
        }
        #intro
        {
        	    font-size: 17px;
        }
    .choose_img .carousel-inner {
    width: 900px !important;
}
    .product_li {
    height: 220px;
}
	.image_slider_ul li {
	    width: 220px;
	    height: 220px;
	}
	._for {
		margin: 29px 0 0;
	}
._for._for1{
	margin: 52px 0 0;
}
    .no-word {
    padding: 50px 0;
}
.look_up_word_sec_bg
{
	    background-image: url(../images/look_up_bg_1280.jpg);
}  
#first.word_pg img{
     position: absolute;
    top: -118px;
    right: -60px;
    max-width: 31%;
}

#third.word_pg img{
position: absolute;

max-width: 25%;

top: -127px;

left: -93px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -55px;
top: -40px;
}

	.word_pg p {
	    color: #595351;
	    font-size: 13px;
	}
	.pg_num a {
	    padding: 21px 21px !important;
	}
	.page-item-prev {
		margin-right: 26px !important;
	}
    #profile .page-item-prev {
        margin-right: 12px !important;
    }
    #profile .page-item-next {
    margin-left: 12px !important;
}
        #profile .page-item-prev a, #profile .page-item-next a {
                padding: 21px 20px !important;
    font-size: 19px !important;
        }
        .pagination > li > a:hover {
    padding: 21px 21px !important;
}
           .pagination > li.active > a:hover {
        padding: 16px 33px !important;
}
	.select_img .image_slider_ul li {
	    width: 232px;
	    height: 232px;
	}
	.select_img_alpha {
	    width: 63%;
	}
	.add_address_btn {
		padding: 15px 13px;
	}
	.citem_img {
	   width: 85% !important;
	}
	.fm4 label {
		font-size: 16px;
        
     margin-top: 13px;
	}
	.fm4 .form-control {
		font-size: 15px;
	}
    .section_cart .fm4 .form-control {
    height: 47.5px;
  
}
    .section_cart .fm4 .sz_qt .dropdown.form-control {
    height: 67.5px;
  
}
    .dropdown .select {
        height: 56px;
    }
   .section_cart .dropdown .select {
    height: 50px;
}
    .prc label{
        margin-top:0
    }
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		padding: 16px 33px !important;
		font-size: 26px !important;
	}
	.ypur_word1_btn {
		width: 91%;
	}
.ttu
{
	padding: 0
}
}

/* @media (min-width: 1366px) and (max-width: 1366px) {
    .page-item-prev {
            margin-right: 25px !important;
    }
    #profile .page-item-prev {
            margin-right: 17px !important;
    }
}
 */


@media (min-width: 1400px) and (max-width: 1439px) {
.citem_img {
    width: 79% !important;
}

}



@media (min-width: 1440px) and (max-width: 1599px){
	.citem_img {
    width: 79% !important;
}
    .product_li {
        height:250px
    }
	.unsubscribe_p {
	    padding: 38px 15px;
	    font-size: 20px;
	}
    .choose_img .carousel-inner {
    width: 1014px !important;
}
   	.image_slider_ul li {
   		width: 248px;
    	height: 248px;
	}
	._for {
	    font-size: 70px;
	    margin: 26px 0 0;
	}

._for._for1{
	font-size: 45px;
	margin: 43px 0 0;
}
	.word_pg h4 {
    	font-size: 16px;
	}
	.word_pg h4 span {
	    /*font-size: 18px;*/
	}
	.word_pg p {
	    font-size: 15px;
	}
	.padding100 {
	    padding: 20px 115px;
	}
/* 	.page-item-prev a, .page-item-next a {
    font-size: 25px !important;
    width: 167px !important;
} */
    /* 	#profile .pagination .page-item-prev a, #profile .pagination .page-item-next a {
    	    font-size: 22px !important;
    	   
                padding: 22px 20px !important;
    	} */
     /*    #profile .pagination .page-item-prev a:hover, #profile .pagination .page-item-next a:hover {
     	    font-size: 22px !important;
     	   
         padding: 22px 20px !important;
     	} */
	/* .pg_num a {
	    font-size: 25px !important;
	} */
	/* .pagination > .active > a, .pagination > .active > a:focus, 
	.pagination > .active > a:hover, .pagination > .active > span, 
	.pagination > .active > span:focus, .pagination > .active > span:hover {
	    font-size: 29px !important;
	            padding: 17px 33px !important;
	} */
	.pagination > .active > a:before, .pagination > .active > a:after {
	    width: 10px;
	}
/*     #profile .pagination > li > a:hover {
padding: 19px 23px !important;
} */
 /*    #profile .pagination > li.active > a:hover {
 	    font-size: 29px !important;
         padding: 17px 33px !important;
 } */
	.alpha_navigation li a {
	    font-size: 15px;
	}
	.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
	    font-size: 36px;
	}
	.alpha_navigation li.active a {
	    font-size: 35px;
	}
	#myModal .modal-dialog {
	    width: 525px;
	}
	#myModal .modal-content {
	    height: 500px;
	}

    .wordm#myModal .modal-content {
	    height: 544px;
	}
	#myModal .modal-body h2 {
	    font-size: 30px;
	}
	#myModal .modal-body p {
	    font-size: 16px;
	}
	.dwn_btn, .gtf_btn, .prt_btn {
	    font-size: 20px;
	}
	._for span {
	    font-size: 18px;
	}
	.headingH41 {
	    font-size: 35px;
	}
	.fm6 label {
	    font-size: 25px;
	}
	.fm6 .form-control {
	    font-size: 20px;
	}
	.submit_btn1 {
	    font-size: 20px;
	    height: 55px;
	}
	.h4_4 {
	    font-size: 43px;
	}
	.carousel-indicators li {
	    width: 14px;
	    height: 14px;
	    margin: 1px 6px 1px !important;
	}
	.carousel-indicators .active {
	    width: 14px;
	    height: 14px;
	}
	#container {
	    margin: 10% auto 0 auto;
	}
	.menus1 li a {
	    font-size: 17px;
	}
	.crt_sp {
	    top: -4px;
    	right: -14px;
		font-size: 13px;
            width: 22px;
    height: 22px;
	}
	.g_img {
	    height: 90px;
	}
	.select_img	.image_slider_ul li {
	    width: 265px;
	    height: 265px;
	}
	.select_img_alpha li a {
	    font-size: 25px;
	}
	.select_img_alpha li.active a {
	    font-size: 28px;
	}
	.select_img_alpha li.active a:after {
	    width: 6px;
	    height: 6px;
	}
	.select_img {
	    padding: 15px 0;
	}
	.select_img #myCarousel {
	    border: 9px solid #eceaf2;
	}
	.select_img .next_img img {
	    width: 25px;
	}
	.select_img .prev_img img {
	    width: 25px;
	}
    #cheader {
        font-size: 22px;
    }
	.choose_yr_gift_btn {
	    height: 95px;
	}
	.choose_yr_gift_btn span {
	    font-size: 22px;
        top:6px
	}
	.choose_yr_gift_btn .img_m{
		width: 55px;
	}
	.choose_yr_gift_btn .img_s{
		width: 95px;
	}
	.n_img {
	    width: 18px;
	}
	.logo_text {
	    margin: 20px 0;
	}
	.choose_gift_img p {
	    font-size: 22px;
	}
	.choose_merchandise {
		height: 82px;
	}
	.choose_merchandise_btn span {
	    font-size: 28px;
	}
	.headingH4 {
	    font-size: 35px;
	}
	.fm5 label {
	    font-size: 22px;
	}
	.fm5 .form-control {
	    height: 80px;
	    font-size: 24px;
	}
	.submit_btn {
	    height: 100px;
	    font-size: 33px;
	}
	.address_P {
		height: 80px;
	}
	.address_P p {
	    font-size: 22px;
	    padding-top: 23px;
	}
	.address_P1 {
	    padding: 25px 0;
	}
	.address_P1 p {
	    font-size: 22px;
	}
	.thank_msg h4 {
	    font-size: 34px
	}
	.control__indicator {
	    top: 9px;
	    left: 13px;
	    height: 25px;
	    width: 25px;
	}	
	.control {
	    padding: 10px 16px !important;
	}
	.control--checkbox .control__indicator:after {
	    left: 9px;
	    top: 2px;
	    width: 7px;
	    height: 17px;
	    border-width: 0 3px 3px 0;
	}
	.panel-title>a, .panel-title>a:active {
	    font-size: 30px;
	}
	.panel-heading a .img2 {
	    width: 30px;
	    margin-top: -6px;
	}
	.panel-body {
	    font-size: 24px;
	}
	.panel-body h4 {
	    font-size: 24px;
	}
	.forgot_pwd p{
	   font-size: 25px;
	}
	.product_preview,.cart_img .text-center {
	    height: 460px;
	    /*padding-top: 365px;*/
	}
    .cart_img.ocimg .text-center {
	    height: 323px;
	    /*padding-top: 365px;*/
	}
	.fm4 label {
	    font-size: 18px;
            margin-top: 13px;
	}
    .prc label {
    margin: 0 0;
}
    .sectionB .fm4 label {
            margin-top: 18px;
    }
	.g {
	    height: 95px;
	}
	.seperater {
	    border-top: 20px solid #ededed;
	}	
	.tax_info {
	    font-size: 18px;
            padding: 22px 12px;
	}
	.fm4 {
	    width: 83%;
	}

    .fm4 .form-control {
	    height: 55px;
	    font-size: 17px;

	}
    .section_cart .fm4 .form-control {
    font-size: 18px;
    height: 50px;
}
    .section_cart .dropdown.form-control .select {
        height: 51px;
    }
    .section_cart .dropdown.form-control .edit {
        top:5px
    }
	.p_detail h4 {
	    font-size: 20px;
	}
	.p_detail p {
	    font-size: 20px;
	}
	.size_info ul li {
	    /*height: 42px;*/
	    font-size: 14px;
	}
    .size_info ul > li:first-child {
        font-size: 20px;
    }
	.sectionC .image_slider_ul li a p {
	    font-size: 20px;
	}
	.sectionC .prev_img img {
	    width: 25px;
	}
	.sectionC .next_img img {
	    width: 25px;
	}
	.numb_o {
	    font-size: 18px;
	    width: 41%;
	    height: 70px;
	}
    .section_cart .numb_o {
	  
            margin-bottom: 19px;
	}
	.menu_icon p, .cart p {
	    font-size: 14px;
	}
	.fm7 label {
	    font-size: 17px;
	}
	.ypur_word1_btn label {
	    font-size: 18px;
	}	
	.disclaimer {
	    font-size: 20px;
	}
	.dropdown.form-control {
	    height: 75px !important;
	    padding: 12px 0px;
	}
    .sectionB .fm4 .form-group {
        height: 83px !important;
    }
    .sectionB #gf3 .form-group {
    height: 64px !important;
}
    #gf3 .dropdown.form-control {
    height: 68px !important;
}
    .sectionB .fm4 .form-control {
        height: 61px
    }
    .sectionB .fm4 .color {
        height: 58px
    }
    #image_nm {
    width: 57px;
}
     #oh_image_nm {
    width: 55px;
}
     .sectionB .rf20 .fm4 .prc label {
            margin-top:7px
    }
    .edit_btn {
        top:10px
    }
    .sectionB .dropdown.form-control .select {
        padding:0;
    margin: 6px 0;
}
    #gf3 .dropdown .select {
    height: 36px;
}
	.menus li a {
	    font-size: 17px;
	}
	.selected_img {
	    left: 37%;
	    top: -42px;
	    width: 240px;
	    height: 160px;
	}
	.image_slider_ul li span {
		font-size: 18px;
	}
	.selected_img p {
	    font-size: 16px;
	}
	.padding15 p {
		font-size: 14px;
	}
	.footer_li li a {
	    font-size: 18px;
	}
	.copyright_ {
	    font-size: 16px;
	}
	.copyright_ i {
	    font-size: 16px;
	}
	.look_up_header {
	    margin-top: 67px;
	}
	.g_img_in {
	    width: 22%;
	    left: 39%;
	    top: -110px;
	}
	.select_img	.image_slider_ul li a p {
	    font-size: 18px;
	}
	.steps {
	    margin: 82px auto 15px;
	}
	.yr_word {
	    font-size: 22px;
	}
	
}
@media (min-width: 1600px) and (max-width: 1919px){
	.unsubscribe_p {
	    padding: 38px 15px;
	    font-size: 26px;
	}
    .product_li {
    height: 280px;
}
   .header header {
	    height: 130px;
	}
   .wname {
    margin-top: 46px;
    font-size: 20px;
}
   .wname p{
    font-size: 18px;
}
	.logo_img {
	    width: 60%;
	}
	.menus li a{
	    font-size: 18px;
	    padding: 15px 29px;
	}
	.menus1 li a{
		font-size: 18px;
		padding: 23px 26px;
	}
	.menus,.menus1 {
	    width: 64%;
	}
	#intro
	{
		    font-size: 21px;
		    padding: 31px 21px 21px;
	}
    .bheader h3 {
    font-size: 27px;
}
	.copyright_ {
	    padding: 45px 0 25px;
	    font-size: 18px;
	}
	.copyright_ i {
	    font-size: 17px;
	}
	.padding15 p {
	    font-size: 17px;
	}
	.footer_li li a {
	    font-size: 21px;
	}
	.social_icon_foot span {
	    font-size: 18px;
	}
	.logo_text {
	    font-size: 30px;
	}
    .choose_img .carousel-inner {
    width: 1123px !important;
}
	.image_slider_ul li {
	    width: 276px;
	    height: 276px;
	}
    .image_slider_ul li img {
    width: 85%;
    margin-top: 21px;
}
	.disclaimer {
	    font-size: 22px;
	}
	.fm1 h4, .fm2 h4, .fm3 h4 {
	    font-size: 25px;
	}
	.fm1 label, .fm1 input,.fm label, .fm input, .fm2 input, .fm2 label, .fm3 input, .fm3 label {
	    font-size: 22px;
	}
    .fm label {
        padding-top: 29px;
    }
	.monkey {
	    top: 75px;
	}
	.save_btn button, .giftify_btn button {
	    font-size: 40px;
	}
	.giftify_btn img:first-child{
        width: 110px;
	}
	.giftify_btn img:last-child{
        width: 55px;
	}
	.save_btn, .giftify_btn {
	    height: 111px;
	}
	.look_up_word_sec_bg {
	    background-size: cover;
	    width: 90%;
	    height: 1037px;
	}
	.padding100 {
	    padding: 20px 120px;
	}
    .no-word {
    padding: 50px 13%;
}
	._for {
	    font-size: 75px;
	    margin: 36px 0 0;
	}

._for._for1{
	font-size: 48px;
	margin: 57px 0 0;
}
#first.word_pg img{
      position: absolute;
    top: -133px;
    right: -30px;
    max-width: 28%;
        max-height: 128px;
}

#third.word_pg img{
position: absolute;

max-width: 25%;

top: -127px;

left: -113px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -93px;
top: -40px;
}

	.word_pg h4 {
	    font-size: 20px;
	}
	.word_pg h4 span {
	    /*font-size: 22px;*/
	}
	.word_pg p {
	    font-size: 17px;
	}
/* 	.page-item-prev a, .page-item-next a {
    font-size: 30px !important;
     width: 203px !important;
} */
  /*   #profile .page-item-prev a, #profile .page-item-next a {
  	    font-size: 28px !important;
  	         padding: 21px 20px !important;
  	} */
	/* .pg_num a {
	    font-size: 30px !important;
	} */
	/* .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
	.pagination > .active > span, 
	.pagination > .active > span:focus, .pagination > .active > span:hover {
	    font-size: 22px !important;
	            padding: 17px 33px !important;
	} */
/*     #profile .pagination > li > a:hover {
padding: 18.5px 24px !important;
  font-size: 32px !important;
} */
/*     #profile .pagination > li.active > a:hover {
    padding: 17px 33px !important;
font-size: 34px !important;
} */
/* 	.page-item-prev {
    margin-right: 21px !important;
} */
    
/*     #profile .pagination .page-item-prev a:hover, #profile .pagination .page-item-next a:hover {
font-size: 28px !important;
padding: 21px 20px !important;
} */
	.alpha_navigation li a {
	        font-size: 22px;
	}
	.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
	        font-size: 37px;
	}
	.alpha_navigation li.active a {
	    font-size: 38px;
	}
	.alpha_navigation li.active a:after {
	    width: 8px;
	    height: 8px;
	    left: 41.6%;
	}
	#myModal .modal-dialog {
	    width: 550px;
	}
       .wordm#myModal .modal-content {
	    height: 578px;
	}
	#myModal .modal-content {
	    height: 535px;
	}
	#myModal .modal-body h2 {
	    font-size: 35px;
	}
	#myModal .modal-body p {
	    font-size: 18px;
	}
	.dwn_btn, .gtf_btn, .prt_btn {
	    font-size: 23px;
	}
	._for span {
	    font-size: 22px;
	}
	.headingH41 {
	    font-size: 38px;
	}
	.fm6 label {
	    font-size: 28px;
	}
	.fm6 .form-control {
	    font-size: 24px;
	}
	.submit_btn1 {
	    font-size: 25px;
	    height: 60px;
	}
	.h4_4 {
	    font-size: 45px;
	}
	.carousel-indicators li {
	    width: 16px;
	    height: 16px;
	    margin: 1px 10px 1px !important;
	}
	.carousel-indicators .active {
	    width: 16px;
	    height: 16px;
	}
	#container {
	    margin: 10% auto 0 auto;
	}
	.select_img	.image_slider_ul li {
	    width: 299px;
    	height: 299px;
	}
	.select_img_alpha li a {
	    font-size: 25px;
	    padding: 20px 6px;
	}
	.select_img_alpha li.active a {
	    font-size: 28px;
	}
	.select_img_alpha li.active a:after {
	    width: 7px;
	    height: 7px;
	    bottom: 13px;
	}
	.select_img {
	    padding: 15px 0;
	}
	.select_img #myCarousel {
	    border: 9px solid #eceaf2;
	}
	.select_img .next_img img {
	    width: 25px;
	}
	.select_img .prev_img img {
    	width: 25px;
	}
    #cheader {
          font-size: 25px;
    }
	.choose_yr_gift_btn {
	    height: 100px;
	}
	.choose_yr_gift_btn span {
	    font-size: 25px;
	}
	.choose_yr_gift_btn .img_m{
		width: 60px;
	}
	.choose_yr_gift_btn .img_s{
		width: 100px;
	}
	.n_img {
	    width: 20px;
	}
	.logo_text {
	    margin: 20px 0;
	}
	.g_img {
	    height: 125px;
	}
	.cart img {
	    width: 33px;
	}
	.menu_icon p, .cart p {
	    font-size: 17px;
	}
	.crt_sp {
	    top: -6px;
    	right: -9px;
	    font-size: 10px;
            padding-top: 2px;
                width: 21px;
    height: 21px;
	}
    .menu_icon img {
    width: 30px;
    margin: 0 0 0 12px;
}
    .menu_icon i {
        font-size: 18px;
        
    position: relative;
    top: 3px;
    }
	.margintop10 {
	    margin-top: 18px;
	}
    .wsname {
        font-size: 20px;
    }

.wsname a
{
	font-size: 18px
}
	.select_img	.image_slider_ul li a p {
	    font-size: 20px;
	}
	.choose_gift_img p {
	    font-size: 30px;
	}
	.choose_gift_img h3.ppr {
	    font-size: 36px;
	}
	.choose_merchandise {
		height: 98px;
	}
	.choose_merchandise_btn span {
	    font-size: 32px;
    	margin-top: 29px;
	}
	.headingH4 {
	    font-size: 40px;
	}
	.fm5 label {
	    font-size: 26px;
	}
	.fm5 .form-control {
	    height: 90px;
	    font-size: 28px;
	}
	.submit_btn {
	    height: 110px;
	    font-size: 37px;
	}
	.address_P {
		height: 90px;
	}
	.address_P p {
	    font-size: 26px;
	    padding-top: 26px;
	}
	.address_P1 {
	    padding: 25px 0;
	}
	.address_P1 p {
	    font-size: 26px;
	}
	.thank_msg h4 {
	    font-size: 38px
	}
	.control__indicator {
	    top: 11px;
	    left: 14px;
	    height: 30px;
	    width: 30px;
	}
	.control {
	    padding: 12px 18px !important;
	}
	.control--checkbox .control__indicator:after {
	    left: 11px;
	    top: 3px;
	    width: 9px;
	    height: 19px;
	    border-width: 0 4px 4px 0;
	}
	.fw1 {
	    margin: 25px 0;
	}
	.panel-title>a, .panel-title>a:active {
	    font-size: 35px;
	    padding: 30px 15px 30px 100px;
	}
	.panel-heading a .img2 {
	    width: 35px;
	    margin-top: -6px;
	}
	.panel-body {
	    font-size: 28px;
	}
	.panel-body h4 {
	    font-size: 28px;
	}
	.forgot_pwd p{
	   font-size: 30px;
	}
    .product_preview,.cart_img .text-center {
	    height: 510px;
	   /* padding-top: 410px;*/
	}
	.cart_img.ocimg .text-center {
	    height: 297px;
	    /*padding-top: 365px;*/
	}
	.fm4 label {
	    font-size: 19px;
        /*margin-top: 15px;*/
	}
	.g {
	    height: 100px;
	}
	.seperater {
	    border-top: 25px solid #ededed;
	}
   #gf3 .prc {
    padding: 24px 15px !important;
}
	.tax_info {
	    font-size: 22px;
           padding: 21px 12px;
	}
    
.fship {
   
	font-size: 22px;
}
    .shp_img > div {
            padding: 15px 0;
    font-size: 24px;
    margin-top: 32px;
    }

	.fm4 {
	    width: 82%;
	}

	.fm4 .form-control {
	    height: 66px;
	    font-size: 20px;
	}

    .dropdown .select {
            height: 55px;
    }

    /*.section_cart .fm4 .form-group {
	    margin-bottom: 19.5px;
    }*/

    .citem_img {
    	width: 71% !important;
    	
	}

     #oh_image_nm {
    width: 61px;
}
	.paddingR7 .cart_img{
		/*height: 553.5px!important;*/
	}

	.section_cart .fm4 .form-control {
	    height: 55px;
	    font-size: 21px;
	}

	.p_detail h4 {
	    font-size: 24px;
	}

	.p_detail p {
	    font-size: 22px;
	    line-height: 28px;
	}

	.size_info ul li {
	    /*height: 45px;*/
	    font-size: 16px;
	}

.size_info ul li a{
	font-size: 23px
}
    .size_info ul > li:first-child {
        font-size: 22px;
    }

	.sectionC .image_slider_ul li a p {
	    font-size: 24px;
	}

	.sectionC .prev_img img {
	    width: 30px;
	}
	.sectionC .next_img img {
	    width: 30px;
	}
	.size_info {
	    padding: 15px;
	}
	.edit_btn {
	    width: 29px;
	    right: 28px;
	}
	.sectionC .image_slider_ul li {
	    width: 275px;
	}
	.color_box p {
	    padding: 27px 0;
	    font-size: 25px;
	}
	.color_box ul li {
	    padding: 40px 0;
	    margin: 10px 0;
	}
	.control__indicator1 {
	    position: absolute;
	    top: 25px;
	    left: 15px;
	    height: 30px;
	    width: 30px;
	    border: 5px solid #d1d1d1;
	}
	.control__indicator1:after {
	    left: 4px;
	    top: 4px;
	    height: 12px;
	    width: 12px;
	}
	.steps_ul li {
	    font-size: 22px;
	}
	.sp1, .sp2 {
	    font-size: 24px;
	}
	.citem{
		margin-bottom: 15px;
	}
		.close_1 img {
	    width: 31px;
	}
	.total_price_ul li p {
	    font-size: 27px;
	}
    .ul_in_order_history li p {
	    font-size: 21px !important;
        padding: 17px 0;
	}
	.secure_pay_li p:last-child {
	    font-size: 20px;
	}
	.bach_to_big_btn {
	    font-size: 21px;
            padding: 17px 0;
	}
	.pro_ship_btn {
	    font-size: 24px;
	}
	.total_price_ul li {
	    height: 85px;
	}

	.add_address p {
	    font-size: 25px;
	    padding: 28px 50px;
	}
	.add_address {
	    height: 90px;
	}
	.add_address_btn {
	    padding: 20px 23px;
	    height: 90px;
	}
	.div_2_1 p {
	    font-size: 25px;
	}
	.div_2_1 {
	    height: 90px;
    	padding: 5px 0px;
	}
	.div_2_1 .select_add {
	    top: 22px;
	}
	.div_2_2 p {
	    font-size: 24px;
	}
	.dropdown{
		font-size: 25px;
	}

	.dropdown-menu li{
		font-size: 20px;
	}

	.edit_address img {
	    width: 30px;
	    top: 31px;
	    right: 34px;
	}
	.product_in_your_cart {
	    height: 90px;
	    font-size: 24px;
	    padding: 30px 0;
	}
	.remove_product img {
	    width: 30px;
	}
	.edit_product img {
	    width: 35px;
	}
	.num_i {
	    font-size: 22px;
	}
	.numb_o {
	    font-size: 30px;
	    width: 45%;
	    height: 80px;
	}
	.fm4.width100 label {
	    font-size: 21px;
	}
	.email_invoice {
	    font-size: 21px;
	    height: 65px;
	    padding: 17px 0;
	}
	.fm7 label {
	    font-size: 20px;
    	padding: 30px 0px;
	}

	.fm7 .form-control {
	    height: 72px;
	    font-size: 20px
    }
    .fm7 .dropdown_tb .dropdown-menu_tb {
        height:180px
    }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
    font-size: 20px;
}
    
.section_cart .fm7 .dropdown_tb {
    height:68px
}
.section_cart .fm7 .dropdown_tb .select {
    margin-top: 18px;
}
    .fm7 .dropdown_tb .select i {
            top: 25px;
    }
    .edit_btn1 {
	    width: 30px;
	    right: 30px;
	    top: 22px;
    }	
    .save_pwd_btn {
	    font-size: 24px;
	}
	.circle-loader {
	    width: 2.5em;
	    height: 2.5em;
	    top: 27px;
	    right: 70px;
	}
    
.address_1 .circle-loader {
    top: 17px;
}
	.checkmark:after {
	    height: 22px;
	    width: 12px;
	    left: 5px;
	    top: 18px;
	}
	@keyframes checkmark {
	  0% {
	    height: 0;
	    width: 0;
	    opacity: 1;
	  }
	  20% {
	    height: 0;
	    width: 12px;
	    opacity: 1;
	  }
	  40% {
	    height: 22px;
	    width: 12px;
	    opacity: 1;
	  }
	  100% {
	    height: 22px;
	    width: 12px;
	    opacity: 1;
	  }
	}
    #address_sec {
    margin: 50px 0;
}
    .ypur_word1 {
    margin: 50px 0;
}
    .order_history_link {
    margin: 50px 0;
}
	.add_img1 {
	    height: 88px;
	    margin-left: 7px;
	    padding: 19px 15px;
	}
	.add_img1 img {
	    width: 50px;
	}
	.home_add1_head {
	    height: 70px;
	}
    .new_adresses .home_add1_in, .order_history_link .home_add1_in {
    height: 295px;
}
	.hm_p {
	    font-size: 24px;
	    padding: 18px 15px;
	}
	.delete_btn1 {
	    width: 50px;
	    right: 85px;
	    top: 7px;
	}
    .edit_addr {
    top: 11px;
}
	.ypur_word1_btn {
	    height: 87px;
	    width: 90%;
	}
	.ypur_word1_btn label {
	    font-size: 20px;
    	padding: 28px 0px;
	}
	.order_history_link_btn span {
	    font-size: 20px;
	}
	.order_history_link_btn {
	    height: 85px;
	    padding: 0 18px;
	}
     .order_history_link_btn a {
        display:block;
	padding: 28px 0px
    }
.order_history_link_btn a .img2 {
    width: 30px;
}
	.dt, .tl, .home_add1_in label {
	    font-size: 21px;
	}
	.home_add1_in p {
	    font-size: 24px;
	}
	.home_add1_btn {
	    height: 65px;
	    padding: 17px 10px;
	    font-size: 23px;
	}
	.dropdown.form-control {
	    height: 86px !important;
    	padding: 15px 0px;
	}
    .sz_qt .dropdown.form-control {
        height: 75px !important;
    }
    .sectionB .fm4 .inline_fg1 .form-group{
            padding: 15px 0;
    }
    .sectionB .fm4 .form-control {
        height: 57px
    }
    #gf3 .dropdown.form-control {
    height: 73px !important;
}
    #gf3 .dropdown .select {
    height: 47px;
}
    .edit_btn {
        top:6px
    }
    #gf3 .edit_btn {
    top: 2px;
}
    .sectionB .dropdown.form-control .select {
        padding:0;
    margin: 0 0;
}
	nav {
	    margin-top: 130px;
	}
	.logo_lit_text {
	    font-size: 17px;
	}
	#nav2 {
	    margin-top: 73px;
	}
	.cal_inp {
	    width: 91%;
	}
	.image_slider_ul li span {
	    font-size: 20px;
	}
	.selected_img {
	    left: 34%;
	    top: -49px;
	    width: 276px;
	    height: 170px;
	}
	.selected_img p {
	    font-size: 16px;
	}
	.look_up_header {
	    margin-top: 73px;
	}
	.g_img_in {
	    width: 22%;
	    left: 39%;
	}
    .choose_gift {
	    margin-top: 104px;
	}
	.choose_gift_img {
	    border: 17px solid #f0f0f0;
	}
	.choose_gift_img.active {
	    border: 17px solid #12e7d3;
	}
	.steps {
	     margin: 90px auto 17px;
	}
	.ab_carousel {
	    margin-top: 71px;
	}
	.social_icon li p {
	    font-size: 13px;
	    margin-top: 5px;
	}
	.yr_word {
	    font-size: 28px;
	}
	small.help-block,small.help-block.invalid {
	    font-size: 26px !important;
	}
	.alert_msg .msg_in {
	    width: 36%;
	    height: 285px;
	    margin: 14em auto;
	    border: 18px solid #d9d9da;
	}
    #proceed .msg_in {
    height: 275px;
}
	.alert_msg .msg_in p {
	    font-size: 27px;
	    margin-top: 70px;
	}
    #proceed .msg_in #text {

            font-size: 21px;

}
	.alert_msg .msg_in a img {
	    width: 35px;
	}
	.ok_btn {
	    margin-top: 45px;
	    font-size: 25px;
	}
    #proceed .ok_btn {
   font-size: 18px;
       padding: 6px 24px;
}
}
@media (min-width: 1680px) and (max-width: 1919px){
	.menus1 li a {
	    font-size: 21px;
	}
	.logo_img {
	    margin: 8px 99px 0px;
	}
	.menus li a {
	    font-size: 21px;
    	padding: 17px 25px
	}
	.social_icon li p {
	    font-size: 16px;
	    margin-top: 8px;
	}
	.social_icon li {
	    margin-left: 7px;
	}
}
@media screen and (min-width: 1920px) and (max-width: 2559px),screen and (min-width: 1900px) and (max-width: 2559px){

.page-navigation {
   margin: 20px auto;
}
	.unsubscribe_p {
	    padding: 38px 15px;
	    font-size: 28px;
	}
    .product_li {
    height: 338px;
}
    .header header {
	    height: 155px;
	}
    .wname {
    margin-top: 57px;
    font-size: 24px;
}
    .wname p{
    font-size: 22px;
}
.wtname img, .wname img, .wsname img
{
	width: 31px
}
	.logo_img {
	    width: auto;
	    /*margin: 8px 115px;*/
        margin-top:31px
	}
	.menus li a, .menus1 li a {
	        font-size: 22px;
    	padding: 15px 37px;
	}
	.menus, .menus1 {
	    width: 67%;
	}
    .bheader {
    padding: 30px 0;
}
    .bheader h3 {
   font-size: 33px;
}
#intro
{
	font-size: 26px;
        padding: 64px 53px 32px;
}
	.copyright_ {
	     padding: 25px 0 25px;
        font-size: 22px;
	}
	.copyright_ i{
        font-size: 20px;
	}
	.padding15 p {
	    font-size: 20px;
	}
	.footer_li li a {
	       font-size: 24px;
	}
	.social_icon_foot span {
	    font-size: 22px;
	}
	.logo_lit_text {
	    font-size: 18px;
	}
	.social_icon li p {
	    font-size: 17px;
	}
	.fb img {
	    width: 35px;
	}
	.tw img {
	    width: 45px;
	}
	.pin img {
	    width: 30px;
	}
	.sr img {
	    width: 33px;
	}
	.login img {
	    width: 42px;
	}
	.social_icon {
	    margin-top: 50px;
	}
	.social_icon_foot .fb img {
	    width: 45px;
	}
	.social_icon_foot .tw img {
	    width: 50px;
	}
	.social_icon_foot .pin img {
	    width: 35px;
	}
	.footer-logo {
	    height: 115px;
	}
	.social_icon_foot {
	    margin-top: 37px !important;
	}
    .choose_img .carousel-inner {
    width: 1352px !important;
}
    .image_slider_ul li {
	    width: 333px;
	    height: 333px;
	}
	.fm1 h4, .fm2 h4, .fm3 h4 {
	    font-size: 30px;
	}
	.fm1 label, .fm label, .fm input, .fm1 input, .fm2 input, .fm3 input,.fm2 label, .fm3 label {
	    font-size: 27px;
	}
	.monkey {
	    top: 100px;
	    right: 46%;
	}
	.save_btn button, .giftify_btn button {
	    font-size: 45px;
	}
	.giftify_btn img:first-child{
        width: 110px;
	}
	.giftify_btn img:last-child{
        width: 55px;
	}
	.save_btn, .giftify_btn {
	    height: 111px;
	}
	.logo_sm {
    	width: 90px;
	}
	.cart_menu_ul {
	    margin-left: 75px;
	    margin-top: 14px;
	}
	.cart img {
	    width: 45px;
	}
	.menu_icon img {
	    width: 35px;
        
	margin: 0 0 0 14px;
	}
	.menu_icon p, .cart p {
	    font-size: 18px;
	}
	.margintop10 {
	    margin-top: 30px;
	}
	.logo_text {
	    margin: 30px 0;
	    font-size: 35px;
	}
	.fm {
	    padding: 25px 0 50px;
	}
	.cal_img img{
		width: 60px;
        margin-top: -24px;
	}
	.fm input{
		margin-top: 40px;
	}
	.fm label{
		padding-top: 40px;
	}
	.cal_inp {
	    width: 90%;
	}
	.menus1 li a {
	    padding: 25px 38px;
	}
	.prev_img img {
	    width: 70px;
	}
	.next_img img {
	    width: 70px;
	}
	.add_img, .add_details1, .add_details2 {
	    height: 300px;
	}
	.fm2, .fm1 {
	    padding: 48px 0;
	}
	.add_img {
	    padding: 78px 0;
	}
	.look_up_word_sec_bg {
	    background-size: cover;
	    width: 90%;
	    height: 1155px;
	}
	.padding100 {
	     padding: 20px 145px;
	}
    .no-word {
    padding: 50px 17%;
}
	._for {
	        font-size: 86px;
    margin: 47px 0 0;
	}
    
._for._for1{
	font-size: 59px;
	margin: 71px 0 0;
}

#first.word_pg img{
    position: absolute;
    top: -164px;
    right: -43px;
    max-width: 28%;
        max-height: 156px;
}

#third.word_pg img{
    position: absolute;
    max-width: 23%;
    top: -147px;
    left: -135px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -102px;
top: -40px;
}
	.word_pg h4 {
	    font-size: 22px;
	}
	._for span {
	    font-size: 23px;
	}
	.word_pg h4 span {
	    /*font-size: 24px;*/
	}
	.word_pg p {
	    font-size: 20px;
	}
	.page-item-prev a, .page-item-next a {
	    font-size: 30px !important;
	        width: 195px !important;

	}
    #profile .page-item-prev a, #profile .page-item-next a {
	    font-size: 27px !important;
	    
            padding: 22px 20px !important;
	}
      #profile .pagination .page-item-prev a:hover, #profile .pagination .page-item-next a:hover {
	    font-size: 27px !important;
	    
            padding: 22px 20px !important;
	}
	.pg_num a {
	    font-size: 30px !important;
	    padding: 20px 37px !important;
	}
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
	.pagination > .active > span, 
	.pagination > .active > span:focus, .pagination > .active > span:hover {
	    font-size: 34px !important;
        padding: 17px 33px !important;
	}
	/* .page-item-prev {
	    margin-right: 27px !important;
	} */
    #profile	.page-item-prev {
	    margin-right: 17px !important;
	}
  /*   #profile .pagination > li > a:hover {
  padding: 17.5px 36px !important;
  font-size: 33px !important;
  }
  #profile .pagination > li.active > a:hover {
   font-size: 34px !important;
      padding: 17px 33px !important;
  } */
	.alpha_navigation li a {
	    font-size: 21px;
	}
	.alpha_navigation li.active a {
	    font-size: 40px;
	}
    .alpha_navigation li.active a:after {
	    width: 8px;
	    height: 8px;
	    left: 42%;
	}
	.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
	    font-size: 43px;
	}
	#myModal .modal-dialog {
	    width: 593px;
	}
	#myModal .modal-content {
	    height: 535px;
	}
    .wordm#myModal .modal-content {
    height: 582px;
}
	#myModal .modal-body h2 {
	    font-size: 35px;
	}
	#myModal .modal-body p {
	    font-size: 18px;
	}
	.dwn_btn, .gtf_btn, .prt_btn {
	    font-size: 23px;
	}
	.headingH41 {
	    font-size: 45px;
	}
	.fm6 label {
	    font-size: 35px;
	}
	.fm6 .form-control {
	    font-size: 30px;
	    height: 90px;
	}
	.submit_btn1 {
	    font-size: 35px;
	    height: 70px;
	}
	.h4_4 {
	    font-size: 60px;
	}
	.carousel-indicators li {
	    width: 18px;
	    height: 18px;
	    margin: 1px 10px 1px !important;
	}
	.carousel-indicators .active {
	    width: 18px;
	    height: 18px;
	}
	#container {
	    margin: 12% auto 0 auto;
	}
	#container div.Izadji {
	    width: 50px;
	    height: 50px;
	    top: 16px;
	}
	#container div.Izadji img{
		width: 50px;
	}
	.select_img	.image_slider_ul li {
	        width: 365px;
    height: 365px;
	}
        .select_img .image_slider_ul li img {
            margin-top: 41px;
                width: 87%;
        }
	.select_img_alpha li a {
	        font-size: 29px;
    padding: 20px 8px;
	}
	.select_img_alpha li.active a {
	       font-size: 30px;
	}
	.select_img_alpha li.active a:after {
	        width: 9px;
	    height: 9px;
	    bottom: 9px;
	}
	.select_img {
	    padding: 15px 0;
	}
	.select_img #myCarousel {
	    border: 9px solid #eceaf2;
	}
	.select_img .next_img img {
	    width: 35px;
	}
	.select_img .prev_img img {
    	width: 35px;
	}    
    #cheader {
          font-size: 30px;
    }
	.choose_yr_gift_btn {
	    height: 115px;
	}
	.choose_yr_gift_btn span {
	    font-size: 30px;
        top:6px
	}
	.choose_yr_gift_btn .img_m{
		width: 75px;
	}
	.choose_yr_gift_btn .img_s{
		width: 115px;
	}
	.n_img {
	    width: 25px;
	}
	.logo_text {
	    margin: 25px 0;
	}
	.g_img {
	    height: 180px;
	}
	.g_img_in {
	    width: 22%;
        left: 39%;
	    top: -125px;
	}
	.gift-ify-word {
	    margin-top: 88px;
	}
	.cart img {
	    width: 35px;
	}
	.crt_sp {
	    top: -9px;
    	right: -13px;
	    font-size: 13px;
        padding-top: 2px;
            width: 25px;
    height: 25px;
	}
	.add_img_in h4 {
	    font-size: 30px;
	}
	.add_img_in h4 img {
	    width: 30px;
	}
	.disclaimer {
	    font-size: 24px;
	}
	.margintop10 {
	    margin-top: 25px;
	}
    .wsname {
        font-size: 24px;
    }

.wsname a
{
	font-size: 22px
}
	.select_img	.image_slider_ul li a p {
	   font-size: 27px;
	}
	.gift-ify-word {
	    padding: 145px 0;
	}
	.nm {
	    font-size: 26px;
        max-height: 100px;
	}
	.nm:before {
	    width: 9px;
	    height: 9px;
	    left: -20px;
	}
	.menu_icon_li {
	    padding-left: 20px;
	}
    .menu_icon i {
                font-size: 21px;
    position: relative;
    top: 3px;
    }
	.choose_gift_img p {
	    font-size: 30px;
	}
	.choose_gift_img h3.ppr {
	    font-size: 38px;
	}
	.choose_merchandise {
		height: 120px;
	}
	.choose_merchandise_btn span {
	    font-size: 40px;
    	margin-top: 29px;
	}
	.headingH4 {
	    font-size: 45px;
	}
	.fm5 label {
	    font-size: 30px;
	}
	.fm5 .form-control {
	    height: 100px;
	    font-size: 32px;
	}
	.submit_btn {
	    height: 120px;
	    font-size: 41px;
	}
	.address_P {
		height: 100px;
	}
	.address_P p {
	    font-size: 30px;
	    padding-top: 30px;
	}
	.address_P1 {
	    padding: 25px 0;
	}
	.address_P1 p {
	    font-size: 30px;
	}
	.thank_msg h4 {
	    font-size: 40px
	}
	.control__indicator {
	    top: 12px;
	    left: 15px;
	    height: 30px;
	    width: 30px;
	}
	.control {
	    padding: 12px 18px !important;
	}
	.control--checkbox .control__indicator:after {
	    left: 11px;
	    top: 3px;
	    width: 9px;
	    height: 19px;
	    border-width: 0 4px 4px 0;
	}
	.fw1 {
	    margin: 30px 0;
	}
	.panel-title>a, .panel-title>a:active {
	    font-size: 45px;
	    padding: 30px 15px 30px 100px;
	}
	.panel-heading a .img2 {
	    width: 45px;
	    margin-top: -6px;
	}
	.panel-body {
	    font-size: 38px;
	}
	.panel-body h4 {
	    font-size: 38px;
	}
	.forgot_pwd p{
	   font-size: 35px;
	}
    .sectionA {
    margin: 111px auto 0 auto;
}
	.product_preview,.cart_img .text-center {
	   height: 605px;
    	/*padding-top: 474px;*/
	}
	.cart_img.ocimg .text-center {
	    height: 325px;
	    /*padding-top: 365px;*/
	}
	.fm4 label {
	   font-size: 24px;
	}
	.g {
	    height: 130px;
	}
	.seperater {
	    border-top: 30px solid #ededed;
	}
	.tax_info {
	    font-size: 25px;
        padding: 31px 12px;
	}
    .fship {
       font-size: 25px;
    }
    .shp_img {
        margin-bottom:25px
    }
    .shp_img>div {
    padding: 20px 0;
    font-size: 29px;
    margin-top: 31px;
}
	.fm4 {
	    width: 82%;
	}
	.fm4 .form-control {
	        height: 85px;
    font-size: 25px;
	}
        .fm4 .color {
            height: 78px;
        }
    .citem_img {
    width: 66% !important;
}
    .section_cart .fm4 .form-control {
    height: 65px;
    font-size: 26px;
}
	.fm4 label {
	    margin-top: 26px
	}
    #gf3 label {
    margin-top: 6px;
}
    .section_cart .fm4 label {
	    margin-top: 16px
	}
    #image_nm {
    width: 80px;
}
   #gf3 #image_nm {
    width: 47px;
}
    #oh_image_nm {
    width: 65px;
}
	.p_detail h4 {
	    font-size: 27px;
	}
	.p_detail p {
	    font-size: 27px;
	    line-height: 30px;
	}
	.size_info ul li {
	    /*height: 45px;*/
	    font-size: 19px;
	}

.size_info ul li a{
	font-size: 28px
}
    .size_info ul > li:first-child {
        font-size: 28px;
    }
	.sectionC .image_slider_ul li a p {
	    font-size: 27px;
	}
	.sectionC .prev_img img {
	    width: 35px;
	}
	.sectionC .next_img img {
	    width: 35px;
	}
    .desc1 {
    width: 81%;
}
	.size_info {
	        padding: 20px;
    margin-top: 15px;
    /*width:81%*/
	}
	.edit_btn {
	    width: 35px;
    	right: 35px;
        top: 12px;
	}
    #gf3 .edit_btn {
    top: -3px;
}
    .section_cart .edit_btn {
        top: 6px;
    }
	.sectionC .image_slider_ul li {
	    width: 320px;
	}
	.p_detail h4 {
	    margin-top: 30px;
	}
	.p_detail h4:first-child {
	    margin-bottom: 30px;
	}
    .mguide h4:first-child {
	    margin-top: 15px;
	}
	.color_box p {
	    padding: 27px 0;
	    font-size: 30px;
	}
	.color_box ul li {
	    padding: 40px 0;
	    margin: 20px 0;
	}
	.control__indicator1 {
	    position: absolute;
	    top: 25px;
	    left: 15px;
	    height: 30px;
	    width: 30px;
	    border: 5px solid #d1d1d1;
	}
	.control__indicator1:after {
	    left: 4px;
	    top: 4px;
	    height: 12px;
	    width: 12px;
	}
	.steps_ul li {
	    font-size: 26px;
	}
	.sp1, .sp2 {
	    font-size: 28px;
	}
	.citem{
		margin-bottom: 15px;
	}
	.close_1 img {
	    width: 39px;
	}
	.total_price_ul li p {
	    font-size: 30px;
	}
    .ul_in_order_history li p {
            font-size: 26px !important;
                padding: 14px 0;
    }
	.secure_pay_li p:last-child {
	    font-size: 25px;
	}
	.bach_to_big_btn {
	     font-size: 26px;
    padding: 29px 0;
	}
    .ul_in_order_history.total_price_ul li.bach_to_big_btn {
         padding: 15px 0;
    }
	.pro_ship_btn {
	    font-size: 30px;
	}
	.total_price_ul li {
	   height: 95px;
	}
	.close_1 {
	    padding: 15px 22px 0px !important;
         /*   border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;*/
	}
    #gf3 .prc {
    padding: 6.5px 15px !important;
}
	.prc label {
	    margin: 0 0 !important;
	    padding: 9px 0;
	}
	.lock_img {
	    width: 62px;
	}
	.secure_pay_li {
	    padding: 10px 85px !important;
	}
	.add_address p {
	    font-size: 28px;
	    padding: 28px 50px;
	}
	.add_address {
	    height: 95px;
	}
	.add_address_btn {
	    padding: 19px 27px;
	    height: 95px;
	}
	.div_2_1 p {
	    font-size: 28px;
	}
	.div_2_1 {
	    height: 95px;
    padding: 4px 0px;
	}
	.div_2_1 .select_add {
	    top: 27px;
	}
	.div_2_2 p {
	    font-size: 27px;
	}
	.edit_address img {
	    width: 33px;
	    top: 31px;
	    right: 34px;
	}
	.product_in_your_cart {
	    height: 95px;
	    font-size: 27px;
	    padding: 30px 0;
	}
	.remove_product img {
	    width: 30px;
	}
	.edit_product img {
	    width: 35px;
	}
	.add_address_btn img {
	    width: 60px;
	}
	.num_i {
	    font-size: 28px;
	    padding: 4px 15px 24px 15px;
	}
	.numb_o {
	   font-size: 35px;
    	width: 45%;
    height: 85px;

	}
	.fm4.width100 label {
	    font-size: 26px;
	}
	.email_invoice {
	    font-size: 26px;
    height: 65px;
    padding: 15px 0;
	}
	.fm7 label {
	    font-size: 22px;
    	padding: 30px 0px;
	}

	.fm7 .form-control {
	    height: 75px;
	    font-size: 22px
    }
    .fm7 .input-group-addon {
            font-size: 31px;
    }
    .fm7 .dropdown_tb {
        font-size:22px;
        height: 76px;
    }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
        font-size:22px
    }
    .fm7 .dropdown_tb .select {
            margin-top: 3px;
            font-size:22px
    }
    
    
.section_cart .fm7 .dropdown_tb {
    height:74px
}
.section_cart .fm7 .dropdown_tb .select {
    margin-top: 17px;
}
    .section_cart .fm7 .dropdown_tb .select i {
            top: 25px;
    }
    .edit_btn1 {
	    width: 30px;
	    right: 30px;
	    top: 22px;
    }	
    .save_pwd_btn {
	    font-size: 26px;
	}
	.circle-loader {
	    width: 2.5em;
	    height: 2.5em;
	    top: 27px;
	    right: 70px;
	}
    
.address_1 .circle-loader {
    top: 20px;
}
	.checkmark:after {
	    height: 22px;
	    width: 12px;
	    left: 5px;
	    top: 18px;
	}
	@keyframes checkmark {
	  0% {
	    height: 0;
	    width: 0;
	    opacity: 1;
	  }
	  20% {
	    height: 0;
	    width: 12px;
	    opacity: 1;
	  }
	  40% {
	    height: 22px;
	    width: 12px;
	    opacity: 1;
	  }
	  100% {
	    height: 22px;
	    width: 12px;
	    opacity: 1;
	  }
	}
	.add_img1 {
	    height: 91px;
	    margin-left: 7px;
	    padding: 16px 19px;
	}
	.add_img1 img {
	    width: 60px;
	}
    #address_sec {
    margin: 60px 0;
}
    .ypur_word1 {
    margin: 60px 0;
}
    .order_history_link {
    margin: 60px 0;
}
	.home_add1_head {
	    height: 75px;
	}
    .new_adresses .home_add1_in, .order_history_link .home_add1_in {
    height: 312px;
}
	.hm_p {
	    font-size: 26px;
	    padding: 18px 15px;
	}
	.delete_btn1 {
	    width: 50px;
	    right: 85px;
	    top: 10px;
	}
    .edit_addr {
    top: 15px;
}
	.ypur_word1_btn {
	    height: 91px;
	}
	.ypur_word1_btn label {
	    font-size: 22px;
    	padding: 28px 0px;
	}
	.order_history_link_btn span {
	    font-size: 22px;
	}
	.order_history_link_btn {
	    height: 85px;
	    padding: 0 18px;
	}
    
     .order_history_link_btn a {
        display:block;
	padding: 28px 0px
    }
.order_history_link_btn a .img2 {
    width: 30px;
}
	.dt, .tl, .home_add1_in label {
	    font-size: 23px;
	}
	.home_add1_in p {
	    font-size: 26px;
	}
	.home_add1_btn {
	    height: 70px;
	    padding: 17px 10px;
	    font-size: 25px;
	}
    .no-word {
    padding: 75px 16%;
    font-size: 27px
}
	.remove_product1 img {
	    width: 35px;
	}
	.dropdown.form-control {
	    height: 103px !important;
    	padding: 12px 0px;
	}
   #gf3 .dropdown.form-control {
    height: 71px !important;
}
    .section_cart .dropdown.form-control {
        height: 83px !important;
    }
	.inline_fg2 .dropdown.form-control {
	    height: 105px !important;
	}
    .sz_qt .inline_fg2 .dropdown.form-control {
        height: 85px !important;
    }
	.dropdown.form-control .select {
	    padding: 15px 0;
        height:82px
	}
    .section_cart .dropdown.form-control .select {
	   
        height:69px
	}
    .inline_fg2 .dropdown.form-control .select {
	    padding: 1px 0;
	}
	#myModal .close {
	    font-size: 70px;
	}
	.dropdown .dropdown-menu {
	    font-size: 26px;
	}
	nav {
	    margin-top: 155px;
	}
	#nav2 {
	    margin-top: 88px;
	}
	.selected_img {
	    left: 37%;
	    top: -64px;
	    width: 315px;
	    border: 4px solid #31ecd4;
	    height: 200px;
	}
	.selected_img p {
	    font-size: 20px;
	}
	.image_slider_ul li span {
	    font-size: 22px;
	}
	.look_up_header {
	    margin-top: 87px;
	}
	.choose_gift {
	    margin-top: 135px
	}
	.choose_gift_img {
	    border: 25px solid #f0f0f0;
	}
	.choose_gift_img.active {
	    border: 25px solid #12e7d3;
	}
	.dropdown.form-control .dropdown-menu {
	    max-height: 225px;
	}
    .steps {
	    margin: 110px auto 21px;
	}
	.dropdown{
		font-size: 28px;
	}
	.dropdown_menu li{
		font-size: 28px;
	}
	.ab_carousel {
	    margin-top: 85px;
	}
	.yr_word {
	    font-size: 32px;
	}
	small.help-block,small.help-block.invalid {
	    font-size: 33px !important;
	}
	.alert_msg .msg_in {
	    width: 36%;
	    height: 285px;
	    margin: 14em auto;
	    border: 18px solid #d9d9da;
	}
    #proceed .msg_in {
    height: 335px;
}
	.alert_msg .msg_in p {
	    font-size: 29px;
	}
    #proceed .msg_in p {
        font-size: 35px;
    }
    #proceed .msg_in #text {
    font-size: 26px;
    margin: 37px 0;
}
	.alert_msg .msg_in a img {
	    width: 35px;
	}
	.ok_btn {
	    margin-top: 45px;
	    font-size: 27px;
	}
    #proceed .ok_btn {
            font-size: 26px;
                padding: 6px 30px;
    }
}
@media (min-width: 2540px){

	.page-navigation {
    width: 85%;
    margin: 20px auto;
}
	.unsubscribe_p {
	    padding: 38px 15px;
	    font-size: 33px;
	}
    .product_li {
    height: 456px;
}
	.alert_msg .msg_in {
	    width: 30%;
	    height: 285px;
	    margin: 14em auto;
	    border: 18px solid #d9d9da;
	}
	#intro
	{
		    font-size: 32px;
    padding: 39px;
	}
    #proceed .msg_in {
            height: 406px;
    }
	.alert_msg .msg_in p {
	    font-size: 31px;
	}
    #proceed .msg_in p {
            font-size: 45px;
    }
    #proceed .msg_in #text {
            font-size: 35px;
    margin: 50px 0;
}
	.alert_msg .msg_in a img {
	    width: 35px;
	}
	.ok_btn {
	    margin-top: 45px;
	    font-size: 27px;
	}
    #proceed .ok_btn {
        font-size: 34px;    
        padding: 6px 31px;

    }
    .header header {
	    height: 185px;
	}
    .wname {
    margin-top: 64px;
    font-size: 28px;
}
.wname p {
    font-size: 26px;
}
.wtname img, .wname img, .wsname img {
    width: 32px;
}
	.logo_img {
	    width: auto;
    	/*margin: 8px 190px;*/
            margin-top: 44px;


	}
	.menus li a, .menus1 li a {
	    font-size: 30px;
	    padding: 20px 40px;
	}
	.menus, .menus1{
	    width: 62%;
	}
    .bheader h3 {
   font-size: 41px;
}
    .bheader {
    padding: 32px 0;
}
	.copyright_ {
	    padding: 45px 0 25px;
	    font-size: 28px;
	}
	.copyright_ i {
	    font-size: 20px;
	}
	.padding15 {
	    padding: 50px;
	}
	.padding15 p {
	    font-size: 22px;
	}
	.footer_li li a {
	    font-size: 25px;
	}
	.social_icon_foot span {
	    font-size: 25px;
	}
	.logo_lit_text {
	   font-size: 24px;
	}
	.social_icon li p {
	    font-size: 18px;
	}
	.fb img {
	    width: 50px;
	}
	.tw img {
	    width: 60px;
	}
	.pin img {
	    width: 45px;
	}
	.insta img {
	    width: 50px;
	}
	.sr img {
	    width: 50px;
	}
	.login img {
	    width: 57px;
	}
	.social_icon {
	    margin-top: 50px;
	}
	.social_icon_foot .fb img {
	    width: 55px;
	}
	.social_icon_foot .tw img {
	    width: 60px;
	}
	.social_icon_foot .pin img {
	    width: 45px;
	}
	.footer-logo {
	    height: 140px;
	}
    .footer_logo {
	    margin-left: 30px;
	}
	.social_icon_foot {
	    margin-top: 45px !important;
	}
    .choose_img .carousel-inner {
    width: 1800px !important;
}
	.image_slider_ul li {
	    width: 445px;
    	height: 445px;
	}
	.fm1 h4, .fm2 h4, .fm3 h4 {
	    font-size: 40px;
	}
    .fm label{
    	font-size: 35px;
    }
	.fm1 label, .fm input, .fm2 label, .fm1 input, .fm2 input, .fm3 input, .fm3 label {
	    font-size: 36px;
	}
	.fm .form-control,.fm1 .form-control,.fm2 .form-control,.fm3 .form-control{
        height: 60px;
	}
	.monkey {
	    top: 100px;
	    right: 46%;
	    width: 113px;
	}
	.save_btn button, .giftify_btn button {
	    font-size: 45px;
	}
	.giftify_btn img:first-child{
        width: 145px;
	}
	.giftify_btn img:last-child{
        width: 70px;
	}
	.save_btn, .giftify_btn {
	    height: 145px;
	}
	.logo_sm {
    	width: 90px;
	}
	.cart_menu_ul {
	    margin-left: 75px;
	    margin-top: 11px;
	}
	.cart img {
	    width: 50px;
	}
	.menu_icon img {
	    width: 40px;
        
	margin: 0 0 0 18px;
	}
	.menu_icon p, .cart p {
	    font-size: 21px;
	}
	.margintop10 {
	    margin-top: 23px;
	}
    .wsname {
        font-size: 29px;
            top: 6px;
    }

.wsname a
{
	font-size: 27px
}
	.logo_text {
	    margin: 30px 0;
	    font-size: 40px;
	}
	.fm {
	    padding: 25px 0 50px;
	}
	.cal_img img{
		width: 75px;
		margin-top: -18px;
	}
	.fm input{
		margin-top: 35px;
	}
	.fm label{
		padding-top: 35px;
	}
	.cal_inp {
	    width: 91%;
	}
	.menus1 li a {
	    padding: 30px 40px;
	}
	.prev_img img {
	    width: 70px;
	}
	.next_img img {
	    width: 70px;
	}
	.add_img, .add_details1, .add_details2, .add_details3{
	    height: 340px;
	}
	.fm2, .fm1, .fm3 {
	    padding: 48px 0;
	}
	.add_img {
	    padding: 78px 0;
	}
	.add_img_in h4 {
	    font-size: 40px;
	}
	.add_img_in img{
		width: 35px;
	}
	.add_img_in {
	    height: 155px;
	}
	.save_btn button, .giftify_btn button {
	    font-size: 50px;
	}
	.save_btn button {
	    padding: 31px 0;
	}
	.look_up_word_sec_bg {
	    background-size: cover;
	    width: 90%;
	    height: 1437px;
	}
	.padding100 {
	     padding: 20px 190px;
	}
    .no-word {
    padding: 118px 18%;
    font-size: 33px;
}
	._for {
	    font-size: 90px;
   		 margin: 94px 0 0;
	}
    
._for._for1{
	font-size: 82px;
	margin: 104px 0 0;
}

#first.word_pg img{
   position: absolute;
    top: -215px;
      right: -26px;
    max-width: 28%;
        max-height: 210px;
}

#third.word_pg img{
       position: absolute;
    max-width: 23%;
    top: -187px;
    left: -184px;
}

#fifth.word_pg img{
position: absolute;
max-width: 21%;
right: -112px;
top: -40px;
}
	.word_pg h4 {
	    font-size: 27px;
	    margin: 20px 0 2px;
	}
	._for span {
	    font-size: 24px;
	}
	.word_pg h4 span {
	    /*font-size: 29px;*/
	}
	.word_pg p {
	    font-size: 25px;
	}
	.page-item-prev a, .page-item-next a {
	    font-size: 37px !important;
    	width: 230px !important;

	}
    	#profile .page-item-prev a, #profile .page-item-next a {
	    font-size: 34px !important;
            padding: 23px 20px !important;
	}
        #profile .pagination .page-item-prev a:hover, #profile .pagination .page-item-next a:hover {
	    font-size: 34px !important;
            padding: 23px 20px !important;
	}
	.pg_num a {
	    font-size: 38px !important;
    	padding: 20px 55px !important;
	}
	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
	.pagination > .active > span, 
	.pagination > .active > span:focus, .pagination > .active > span:hover {
	        font-size: 42px !important;
                padding: 17px 33px !important;
	}
	.page-item-prev {
	    margin-right: 27px !important;
	}
    #profile .page-item-prev {
	    margin-right: 19px !important;
	}
    #profile .pagination > li > a:hover {
    padding: 15.5px 53px !important;
    font-size: 44px !important;
}
    #profile .pagination > li.active > a:hover {
   font-size: 42px !important;
                padding: 17px 33px !important;
}
	.alpha_navigation li a {
	    font-size: 30px;
    	padding: 10px 25px 20px;
	}
	.alpha_navigation li.active a {
	    font-size: 45px;
	}
    .alpha_navigation li.active a:after {
	    width: 8px;
	    height: 8px;
	    left: 46%;
	}
	.pagination > .active > a:before {
	    width: 14px;
	    height: 4px;
	    left: -8px;
	}
	.pagination > .active > a:after {
	    width: 14px;
	    height: 4px;
	    right: -8px;
	}
	.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
	    font-size: 43px;
	}
	#myModal .modal-dialog {
	    width: 550px;
	}
	#myModal .modal-content {
	    height: 535px;
	}
    .wordm#myModal .modal-content {
    height: 581px;
}
	#myModal .modal-body h2 {
	    font-size: 35px;
	}
	#myModal .modal-body p {
	    font-size: 18px;
	}
	.dwn_btn, .gtf_btn, .prt_btn {
	    font-size: 23px;
	}
	.fm6 label {
	    font-size: 47px;
	    padding: 30px 0px;
	}
	.fm6 .form-control {
	    font-size: 40px;
	    height: 125px;
	}
	.submit_btn1 {
	    font-size: 45px;
	    height: 100px;
	    margin-top: 25px;
	}
	.h4_4 {
	    font-size: 90px;
    	padding: 145px 0;
	}
	.carousel-indicators li {
	    width: 22px;
	    height: 22px;
	    margin: 1px 15px 1px !important;
	}
	.carousel-indicators .active {
	    width: 22px;
	    height: 22px;
	}
	#container {
	    margin: 3% auto 0 auto;
   		width: 40%;
	}
	#container div.Izadji {
	    width: 70px;
	    height: 70px;
	    top: 16px
	}
	#container div.Izadji img{
		width: 70px;
	}
	.headingH41 {
	    font-size: 49px;
	    margin: 35px 0;
	}
	.select_img	.image_slider_ul li {
	    width: 501px;
    	height: 501px;
	}
    .select_img	.image_slider_ul li img {
    width: 79%;
    margin-top: 46px;
}
	.select_img_alpha li a {
	    font-size: 35px;
    	padding: 25px 10px;
	}
	.select_img_alpha li.active a {
	       font-size: 40px;
	}
	.select_img_alpha li.active a:after {
	    width: 9px;
	    height: 9px;
	    bottom: 18px;
	}
	.select_img {
	    padding: 15px 0;
	}
	.select_img #myCarousel {
	    border: 12px solid #eceaf2;
	}
	.select_img .next_img img {
	    width: 40px;
	}
	.select_img .prev_img img {
    	width: 40px;
	}
    
    #cheader {
          font-size: 37px;
    }
	.choose_yr_gift_btn {
	    height: 140px;
	}
	.choose_yr_gift_btn span {
	    font-size: 37px;
        top:10px
	}
	.choose_yr_gift_btn .img_m{
		width: 100px;
	}
	.choose_yr_gift_btn .img_s{
		width: 140px;
	}
	.n_img {
	    width: 30px;
	}
	.g_img {
	    height: 180px;
	}
	.g_img_in {
	    width: 22%;
	    left: 39%;
	    top: -175px;
	}
	.crt_sp {
	    top: -9px;
    	right: -13px;
	    font-size: 17px;
	    padding-top: 4px;
        width: 37px;
    height: 37px;
	}
	.select_img	.image_slider_ul li a p {
	       font-size: 31px;
	}
	.gift-ify-word {
	    padding: 258px 0;
	}
	.nm {
	    font-size: 39px;
        max-height: 140px;
	}
	.nm:before {
	    width: 9px;
	    height: 9px;
	    left: -20px;
	}
	.menu_icon_li {
	    padding-left: 20px;
	}
    
    .menu_icon i {
               font-size: 25px;
    position: relative;
    top: 5px;
    }
	.choose_gift_img p {
	    font-size: 34px;
	}

	.choose_gift_img h3.ppr {
	    font-size: 45px;
	}
	.choose_merchandise {
		height: 140px;
	}
	.choose_merchandise_btn span {
	    font-size: 45px;
    	margin-top: 34px;
	}
		.headingH4 {
	    font-size: 50px;
	}
	.fm5 label {
	    font-size: 35px;
	}
	.fm5 .form-control {
	    height: 110px;
	    font-size: 36px;
	}
	.submit_btn {
	    height: 120px;
	    font-size: 45px;
	}
	.address_P {
		height: 110px;
	}
	.address_P p {
	    font-size: 35px;
	    padding-top: 28px;
	}
	.address_P1 {
	    padding: 25px 0;
	}
	.address_P1 p {
	    font-size: 35px;
	}
	.thank_msg h4 {
	    font-size: 45px
	}
	.control__indicator {
	        top: 15px;
		    left: 15px;
		    height: 35px;
		    width: 35px;
	}
	.control {
	    padding: 12px 18px !important;
	}
	.control--checkbox .control__indicator:after {
	        left: 13px;
		    top: 3px;
		    width: 11px;
		    height: 22px;
		    border-width: 0 5px 5px 0;
	}
	.fw1 {
	    margin: 35px 0;
	}
	.panel-title>a, .panel-title>a:active {
	    font-size: 50px;
	    padding: 30px 15px 30px 100px;
	}
	.panel-heading a .img2 {
	    width: 50px;
	    margin-top: -6px;
	}
	.panel-body {
	    font-size: 43px;
	}
	.panel-body h4 {
	    font-size: 43px;
	}
	.forgot_pwd p{
	   font-size: 40px;
	}
    .sectionA {
    margin: 128px auto 0 auto;
}
	.product_preview,.cart_img .text-center {
	   height: 810px;
    	/*padding-top: 635px;*/
	}
	.cart_img.ocimg .text-center {
	    height: 445px;
	    /*padding-top: 365px;*/
	}
	.fm4 label {
	    font-size: 34px;
	}
	.g {
	    height: 175px;
	}
	.seperater {
	    border-top: 30px solid #ededed;
	}
	.tax_info {
	    font-size: 30px;
	}
    
    .fship {
       font-size: 30px;
    }
    .shp_img {
        margin-bottom:45px
    }
    .shp_img img {
 
    top: -39px;
    left: 10px;
}
    .shp_img>div {
    padding: 22px 0;
    font-size: 40px;
    margin-top: 51px;
}
	.fm4 {
	    width: 75%;
	}
	.fm4 .form-control {
	    height: 99px;
	    font-size: 35px;
	}
    #gf3 .form-control {
    height: 77px;
}
        .fm4 .color {
            height: 90px;
        }

    .citem_img {
    width: 69% !important;
}


    .section_cart .fm4 .form-control {
    height: 85.5px;
    font-size: 34px;
}
	.p_detail h4 {
	    font-size: 35px;
	}
	.p_detail p {
	    font-size: 35px;
	    line-height: 35px;
	}
	.prc {
	    padding: 40px 15px !important;
	}
	.size_info ul li {
	    /*height: 60px;*/
	    font-size: 25px;
	}

.size_info ul li a{
	font-size: 36px
}
    .size_info ul > li:first-child {
        font-size: 34px;
    }
	.sectionC .image_slider_ul li a p {
	    font-size: 35px;
	}
	.sectionC .prev_img img {
	    width: 40px;
	}
	.sectionC .next_img img {
	    width: 40px;
	}
	.size_info {
	        padding: 25px;
    margin-top: 60px;
	}
	.edit_btn {
	    width: 40px;
    	right: 40px;
	}
	.sectionC .image_slider_ul li {
	    width: 440px;
	}
	.p_detail h4 {
	    margin-top: 30px;
	}
    
	.p_detail h4:first-child {
	    margin-bottom: 30px;
	}
    .mguide h4:first-child {
        margin-top:15px
    }
	.fm4 .form-group {
	    padding: 15px 0;
	}
	.color_box p {
	    padding: 27px 0;
	    font-size: 35px;
	}
	.color_box ul li {
	    padding: 40px 0;
	    margin: 20px 0;
	}
	.control__indicator1 {
	    position: absolute;
	    top: 25px;
	    left: 15px;
	    height: 30px;
	    width: 30px;
	    border: 5px solid #d1d1d1;
	}
	.control__indicator1:after {
	    left: 4px;
	    top: 4px;
	    height: 12px;
	    width: 12px;
	}
	.steps_ul li {
	    font-size: 30px;
	}
	.sp1, .sp2 {
	    font-size: 32px;
	}
	.citem{
		margin-bottom: 15px;
	}
    .section_cart .citem{
		margin-bottom: 37px;
	}
	.close_1 img {
	    width: 60px;
	}
	.total_price_ul li p {
	    font-size: 35px;
	    padding: 36px 0;
	}
    .ul_in_order_history li p {
    font-size: 29px !important;
       padding: 31px 0;
}
	.secure_pay_li p:last-child {
	    font-size: 25px;
	}
	.bach_to_big_btn {
	    font-size: 29px;
    	padding: 31px 0;
	}
	.pro_ship_btn {
	    font-size: 32px;
	    padding: 40px 0;
	}
	.total_price_ul li {
	   height: 125px;
	}
    .ul_in_order_history.total_price_ul li {
    height: 100px;
}
	.close_1 {
	    padding: 15px 22px 0px !important;
          /*  border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;*/
	}
	.prc label {
	    margin: 0 0;
	    padding: 9px 0;
	}
	.lock_img {
	    width: 62px;
	}
	.secure_pay_li {
	    padding: 10px 85px !important;
	}
	.edit_btn {
	    width: 55px;
	    top: 3px;
	}
    #gf3 #image_nm {
    width: 82px;
}
    #gf3 .edit_btn {
    top: -2px;
}
    #image_nm {
    width: 100px;
}
     #oh_image_nm {
    width: 89px;
}
	.fm4 label {
	    margin-top: 25px;
	}
    #gf3 label {
    margin-top: 16px;
}
    .section_cart .fm4 label {
	    margin-top: 20px;
	}
	.prc label {
	    margin: 0 0;
	}
    .section_cart .prc label {
	    margin: 0 0 !important;
	}
    .tax_info {
    padding: 53px 12px;
}
	.add_address p {
	    font-size: 32px;
    	padding: 30px 50px;
	}
	.add_address {
	    height: 110px;
	}
	.add_address_btn {
	    padding: 23px 43px;
    	height: 110px;
	}
	.div_2_1 p {
	    font-size: 31px;
	}
	.div_2_1 {
	    height: 110px;
	    padding: 6px 0px;
	}
	.div_2_2 p {
	   font-size: 30px;
	}
	.edit_address img {
	    width: 38px;
	    top: 31px;
	    right: 34px;
	}
	.product_in_your_cart {
	    height: 110px;
	    font-size: 30px;
	    padding: 30px 0;
	}
	.remove_product img {
	    width: 40px;
	}
	.div_2_1 img {
	    width: 47px;
	}
	.edit_product img {
	    width: 44px;
	}
	.add_address_btn img {
	    width: 60px;
	}
	.num_i {
	    font-size: 32px;
	    padding: 4px 15px 24px 15px;
	}

	.numb_o {
	    font-size: 50px;
	    width: 45%;
	    height: 118px;
	    padding: 35px 0;
	}
	.fm4.width100 label {
	    font-size: 29px;
	    margin-top: 36px;
	}
    .section_cart .fm4.width100 label {
	    margin-top: 20px;
	}
	.fm4.width100 .form-control{
		padding: 28px 0 !important;
	}
    .section_cart .fm4.width100 .form-control{
		padding: 18px 0 !important;
	}
	.email_invoice {
	    font-size: 29px;
	    height: 100px;
	    padding: 31px 0;
	}
	.fm7 label {
	    font-size: 28px;
    	padding: 30px 0px;
	}

	.fm7 .form-control {
	    height: 85px;
	    font-size: 28px;
    }
    .fm7 .dropdown_tb .select {
        margin-top: 0px;
    }
        .fm7 .dropdown_tb .select i {
            top:10px
        }
        
    
.section_cart .fm7 .dropdown_tb {
    height:78px;
    font-size: 28px;
}
    .section_cart .fm7 .dropdown_tb .select i {
            top: 25px;
    }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
    font-size: 28px;
}
    .fm7 .input-group-addon {
            font-size: 42px;
    right: 60px;
    }
    .edit_btn1 {
	    width: 40px;
	    right: 40px;
	    top: 22px;
    }	
    .save_pwd_btn {
	    font-size: 32px;
	    padding: 25px 0
	}
	.circle-loader {
	    width: 3.5em;
		height: 3.5em;
		top: 27px;
		right: 100px;
	}
    
.address_1 .circle-loader {
    top: 16px;
}
	.checkmark:after {
	   	height: 28px;
	    width: 15px;
	    left: 9px;
	    top: 25px;
	}
	@keyframes checkmark {
	  0% {
	    height: 0;
	    width: 0;
	    opacity: 1;
	  }
	  20% {
	    height: 0;
	    width: 15px;
	    opacity: 1;
	  }
	  40% {
	    height: 28px;
	    width: 15px;
	    opacity: 1;
	  }
	  100% {
	    height: 28px;
	    width: 15px;
	    opacity: 1;
	  }
	}
	.add_img1 {
	    height: 100px;
	    margin-left: 7px;
	    padding: 15px 32px;
	}
	.add_img1 img {
	    width: 70px;
	}
    #address_sec {
    margin: 80px 0;
}
    .ypur_word1 {
    margin: 80px 0;
}
    .order_history_link {
    margin: 80px 0;
}
	.home_add1_head {
	    height: 83px;
	}
    .new_adresses .home_add1_in, .order_history_link .home_add1_in {
    height: 357px;
}
	.hm_p {
	    font-size: 32px;
	    padding: 19px 15px;
	}
	.delete_btn1 {
	    width: 66px;
    	right: 95px;
	    top: 5px;
	}
    .edit_addr {
    top: 11px;
}
	.ypur_word1_btn {
	    height: 100px;
	}
	.ypur_word1_btn label {
	    font-size: 28px;
    	padding: 28px 0px;
	}
	.order_history_link_btn span {
	    font-size: 28px;
	}
	.order_history_link_btn {
	    height: 100px;
	    padding: 0 18px;
	}
    
     .order_history_link_btn a {
        display:block;
	padding: 28px 0px
    }
.order_history_link_btn a .img2 {
    width: 40px;
}
	.dt, .tl, .home_add1_in label {
	    font-size: 29px;
	}
	.home_add1_in p {
	    font-size: 30px;
	}
	.home_add1_btn {
	    height: 80px;
	    padding: 17px 10px;
	    font-size: 31px;
	}
	.remove_product1 img {
	    width: 45px;
	}
	.disclaimer {
	    margin: 57px auto;
	    font-size: 28px;
	}
	.dropdown.form-control {
	    height: 128px !important;
    	padding: 19px 0px;
	}
    #gf3 .dropdown.form-control {
    height: 109px !important;
    padding: 13px 0px;
}
    .sz_qt .dropdown.form-control {
        height: 115px !important;
    }
	.dropdown.form-control .select {
	    padding: 0 0;
        height:91px;
	}
    #gf3 .dropdown .select {
    height: 82px;
}
	#myModal .close {
	    font-size: 93px;
       top: -3px;
	}
	.dropdown .dropdown-menu {
	    font-size: 30px;
	}
	.dropdown.form-control .dropdown-menu {
	    max-height: 235px;
	}
	#nav2 {
	    margin-top: 103px;
	}
	.selected_img {
	    left: 36%;
	    top: -69px;
	    width: 400px;
	    height: 231px;
	}
	.selected_img p {
	    font-size: 24px;
	}
	.image_slider_ul li span {
	    font-size: 26px;
	}
	.look_up_header {
	    margin-top: 104px;
	}
	.gift-ify-word {
	    margin-top: 105px;
	}
	.choose_gift {
	    margin-top: 135px
	}
	.choose_gift_img {
	    border: 25px solid #f0f0f0;
	}
	.choose_gift_img.active {
	    border: 25px solid #12e7d3;
	}
	.steps {
	    margin: 125px auto 22px;
	}
	.dropdown{
		font-size: 32px;
	}
	.dropdown_menu li{
		font-size: 32px;
	}
	.div_2_1 .select_add {
		width: 50px;
		top: 30px;
	}
	.ab_carousel {
	    margin-top: 107px;
	}
	nav{
	    margin-top: 185px;
	}
	.banner1 {
	    margin-top: 263px;
	}
	.yr_word {
	    font-size: 35px;
	}
	small.help-block,small.help-block.invalid {
	    font-size: 46px !important;
	}
}


/* 
.livespell_textarea{
	border:0 !important;
	border-bottom: 3px solid #c84a26 !important;
}

.livespell_textarea:focus{
 outline:none;
} */




/* ----------look demo css start here------------- */

.demo_50{
	width: 50%;
	margin: 0px auto;
}

.demo_look_bg{
	background-image: url(../images/lawordbg1.jpg);
	background-repeat: repeat;
}

.lft_bg{
	background-image: url(../images/leftbg.png);
	background-repeat: no-repeat;
	background-size: cover;

}

.demo_for{
	margin: 27px 0 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.bad_notice{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}

.bad_notice1{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}

.bad_notice2{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}


.bad_notice3{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}


.bad_notice4{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}

.bad_notice5{
	    color: #a94442;    font-size: 16px !important;
    text-align: center;

}


@media (min-width: 320px) and (max-width: 359px){
.header header {
    height: 70px !important;
    background-size: cover;
    padding: 0px 10px;
}

    .product_li {
    height: 119px;
}
.logo_img {
    margin: 19px 0px 0 12px;
	width: 70%;
}
.search_icon_sm {
    width: 30px;
	margin-top: 18px;
}
.menu_icon_sm {
	width: 30px;
	margin-top: 19px;
}
.banner1 {
	margin-top: 69px;
}
.paddingR7 {
    padding-right: 0;
}
.paddingL7 {
    padding-left: 0;
}
.look_up_a_word{
   margin-top: 15px;
}
.footer-logo {
    text-align: center;
    height: 60px;
	padding: 17px 20px;
}
.footer_logo {
    width: 60%;
    margin: 0 auto;
}
.padding15 {
   padding: 38px 20px 0px;
}
.footer_li {
    padding: 0 20px !important;
}
.footer {
    background-color: #fff;
}
.social_icon_foot {
    display: block;
    padding: 0 17px !important;
}
.social_icon_foot li {
	width: 30%;
	text-align: center;
	background: #e6e6e6;
	padding: 10px 0;
	margin-left: 9px;
}
.social_icon_foot li.fb{
	margin-left: 0px !important;
}
.social_icon_foot .tw img, .social_icon_foot .fb img, .social_icon_foot .pin img {
    width: 30px !important;
} 
.copyright_ {
    padding: 15px 0 15px;
    font-size: 12px;
	width: 90%;
    margin: 40px auto 15px;
    background: #e6e6e6;
    border-radius: 15px;
    color: #8b8b8b;
}
.footer-last-li {
   border-bottom: none !important;
}
#container {
    width: 97%;
    margin: 13% auto 0 auto;
}
.headingH41 {
	font-size: 25px;
}
#container div.Izadji {
    width: 28px;
    height: 28px;
}
.fm6 label {
	padding: 0px 0px 17px;
}
#container div.Izadji img{
    width: 28px;
}
.fm6 label {
    font-size: 20px;
}
.h4_4 {
    padding: 24px 0;
	font-size: 22px;
}
.fm6 .form-control {height: 60px;
	font-size: 16px;
	padding: 0 20px;
}
.toggle-nav {
	margin-top: 74px;
}
.carousel-indicators .active {
    width: 7px;
    height: 7px;
}
.carousel-indicators li{
    width: 7px;
    height: 7px;
}
.section2, .section3, .section4, .footer, .add_word_sec, .choose_img, 
.add_details1, .add_details2, .section5, .look_up_word_sec, .look_up_a_word {
    margin-top: 8px;
}
.footer .col-md-3.padding_left0{
	padding: 0;
}
.footer .col-md-9.padding_right0 {
    padding-right: 15px;
}
.footer_li li:first-child {
    padding-top: 25px;
}
.footer_li li {
	padding: 20px 0px;
}
.footer_li li a {
    font-size: 15px;
}
.carousel-indicators {
    bottom: 5px;
}
/*---------add word page---------*/
.add_word_sec {
    text-align: center;
    margin-top: 63px;
}
.cal_inp {
    width: 79%;
}
.cal_img img {
    width: 30px;
}
.add_img_in {
	width: 85%;
	height: 100px;
}
.remove_img {
	width: 90%;
	margin-top: 12px;
}
.remove_img h4 {
    font-size: 16px;
    padding: 24px 3px;
}
.add_img_in h4 {
	padding: 35px 0;
}
.remove_img h4 img {
    margin-left: 0;
    width: 22px;
}
.selected_img p {
	font-size: 12px;
}
.selected_img img {
    height: 80%;
}
.selected_img {
	left: 27%;
	top: -27px;
	width: 121px;
	height: 124px;
}
.add_details1, .add_details2 {
    height: 370px;
}
.add_img{
    height: 243px;
}
.add_img {
	padding: 70px 0;
}
.monkey {
	right: 81%;
	top: 50%;
}
.col-md-6.paddingL5{
	padding: 0;
}
.col-md-6.paddingR5{
	padding: 0;
}
.giftify_btn {
	margin-top: 8px;
}
.save_btn, .giftify_btn {
	font-size: 25px;
	height: 70px;
}
.giftify_btn img:first-child{
	width: 70px;
}
.giftify_btn img:last-child{
	width: 40px;
}
.giftify_btn button span {
    margin: 0 5px;
}
.add_details3 {
	margin-top: 8px;
}
.image_slider_ul li {
	width: 85px;
	height: 100px;
}
.prev_img img {
	width: 25px;
	left: 4px;
}
.next_img img {
	width: 25px;
	right: 4px;
}
.choose_img .carousel-inner {
    width: 84% !important;
}
.image_slider_ul li span {
	margin: 5px 0 0;
	font-size: 13px;
}
/*----------look up a word page---------*/
.word_pg h4 {
	margin: 17px 0 2px;
}
.look_up_word_sec {
    margin-top: 74px;
}
.look_up_word_sec_bg {
    background-image: url(../images/look_up_bg_sm.jpg);
    width: 98%;
    height: 480px;
}
.look_up_word_sec_bg.wd
{
	    margin-top: 90px;
}
.padding100 {
    padding: 20px 46px;
    height: 95%;
    overflow: hidden;
}
._for {
	margin: -12px 0 0;
	font-size: 50px;
}
.word_pg h4 span {
	font-size: 16px;
}
.page-navigation {
    width: 98%;
    margin: 10px auto 6px;
}
.page-item-prev a, .page-item-next a {
	width: 84px !important;
	padding: 25px 3px !important;
	font-size: 13px !important;
}
.page-item-prev {
    margin-right: 4px !important;
}
.page-item-next {
    margin-left: 4px !important;
}
.pg_num a {
    padding: 24px 7px !important;
    font-size: 14px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover {
	font-size: 17px !important;
	padding: 21.5px 15px !important;
}
.alphabetic-navigation {
    text-align: left;
    width: 98%;
    margin: 0 auto;
}

.visible-sm .alphabetic-navigation
{
	    margin-top: 91px;
}
.alpha_navigation li:first-child a, .alpha_navigation li:last-child a {
    font-size: 33px;
    transform: translateY(0px);
    background: #00bba4;
	color: #fff;
	padding: 12px 17px;
}
.alpha_navigation li:first-child{
	float: left;
	border-right: 4px solid #fff; 
}
.alpha_navigation li:last-child{
	float: right;
	border-left: 4px solid #fff; 
}
.alpha_navigation li.active a {
	font-size: 25px;
}
.alpha_navigation li.active a::after {
	bottom: 19px;
	left: 43%;
}
#myModal .modal-dialog {
    width: 97%;
    margin: 5em auto;
}
#myModal .modal-content {
    height: 335px;
}
.alpha_navigation li:last-child a::after {
	clear: both;
}
.alpha_navigation li a {
	padding: 18px 4px;
}
.sch li a {
	padding: 26.5px 4px;
}
.dol_{
   padding-left: 9px !important;
}
/*-----------giftify 1----------*/
.gift-ify-word {
	margin-top: 68px;
}
.g_img {
    width: 95%;
}
.g_img_in {
    width: 70%;
	left: 14%;
    height: 255px;
    top: -64px;
}
.select_img #myCarousel {
    width: 99%;
}
.select_img .image_slider_ul li {
    width: 94px;
	height: 100px;
}
.select_img .prev_img img {
	width: 15px;
	left: 5px;
}
.select_img .next_img img {
	width: 15px;
	right: 5px;
}
.select_img .image_slider_ul li a p {
	margin: 10px 0 0;
	font-size: 13px;
}
.select_img_alpha {
   width: 97%;
}
.select_img_alpha li.active a {
	font-size: 11px;
}
.select_img_alpha li a {
	font-size: 11px;
	padding: 10px 0.8px;
}
.choose_yr_gift_btn {
	width: 96%;
	height: 61px;
}
.choose_yr_gift_btn {
	padding-left: 15px;
}
.choose_yr_gift_btn span {
	margin-right: 20px;
}
.choose_yr_gift, .choose_gift {
    margin-top: 9px;
}
.img_s{
	width: 61px;
}
.img_m{
	width: 40px;
}
/*-----------giftify 2----------------*/
.choose_gift{
	margin-top: 75px;
}
.choose_gift_in {
    width: 90%;
}
.choose_merchandise {
	width: 95%;
}
/*--------------giftify 3-------------*/
.sectionA {
	margin: 83px auto 0 auto;
	width: 95%;
}
.g1 {
    width: 90%;
	left: 5%;
}
.g {
    height: 65px;
        margin-top: -77px;
}
.product_preview, .cart_image .text_center {
    height: 270px;
	/*padding-top: 205px;*/
}
.sectionB {
    margin: 15px 0;
}
.seperater {
	margin-top: 15px;
	margin-bottom: 15px;
}
.fm4 {
    width: 100%;
}
.fm4 .form-control, .fm4 label, .tax_info, .color_box p {
	font-size: 15px;
}
.fm4 .form-group .col-xs-4{
	padding: 0 0 0 15px;
}
    .edit_btn {
        right:22px
    }
.size_info ul li {
	font-size: 10px;
}
.size_info ul li a {
    font-size: 17px;
}
.rf20 {
    padding-right: 0;
    padding-left: 0;
}
.p_detail h4 {
	font-size: 18px;
	padding-left: 5px;
}
.p_detail p {
    font-size: 18px;
	/*padding-left: 50px;*/
	line-height: 26px;
}
.p_detail h4:first-child {
    margin-top: 35px;
    margin-bottom: 20px;
}
.size_info {
    background-color: #e8e8e8;
    width: 100%;
    padding: 10px 0;
}
.lf20 {
    padding: 0;
}
.dropdown .dropdown-menu {
    font-size: 16px;
}
.sectionC .image_slider_ul li {
    width: 70px;
}
.sectionC .select_img_alpha {
    width: 96%;
}
.sectionC .image_slider_ul li a p {
    font-size: 11px;
}
.sectionC .prev_img img {
    width: 15px;
}
.sectionC .next_img img {
    width: 15px;
}
#myModal.choose_img_popup .modal-dialog {
    width: 95% !important;
    margin: 7em auto !important;
}
/*------------your cart-------------*/
.steps {
    margin: 80px auto 15px;
    width: 95%;
}
.margin-right0{
   margin-right: 0 !important;
}
.steps_ul li {
	width: 48%;
	margin-right: 8px;
	font-size: 17px;
}
.section_cart {
	width: 95%;
}
.steps_ul li:first-child{
	margin-bottom: 12px;
}
.steps_ul li.margin-right0{
	margin-bottom: 12px;
}
.sp1 {
	padding: 7px 20px;
	font-size: 18px;
}
.sp2 {
	padding: 7px;
	font-size: 18px;
}
.sp2.text-left
{
	text-align: left
}
.close_1{
	position: absolute;
	top: 0;
	right: 0;
	border: 7px solid #fff;
	width: 57px;
	border-top: 0;
	border-right: 0;
}
.lock_img {
	width: 40px;
}
.secure_pay_li p:last-child {
	font-size: 12px;
}
.close_1 img {
    width: 30px;
}
.secure_pay_li {
    padding: 10px 45px 10px 0px !important;
}
.total_price_ul li p {
	font-size: 15px;
	padding: 25px 0;
}
.cart_img {
	margin-bottom: 15px;
}
.prc {
	margin-bottom: 0;
}
.bg_lightgreen_sm{
	background: #c5e803;
}
.pro_ship_btn{
	margin-bottom: 15px !important;
}
/*----------------shipping page---------*/
.div_2 {
	float: none;
	width: 80%;
}
.paddingR71{
	padding-right: 15px;
}
.paddingR71:last-child{
	padding-right: 15px;
}
.add_address {
    width: 80%;
	height: 75px;
	margin-right: 6px;
}
.add_address p {
	font-size: 20px;
	padding: 23px 15px;
}
.add_address_btn {
	width: 18%;
	padding: 16px 6px;
	height: 75px;
}
.choose_merchandise_btn span {
    font-size: 23px;
    margin-top: 24px;
}
.product_in_your_cart {height: 75px;
	font-size: 20px;
	padding: 25px 0;
}
.div_2_1 {
    height: 75px;
}
.dropdown {
	padding: 21px 25px 22px 20px;
}
.div_2_2 {
    padding: 30px 20px;
}
.div_2_2 p {
    font-size: 18px;
}
.edit_address img {
	width: 22px;
	top: 27px;
	right: 3px;
}
.fm7 label {
    font-size: 15px;
}
.fm7 .form-control {
	font-size: 16px;
}
.div_2_1 .select_add {
    right: 9px;
        top: 23px;
    font-size: 21px;
}
.edit_address img {
	right: 12px;
}
#ld8, #ld10 {
    right: 85px;
}
.remove_product {
	padding: 5px 6px 0px;
	border: 4px solid white;
	border-top: 0;
	border-right: 0;
}
.edit_product img {
    width: 22px;
}
.edit_product {
    padding: 2px 5px;
    border: 4px solid white;
    border-bottom: 0;
    border-right: 0;
}
.total_price_ul .col-xs-4{
	padding-left: 0;
}
.add_address_btn img {
    width: 43px;
}
/*------------about us -------------*/
.ab_carousel {
    margin-top: 69px;
}
.ab_carousel .carousel-inner > .item {
    padding: 30px 0px;
}
.sectionE {
    width: 95%;
}
.panel-heading a .img2 {
    width: 20px;
}
.panel-title > a, .panel-title > a:active {
	padding: 20px 15px 20px 15px;
	font-size: 18px;
}
.panel-body {
    padding: 0px 15px;
	font-size: 14px;
}
.rw1 {
    margin-top: 35px;
}
.rw1 .col-xs-4{
	padding: 0;
}
.panel-body h4 {
    font-size: 15px;
	margin-top: 0;
}
/*------------------contact us------------*/
.sectionD {
    width: 100%;
    margin: 87px auto 40px;
}
.headingH4 {
	font-size: 22px;
}
.fm5 .form-control {
	font-size: 15px;
	padding: 0px 14px;
}
.fm5 label {
	font-size: 15px;
}
.submit_btn {
	height: 75px;font-size: 23px;
}
.address_P {
	height: 70px;
    width: 92%;
    margin: 0 auto;
}
.address_P1 {
	width: 92%;
	margin: 0 auto;
}
.address_P1 p {
	font-size: 16px;
	
}
/*--------------------thank you pg-----*/
.thank_msg_in {
    padding: 20px 15px;
}
.thank_msg h4 {
    font-size: 19px;
    margin: 0 0 10px 0;
}
.txt_h4{
	margin: 15px 0 !important;
	padding: 0px 15px;
}
.control {
 	margin-left: 20px !important;
}
.forgot_pwd p {
    font-size: 14px;
}
/*----------your profile--------------*/
.width58{
	width: 100% !important;
}
.sectionD.margintop90{
	margin: 83px auto 40px !important;
	width: 95%;
}
.sectionD.margintop90 .page-navigation {
    width: 100%;
}
.your_add_sm {
       width: 77%;
    float: left;
    background: #e6f93a !important;
}
.your_add_sm label{    
    color: #66b4a6 !important;
    font-size: 18px;
}
.add_img1 {
    margin-left: 8px;
	padding: 17px 9px;
	height: 75px;
}
.ypur_word1_btn {
	width: 77%;
	height: 75px;
}
.ypur_word1_in {
	padding: 0 25px 25px 25px;
}
.padding0_sm{
	padding: 0 !important;
}
.change_pwd_dp label{
	color: #58595b !important;
	font-size: 15px !important;
    padding-bottom:0
}
.new_adresses.fmbr{
    width: 89%;
}
.home_add1_in p {
    font-size: 17px;
}
.dt {
    font-size: 17px;
}
.tl {
    font-size: 17px;
}
.hm_p {
    font-size: 18px;
    padding: 16px 15px;
}
.num_i {
	padding: 11px 14px 15px 9px;
}
.choose_merchandise_btn span {
    font-size: 19px;
    margin-top: 28px;
}
.heading_sm{
	text-align: center;
	font-size: 20px;
	margin: 90px 0 26px;
}
.section_cart.steps .fm4{
	float: none;
}
.social_icon {
    margin-top: 0;
}
.email_invoice {
	margin-top: 15px;
}
.ul_in_order_history li p {
    font-size: 16px !important;
    padding:21px 0 
}
.fm, .fm1, .fm2 {
    width: 77%;
}
small.help-block {
    font-size: 15px !important;
}
.fm2 label {
	padding-top: 17px;
}
.fm1 label {
	padding-top: 25px;
}
.fm .col-md-8{
	padding-right: 0;
}
.div_2_2{
	/*display: block;*/
}
.alert_msg .msg_in {
    width: 98%;
    margin: 10em auto;
}
.alert_msg .msg_in p {
    margin-top: 50px;
}
#proceed .msg_in p {
    margin-top: 40px;
}
#proceed .msg_in #text {
    font-size: 14px;
}
.ok_btn {
	margin-top: 18px;
}
#proceed .ok_btn {
    font-size: 14px;
}
.remove_product1 img {
    width: 20px;
}
.fm7 input[type=email]{
    padding-right: 0 !important;
    font-size: 14px;
}

    #choose_item {
                padding: 20px 20px 0;
    }
}
@media (min-width: 320px) and (max-width: 479px){
	
    .shp_img img {
    width: 40% !important;
        top: -19px !important;
  }
    .shp_img>div {
    font-size: 17px !important;

}
.pagination>li {
    /*display: inline;*/
}
}

@media (min-width: 320px) and (max-width: 359px) {
    .product_li {
        height: 119px;
        margin-bottom: 15px;

    }
    .image_slider_ul li {
    width: 85px;
    height: 110px;
}
    .select_img .image_slider_ul li {
    width: 53px;
    height: 75px;
}
        .select_img .image_slider_ul li img {
            width:100%
        }
    .fm7 .change_pwd_dp6 .dropdown_tb, .fm7 #change_pwd_dp5 .dropdown_tb {
        font-size:14px
    }
}

@media (min-width: 360px) and (max-width: 375px) {
	#intro
	{
		font-size: 12px;
padding: 8px;
	}

	#intro div
	{
		    padding-top: 14px;
	}
    .product_li {
        height: 119px;
        margin-bottom: 15px;

    }
    .image_slider_ul li {
    width: 97px;
    height: 97px;
}
    .select_img .image_slider_ul li {
    width: 65px;
    height: 92px;
}
    .select_img .image_slider_ul li img {
    width: 100%;
}

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

@media (min-width: 376px) and (max-width: 414px) {
	.banner1 {
    margin-top: 67px;
}
	#intro {
    font-size: 13px;
padding: 8px;
}

	#intro div
	{
		    padding-top: 18px;
	}
    .product_li {
        height: 142px;
        margin-bottom: 15px;
    }
    .image_slider_ul li {
    width: 112px;
    height: 110px;
}
    .image_slider_ul li img {
    margin-top: 9px;
}
   .alpha_navigation li a {
    padding: 18px 6.5px;
}
   .sch li a {
    padding: 26.5px 6.5px;
}
   .select_img .image_slider_ul li {
    width: 79px;
    height: 102px;
}
    .select_img .image_slider_ul li img {
    width: 100%;
}

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

@media (min-width: 415px) and (max-width: 767px) {
    .product_li {
        height: 235px;
        margin-bottom: 15px;
    }
    .image_slider_ul li {
    width: 165px;
    height: 165px;
}
    .alpha_navigation li a {
    padding: 18px 14px;
}
.sch li a {
    padding: 25.5px 14.5px;
}
    .g_img_in {
    top: -129px;
}
.wtname img, .wname img, .wsname img {
    width: 17px;
}
}

@media (min-width: 320px) and (max-width: 411px) {
    .change_pwd_dp_in .fm7 .form-control:first-child {
    width: 100%;
}
    .fm7 .dropdown_tb {
         width: 100%;
    }
    .wtname
    {
    	font-size: 13px
    }
    .wtname img, .wname img, .wsname img
    {
    	width: 15px
    }
    ._for._for1 {
    margin: 23px 0 0;
}
}
@media (min-width: 360px) and (max-width: 374px)
{
	.banner1 {
    margin-top: 70px;
}
    .wtname
    {
    	font-size: 12px
    }
    .wtname img, .wname img, .wsname img
    {
    	width: 13px
    }

._for._for1 {
    margin: 17px 0 0;
}
}
@media (min-width: 320px) and (max-width: 359px)
{
    .wtname
    {
    	font-size: 9px
    }
    .wtname img, .wname img, .wsname img
    {
    	width: 12px
    }
#intro
{
	font-size: 11px;
	padding: 4px;
}

	#intro div
	{
		    padding-top: 11px;
	}
._for._for1 {
    margin: 12px 0 0;
}
}
/* -----------------------end here------------------- */


.ul_pro li
{
	list-style: none;
	    margin-top: 8px;
}
.lim_txt
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}


/*--------------------------- upload your own image start here ---------------------*/
.mod_pro .close
			{
				position: absolute;
				outline: none;
				opacity: 1;
				text-shadow: none;
				color: #3576db;
				float: unset;
				right: 15px;
			top: 10px;
			}
			.mod_pro .modal-content
			{
				box-shadow: none;
				border-radius: 0px;
				border: none;
			}
			.mod_pro .modal-body
			{
			padding: 0px;
			}
			.mod_pro p
			{
				margin-top: 20px;
			margin-bottom: 18px;
			text-align: center;
			font-size: 18px;
    		font-weight: 600;
						}
			.btn_uplfil
			{
				border-radius: 0px;
    padding: 9px 15px;
    font-size: 18px;
    background-color: #08a7ff;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 8px;
    cursor: pointer;
    width: 100%;
			}
			.btn_uplfil2
			{
				border-radius: 0px;
    padding: 9px 15px;
    font-size: 18px;
    background-color: #08a7ff;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 8px;
    cursor: pointer;
			}
			.fupl
			{
				height: 38px;
		background-color: #fedb00;
		color: #000;
		text-align: center;
		padding: 11px 0px;
			}
			.fupl h4
			{
				margin: 0px;
				font-size: 17px;
			font-weight: 600;
			}
			.uploadOuter {
		text-align: center;
		padding: 20px;
		}
		.uploadOuter strong {
		padding: 0 10px;
		}
		.dragBox {
		width: 204px;
		height: 204px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		font-weight: bold;
		line-height: 95px;
		color: #999;
		border: 2px dashed #ccc;
		display: inline-block;
		transition: transform 0.3s;
		}
		.dragBox input[type="file"] {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0;
		top: 0;
		left: 0;
		}
		.draging {
		transform: scale(1.1);
		}
		#preview {
		width: 200px;
    height: 200px;
    display: flex;
    margin: auto;
		}
		#preview img {
		max-width: 100%;
	    max-height: 100%;
		margin: auto;
		}
		.str
		{
			margin-bottom: 8px !important;
			margin-top: 0px !important;
			font-weight: 600;
		}
		.inner_preview
		{
			margin-top: 20px;
		}		
		.inner_rul h5
		{
			font-weight: 600;
			font-size: 15px;
			margin-top: 20px;
			margin-left: 25px;
			margin-bottom: 15px;			
		}
		.inner_rul span
		{
			line-height: 22px;
		}
		.mar_b_6
		{
			margin-bottom: 6px !important;
		}
.upl_own_img
{
    margin-bottom: 0px;
    margin-top: 15px;
    color: #fff;
    background-color: #08a7ff;
    padding: 15px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
}
.upl_own_img a
{
	text-decoration: none;
	color: #000;
}
.mar_t
{
	margin-top: 20px;
}
.pad_r
{
	padding-right: 0px;
}
.pad_l
{
	padding-left: 0px;
}
#my_inp
{
	height: 0px;
	border: none;
}
#uploadFile
{
	cursor: pointer;
}
/*--------------------------- upload your own image end here ---------------------*/
.dr_dro
{
    display: block;
    width: 100%;
    position: absolute;
    top: 26%;
    color: #000;
}