html, body {
    position: relative;
    height: 100%;
}


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-image: url('../images/body_background.png');
    background-size: cover;
    background-position: center;
    padding-top: 81px;
}


/* section_header */
.section_header{
	margin-bottom: 20px;
}

.section_header .section-title{
    font-size: 35px;
    color: #000;
}

.section_header .line{                     
	width: 40px;
	background: #80161A;
	height: 4px;
	margin:15px auto;
}

#loadMore {
    padding: 10px 20px;
    text-align: center;
    background-color: #80161A;
    color: #fff;
    border-width: 1px solid #80161A;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

#loadMore:hover {
    background-color: #000;
}

/* rightList */
.rightList {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 40px;
    background-color: #F7F7F7;
    width: 300px;
    height: 100%;
}

.rightList .title {
    margin: 30px 0;
}

.rightList .title a {
    text-decoration: none;
    outline: none;
}

.rightList .title h5 {
    color: #000;
}

.rightList .title h5:hover {
    color: #80161A;
}

.rightList .item {
    margin-bottom: 30px;
}

.rightList .item .items {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.rightList .item .items:hover {
    transition: all 0.2s ease-in;
    transform: scale(1.1);
}

.rightList .item .items:hover > a {
    color: #80161A;
}

.rightList .item .items a {
    text-decoration: none;
    outline: none;
    color: #21201E;
}

.rightList .item .items img {
    float: left;
    margin-right: 10px;
    width: 52px;
    height: 70px;
}

.rightList .item .items .Desc {
    text-align: left;
    width: 190px;
    padding-top: 12px;
}

.rightList .item .items .Desc p {
    font-size: 16px;
    font-weight: 400;
}




/* card_item */
.card_item {
    padding-bottom: 5px;
    width: 265px;
    height: 440px;
    background-color: #FFF;
    box-shadow: 3px 6px 7px #0000004f;
    transition: all 0.2s ease-out;
}

.card_item:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in;
}

.card_item .slider_img {
    width: 265px;
    height: 265px;
    padding: 12px;
}

.card_item .profile_img{
    width: 200px;
    height: 100px;
}

.card_item .title {
    margin: 20px;
    margin-bottom: 0;
    text-align: left;
    width: 80%;
}

.card_item .title h4 {
    font-size: 18px;
}

.card_item .details {
    text-align: left;
    margin: 0 20px;
}

.card_item .details p {
    font-size: 15px;
    line-height: 1.2;
}

.card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

.card_item .card_bottom .profile_img {
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

.card_item .card_bottom span {
    font-size: 16px;
    margin-left: 5px;
    color: #7a7777;
}


/* AccountLinks */
.Accountlinks {
    text-align: center;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    border-bottom: 1px solid #eae9e9;
}

.Accountlinks a {
    padding:10px 20px;
    margin: 0 25px;
    color: #696969;
    text-decoration: none;
    outline: none;
    font-weight: 500;
}

.Accountlinks a:not(.active):hover {
    color: #FFF;
    background-color: #80161A;
}

.Accountlinks a.active {
    color: #FFF;
    background-color: #80161A;
}




.clearfix {
    clear: both;
}


/* Header */

.sticky{                             
    background-color: #f7f7f7;
    color: #FFF;
}

header {
    background-color: #FFF;
    color: #000;
    width: 100%;
    position: fixed;
    z-index: 555;
    top:0;
    box-shadow: 0px 2px 10px #5d5d5d45;
}

header .logo {
    text-align: left;
    width: 10%;
    float: left;
    padding: 10px;
    padding-left: 20px;
    margin-top: 10px;
}

header .logo img {
    width: 100px;
    height: 50px;
}

header  nav {
    width: 65%;
    float: left;
    padding: 3px 10px 0px 10px;
}

header nav i.icon,header nav i.icon_close{                       
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 10;
    display: none; 
    transition: all 0.2s ease-out;
}

header nav i.icon_close {
    color: #80161A;
}

header nav .fa-2x {
    font-size: 24px;
}

header nav i.icon:hover {
    color: #80161A;
    transition: all 0.2s ease-in;
}

header  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


header  nav ul li {
    float: left;
    margin: 0 25px;
}


header  nav ul li a {
    display: block;
    text-align: center;
    padding: 28px 0 21px;
    color: #696969;
    font-weight: bold;
    font-family: 'lato' !important;
}

header  nav ul li a.active {
    border-bottom:thick solid #80161A;
    text-decoration: none;
    color: #80161A;
}
  
header  nav ul li a:hover {
    color: #80161A;
    border-bottom:thick solid #80161A;
    text-decoration: none;
}


/* DropDown */
.dropdown {
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #696969;
    padding: 28px 0 21px;
    background-color: inherit;
    font-weight: bold;
    font-family: 'lato';
    margin: 0;
  }

  .navbar a:hover, .dropdown:hover .dropbtn {
    color: #80161A;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    border: 2px solid #efefef;
    z-index: 2;
    overflow: hidden;
  }
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Create three equal columns that floats next to each other */
  .dropdown-content .column {
    float: left;
    width: 25%;
    padding: 10px 40px;
    background-color: #FFF;
    height: 250px;
  }
  
  .dropdown-content .column a {
    float: none;
    color: #696969;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content .column a:hover {
    color: #80161A;
    border-bottom: none;
  }

  .dropdown-content .row {
      margin-left: 0;
      margin-right: 0;
  }
  
  /* Clear floats after the columns */
  .dropdown-content .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .dropdown-content .column {
      width: 100%;
      height: auto;
    }
  }


li.EN {
    display: inline-block;
}

li.EN .link_title {
    padding: 28px 0 21px;
}

  
.EN-content {    
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0px;
    top: 40px;
}

.EN-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

.EN-content a:hover {background-color: #f7f7f7; color: #80161A;}

.EN:hover .EN-content {
    display: block;
}


.search-box {
    position: absolute;
    top: 49px;
    display: none;
}

.search-box .search_input {
    padding: 7px;
    border: 0;
    outline: 0;
    width: 225px;
    border: 1px solid #efeeee;
    border-radius: 5px;
}

.search-box .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #80161A;
    color: #FFF;
    border: 0;
    padding: 11px;
    outline: 0;
    border-radius: 0 5px 5px 0;
}


header .icons {
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
    padding-right: 20px;
    margin-top: 22px;
}
header .icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

header .icons ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    border-right: 1px solid #e2e2e2;
    cursor: pointer;
    line-height: 1;
}

header .icons ul li:last-child {
    border-right: 0;
}

header .icons ul li a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-out;
}

header .icons ul li a .CartNumber {
    position: absolute;
    top: -40%;
    left: 60%;
    color: #FFF;
    text-align: center;
    background-color: #80161A;
    border-radius: 200px;
}

header .icons ul li a .CartNumber h5{
    font-size: 10px;
    width: 13px;
    padding: 1px 0;
	margin: auto;
	font-family: sans-serif;
}

header .icons ul li a i{
    display: block;
    font-size: 18px;
}

header .icons ul li i {
    color: #000;
}

header .icons ul li a:hover,header .icons ul li i:hover {
    color: #80161A;
    transition: all 0.2s ease-in;
}

/* Swiper */
.swiper-container {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url('../images/SliderBaground.png');
    background-size: cover;
    background-position: initial;
    padding:40px 70px;
    z-index: 1;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #FFF;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arrow_right.svg);
    display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/arrow_left.svg);
    display: none;
    /* border: 2px solid #FFF;
    border-radius: 150px;
    width: 56px;
    height: 56px; */
}



/* Advertisements */
#Advertisements {
    margin: 40px 0px;
    overflow: hidden;
}

#Advertisements div {
    margin-bottom: 20px;
}

#Advertisements img {
    width: 100%;
    height: 100%;
}


/* Recently_Arrived */
#Recently_Arrived {
    margin: 40px 0px;
}

#Recently_Arrived .card_item {
    padding-bottom: 5px;
    width: 265px;
    height: 400px;
    margin: auto;
    background-color: #FFF;
    box-shadow: 3px 5px 10px #efefef;
}

