header *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header{
	height: 85px;
	width: 100%;
	position: relative;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
	box-shadow: 0px 2px 5px rgba(0,0,0,.4);
}
.timlogo{
	width: 225px;
	display: block;
	margin: 0 auto;
}
.head{
	position: absolute;
	top: 20px;
	left: 50px;
}
.head .tile{
	display: inline-block;
	height: 50px;
	margin-left: 5px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.head .tile.socialmedia {
    margin-left: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.head .tile.socialmedia .fa,
.head .tile.socialmedia .fas{
    font-size: 20px;
}
header.clicked .head .tile.socialmedia{
	color: white;
}
.head .burgerr{
	margin-left: 25px;
	padding: 5px;
	cursor: pointer;
	background-color: transparent;
}
.meat{
    position: absolute;
    right: 50px;
    top: 20px;
	height: 40px;
	width: 40px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
header.clicked .head .burgerr .meat{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.meat .line{
	height: 4px;
	width: 40px;
	background-color: white;
	border-radius: 3px;
	position: absolute;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.meat .line.one{top: 5px; left: 0px;}
.meat .line.two{top: 18px; left: 0px;}
.meat .line.three{top: 31px; left: 0px;}

header.clicked .burgerr .line{
	background-color: white;
}
header.clicked .burgerr .line.one{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
}
header.clicked .burgerr .line.two{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 18px;
}
header.clicked .burgerr .line.three{
	opacity: 0;
}
header.clicked .burgerr:hover .meat{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

.nav-modal{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	pointer-events: none;
}
header.clicked .nav-modal{
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
}

.nav-modal .blob{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #0b253e;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s ease-in;
}
header.clicked .nav-modal .blob{
	width: 100vw;
	height: 100vh;
	border-radius: 0px;
}

/* nav{
	position: fixed;
	left: 20%;
	top: 30%;
	color: white;
} */
nav ul li{
	list-style: none;
	text-align: right;
	border-right: 6px solid white;
	padding-bottom: 10px;
	padding-right: 10px;
	position: relative;
}
nav{
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
header.clicked nav{
	opacity: 1;
}

nav ul li ul{
	position: absolute;
	right: -300px;
	top: -4px;
	display: none;
}
nav ul li ul li{
	border: none;
	padding-bottom: 10;
	padding-left: 10px;
	height: 50px;
	width: 300px;
}
nav ul li ul li a{
	display: block;
	height: 50px;
	font-size: 20px;
	text-align: left;
	padding: 10px;
}
nav ul li.selected ul{
	display: block;
}

nav ul li.notselected a{
	opacity: .5;
}
nav ul li.selected ul li a{
	opacity: 1;
}

.captionn {
    position:absolute;
    top:-600%;
    right:0;
    background:rgb(20, 23, 19, 77%);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-service:hover .captionn {
    top:0%;
}

.hoverH{
    font-size: 25px !important;
    margin-top: 21%;
}
.btnCh:hover{
    background-color: #D7A479;
    color: white !important;
}
.btnChh {
    margin-left: 3%;
    border-style: solid;
    border-color: #D7A479;
    border-width: 2px;
    border-radius: 30px;
    width: 25%;
}
.choices{
    display: flex;
}
.pd{
    width: 50%;
}
.pdd{
    width: 50%;
    margin-right: 0% !important;
}
.quickCaption{
    position: absolute;
    margin-top: -4%;
    right: 14%;
}
@media screen and (max-width:820px){
	.res{
        margin-top: 8%;
    }
    .pt-100 {
        padding-top: 0px;
    }
    .resLabel{
        position: absolute;
        margin-top: -4%;
        right: 23%;
    }
    .primary-btn.cart-btn.cart-btn-right.btN{
        margin-top: -7%;
    }
    .att{
        margin-left: 10px;
        width: 64.8px;
        border-radius: 25px;
        font-size: 12px;
        background-color: inherit;
        color: #000000;
        border-color: #D7A479;
        padding: .375rem .75rem;
    }
    .color-btn {
        width: 123.8px;
        margin-top: 2%;
        font-size: 16px;
    }
    .nandp{
        margin-top: 150%;
    }
    .choose-color {
        top: 17% !important;
    }
    .types {
        margin-right: 0%;
        margin-top: 1.5%;
    }
    .types .att {
        margin-left: 78px !important;
    }

    .smallP{
        display: none !important;
    }
    .imgProduct{
        display: none;
    }
    .colors {
        margin-top: 8%;
    }
    .form-label-group>label {
        position: absolute;
        top: 0;
        left: 167px;
    }
    .dressL .att{
        margin-left: 13px !important;
    }
    .dressL{
        margin-right: 28% !important;
    }
    .stylesBTN {
        width: 21%;
    }
    .stylesBTN .color-btn {
        width: 71.8px;
    }
    .btnCh{
        width: 64%;
    }
    .collarImg {
        padding: 0.25rem;
        margin-left: 3% !important;
        margin-top: 0% !important;
        width: 16%;
    }
    .shap{
        margin-right: 2% !important;
    }
    .shap .att{
        margin-left: 28px !important;
    }
    .chco{
        margin-top: 53% !important;
    }
    .textT{
        margin-left: 73% !important;
    }
    .quantityAdd {
        margin-top: 21%;
        margin-right: 5%;
    }
    .addtocart{
        width: 59%;
    }
    .col-item .btn-details {
        width: 35% !important;
        font-size: 12px;
    }
    .pgf{
        display: none;
    }
    .pd{
        width: 74%;
    }
    .btns{
        margin-top: 23% !important;
    }
    .dDetails {
        position: absolute !important;
        max-width: 93%;
    }
    .dType{
        margin-right: 15%;
        display: block;
        position: absolute;
        top: 20%;
        right: 1%;
    }
    .DT{
        margin-left: 40px !important;
    }
    .sleevesBtn{
        width: 184px !important;
        margin-top: 2%;
    }
    .quick{
        position: absolute;
        margin-top: -17%;
        left: 64%;
    }
    .quickCaption{
        position: absolute;
        margin-top: -17%;
        right: 23%;
    }
    .stepwizard{
        margin-top: 3% !important;
        margin-left: 19% !important;
        width: 61% !important;
        margin-right: 24% !important;
    }
}
