/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* --------------------- global --------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.cms-index-index .messages .success-msg {
    display: none;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* --------------------- Header --------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ---------------------- Home ---------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ------------------ CATEGORY PAGE ----------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ---------------- SUB CATEGORY PAGE --------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ----------------    PRODUCT PAGE   --------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */

/* ================================================== */
/* ================================================== */
/* [[[[[[[[[[[[[[[[[[[[[ Cart ]]]]]]]]]]]]]]]]]]]]]]] */
/* ================================================== */
/* ================================================== */

/* ================================================== */
/* ================================================== */
/* [[[[[[[[[[[[[[[[[[[[ Checkout ]]]]]]]]]]]]]]]]]]]] */
/* ================================================== */
/* ================================================== */

/* ================================================== */
/* ================================================== */
/* ================================================== */
/* [[[[[[[[[[[[[[[[[[[[[ Account ]]]]]]]]]]]]]]]]]]]] */
/* ================================================== */
/* ================================================== */

/* ================================================== */
/* ================================================== */
/* ================================================== */
/* [[[[[[[[[[[[[[[[[[[ Mobile menu ]]]]]]]]]]]]]]]]]] */
/* ================================================== */
/* ================================================== */



/* ================================================== */
/* ================================================== */
/* ================================================== */
/* [[[[[[[[[[[[[[[[ MEDIA  QUERIES ]]]]]]]]]]]]]]]]]] */
/* ================================================== */
/* ================================================== */

/* Responsive Media Queries */

/* Large Desktop */
@media (min-width: 1200px) {}

/* Small Desktop/Table Landscape */
@media(min-width:993px) and (max-width: 1199px){}

/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 992px){}

/* Mobile */
@media (max-width: 767px){

/*product page*/
    .product-image{float: none; }


}