#Recently_Arrived .card_item .item_img {
    position: relative;
    margin-bottom: 5px;
}

#Recently_Arrived .card_item .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#Recently_Arrived .card_item .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Recently_Arrived .card_item:hover >.item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Recently_Arrived .card_item .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 0%;
    left: 5%;
    padding-left: 5px;
}

#Recently_Arrived .card_item .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#Recently_Arrived .card_item .item_img .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 14%;
}

#Recently_Arrived .card_item .item_img .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#Recently_Arrived .card_item .item_img .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 0%;
    padding-right: 10px;
}



#Recently_Arrived .card_item .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#Recently_Arrived .card_item .item_img .Overlay_div a.active_heart i {
    color: red;
}

#Recently_Arrived .card_item .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}





#Recently_Arrived .card_item .titlePrice .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 0;
    margin-left: 20px;
}


#Recently_Arrived .card_item .titlePrice .title h4 {
    font-size: 16px;
    color: #000;
}

#Recently_Arrived .card_item .titlePrice .price {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 15px;
}

#Recently_Arrived .card_item .titlePrice .price span {
    color: #80161A;
    font-size: 16px;
    font-weight: bold;
}

#Recently_Arrived .card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

#Recently_Arrived .card_item .card_bottom .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 150px;
    display: inline-block;
}

#Recently_Arrived .card_item .card_bottom span {
    font-size: 15px;
    margin-left: 5px;
    color: #7a7777;
}



/* English_Books */
#English_Books {
    margin: 40px 0px;
}

#English_Books .card_item {
    padding-bottom: 5px;
    width: 265px;
    height: 400px;
    margin: auto;
    background-color: #FFF;
    box-shadow: 3px 5px 10px #efefef;
}

#English_Books .card_item .item_img {
    position: relative;
    margin-bottom: 5px;
}


#English_Books .card_item .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#English_Books .card_item .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#English_Books .card_item:hover > .item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#English_Books .card_item .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 0%;
    left: 5%;
    padding-left: 5px;
}

#English_Books .card_item .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#English_Books .card_item .item_img .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 14%;
}

#English_Books .card_item .item_img .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#English_Books .card_item .item_img .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 0%;
    padding-right: 10px;
}



#English_Books .card_item .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#English_Books .card_item .item_img .Overlay_div a.active_heart i {
    color: red;
}

#English_Books .card_item .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}



#English_Books .card_item .titlePrice .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 0;
    margin-left: 20px;
}


#English_Books .card_item .titlePrice .title h4 {
    font-size: 16px;
    color: #000;
}

#English_Books .card_item .titlePrice .price {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 15px;
}

#English_Books .card_item .titlePrice .price span {
    color: #80161A;
    font-size: 16px;
    font-weight: bold;
}

#English_Books .card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

#English_Books .card_item .card_bottom .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 150px;
    display: inline-block;
}

#English_Books .card_item .card_bottom span {
    font-size: 15px;
    margin-left: 5px;
    color: #7a7777;
}


/* Best_Seller */
#Best_Seller {
    margin: 40px 0px;
    background-image: url('../images/bestSeller_Bg.png');
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#Best_Seller .card_item {
    padding-bottom: 0;
    width: 255px;
    height: 390px;
    margin: auto;
    background-color: #FFF;
    padding: 7px;
}

#Best_Seller .card_item .slider_img {
    width: 100%;
    height: 100%;
    padding: 0;
}

#Best_Seller .slick-prev:before,#Best_Seller  .slick-next:before {
    font-size: 23px;
    line-height: 1;
    opacity: 1;
    box-shadow: none;
    color: #80161A;
    background-color: #FFF;
    border-radius: 50px;
    padding: 5px;
}


#Best_Seller .Desc {
    text-align: center;
    width: 60%;
    margin: auto;
}

#Best_Seller .Desc p {
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-family: 'Lato';
}

.itemundercaro .row {
    margin-left: 0;
    margin-right: 0;
}
.itemundercaro:focus {
    outline: none
}

.itemscroll {
    background-color: none;
    margin: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.slick-prev:before, .slick-next:before {
    font-size: 23px;
    line-height: 1;
    opacity: 1;
    color: #FFF;
    background-color: #80161A;
    border-radius: 50px;
    padding: 5px 6px;
}

.slick-prev {
    left: -45px;
}
   
.slick-next {
    right: -30px;
}


/* Second_Advertisements */
#Second_Advertisements {
    margin: 40px 0px;
    overflow: hidden;
}

#Second_Advertisements #myAds {
    margin-bottom: 20px;
}

#Second_Advertisements img {
    width: 100%;
    height: 100%;
}


/* Accessories */
#Accessories {
    margin: 40px 0px;
}

#Accessories #photos {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           10px;
 }



 #Accessories #photos .item_img {
    position: relative;
}

#Accessories #photos .item_img img {
   width: 100% !important;
   height: auto;
   margin: 5px 0;
}

#Accessories #photos .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Accessories #photos .item_img:hover >.Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Accessories #photos .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 7%;
    left: 5%;
    padding-left: 5px;
}

#Accessories #photos .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#Accessories #photos .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 7%;
    right: 14%;
}

#Accessories #photos .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#Accessories #photos .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 7%;
    right: 0%;
    padding-right: 10px;
}



#Accessories #photos .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#Accessories #photos .item_img .Overlay_div a.active_heart i {
    color: red;
}

#Accessories #photos .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}
 
 
 @media (max-width: 1200px) {
    #Accessories #photos {
   -moz-column-count:    4;
   -webkit-column-count: 4;
   column-count:         4;
   }
 }
 @media (max-width: 1000px) {
    #Accessories #photos {
   -moz-column-count:    3;
   -webkit-column-count: 3;
   column-count:         3;
   }
 }
 @media (max-width: 800px) {
    #Accessories #photos {
   -moz-column-count:    2;
   -webkit-column-count: 2;
   column-count:         2;
   }
 }
 @media (max-width: 400px) {
    #Accessories #photos {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
   }
 }

 #Accessories .AccessoriesBtn {
     text-align: center;
     margin: 20px 0;
 }

 #Accessories .AccessoriesBtn button {
    background-color: #80161A;
    width: 130px;
    padding: 5px;
    border: none;
    outline: 0;
    color: #FFF;
    cursor: pointer;
    transition: all 0.2s ease-out;
 }

 #Accessories .AccessoriesBtn button:hover {
     background-color: #000;
     color: #FFF;
     transition: all 0.2s ease-in;
 }



 /* Footer */

.footer {
	padding-top: 30px;
	padding-right: 0;
    padding-left: 0;
    border: 0;
    background-image: url('../images/footer_Bg.png');
    background-size: cover;
    background-position: center;
}

.footer_list li a:hover {
    color: #80161A;
    transition: all 0.5s ease-in-out;
}

