@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body {
	margin:0;
	font-family: "Figtree", sans-serif;
}
a {
    color:#000000;
}
a:hover {
    color:#910000;
}
#prod_list {
    display:flex;
    flex-wrap:wrap;
}
.up_icon {
    float:left;
    width:100px;
    text-align:center;
}
.up_names {
    float:left;
    width:30%;
    overflow:auto;
}
.ut_name{
    font-weight:600;
    font-size:15pt;
}
.ut_uname {
    font-weight:100;
    font-size:11pt;
}
.logout_abtn{
    float:right;
    margin-right:10px;
    text-decoration:none;
    padding:15px;
    background-color:#d4d4d4;
    color:#000000;
    border-radius:5px;
}
.logout_abtn:hover{
    background-color:#D02037;
    color:#ffffff;
}
.logout_abtn i {
    margin-right:10px;
}
.purchases_line {
    width:auto;
    padding:15px;
    border:1px solid  #d4d4d4;
    margin-bottom:10px;
    border-radius:10px;
}
.purchases_items {
    padding:15px 0px 15px 0px;
    border-bottom:1px solid #d4d4d4;
}
.purchases_items ul {
 list-style-type: none;
  width: 100%;
  display: table;
  table-layout: fixed;

}
.purchases_items li {
    list-style-type:none;
    display:table-cell;
    min-height:110px;
    margin-right:25px;
    float:left;
    vertical-align: middle;
}
.purchases_items li:nth-child(1){
    width:10%;
    text-align:center;
}
.purchases_items li:nth-child(2){
    width:15%;
    text-align:center;
    
}
.purchases_items li:nth-child(3){
    width:15%;
    text-align:center;
}
.purchases_items li:nth-child(4){
    width:15%;
    text-align:center;
}
.purchases_items li:nth-child(5){
    width:15%;
    text-align:center;
}
.purchases_items li:nth-child(6){
    width:15%;
    text-align:center;
}
.mine_img {
    width:auto;
    margin-bottom:30px;
}
.product_item_tit{
    min-height:60px;
}
.product_item {
    margin-bottom:15px;
}.product_item a{
    text-decoration:none;
    color:#000000;
}.product_item a:hover{
    text-decoration:none;
    color:#D02037;
}
.thumb_none{
    float:left;
    width:calc(18.5% - 2px);
    border:1px solid #ffffff;
    height:60px;
    margin-right:1.5%;
}
.partner_inc {
    height:40px;
    padding:5px;
    border-radius:20px;
    background-color:#ffffff;
    margin-right:10px;
}
.thumb_isset{
    float:left;
    width:calc(18.5% - 2px);
    border:1px solid #000000;
    height:60px;
    text-align:center;
    margin-right:1.5%;
}
.thumb_isset img {
    cursor:pointer;
    height:54px;
    margin-top:3px;
}
.showCart {
	position: fixed;
	z-index: 99999;
	width:100%;
	height:70px;
	left:0px;
	bottom:-80px;
	color:#ffffff;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	line-height: 70px;
	background-image: linear-gradient(#299c09, #1e8a00);
	-o-transition:1.5s;
	-ms-transition:1.5s;
	-moz-transition:1.5s;
	-webkit-transition:1.5s;
	transition:1.5s;
}
.fontWight600 {
	font-weight: 600;
}
.fontSize12 {
	font-size: 12px;
}
.headerTop{
	width:100%;
	height:60px;
	background-color: #DC2626;
}
.header {
	width:100%;
	height:190px;
	background-image: linear-gradient(#B91C1C, #DC2626);
}
.In{
	font-family: "Figtree", sans-serif;
	width:83.3%;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	
}
.topBtns {
	float:left;
	width:auto;
	height:29px;
	color:#FCA5A5;
	font-size:24px;
	padding:16px 0px 16px 0px;
}
.topBtns a {
	display: block;
	color:#FCA5A5;
	text-decoration: none;
}
.topBtns a:hover {
	color:#FFFFFF;
}
.menuVeticalLine{
	float:left;
	margin:10px 40px 10px 40px;
	height:40px;
	width:0px;
	border-left:0.5px solid #FCA5A5;
}
.whiteFont {
	color:#FFFFFF;
	font-weight:bold;
}
.logoDiv{
	float:left;
	margin-top:43px;
	width:110px;
}
.headerMenu{
	float:left;
	width:calc(100% - 110px);
	margin-top:43px;
	overflow:auto;
}
.headerMenuIn{
	width:100%;
	height:29px;
}
.headerMenuInLiner{
	width:calc(100% - 1px);
	height:0px;
	border-top:0.5px solid #ffffff;
	margin:20px 0px 20px 0px;
}
.topSlogan{
	float:left;
	font-size:24px;
	color:#ffffff;
	font-weight: 700;
}
.topLangs{
	float:right;
	font-size:16px;
	color:#ffffff;
	font-weight: 400;
}
.logingBar{
	float:right;
	display: inline-block;
	vertical-align: middle;
	height:29px;
	text-align:right;
	line-height: 100%;
	font-size:24px;
	color:#FFFFFF;
	padding:16px 0px 16px 0px;
}
.sign_icon{
	display:inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.sing_text {
	font-family: "Figtree", sans-serif;
	line-height: 29px;
	display:inline-block;
	vertical-align: middle;
}.lang_text {
	position: relative;
	
	font-family: "Figtree", sans-serif;
	display:inline-block;
	vertical-align: top;
}
.logingBar a{
	color:#ffffff;
	text-decoration: none;
}
.logingBar a:hover{
	color:#FCA5A5;
}
.arrows {
	margin-top: -4px;
	display:inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.showlangs {
	position:absolute;
	right:8.35%;
	background-color: #ffffff;
	width:110px;
	height:87px;
	display:none;
}
.lnagsBtns a{
	display: block;
	width:calc(100% - 20px);
	padding:0px 10px 0px 10px;
	height:29px;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color:#B91C1C;
	text-decoration: none;
}
.lnagsBtns a:hover {
	background-color:#B91C1C;
	color:#ffffff;
}
.footer {
	margin-top: 60px;
	width:100%;
	color:#ffffff;
	background-color: #171717;
	padding:60px 0px 60px 0px;
}
.footerLine{
	width:100%;
	margin:40px 0px 20px 0px;
	height:0px;
	border-top: 0.5px solid #545454;
}
.footerLogo{
	display: inline-block;
	float:right;
}
.footerIn {
	width:100%;
	overflow:auto;
}
.paymentsMethods{
	display:inline-block;
	float:right;

}
.footerMain {
	float: left;
	width:calc(100% - 240px);
	overflow:auto;
}
.footerMain li {
	display: inline-block;
	float:left;
	width:20%;
	overflow-y: auto;
	list-style-type: none;
}
.footerMain h1 {
	font-size:22px;
	padding:0px 0px 60px 0px;
}
.footerMain a {
	text-decoration: none;
	color:#ffffff;
}
.footerMain a:hover {
	color:#cccccc;
}
.siteBody {
	padding:50px 0px 0px 0px;
	width:100%;
	overflow:auto;
}
.headerRoot{
	width:100%;
	line-height: 100%;
	overflow:auto;
	color:#252525;
	font-size:18px;
	border-bottom:0.5px solid #B2B2B2;
	padding-bottom:9px;
}
.headerRoot i {
	font-size:20px;
	padding:2px;
	cursor:pointer;
	margin-right: 25px;
}
.pasiveBtn {
	display:inline-block;
	line-height: 54px;
	width:80%;
	height:54px;
	border-radius:10px;
	font-size: 20px;
	color:#ffffff;
	font-weight: 600;
	text-align: center;
	background-color: #B2B2B2;
	border: 1px solid #B2B2B2;
}.activeBtn {
	cursor: pointer;
	display:inline-block;
	line-height: 54px;
	width:80%;
	height:54px;
	border-radius:10px;
	font-size: 20px;
	color:#ffffff;
	font-weight: 600;
	text-align: center;
	background-color: #DC2626;
	border: 1px solid #DC2626;
}
.activeBtn:hover {
	background-color: #EF4444;
	border: 1px solid #EF4444;
}.activeBtn:active {
	background-color: #B91C1C;
	border: 1px solid #B91C1C;
}
.inputDiv {
	position:relative;
	width:80%;
	height:54px;
	border-radius:10px;
	border: 1px solid #B2B2B2;
}
.signDiv {
	position: relative;
	min-height: 600px;
	float:left;
	width:33.3%;
	line-height: 100%;
	overflow:auto;
}
.signDiv input {
	border:none;
	box-shadow: none;
	width:70%;
	font-size:20px;
	margin:15px 0px 0px 15px;
	padding:0px;
	height:27px;
	color:#252525;
}
.signDiv input:focus {
	outline: none;
}
.signDiv p {
	color:#252525;
	font-size:22px;
}
.detailsDiv {
	position: relative;
	min-height: 600px;
	float:left;
	width:50%;
	line-height: 100%;
	overflow:auto;
}
.detailsDiv input {
	border:none;
	box-shadow: none;
	width:70%;
	font-size:20px;
	margin:15px 0px 0px 15px;
	padding:0px;
	height:27px;
	color:#252525;
}
.detailsDiv input:focus {
	outline: none;
}
.detailsDiv p {
	color:#252525;
	font-size:22px;
}
.requred{
	font-size:22px;
	color:#E31119;
}
.contry_select {
	margin-left:15px;
	width:80%;
	border:1px solid  #8fa896;
	height:24px;
	padding-top:4px;
	padding-bottom: 4px;
	text-align: left;
	border-radius: 5px;
}
.contry_select_dropdown{
	position: absolute;
	z-index: 111;
	display:none;
	border:1px solid  #8fa896;
	top:50px;
	border-radius: 5px;
	width:100%;
	height:200px;
	overflow-y: scroll;
}
.contry_select_item{
	background-color: #ffffff;
	text-align: left;
	width:100%;
	height:24px;
	padding-top:4px;
	padding-bottom: 4px;
	border-bottom: 1px solid  #8fa896;
}
.contry_select_item:hover{
	background-color: #f5f5f5;
}
.dropDownImg{
	margin-left:10px;
	margin-right:10px;
	height:24px;
	float:left;
}
#country_select {
	margin-top:15px;
	font-size:56px;
}
.regiDone {
	padding-top:100px;
	width:100%;
	overflow:auto;
	text-align: center;
}
.regiDone a {
	color:#252525;
	text-decoration: none;
}
.regiDone a:hover {
	color:#DC2626;
}
.sign_in_left {
	float:left;
	width:34%;
	overflow:auto;
	border-right: 1px solid #B2B2B2;
}.sign_in_right {
	float:left;
	width:calc(66% - 1px);
	overflow:auto;
	text-align: center;
}
.sign_in_right a {
	color:#252525;
	text-decoration: none;
}
.sign_in_right a:hover {
	color:#DC2626;
}
.logpage{
	width:100%;
}
.productThumBImage{
	width:100%;
	aspect-ratio: 86 / 100;
	background-color: ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.ProductTitleThumb {
	font-size:28px;
	font-weight: 400;
}
.ProductThumbPrice{
	font-size:28px;
	font-weight: 700;
}
.toCartBtn {
	position:absolute;
	z-index:111;
	width:110px;
	height:46px;
	border-radius:10px;
	background-color: #D02037;
	bottom:0px;
	right:0px;
	text-align: center;
	cursor: pointer;
}
.toCartBtn:hover {
	background-color: #B91C1C;
}
.toCartBtn img{
	margin-top: 12px;
}
.toCartBtn_on_page {
    margin-top:40px;
	z-index:111;
	width:220px;
	padding:0px 20px 0px 20px;
	height:46px;
	border-radius:10px;
	background-color: #D02037;
	color:#ffffff;
	cursor: pointer;
}
.toCartBtn_on_page:hover {
	background-color: #B91C1C;
}
.toCartBtn_on_page img{
    float:left;
	margin-top: 12px;
	margin-right:20px;
}
.toCartBtn_on_page span{
    line-height:46px;
}
.homePageTitleHeader {
	padding: 60px 0px 50px 0px;
	font-size: 32px;
	font-weight: 700;
	color:#D02037;
}
.cartHeader{
	float:right;
	margin-right:10px;
	position: relative;
	width:40px;
	height:40px;
	text-align: right;
	cursor: pointer;
}
.itemQuantity {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	top:-5px;
	right:-10px;
	width:17px;
	height:17px;
	text-align: center;
	line-height: 17px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	background-color: #ffffff;
	border:1px solid #CE2222;
	
}
.cartItemLine {
	width:100%;
	overflow: auto;
	border-bottom: 1px solid #B2B2B2;
	padding: 50px 0px 30px 0px; 
}
.cartItemLineIN {
	position: relative;
	width:60%;
	overflow: auto;
	border-right: 1px solid #ECEFF1;
}
.cartItemLineImg {
	width:260px;
	margin-right:30px;
	overflow:auto;
	float:left;
}
.cartItemLineRight {
	position: relative;
	width: calc(100% - 290px);
	height: 100%;
	float:left;
	overflow: auto;
}
.cartPriceStamp{
	position: absolute;
	right:30px;
	top:50%;
	margin-top: -64px;
}
.cuanter {
	float:left;
	font-size: 28px;
	margin:0px 30px 0px 30px;
}
.fromCartRemoveBtn {
	z-index: 11111;
	position: absolute;
	cursor: pointer;
	right:30px;
	font-size: 24px;
	padding:4px;
	border-radius: 5px;
	background-color: #ECEFF1;

}
.fromCartRemoveBtn:hover{
	color:#D02037;
}
.sizerBtn {
	cursor: pointer;
	width:80px;
	height:47px;
	border:0px;
	font-size: 16px;
	font-weight: 500;
	color:#252525;
	background-color: #ECEFF1;
	border-radius: 5px;
	margin-right: 10px;
}
.sizerBtn:hover {
	background-color: #D02037;
	color:#FFFFFF;
}
.selectedItem {
	background-color: #D02037;
	color:#FFFFFF;
}
.nextButtonCheckout {
	cursor: pointer;
	width:393px;
	height:54px;
	border:0px;
	font-size: 20px;
	font-weight: 700;
	background-color: #DC2626;
	border-radius: 10px;
	color:#ffffff;
}
.nextButtonCheckout:hover{
	background-color: #B91C1C;
}
.cartDetilesRightLine{
	position: relative;
	width:100%;
	overflow: auto;

	margin-bottom:32px;
}
.cartDetilesRightLineThumb {
	float:left;
	width:30%;
	overflow: auto;
}
.cartDetilesRightLineDetiles {
	float:left;
	width:calc(70% - 20px);
	overflow: auto;
	font-size:14px;
	margin-left: 20px;
}
.checkoutDetilsLiner {
	width: 100%;
	height: 0px;
	border-top: 1px solid #B2B2B2;
}
.detalisHeader{
	width:100%;
	margin-top: 20px;
	padding-bottom: 56px;
	font-size: 32px;
	font-weight: 700;
	color:#E31119;
}
.checkoutDetils {
	display: inline-block;
	width:100%;
	overflow: auto;
	padding:5px 0px 5px 0px;
}
.checkoutDetilsLeft {
	width:50%;
	float:left;
	font-size: 20px;
}
.checkoutDetilsRight {
	width:50%;
	float:left;
	font-size: 20px;
	text-align: right;
}
.pay_succes{
    text-align:center;
    font-size:26px;
    color:#DC2626;
}
.order_text {
    text-align:center;
    font-size:18px;
}
.green {
    font-size:128px;
    color:#00c767;
}.red {
    font-size:128px;
    color:#DC2626;
}





.checkOutLeftMain {
	float:left;
	width:75.3%;
	overflow: auto;
	margin:50px 0px 0px 0px;
}
.checkOutLiner {
	float: left;
	min-height: 700px;
	width:0px;
	border-left:1px solid #B2B2B2;
	margin:50px 50px 0px 0px;
}
.checkOutRightMain {
	float:left;
	width:calc(24.7% - 51px);
	margin:50px 0px 0px 0px;
}

 .fordesktop {
        display:block;
    }
    .formobile {
        margin-top:30px;
        display:none;
    }
.product_page_image{
        float:left;
        width:600px;
        overflow:auto;
}
.product_page_details{
        float:right;
        width:calc(100% - 620px);
        overflow:auto;
}
@media only screen and (max-width: 599px) {
    .logout_abtn{
    float: none !important;
   display: flex;
   width:calc(100% - 50px);
    margin-top:10px;
    margin-right:auto  !important;
    margin-left:auto ;
    text-decoration:none;
    padding:15px;
    background-color:#d4d4d4;
    color:#000000;
    border-radius:5px;
}
.logout_abtn:hover{
    background-color:#D02037;
    color:#ffffff;
}
    .menuBars {
        position:absolute;
        top:162px;
        right:10px;
        width:32px;
        height:32px;
        
    }
    .up_icon {
    text-align:center;
    width:100%;
    text-align:center;
}
.up_names {
   text-align:center;
    width:100%;
    overflow:auto;
}
    .menuBars i {
        font-size:32px;
        color:#ffffff;
    }
    .mainMenu {
        display:none;
        z-index:99999999;
        position:fixed;
        top:220px;
        left:0px;
        width:100%;
        background-color:#910000;
        height:calc(100vh - 220px);
    }
    .mainMenu a {
        display:block;
        font-size:16pt;
        font-weight:700;
        text-decoration:none;
        color:#FFFFFF;
    }
    .mainMenu a:hover {
        color:#ffffff90;
    }
    .mainMenu li {
        list-style:none;
        width:90%;
        height:50px;
        line-height:50px;
        margin-left:auto;
        margin-right:auto;
    }
    .mainMenu i {
        margin-top:15px;
        float:right;
    }
    .footerLogo {
        float:none;
        text-align:center;
        margin: 10px auto;
        width: 100px; /* պարտադիր width */
    }
    .paymentsMethods{
        padding:10px;
    	width:100%;
        text-align:center;
    }
    .footerMain {
    	width:100%;
    	overflow:auto;
    }
    .footerMain h1 {
    	font-size:22px;
    	padding:0px 0px 10px 0px;
    }
    .footerMain a {
    	text-decoration: none;
    	color:#ffffff;
    }
    .footerMain li {
    	width:100%;
    	overflow-y: auto;
    	list-style-type: none;
    }
    .product_page_image{
        width:100%;
        overflow:auto;
    }
    .product_page_details{
        width:100%;
        overflow:auto;
    }
    .purchases_items li{
        width:100%;
    }
    .In{
    	font-family: "Figtree", sans-serif;
    	width:90%;
    	overflow:auto;
    	margin-left:auto;
    	margin-right:auto;
    	
    }
    .product_item {
        position:relative;
        margin-right:0px;
        width:100%;
        float:none;
        display:block;
        margin-top:20px;
    }
    .headerTop {
        font-size:14px;
    }
    .topBtns {
        font-size:14px;
        padding:24px 0px 24px 0px;
    }
    .menuVeticalLine{
        margin:10px 10px 10px 10px;
    }
    .topSlogan {
        font-size:16px;
    }
    .logingBar {
         position:absolute;
         left:10px;
         top:60px;
         font-size:16px;
    }
    .logingBar img{
        height:16px;
    }
    #cartLine {
        position:absolute;
        top:20px;
        left:-10px;
    }
    .topLangs  {
        position:absolute;
        right:10px;
        top:70px;
    }
    .sign_in_left {
        float:none;
        width:100%;
        border-right:0px;
        padding-bottom:25px;
        margin-bottom:20px;
        border-bottom: 1px solid #B2B2B2;
    }.sign_in_right {
        float:none;
        width:100%;
    }
    .signDiv {
        text-align:center;
    }
    .inputDiv {
	    width:calc(100% - 2px);
    }
    .signDiv {
        min-height:50px;
        width:100%;
        float:none;
    }

    .cartItemLineIN {
        	position: relative;
        	width:100%;
        	overflow: auto;
        	overflow-x:hidden;
        	border-right: 0px solid #ECEFF1;
        }
    .cartItemLineRight {
    	position: relative;
    	width: calc(100% - 0px);
    	height: 100%;
    	float:none;
    	overflow: auto;
    }
    .cartItemLine {
        width:100%;
        overflow-x: hidden;
        margin:0px 0px 20px 0px;
    }
    .cartItemLineImg {
        width:100%;
    }
    .nextButtonCheckout{
        width:100%;
    }
    .fromCartRemoveBtn{
        right:10px;
        top:10px;
    }
    .cartPriceStamp {
        right:10px;
        margin-top:-50px;
        top:50%;
        padding:5px;
        border-radius:5px;
        background-color:#ffffff60;
    }
    .ProductTitleThumb {
        width:auto;
        padding-top:10px;
        font-size:20px;
    }
    .detailsDiv {
    	position: relative;
    	width:100%;
    	line-height:25px;
    	overflow:auto;
    	font-size:11px;
    }
    .checkOutLeftMain {
    	width:100%;
    	overflow: auto;
    	overflow-x:hidden;
    	margin:5px 0px 0px 0px;
    }
    .checkOutLiner {
    	width:100%;
    	min-height:0px;
    	height:0px;
    	border-top:1px solid #B2B2B2;
    	margin:20px 20px 0px 0px;
    }
    .checkOutRightMain {
    	width:100%;
    	overflow:auto;
    }
    .sizerBtn {
    	cursor: pointer;
    	width:80px;
    	height:47px;
    	border:0px;
    	font-size: 12px;
    	font-weight: 500;
    	color:#252525;
    	background-color: #ECEFF1;
    	border-radius: 5px;
    	margin-right: 10px;
    	margin-bottom:10px;
    }
    .fordesktop {
        display:none;
    }
    .formobile {
        margin-top:30px;
        display:block;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .menuBars {
        position:absolute;
        top:162px;
        right:10px;
        width:32px;
        height:32px;
        
    }
    .menuBars i {
        font-size:32px;
        color:#ffffff;
    }
    .mainMenu {
        display:none;
    }
    .product_item {
	position:relative;
	float:left;
	width:47.5%;
	margin-right:5%;
    }
    
    .product_item:nth-child(2n){
    	margin-right: 0%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1365px) {
    .menuBars {
        display:none;
    }
    .product_item {
	position:relative;
	float:left;
	width:30%;
	margin-right:5%;
    }
    
    .product_item:nth-child(3n){
    	margin-right: 0%;
    }
    .mainMenu {
    width:100%;
    margin-top:15px;
    height:50px;
}
.mainMenu a {
    font-size:16pt;
    font-weight:700;
    text-decoration:none;
    color:#FFFFFF;
}
.mainMenu a:hover {
    color:#ffffff90;
}
.mainMenu li {
    list-style:none;
    float:left;
    margin-right:25px;
}
}
@media only screen and (min-width: 1366px) {
    .menuBars {
        display:none;
    }
    .product_item {
	position:relative;
	float:left;
	width:20.8%;
	margin-right:5.6%;
}

.product_item:nth-child(4n){
	margin-right: 0%;
}
.mainMenu {
    width:100%;
    margin-top:15px;
    height:50px;
}
.mainMenu a {
    font-size:16pt;
    font-weight:700;
    text-decoration:none;
    color:#FFFFFF;
}
.mainMenu a:hover {
    color:#ffffff90;
}
.mainMenu li {
    list-style:none;
    float:left;
    margin-right:25px;
}
}
