/* VALUES */
/*

P : 1.3 em 
my-btn : font-weight: 900,bold
transition : 0.5 0.8
margin top bottom : 50px

*/


@import url(colors.css);

body
{
	margin:0px;
	padding:0px;
	font-family:Poppins;
}

/*

HEADER SECTION

*/

.top
{
    background-color: var(--primary-color);
    min-height:100px;
}

.top p
{
    color: var(--ternary-color);
    font-size: 1.3em;
    
}

.logo
{
    width:200px;
    height:82px;
    
    
}

.profile-icon
{
    width: 35px;
    height: 37px;
  
}

.search-form
{
    
    box-shadow: none;
}

.search-from-btn
{
    padding:7px 15px;
}

.dropdown-modal
{
    list-style: none;
    
}

.nav-color
{
    color: var(--tarnary-color) !important;
    font-weight: bold;
}

.nav-wrapper
{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* LOGIN FORM, REGISTRATION FORM - PAGE */

.login-form-wrapper
{
   margin-top: 50px;
    margin-bottom: 50px;
}

.login-form-wrapper a
{
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
   
}

.login-btn
{
    border:2px solid var(--primary-color);
    
}

.top2
{
    margin-top:20px;
}


/* FOOTER  */




.footer-1
{
    margin-top: 50px;
    border-top: 2px solid #ddd;
    min-height: 100px;
    background-color: var(--helper1-color);
}
.footer-2
{
    background-color: var(--secondary-color);
}
.footer-2 a
{
    line-height: 60px;
    color: var(--ternary-color);
}
.footer-2 a:hover
{
    
   text-decoration: none;
    
}

.f1
{
   
    margin-top: 20px;
}

.f1 a
{
    color: var(--secondary-color);
}
.f1 a:hover
{
    text-decoration: none;
}


.f1 li
{
    list-style: none;
    
}

/* SINGLE PRODUCT */


/* category-products */

.category-products h1
{
   
    min-height: 50px;
}

.category-products img
{
   
    width:100%;

    display: block;
    margin: auto auto;
}
.category-products img:hover
{
    opacity:0.7;
    
    cursor: pointer;
}

.count
{
    color: var(--tarnary-color);
    background-color: var(--helper1-color);
    min-height: 30px;
}

.count p 
{
    line-height: 30px;
    padding-top: 10px;
}



/* WISHLIST  */

.wishlist-image
{
    width:100px;
    height:100px;
}


/* CONTACT PAGE*/



/* CSS used here will be applied after bootstrap.css */
.carousel {
   
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}




/* EXTRAS */

.red
{
    background-color: red;
}

.blue
{
    background-color: blueviolet;
}

.tc
{
    text-align: center;
}

.btn-my
{
    background-color: var(--ternary-color);
    color: var(--primary-color);
    font-weight: 900;
    transition: color 0.5s;
}

.btn-my2
{
    background-color: var(--primary-color);
    color: var(--ternary-color);
    border:none;
    font-weight: bold;
    letter-spacing: 1px;
    transition: background-color 0.8s;
}

.btn-my2:hover
{
    background-color: var(--primary-color-hover);
    color: var(--secondary-color);
}

.form-control{
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.m-0
{
    margin: 0px;
}
.mt-5
{
    margin-top: 5px;
}
.mt-10
{
    margin-top:10px;
}
.mt-20
{
    margin-top: 20px;
}

.mt-25
{
    margin-top: 25px;
}

.mt-30
{
    margin-top: 30px;
}

.mt-35
{
    margin-top: 35px;
}
mt-40
{
    margin-top: 40px;
}
.mb-10
{
    margin-bottom: 10px;
}

.m-10
{
    margin: 10px;
}
.p-0
{
    padding: 0px;
}
.p-10
{
    padding: 10px;
}

.p-20
{
    padding: 20px;
}

.h-my
{
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
}

.h2-my
{
    font-size: 1.2em;
    letter-spacing: 1px;
    
    
}


.h3-my
{
    font-size: 1.2em;
}

.link-my
{
   
   
}

.link-my:hover
{
    
}

.link-my2
{
  
  
   
}

.link-my2:hover
{
   
}

.msg-body
{
 min-height: 40px;
border: 2px solid #ddd;
    background-color: var(--primary-color);
        color: var(--ternary-color);
    

}

.msg-body a
{
    color: var(--ternary-color);
}

.msg-fail
{
    display: none;
    
}

.msg-success
{
    display: none;
    
}

.msg-body p
{
    line-height: 40px;
    margin-top: 10px;
}
    




.dropdown-submenu {
    position: relative;
    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.col-item
{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}
.col-item:hover .info {
    background-color: var(--helper1-color);
    
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #00990E;
}

.col-item .info .rating
{
    color: #003399;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}



.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
   
    float: left;
    padding: 1px;
}


.col-item .btn-details
{
   padding:1px;
    float: left;
  
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

.profile
{
    list-style: none;
    
}

.profile a
{
    list-style: none;
    text-decoration: none;
    color: var(--secondary-color);
}






/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}




/* ---------------
    home,
------------------ */

.space-btn-2{
	margin-top: 6px;
}


/* ---------------
    category-products, search,
------------------ */


.space-0 {
	margin: 20px 0 20px 0;
}

/* ---------------
    order-history, cart, wishlist, profile,
------------------ */

.space-2 {
	margin: 20px 0 50px 0;
}


/* ---------------
    page,
------------------ */