.widget_nav_menu .title-widget {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

.widget_nav_menu .line{                     
	width: 35px;
	background: #80161A;
    height: 3px;
    margin-bottom: 20px;
}

.add_email {
    display: block; 
    font-size: 12px
}

.widget_nav_menu img {
    width: 180px;
    height: 110px;
    margin-top: 35px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}


.widget_nav_menu ul li {
    font-size: 16px;
    line-height: 20px;
	position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width:100%;
    color: #000;
}

.widget_nav_menu ul li a {
    color: #000;
    text-decoration: none;
}

.widget_nav_menu ul li a .location {
    margin-left: 20px;
}


.widget_nav_menu ul li a button{
    background: none;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 50px;
    width: 80px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.widget_nav_menu ul li a button:hover{
    border: 1px solid #80161A;
    background-color: #80161A;
    color: #FFF;
    transition: all 0.2s ease-in;
}

.widget_nav_menu ul li a i {
    margin-right: 10px;
    font-size: 20px;
}

.footer_Marker {
    float: left;
}

.widget_nav_menu p {
    margin-top: 10px;
    margin-bottom: 5px;
}


.footer-bottom {
    min-height: 30px;
    width: 100%;
    border-top: 1px solid #cecdcd;
}


.footer-bottom .language {
    color: #21201E;
    margin-top: 10px;
}

.footer-bottom .copyright {
    color: #21201E;
    text-align: right;
    margin-top: 10px;
}

.footer-bottom .copyright p ,.language p{
    font-size: 14px;
}
  

.footer .form-check {
    margin-top: 10px;
    font-size: 14px;
}

.footer .privacy {
    color: #80161A;
    font-weight: 500;
    transition: all 0.2s ease-out;
}

.footer .privacy:hover {
    color: #000;
    transition: all 0.2s ease-in;
}


.footer .social {
    text-align: center;
}

.social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social ul li{
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}

.footer .social ul li a {
    color: #21201E;
    text-decoration: none;
}

.footer .social ul li a i {
    font-size: 20px;
}

.social ul li a i:hover {
    color:#80161A;
    transition: all 0.5s ease-in-out;
}

.footer form.example {
    width:90%;
    margin-top: 10px;
    position: relative;
}

.footer form.example input[type=text] {
    padding: 5px;
    padding-left: 40px;
    font-size: 17px;
    border: none;
    float: left;
    width: 100%;
    background: none;
    border: 1px solid #797773;
}
.footer form.example input[type=text]:focus {
    outline: none
}



.footer form.example button {
    float: left;
    width: 20%;
    padding: 6px;
    background: #80161A;
    color: #FFF;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}
  
.footer form.example::after {
    content: "";
    clear: both;
    display: table;
}

.footer .fa-envelope-o {
    position: absolute;
    padding: 7px;
    color: #000;
    border: 0;
    min-width: 30px;
    text-align: center;
    left: 0%;
    border-right: none;
}


/***** Start Scroll To Top *****/
.scroll_top {
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #80161A;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none;
	cursor: pointer;
	border-radius: 100px;
}

.scroll_top i{
	position: absolute;
	top: 10px;
    right: 13px;
    transition: all 0.2s ease-out;
}

.scroll_top:hover{
	background-color: #000;
	color: #FFF;
	transition: all 0.2s ease-in;
}


/**************/
/* About Us   */
/**************/
#AboutUs {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#AboutUs .AboutDiv .Desc {
    margin-top: 30px;
}

#AboutUs .AboutDiv .Desc p {
    font-family: sans-serif;
    line-height: 1.7;
    color: #5d5d5d;
}

/**************/
/* Register  */
/**************/
#Register {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#Register .Form {
    padding: 50px 40px;
    background-color: #F7F7F7;
}


#Register .Form input ,#Register .Form  select{
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#Register .Form input::placeholder {
    color: #949494;
}

#Register .Form  select {
    color: #929191;
}


#Register .Form label {
    margin-top: 5px;
}


#Register .Form .registerDiv {
    text-align: right;
}

#Register .Form .register_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#Register .Form .register_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}


/**************/
/* Login  */
/**************/
#Login {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}



#Login .Form {
    padding: 50px 40px;
    background-color: #F7F7F7;
}

#Login .createAccont {
    padding: 30px 20px;
    background-color: #F7F7F7;
}

#Login .createAccont span {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

#Login .createAccont p {
    font-size: 14px;
    color: #929191;
}

#Login .Form label {
    color: #80161A;
    font-size: 14px;
    cursor: pointer;
}

#Login .Form input {
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#Login .Form input::placeholder {
    color: #949494;
}


#Login .Form .login_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

#Login .Form .login_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}


#Login .createAccont .createAccount_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 50%;
    border-radius: 0;
    color: #FFF;
    outline: none;
    margin-top: 10px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
#Login .createAccont .createAccount_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}

/**************/
/* Address  */
/**************/
#Address {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#Address .Form {
    margin-top: 30px;
    padding: 50px 40px;
    background-color: #F7F7F7;
}


#Address .Form .EnterAddres {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

#Address .Form input ,#Address .Form  select{
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#Address .Form input::placeholder {
    color: #949494;
}

#Address .Form  select {
    color: #929191;
}


#Address .Form label {
    margin-top: 5px;
}

#Address .BackDiv {
    text-align: left;
}

#Address .CheckoutDiv {
    text-align: right;
}

#Address .checkout_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#Address .checkout_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}

#Address .back_btn {
    background: none;
    border: 1px solid #80161A;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #80161A;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#Address .back_btn:hover {
    background-color: #80161A;
    color: #FFF;
    transition: all 0.2s ease-in;
}


/**************/
/* Payment  */
/**************/
#Payment {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#Payment .Form {
    margin-top: 30px;
    padding: 50px 40px;
    background-color: #F7F7F7;
}

#Payment .Form a {
    text-decoration: none;
    outline: none;
}

#Payment .Form .Payment_card {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

#Payment .Form .Payment_card.active{
    border:1px solid #80161A;
   
} 

#Payment .Form .Payment_card.active > span,
#Payment .Form .Payment_card:not(.active):hover > span {
    color: #80161A;
}

#Payment .Form .Payment_card:not(.active):hover {
    border:1px solid #80161A;
}

#Payment .Form .Payment_card span {
    color: #000;
    margin-left: 5px;
}

#Payment .Form .EnterAddres {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

#Payment .Form input ,#Payment .Form  select{
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#Payment .Form input::placeholder {
    color: #949494;
}

#Payment .Form  select {
    color: #929191;
}


#Payment .Form label {
    margin-top: 5px;
}

#Payment .BackDiv {
    text-align: left;
}

#Payment .NextDiv {
    text-align: right;
}

#Payment .next_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#Payment .next_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}

#Payment .back_btn {
    background: none;
    border: 1px solid #80161A;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #80161A;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#Payment .back_btn:hover {
    background-color: #80161A;
    color: #FFF;
    transition: all 0.2s ease-in;
}


/**************/
/* Contact  */
/**************/
#Contact {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#Contact .contactInfo {
    padding: 30px;
    margin-top: 20px;
    background-color: #F7F7F7;
}

#Contact .contactInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Contact .contactInfo ul li {
    display: block;
    margin-bottom: 15px;
}

#Contact .contactInfo ul li a {
    text-decoration: none;
    outline: none;
    color: #696969;
}

#Contact .contactInfo ul li a i {
    margin-right: 10px;
    color: #000;
}

#Contact .contactInfo ul li a i.Contact_Marker {
    float: left;
}

#Contact .contactInfo ul li a .location {
    margin-left: 30px;
}

#Contact .contactInfo ul li a:hover,#Contact .contactInfo ul li a:hover > i {
    color: #80161A;
}

#Contact .contactInfo ul li .Social li {
    display: inline-block;
    margin-right: 15px;
}

#Contact .contactInfo ul li .Social li img:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}


#Contact .Form input,#Contact .Form textarea {
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#Contact .Form input::placeholder {
    color: #949494;
}

#Contact .Form textarea {
    resize: none;
}

#Contact .Form .send_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 100%;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

#Contact .Form .send_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}


/**************/
/* ShoppingCart  */
/**************/
#ShoppingCart {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#ShoppingCart .table-responsive {
    background-color: #FFF;
    padding: 20px;
}

#ShoppingCart .table td,#ShoppingCart .table th {
    vertical-align: middle;
    text-align: center;
}

#ShoppingCart .table-bordered td, #ShoppingCart .table-bordered th {
    border: 0;
    font-size: 15px;
    border-bottom: 2px solid #eeeded;
}

#ShoppingCart .table-bordered th {
    font-weight: 500;
    color: #000;
}


#ShoppingCart .table-bordered .deletecard {
    color: #b7b7b7;
    cursor: pointer;
}

#ShoppingCart table td .ShoppingImg {
    width: 87px;
    height: 117px;
}

#ShoppingCart table td .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }

  
  #ShoppingCart table td .quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 150px;
    border: 1px solid #c3c9cf;
    cursor: pointer;
  }

  #ShoppingCart table td .quantity button:focus,
  #ShoppingCart table td .quantity input:focus {
    outline:0;
  }

  #ShoppingCart table td .quantity .minus-btn img,#ShoppingCart table td .quantity .plus-btn img {
    margin-bottom: 3px;
  }
  
  #ShoppingCart .pricing {
      margin-top: 20px;
      padding: 30px;
      background-color: #F7F7F7;
      overflow: hidden;
      margin-bottom: 20px;
  }

  #ShoppingCart .pricing .Totalprice {
      margin-bottom: 20px;
      overflow: hidden;
  }

  #ShoppingCart .pricing .Totalprice:last-of-type {
      margin-bottom: 0;
  }


  #ShoppingCart .pricing .Totalprice .left {
      width: 50%;
      float: left;
      text-align: left;
  }

  #ShoppingCart .pricing .Totalprice .left span {
    font-weight: 400;
    color: #000;
}

 
  #ShoppingCart .pricing .Totalprice .right {
    width: 50%;
    float: right;
    text-align: right;
}

#ShoppingCart .pricing .Totalprice .right span {
    font-weight: 500;
    color: #000;
}

#ShoppingCart .pricing .Totalprice .right .total,
#ShoppingCart .pricing .Totalprice .left .total {
    color: #80161A;
    font-size: 21px;
}


#ShoppingCart .ContinueDiv {
    text-align: left;
}

#ShoppingCart .CheckoutDiv {
    text-align: right;
}


#ShoppingCart .checkout_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

#ShoppingCart .checkout_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}

#ShoppingCart .continue_btn {
    background: none;
    border: 1px solid #80161A;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #80161A;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

#ShoppingCart .continue_btn:hover {
    background-color: #80161A;
    color: #FFF;
    transition: all 0.2s ease-in;
}


/**************/
/* ChangePass  */
/**************/
#ChangePass {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#ChangePass .Form {
    padding: 40px;
    background-color: #F7F7F7;
}

#ChangePass .Form input{
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#ChangePass .Form input::placeholder {
    color: #949494;
}

#ChangePass .Form .saveDiv {
    text-align: right;
}

#ChangePass .Form .save_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#ChangePass .Form .save_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}



/**************/
/* EditProfile  */
/**************/
#EditProfile {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;
}

#EditProfile .Form {
    padding: 40px;
    background-color: #F7F7F7;
}

#EditProfile .Form .profile_User {
    width: 120px;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
}

#EditProfile .Form .profile_User img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
}


#EditProfile .Form .profile_User .Edit_icon {
    position: absolute;
    top: 2%;
    right: 15%;
    color: #FFF;
    text-align: center;
}

#EditProfile .Form .profile_User .Edit_icon #upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 24px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

#EditProfile .Form .profile_User .Edit_icon a {
    color: #FFF;
}

#EditProfile .Form .profile_User .Edit_icon i{
    font-size: 12px;
    margin: auto;
    border: 1px solid #80161A;
    border-radius: 150px;
    padding: 5px;
    background: #80161A;
}


#EditProfile .Form input{
    box-shadow: none;
    background-color: #FFF;
    border: none;
}

#EditProfile .Form input::placeholder {
    color: #949494;
}


#EditProfile .Form .saveDiv {
    text-align: right;
}

#EditProfile .Form .save_btn {
    background: #80161A;
    border: none;
    padding: 7px;
    width: 200px;
    border-radius: 0;
    color: #FFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in;
}

#EditProfile .Form .save_btn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}


/****************/
/*** Wishlist ***/
/***************/
#Wishlist {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;  
}

#Wishlist .card_item {
    height: 400px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px #d8d8d8;
}

#Wishlist .card_item .item_img {
    position: relative;
    margin-bottom: 5px;
}

#Wishlist .card_item .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#Wishlist .card_item .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Wishlist .card_item:hover > .item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Wishlist .card_item .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 0%;
    left: 5%;
    padding-left: 5px;
}

#Wishlist .card_item .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#Wishlist .card_item .item_img .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 14%;
}

#Wishlist .card_item .item_img .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#Wishlist .card_item .item_img .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 0%;
    padding-right: 10px;
}



#Wishlist .card_item .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#Wishlist .card_item .item_img .Overlay_div a.active_heart i {
    color: red;
}

#Wishlist .card_item .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}





#Wishlist .card_item .titlePrice .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 0;
    margin-left: 20px;
}


#Wishlist .card_item .titlePrice .title h4 {
    font-size: 16px;
    color: #000;
}

#Wishlist .card_item .titlePrice .price {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 15px;
}

#Wishlist .card_item .titlePrice .price span {
    color: #80161A;
    font-size: 16px;
    font-weight: bold;
}

#Wishlist .card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

#Wishlist .card_item .card_bottom .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 150px;
    display: inline-block;
}

#Wishlist .card_item .card_bottom span {
    font-size: 15px;
    margin-left: 5px;
    color: #7a7777;
}


.WishlistCard {
    display: none;
}

#Wishlist .myItems {
    margin-bottom: 30px;
    text-align: center;
}

/**************/
/** Articles **/
/***************/
#Articles {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;  
}

.ArticleCard {
    display:none;
}

#Articles .ArticleLink {
    text-decoration: none;
    outline: none;
    color: #000;
}

#Articles .myArticles {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#Articles .myArticles .card_item {
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px #d8d8d8;
}


/********************/
/** Product_Details **/
/********************/
#Product_Details {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;  
}

#Product_Details .ProductContent {
    margin-top: 30px;
    padding: 20px;
    background-color: #F7F7F7;
}


#Product_Details .ProductContent .productPic img {
    width: 100%;
    height: 100%;
    transition: transform .2s;
}

#Product_Details .ProductContent .productPic img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}


#Product_Details .ProductContent .myproduct h3 {
    margin-top: 10px;
}

#Product_Details .ProductContent .myproduct .price span{
    text-decoration: line-through;
    color: #b6b9b9;
    font-size: 18px;
}

#Product_Details .ProductContent .myproduct .price h5 {
    color: #80161A;
    font-size: 23px;
}

#Product_Details .ProductContent .myproduct .productCart {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 20px;
}

#Product_Details .ProductContent .myproduct .productCart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Product_Details .ProductContent .myproduct .productCart ul li {
    float: left;
    width: 33.3333333%;
    text-align: center;
}

#Product_Details .ProductContent .myproduct .productCart ul li .quantity {
    text-align: left;
}

#Product_Details .ProductContent .myproduct .productCart ul li .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    background: transparent;
  }

  
  #Product_Details .ProductContent .myproduct .productCart ul li .quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 150px;
    border: 1px solid #c3c9cf;
    cursor: pointer;
  }

  #Product_Details .ProductContent .myproduct .productCart ul li .quantity button:focus,
  #Product_Details .ProductContent .myproduct .productCart ul li .quantity input:focus {
    outline:0;
  }

  #Product_Details .ProductContent .myproduct .productCart ul li .quantity .minus-btn img,
  #Product_Details .ProductContent .myproduct .productCart ul li .quantity .plus-btn img {
    margin-bottom: 3px;
  }

#Product_Details .ProductContent .myproduct .productCart ul li   .cartBtn {
    background-color: #80161A;
    width: 100%;
    color: #FFF;
    border-radius: 0;
    outline: none;
    border: none;
    box-shadow: none;
    transition: all 0.2s ease-out;
}

#Product_Details .ProductContent .myproduct .productCart ul li  .cartBtn:hover {
    background-color: #000;
    transition: all 0.2s ease-in;
}

#Product_Details .ProductContent .myproduct .productCart ul li .fa-heart {
    color: #80161A;
    cursor: pointer;
    margin-top: 10px;
}

#Product_Details .ProductContent .myproduct .productCart ul li .fa-heart:hover {
    color: #696969;
} 

#Product_Details .ProductContent .myproduct p {
    text-align: left;
	color: #7B7B7B;
}

#Product_Details .table-responsive {
    background-color: transparent;
    padding: 0px;
    margin-top: 20px;
}

#Product_Details .ProductContent .table thead th {
    vertical-align: middle;
    border: 0;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

#Product_Details  .table td {
    border: 0;
    text-align: center;
}

#Product_Details .ProductsDiv {
    margin: 30px 0;
}

#Product_Details .ProductsDiv .section_header .section-title {
    font-size: 35px;
    color: #000;
    text-align: left;
}


#Product_Details .ProductsDiv .section_header .line {
    width: 40px;
    background: #80161A;
    height: 4px;
    margin: 0;
}

#Product_Details .card_item {
    height: 400px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px #d8d8d8;
}

#Product_Details  .card_item .item_img {
    position: relative;
    margin-bottom: 5px;
}

#Product_Details .card_item .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#Product_Details .card_item .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Product_Details .card_item:hover > .item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Product_Details  .card_item .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 0%;
    left: 5%;
    padding-left: 5px;
}

#Product_Details  .card_item .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#Product_Details  .card_item .item_img .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 14%;
}

#Product_Details .card_item .item_img .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#Product_Details  .card_item .item_img .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 0%;
    padding-right: 10px;
}



#Product_Details  .card_item .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#Product_Details  .card_item .item_img .Overlay_div a.active_heart i {
    color: red;
}

#Product_Details  .card_item .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}





#Product_Details  .card_item .titlePrice .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 0;
    margin-left: 20px;
}


#Product_Details  .card_item .titlePrice .title h4 {
    font-size: 16px;
    color: #000;
}

#Product_Details  .card_item .titlePrice .price {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 15px;
}

#Product_Details .card_item .titlePrice .price span {
    color: #80161A;
    font-size: 16px;
    font-weight: bold;
}

#Product_Details .card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

#Product_Details  .card_item .card_bottom .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 150px;
    display: inline-block;
}

#Product_Details  .card_item .card_bottom span {
    font-size: 15px;
    margin-left: 5px;
    color: #7a7777;
}




#Product_Details .comments {
    margin-top: 50px;
}

#Product_Details .comments .CommentNum i {
    font-size: 30px;
    color: #80161A;
}

#Product_Details .comments .CommentNum span {
    color: #6b6b6b;
    font-size: 20px;
}

#Product_Details.comments hr {
    border-top: 1px solid rgba(0,0,0,0.1);
}


#Product_Details .comments .commentInp {
    margin-top: 20px;
    padding: 15px;
    border-color: #ddd;
    font-size: 14px;
    color: #949494;
}


#Product_Details .comments .commentInp:focus {
    outline: none;
    box-shadow: none;
    border-color: #80161A;
}

#Product_Details .comments .user_comment {
    margin: 20px 0;
}

#Product_Details .comments .user_comment .userData span {
    color: #80161A;
    font-size: 14px;
}

#Product_Details .comments .user_comment .userData span .time {
    font-size: 12px;
    color: #949494;
}

#Product_Details .comments .user_comment .MyComment {
    margin-left: 50px;
}

#Product_Details .comments .user_comment .MyComment p {
    color: #6b6b6b;
    font-size: 14px;
}




/**********/
/* Offers */
/*********/
#Offers {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;  
}


#Offers .searchFilter {
    padding: 12px;
    background-color: #ded9d9bf;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

#Offers .searchFilter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#Offers .searchFilter ul li {
    float: left;
    margin-right: 2px;
}

#Offers .searchFilter ul li input {
    border: none;
    background-color: #FFF;
    padding: 6.5px;
    width: 155px;
    font-size: 15px;
}

#Offers .searchFilter ul li input::placeholder {
    color: #CACACA;
}

#Offers .searchFilter ul li input:focus,#Offers .searchFilter ul li select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}


#Offers .searchFilter ul li .custom-select {
    width: 155px;
    height: 35px;
    padding: 5px;
    border: 1px solid #FFF;
    background: #FFF;
    position: relative;
    border-radius: 0;
}

#Offers .searchFilter ul li .custom-select select {
    border: none;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #adadad;
    background: transparent;
    position: relative;
    z-index: 2;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#Offers .searchFilter ul li .custom-select:after {
    content: "⌵";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    top: 5px;
    right: 10px;
    font-size: 18px;
    color: #80161A;
    z-index: 1;
} 


#Offers .searchFilter ul li button {
    background-color: #80161A;
    padding: 6.5px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    border-radius: 0;
    width: 165px;
    color: #FFF;
    outline: none;
    transition: all 0.2s ease-out;  
}

#Offers .searchFilter ul li button:hover {
    background-color: #000;
    transition: all 0.2s ease-in;  
}



#Offers .card_item {
    height: 400px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px #d8d8d8;
}

#Offers  .card_item .item_img {
    position: relative;
    margin-bottom: 5px;
}

#Offers .card_item .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#Offers .card_item .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Offers .card_item:hover >.item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Offers  .card_item .item_img .Overlay_div p {
    color: #FFF;
    position: absolute;
    bottom: 0%;
    left: 5%;
    padding-left: 5px;
}

#Offers  .card_item .item_img .Overlay_div a i {
    padding: 10px;
    width: 40px;
    font-size: 18px;
    transition: all 0.2s ease-in;
}

#Offers  .card_item .item_img .Overlay_div a .fa-shopping-bag {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 14%;
}

#Offers .card_item .item_img .Overlay_div a .fa-shopping-bag:hover {
    color: red;
}

#Offers  .card_item .item_img .Overlay_div a .fa-heart {
    position: absolute;
    color: #FFF;
    bottom: 12%;
    right: 0%;
    padding-right: 10px;
}



#Offers  .card_item .item_img .Overlay_div a .fa-heart:hover{
    color: red;
}

#Offers  .card_item .item_img .Overlay_div a.active_heart i {
    color: red;
}

#Offers  .card_item .item_img .Overlay_div a.active_heart i:hover {
    color: #FFF;
}



#Offers  .card_item .titlePrice .title {
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 0;
    margin-left: 20px;
}


#Offers  .card_item .titlePrice .title h4 {
    font-size: 16px;
    color: #000;
}

#Offers  .card_item .titlePrice .price {
    width: 30%;
    float: right;
    text-align: right;
    margin-right: 15px;
}

#Offers .card_item .titlePrice .price span {
    color: #80161A;
    font-size: 16px;
    font-weight: bold;
}

#Offers .card_item .card_bottom {
    text-align: left;
    margin: 0 20px;
}

#Offers  .card_item .card_bottom .profile_img {
    width: 35px;
    height: 35px;
    border-radius: 150px;
    display: inline-block;
}

#Offers  .card_item .card_bottom span {
    font-size: 15px;
    margin-left: 5px;
    color: #7a7777;
}






#Offers .card_item_list {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px #d8d8d8;
}



#Offers .card_item_list .item_img {
    position: relative;
    float: left;
}

#Offers .card_item_list .item_img .slider_img {
    width: 265px;
    height: 300px;
    padding: 0;
}

#Offers .card_item_list .item_img  .Overlay_div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: #bdc3c7;  
    background: linear-gradient(to top, #000000d1, #00000000);
    background: linear-gradient(to top, #000000d1, #00000000);
    transition: all 0.2s ease-out;
}

#Offers .card_item_list:hover >.item_img .Overlay_div{
    display: block;
    transition: all 0.2s ease-in;
}

#Offers .card_item_list .titlePrice {
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 10px;
}

#Offers .card_item_list .titlePrice .title {
    margin-bottom: 0;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
    margin-left: 0;
}

#Offers .card_item_list .titlePrice .title h4 {
    font-size: 24px;
    color: #000;
}

#Offers .card_item_list .titlePrice .price {
    width: 100%;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin-right: 0;
}

#Offers .card_item_list .titlePrice .price span {
    color: #80161A;
    font-size: 24px;
    font-weight: bold;
}

#Offers .card_item_list .card_bottom {
    text-align: center;
    margin: 0;
    width: 100%;
}

#Offers .card_item_list .card_bottom .profile_img {
    width: 50px;
    height: 50px;
    border-radius: 150px;
    display: inline-block;
}

#Offers .card_item_list .card_bottom span {
    font-size: 20px;
    margin-left: 5px;
    color: #7a7777;
}





#Offers #btnContainer {
    margin: 20px 0;
}

/* Create two equal columns that floats next to each other */
#Offers .itemcolumn {
    float: left;
    width: 33.3333333%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  #Offers .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Style the buttons */
  #Offers .filterProduct {
      overflow: hidden;
  }

  #Offers .filterProduct #btnContainer {
    width: 20%;
    float: left;
}

  #Offers .filterProduct #btnContainer .btn {
    border: none;
    outline: none;
    padding: 10;
    background-color: #f1f1f1;
    cursor: pointer;
    box-shadow: none;
  }
  
  

  #Offers .filterProduct #btnContainer .btn:hover {
    background-color: #ddd;
  }
  
  #Offers .filterProduct #btnContainer .btn.active {
    background-color: #80161A;
    color: white;
  }

  #Offers .filterProduct .filterSelect {
    float: right;
    width: 80%;
    margin-top: 18px;
}

  #Offers .filterProduct .filterSelect ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  #Offers .filterProduct .filterSelect ul li {
    float: left;
    width: 30%;
    text-align: center;
}

#Offers .filterProduct .filterSelect ul li .custom-select {
    width: 180px;
    height: 40px;
    background: none;
    position: relative;
    border-radius: 0;
    border: 2px solid #dfdfdf;
}

#Offers .filterProduct .filterSelect ul li .custom-select select {
    border: none;
    box-shadow: none;
    font-size: 15px;
    width: 160px;
    height: 100%;
    padding: 0 10px;
    color: #adadad;
    background: transparent;
    position: relative;
    z-index: 2;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#Offers .filterProduct .filterSelect ul li .custom-select:after {
    content: "⌵";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    top: 5px;
    right: 10px;
    font-size: 18px;
    color: #80161A;
    z-index: 1;
} 


#Offers .filterProduct .filterSelect ul li .custom-select select:focus {
    outline: none;
}


#Offers .OffersItems {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align:center; 
}

.OfferCard {
    display: none;
}

/*************/
/* Article Details */
/*****************/
#ArticleDetails {
    position: relative;
    min-height: 1100px;
    padding-top: 30px;  
}

#ArticleDetails  .myarticle {
    text-align: left;
    background-color: #F7F7F7;
    padding: 10px 20px;
    margin: 0 20px;
}

#ArticleDetails  .myarticle .article_Image {
    text-align: center;
    margin-bottom: 10px;
}

#ArticleDetails  .myarticle .article_Image img {
    max-width: 60%;
    height: 300px;
}

#ArticleDetails  .myarticle .date span {
    color: #696969;
}

#ArticleDetails  .myarticle h3 {
    margin-top: 10px;
}

#ArticleDetails .myarticle .WriterName {
    text-align: left;
    float: left;
}

#ArticleDetails .myarticle .WriterName .profile_img {
    width: 40px;
    height: 40px;
    border-radius: 150px;
}

#ArticleDetails .myarticle .WriterName span {
    font-size: 16px;
    margin-left: 5px;
    color: #7a7777;
}

#ArticleDetails .myarticle .date {
    text-align: right;
    padding: 10px;
}

#ArticleDetails .myarticle p {
    color: #696969;
}


.slick-dots li button:before {
    font-size: 30px;
    opacity: 1;
    color: #c7c7c7;
}
.slick-dots li {
    width: 10px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        padding-top: 0;
    }
    .rightList {
        position: relative;
        width: 100%;
    }
    .swiper-container {
        height: 300px;
        padding: 40px 43px;
    }
   
    .Accountlinks a {
        display: block;
        margin-bottom: 5px;
    }
    .card_item {
        height: auto;
    }
    .card_item .title {
        margin: 20px;
        margin-bottom: 0;
        margin-top: 0;
    }
    header {
        position: relative;
        background-color: #f7f7f7;
    }
    header nav i.icon {
        display: block;
    }
    header nav i.icon,header nav i.icon_close {
        top: 25px;
    }
    header .logo {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    header nav {
        width: 100%;
        float: none;
    }
    header nav ul {
        display: none;
    }
    header nav ul li {
        float: none;
    }
    header nav ul li a.active {
        border-bottom: none;
    }
    header nav ul li a:hover {
        border-bottom: none;
    }
    .dropdown {
        text-align: center;
    }
    .dropdown-content .column a {
        text-align: center;
    }
    .dropdown-content {
        position: relative;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    header .icons {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 0;
        padding-right: 20px;
        padding-bottom: 30px;

    }
    header .icons ul li {
        border-right: none;
    }
    .EN-content {
        top: 30px;
    }
    .search-box {
        top: 30px;
    }
    .search-box .search_btn {
        padding: 10px;
        font-size: 14px;
    }
 
    .section_header .section-title {
        font-size: 30px;
    }
    #Second_Advertisements div {
        margin-bottom: 20px;
    }
    #Best_Seller .card_item {
        width: 205px;
        height: 330px;
    }
    .widget_nav_menu .line {
        margin: auto;
        margin-bottom: 20px;
    }
    .footer-bottom {
        padding-bottom: 5px;
    }
    .footer-bottom .language {
        text-align: center;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
    .widget_nav_menu p {
        margin-bottom: 0;
    }
    .footer {
        text-align: center;
    }
    .footer form.example {
        margin: auto;
        margin-top: 10px;
    }
    #Recently_Arrived .card_item {
        height: auto;
    }
    /* Address */
    #Address .BackDiv {
        text-align: center;
    }
    
    #Address .CheckoutDiv {
        text-align: center;
    }
    #Address .checkout_btn {
        margin-top: 10px;
    }
    /* Article */
    #Articles .myArticles .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    /* Change Password */
    #ChangePass .Form .saveDiv {
        text-align: center;
    }
    #ChangePass .Form {
        margin-bottom: 20px;
    }
    /* Edit Profile */
    #EditProfile .Form .saveDiv {
        text-align: center;
    }
    #EditProfile .Form {
        margin-bottom: 20px;
    }
    #EditProfile .Form input#Firstname {
        margin-bottom: 10px;
    }
    /* Wishlist */
    #Wishlist .card_item {
        margin: auto;
        margin-bottom: 30px;
        height: auto;
    }
    /* Contact */
    #Contact .contactInfo {
        margin-bottom: 20px;
    }
    /* Login */
    #Login .LoginDiv,#Login .createAccont {
        margin-bottom: 20px;
    }
    /* Register */
    #Register .Form {
        margin-bottom: 20px;
    }
    #Register .Form select#City {
        margin-bottom: 10px;
    } 
    #Register .Form .registerDiv {
        text-align: center;
    }
    /* Payment */
    #Payment .BackDiv,#Payment .NextDiv {
        text-align: center;
    }
    #Payment .next_btn {
        margin-top: 10px;
    }
    /* Shopping Cart */
    #ShoppingCart .ContinueDiv,#ShoppingCart .CheckoutDiv {
       text-align: center;
    }
    /* Product Details */
    #Product_Details .ProductContent .myproduct {
        border-right: none;
        padding-right: 0px;
        text-align: center;

    }
    #Product_Details .ProductContent .myproduct .productCart .left {
        float: none;
        width: 100%;
        text-align: center;
    }
    #Product_Details .ProductContent .myproduct .productCart .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    #Product_Details .ProductContent .myproduct p {
        text-align: center;
    }
    #Product_Details .card_item {
        margin: auto;
        margin-bottom: 30px;
        height: auto;
    }
    #Product_Details .ProductContent .myproduct .productCart ul li {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #Product_Details .ProductContent .myproduct .productCart ul li .quantity {
        text-align: center;
    }
    #Product_Details .ProductContent .table thead th {
        font-size: 10px;
    }
    #Product_Details .table td {
        font-size: 11px;
    }
    
    /* Offers */
    #Offers .itemcolumn {
        float: none;
        width: 100%;
    }
    #Offers .itemcolumn .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    #Offers .searchFilter ul li {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    #Offers .searchFilter ul li input {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select select {
        width: 100%;
        padding: 0; 
    }
    #Offers .searchFilter ul li button {
        width: 60%;
    }
    #Offers .filterProduct #btnContainer {
        width: 100%;
        float: none;
        text-align: center;
    }
    #Offers .filterProduct .filterSelect {
        float: none;
        width: 100%;
        margin-top: 18px;
    }
    #Offers .filterProduct .filterSelect ul li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #Offers .filterProduct #btnContainer .btn {
        display: none;
    }
    /* Article Details */
    #ArticleDetails .myarticle .article_Image img {
        max-width: 100%;
        height: auto;
    }
    #ArticleDetails .myarticle h3 {
        margin-top: 10px;
        font-size: 18px;
    }
    #ArticleDetails .myarticle {
        margin-bottom: 20px;
        text-align: center;
        padding: 0;
        background: none;
    }
    #ArticleDetails .myarticle .WriterName span {
        font-size: 12px;
    }
    #ArticleDetails .myarticle .date span {
        font-size: 12px;
    }
    #ArticleDetails .myarticle p {
        font-size: 14px;
    }
    #ArticleDetails .myarticle .date {
        text-align: right;
        padding: 1px;
    }
    #ArticleDetails .myarticle .WriterName .profile_img {
        width: 30px;
        height: 30px;
    }
   
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 0;
    }
    .rightList {
        position: relative;
        width: 100%;
    }
    .Accountlinks a {
        padding: 10px;
        margin: 0;
        margin-right: 5px;
    }
    header {
        position: relative;
        background-color: #f7f7f7;
    }
    header nav i.icon {
        display: block;
    }
    header nav i.icon,header nav i.icon_close {
        top: 25px;
    }
    header .logo {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    header nav {
        width: 100%;
        float: none;
    }
    header nav ul {
        display: none;
    }
    header nav ul li {
        float: none;
    }
    header nav ul li a.active {
        border-bottom: none;
    }
    header nav ul li a:hover {
        border-bottom: none;
    }
    .dropdown {
        text-align: center;
    }
    .dropdown-content .column {
        float: none;
        width: 100%;
    }
    .dropdown-content .column a {
        text-align: center;
    }
    .dropdown-content {
        position: relative;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    header .icons {
        width: 100%;
        float: none;
        margin-top: 20px;
        padding: 0;
        padding-right: 20px;
        padding-bottom: 30px;

    }
    header .icons ul li {
        border-right: none;
    }
    .EN-content {
        top: 30px;
    }
    .search-box {
        top: 30px;
    }
    #Second_Advertisements div {
        margin-bottom: 20px;
    }
    .widget_nav_menu .line {
        margin: auto;
        margin-bottom: 20px;
    }
    .footer-bottom {
        padding-bottom: 5px;
    }
    .footer-bottom .language {
        text-align: center;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
    .widget_nav_menu p {
        margin-bottom: 0;
    }
    .footer {
        text-align: center;
    }
    .footer form.example {
        margin: auto;
        margin-top: 10px;
    }
     /* Article */
     #Articles .myArticles .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    /* Change Password */
    #ChangePass .Form {
        margin-bottom: 20px;
    }
    /* Edit Profile */
    #EditProfile .Form {
        margin-bottom: 20px;
    }
    /* Wishlist */
     #Wishlist .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
     /* Login */
     #Login .LoginDiv,#Login .createAccont {
        margin-bottom: 20px;
    }
     /* Register */
     #Register .Form {
        margin-bottom: 20px;
    }
     /* Payment */
    #Payment .Form .Payment_card {
        text-align: left;
    }
    #Payment .Form .Payment_card span {
        font-size: 11px;
    }
   /* Product Details */
   #Product_Details .ProductContent .myproduct {
    border-right: none;
    padding-right: 0px;
    }
    #Product_Details .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    #Product_Details .ProductContent .myproduct .productCart .right {
        text-align: right;
    }
    /* Offers */
    #Offers .itemcolumn {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    #Offers .itemcolumn .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    #Offers .searchFilter ul li {
        float: left;
        margin-right: 0;
        width: 33.3333333%;
        margin-bottom: 10px;
    }
    #Offers .searchFilter ul li input {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select select {
        width: 100%;
        padding: 0; 
    }
    #Offers .searchFilter ul li button {
        width: 95%;
    }
    #Offers .filterProduct #btnContainer {
        width: 100%;
        float: none;
        text-align: center;
    }
    #Offers .filterProduct .filterSelect {
        float: none;
        width: 100%;
        margin-top: 18px;
    }
    #Offers .filterProduct .filterSelect ul li {
        width: 33.3333333%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select {
        width: 95%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select select {
        padding: 0;
        width: 100%;
    }
    #Offers .filterProduct #btnContainer .btn {
        display: none;
    }
    /* Article Details */
    #ArticleDetails .myarticle .article_Image img {
        max-width: 100%;
        height: auto;
    }
    #ArticleDetails .myarticle .date {
        padding: 7px;
    }
   
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px){
    body {
        padding-top: 133px;
    }
    .rightList {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .rightList .item {
        float: left;
        width: 50%;
    }
    .Accountlinks a {
        padding: 10px;
        margin: 0 20px;
    }
    header {
        position: absolute;
        padding-bottom: 15px;
    }
    header nav i.icon {
        display: none;
    }
    header .logo {
        width: 10%;
        float: left;
        margin-top: 0;
    }
    header nav {
        width: 90%;
        float: left;
        padding-left: 43px;
    }
    header nav ul li {
        float: left;
        margin: 0 12px;
    }
    header nav ul li a.active {
        border-bottom: none;
    }
    header nav ul li a:hover {
        border-bottom: none;
    }
    .dropdown {
        text-align: center;
    }
    .dropdown-content .column {
        padding: 10px 10px;
    }
    .dropdown-content .column a {
        text-align: center;
        font-size: 14px;
    }
    header .icons {
        width: 100%;
        float: none;
        padding: 20px;
        clear: both;

    }
    header .icons ul li {
        border-right: none;
    }
    .EN-content {
        top: 30px;
        right: 20px;
    }
    .search-box {
        top: 35px;
    }
    #Second_Advertisements div {
        margin-bottom: 20px;
    }
     /* Article */
     #Articles .myArticles .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
     /* Change Password */
     #ChangePass .Form {
        margin-bottom: 20px;
    }
     /* Edit Profile */
     #EditProfile .Form {
        margin-bottom: 20px;
    }
     /* Wishlist */
     #Wishlist .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
     /* Login */
     #Login .LoginDiv,#Login .createAccont {
        margin-bottom: 20px;
    }
    /* Register */
    #Register .Form {
     margin-bottom: 20px;
    }
    /* Product Details */
    #Product_Details .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    #Product_Details .ProductContent .myproduct {
        padding-right: 20px;
    }
    #Product_Details .ProductContent .myproduct .productCart ul li {
        float: left;
        width: 50%;
        text-align: left;
    }
     /* Offers */
     #Offers .itemcolumn {
        float: none;
        width: 50%;
        margin-top: 30px;
    }
    #Offers .itemcolumn .card_item {
        margin: auto;
        margin-bottom: 30px;
    }
    #Offers .searchFilter ul li {
        float: left;
        margin-right: 0;
        width: 33.3333333%;
        margin-bottom: 10px;
    }
    #Offers .searchFilter ul li input {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select select {
        width: 100%;
        padding: 0; 
    }
    #Offers .searchFilter ul li button {
        width: 95%;
    }
    #Offers .filterProduct #btnContainer {
        width: 100%;
        float: none;
        text-align: center;
    }
    #Offers .filterProduct .filterSelect {
        float: none;
        width: 100%;
        margin-top: 18px;
    }
    #Offers .filterProduct .filterSelect ul li {
        width: 33.3333333%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select {
        width: 95%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select select {
        padding: 0;
        width: 100%;
    }

    #Offers .card_item {
        height: 426px;
        width: 220px;
    }
    
    #Offers .card_item .item_img .slider_img {
        width: 220px;
        height: 300px;
    }   
    #Offers .card_item .titlePrice .title {
        margin-bottom: 0;
        width: 90%;
        float: none;
        margin: 0;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    #Offers .card_item .titlePrice .title h4 {
        font-size: 18px;
        color: #000;
    }
    
    #Offers .card_item .titlePrice .price {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 0;
    }
    
    #Offers .card_item .titlePrice .price span {
        color: #80161A;
        font-size: 18px;
        font-weight: bold;
    }
    
    #Offers .card_item .item_img .Overlay_div p {
        font-size: 12px;
    }
    #Offers .card_item_list {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        box-shadow: 1px 5px 10px #d8d8d8;
    }
    
    
    
    #Offers .card_item_list .item_img {
        position: relative;
        float: left;
    }
    
    #Offers .card_item_list .item_img  .Overlay_div {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: #bdc3c7;  
        background: linear-gradient(to top, #000000d1, #00000000);
        background: linear-gradient(to top, #000000d1, #00000000);
        transition: all 0.2s ease-out;
    }
    
    #Offers .card_item_list:hover >.item_img .Overlay_div{
        display: block;
        transition: all 0.2s ease-in;
    }
    
    #Offers .card_item_list .titlePrice {
        overflow: hidden;
        padding-top: 90px;
        padding-bottom: 10px;
    }
    
    #Offers .card_item_list .titlePrice .title {
        margin-bottom: 0;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        margin-left: 0;
    }
    
    #Offers .card_item_list .titlePrice .title h4 {
        font-size: 24px;
        color: #000;
    }
    
    #Offers .card_item_list .titlePrice .price {
        width: 100%;
        margin-top: 20px;
        float: none;
        text-align: center;
        margin-right: 0;
    }
    
    #Offers .card_item_list .titlePrice .price span {
        color: #80161A;
        font-size: 24px;
        font-weight: bold;
    }
    
    #Offers .card_item_list .card_bottom {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    
    #Offers .card_item_list .card_bottom .profile_img {
        width: 50px;
        height: 50px;
        border-radius: 150px;
        display: inline-block;
    }
    
    #Offers .card_item_list .card_bottom span {
        font-size: 20px;
        margin-left: 5px;
        color: #7a7777;
    }
    /**************/
    /* Article Details */
    /*******************/
    #ArticleDetails .myarticle {
        margin-bottom: 20px;
    }
    #ArticleDetails .myarticle .article_Image img {
        height: auto;
    }
    
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .Accountlinks a {
        padding: 10px;
        margin: 0 20px;
    }
    header nav ul li {
        margin: 0 10px;
    }
    .dropdown-content .column a {
        text-align: center;
        font-size: 14px;
    }
    header .icons {
        width: 30%;
    }
    header nav {
        width: 60%;
    }
    header .logo {
        padding-left: 5px; 
    }
    /* About */
    #AboutUs .AboutDiv .Desc {
        width: 95%;
    }
    /* Address */
    #Address .checkout_btn {
        margin-right: 35px;
    }
    #Address .Form {
        width: 95%;
    }
    /* Articles */
    #Articles .myArticles .card_item {
        width: 217px;
        height: 428px;
    } 
    .card_item .slider_img {
        width: 217px;
    }
    #Articles .myArticles {
        width: 94%;
    }
    .card_item .title h4 {
        font-size: 15px;
    }
    .card_item .details p {
        font-size: 12px;
    }
    .rightList {
        width: 280px;
    }
    /* Wishlist */ 
    #Wishlist .myItems {
        width: 96%;
     }
     
     #Wishlist .card_item {
        height: 375px;
        width: 205px;
    }
   
     #Wishlist .card_item .item_img .slider_img {
        width: 205px;
        height: 250px;
    }
     
     #Wishlist .card_item .titlePrice .title {
         margin-bottom: 0;
         width: 100%;
         float: none;
         margin: 0;
         text-align: center;
         margin-left: 0;
     }
     
     #Wishlist .card_item .titlePrice .title h4 {
         font-size: 18px;
         color: #000;
     }
     
     #Wishlist .card_item .titlePrice .price {
         width: 100%;
         float: none;
         text-align: center;
         margin-left: 0;
     }
     
     #Wishlist .card_item .titlePrice .price span {
         color: #80161A;
         font-size: 18px;
         font-weight: bold;
     }
     
     #Wishlist .card_item .item_img .Overlay_div p {
         font-size: 12px;
     }
     /* Login */
     #Login .createAccont .createAccount_btn {
        width: 65%;
    }

     /* Product Details */ 
     #Product_Details .ProductsItems {
        width: 94%;
     }
     #Product_Details .card_item {
        height: 375px;
         width: 205px;
     }
     
     #Product_Details .card_item .item_img .slider_img {
        width: 205px;
        height: 250px;
    }
     
     #Product_Details .card_item .titlePrice .title {
         margin-bottom: 0;
         width: 100%;
         float: none;
         margin: 0;
         text-align: center;
         margin-left: 0;
     }
     
     #Product_Details .card_item .titlePrice .title h4 {
         font-size: 18px;
         color: #000;
     }
     
     #Product_Details .card_item .titlePrice .price {
         width: 100%;
         float: none;
         text-align: center;
         margin-left: 0;
     }
     
     #Product_Details .card_item .titlePrice .price span {
         color: #80161A;
         font-size: 18px;
         font-weight: bold;
     }
     
     #Product_Details .card_item .item_img .Overlay_div p {
         font-size: 12px;
     }
     
     /* Offers */ 
     #Offers .searchFilter ul li {
        float: left;
        margin-right: 0;
        width: 33.3333333%;
        margin-bottom: 10px;
    }
    #Offers .searchFilter ul li input {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select {
        width: 95%;
    }
    #Offers .searchFilter ul li .custom-select select {
        width: 100%;
        padding: 0; 
    }
    #Offers .searchFilter ul li button {
        width: 95%;
    }
    #Offers .filterProduct #btnContainer {
        width: 100%;
        float: none;
        text-align: center;
    }
    #Offers .filterProduct .filterSelect {
        float: none;
        width: 100%;
        margin-top: 18px;
    }
    #Offers .filterProduct .filterSelect ul li {
        width: 33.3333333%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select {
        width: 95%;
    }
    #Offers .filterProduct .filterSelect ul li .custom-select select {
        padding: 0;
        width: 100%;
    }
     
    #Offers .card_item {
        height: 380px;
        width: 215px;
    }
     
     #Offers .card_item .item_img .slider_img {
         width: 215px;
         height: 250px;
     }
     
     #Offers .card_item .titlePrice .title {
        margin-bottom: 0;
        width: 90%;
        float: none;
        margin: 0;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }
     
     #Offers .card_item .titlePrice .title h4 {
         font-size: 18px;
         color: #000;
     }
     
     #Offers .card_item .titlePrice .price {
         width: 100%;
         float: none;
         text-align: center;
         margin-left: 0;
     }
     
     #Offers .card_item .titlePrice .price span {
         color: #80161A;
         font-size: 18px;
         font-weight: bold;
     }
     
     #Offers .card_item .item_img .Overlay_div p {
         font-size: 12px;
     }
     #Offers .card_item_list {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        box-shadow: 1px 5px 10px #d8d8d8;
    }
    
    
    
    #Offers .card_item_list .item_img {
        position: relative;
        float: left;
    }
    
    #Offers .card_item_list .item_img  .Overlay_div {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: #bdc3c7;  
        background: linear-gradient(to top, #000000d1, #00000000);
        background: linear-gradient(to top, #000000d1, #00000000);
        transition: all 0.2s ease-out;
    }
    
    #Offers .card_item_list:hover >.item_img .Overlay_div{
        display: block;
        transition: all 0.2s ease-in;
    }
    
    #Offers .card_item_list .titlePrice {
        overflow: hidden;
        padding-top: 90px;
        padding-bottom: 10px;
    }
    
    #Offers .card_item_list .titlePrice .title {
        margin-bottom: 0;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        margin-left: 0;
    }
    
    #Offers .card_item_list .titlePrice .title h4 {
        font-size: 24px;
        color: #000;
    }
    
    #Offers .card_item_list .titlePrice .price {
        width: 100%;
        margin-top: 20px;
        float: none;
        text-align: center;
        margin-right: 0;
    }
    
    #Offers .card_item_list .titlePrice .price span {
        color: #80161A;
        font-size: 24px;
        font-weight: bold;
    }
    
    #Offers .card_item_list .card_bottom {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    
    #Offers .card_item_list .card_bottom .profile_img {
        width: 50px;
        height: 50px;
        border-radius: 150px;
        display: inline-block;
    }
    
    #Offers .card_item_list .card_bottom span {
        font-size: 20px;
        margin-left: 5px;
        color: #7a7777;
    }
     
}